From 95e7efba9804ae29bbf5938bf8a4ad135ee01b9f Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:14:53 +0000 Subject: [PATCH 1/2] chore(codegen): use spread operator for command endpoint params when necessary --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 4548fe31ad007..36ec5e9c24df2 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // 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: "fc056f71dfa5ad04609badaca1295150c6307421", + SMITHY_TS_COMMIT: "918c402e0a752a1b2c2ec09442f382c82cf34c03", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) { From 0f751bd6b39313a0eb8d922c20a8b408a12bf3c3 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:15:21 +0000 Subject: [PATCH 2/2] chore(clients): use spread operator for command endpoint params when necessary --- .../src/commands/ApplyArchiveRuleCommand.ts | 4 +--- .../src/commands/CancelPolicyGenerationCommand.ts | 4 +--- .../src/commands/CheckAccessNotGrantedCommand.ts | 4 +--- .../src/commands/CheckNoNewAccessCommand.ts | 4 +--- .../src/commands/CheckNoPublicAccessCommand.ts | 4 +--- .../src/commands/CreateAccessPreviewCommand.ts | 4 +--- .../src/commands/CreateAnalyzerCommand.ts | 4 +--- .../src/commands/CreateArchiveRuleCommand.ts | 4 +--- .../src/commands/DeleteAnalyzerCommand.ts | 4 +--- .../src/commands/DeleteArchiveRuleCommand.ts | 4 +--- .../src/commands/GenerateFindingRecommendationCommand.ts | 4 +--- .../src/commands/GetAccessPreviewCommand.ts | 4 +--- .../src/commands/GetAnalyzedResourceCommand.ts | 4 +--- .../client-accessanalyzer/src/commands/GetAnalyzerCommand.ts | 4 +--- .../src/commands/GetArchiveRuleCommand.ts | 4 +--- .../client-accessanalyzer/src/commands/GetFindingCommand.ts | 4 +--- .../src/commands/GetFindingRecommendationCommand.ts | 4 +--- .../client-accessanalyzer/src/commands/GetFindingV2Command.ts | 4 +--- .../src/commands/GetGeneratedPolicyCommand.ts | 4 +--- .../src/commands/ListAccessPreviewFindingsCommand.ts | 4 +--- .../src/commands/ListAccessPreviewsCommand.ts | 4 +--- .../src/commands/ListAnalyzedResourcesCommand.ts | 4 +--- .../src/commands/ListAnalyzersCommand.ts | 4 +--- .../src/commands/ListArchiveRulesCommand.ts | 4 +--- .../client-accessanalyzer/src/commands/ListFindingsCommand.ts | 4 +--- .../src/commands/ListFindingsV2Command.ts | 4 +--- .../src/commands/ListPolicyGenerationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartPolicyGenerationCommand.ts | 4 +--- .../src/commands/StartResourceScanCommand.ts | 4 +--- .../client-accessanalyzer/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateArchiveRuleCommand.ts | 4 +--- .../src/commands/UpdateFindingsCommand.ts | 4 +--- .../src/commands/ValidatePolicyCommand.ts | 4 +--- .../src/commands/AcceptPrimaryEmailUpdateCommand.ts | 4 +--- .../src/commands/DeleteAlternateContactCommand.ts | 4 +--- clients/client-account/src/commands/DisableRegionCommand.ts | 4 +--- clients/client-account/src/commands/EnableRegionCommand.ts | 4 +--- .../client-account/src/commands/GetAlternateContactCommand.ts | 4 +--- .../src/commands/GetContactInformationCommand.ts | 4 +--- clients/client-account/src/commands/GetPrimaryEmailCommand.ts | 4 +--- .../client-account/src/commands/GetRegionOptStatusCommand.ts | 4 +--- clients/client-account/src/commands/ListRegionsCommand.ts | 4 +--- .../client-account/src/commands/PutAlternateContactCommand.ts | 4 +--- .../src/commands/PutContactInformationCommand.ts | 4 +--- .../src/commands/StartPrimaryEmailUpdateCommand.ts | 4 +--- .../commands/CreateCertificateAuthorityAuditReportCommand.ts | 4 +--- .../src/commands/CreateCertificateAuthorityCommand.ts | 4 +--- .../client-acm-pca/src/commands/CreatePermissionCommand.ts | 4 +--- .../src/commands/DeleteCertificateAuthorityCommand.ts | 4 +--- .../client-acm-pca/src/commands/DeletePermissionCommand.ts | 4 +--- clients/client-acm-pca/src/commands/DeletePolicyCommand.ts | 4 +--- .../DescribeCertificateAuthorityAuditReportCommand.ts | 4 +--- .../src/commands/DescribeCertificateAuthorityCommand.ts | 4 +--- .../src/commands/GetCertificateAuthorityCertificateCommand.ts | 4 +--- .../src/commands/GetCertificateAuthorityCsrCommand.ts | 4 +--- clients/client-acm-pca/src/commands/GetCertificateCommand.ts | 4 +--- clients/client-acm-pca/src/commands/GetPolicyCommand.ts | 4 +--- .../commands/ImportCertificateAuthorityCertificateCommand.ts | 4 +--- .../client-acm-pca/src/commands/IssueCertificateCommand.ts | 4 +--- .../src/commands/ListCertificateAuthoritiesCommand.ts | 4 +--- clients/client-acm-pca/src/commands/ListPermissionsCommand.ts | 4 +--- clients/client-acm-pca/src/commands/ListTagsCommand.ts | 4 +--- clients/client-acm-pca/src/commands/PutPolicyCommand.ts | 4 +--- .../src/commands/RestoreCertificateAuthorityCommand.ts | 4 +--- .../client-acm-pca/src/commands/RevokeCertificateCommand.ts | 4 +--- .../src/commands/TagCertificateAuthorityCommand.ts | 4 +--- .../src/commands/UntagCertificateAuthorityCommand.ts | 4 +--- .../src/commands/UpdateCertificateAuthorityCommand.ts | 4 +--- .../client-acm/src/commands/AddTagsToCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/DeleteCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/DescribeCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/ExportCertificateCommand.ts | 4 +--- .../client-acm/src/commands/GetAccountConfigurationCommand.ts | 4 +--- clients/client-acm/src/commands/GetCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/ImportCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/ListCertificatesCommand.ts | 4 +--- .../client-acm/src/commands/ListTagsForCertificateCommand.ts | 4 +--- .../client-acm/src/commands/PutAccountConfigurationCommand.ts | 4 +--- .../src/commands/RemoveTagsFromCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/RenewCertificateCommand.ts | 4 +--- clients/client-acm/src/commands/RequestCertificateCommand.ts | 4 +--- .../client-acm/src/commands/ResendValidationEmailCommand.ts | 4 +--- .../src/commands/UpdateCertificateOptionsCommand.ts | 4 +--- .../src/commands/CreateAlertManagerDefinitionCommand.ts | 4 +--- .../src/commands/CreateLoggingConfigurationCommand.ts | 4 +--- .../src/commands/CreateRuleGroupsNamespaceCommand.ts | 4 +--- clients/client-amp/src/commands/CreateScraperCommand.ts | 4 +--- clients/client-amp/src/commands/CreateWorkspaceCommand.ts | 4 +--- .../src/commands/DeleteAlertManagerDefinitionCommand.ts | 4 +--- .../src/commands/DeleteLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteRuleGroupsNamespaceCommand.ts | 4 +--- clients/client-amp/src/commands/DeleteScraperCommand.ts | 4 +--- clients/client-amp/src/commands/DeleteWorkspaceCommand.ts | 4 +--- .../src/commands/DescribeAlertManagerDefinitionCommand.ts | 4 +--- .../src/commands/DescribeLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DescribeRuleGroupsNamespaceCommand.ts | 4 +--- clients/client-amp/src/commands/DescribeScraperCommand.ts | 4 +--- clients/client-amp/src/commands/DescribeWorkspaceCommand.ts | 4 +--- .../src/commands/GetDefaultScraperConfigurationCommand.ts | 4 +--- .../src/commands/ListRuleGroupsNamespacesCommand.ts | 4 +--- clients/client-amp/src/commands/ListScrapersCommand.ts | 4 +--- clients/client-amp/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-amp/src/commands/ListWorkspacesCommand.ts | 4 +--- .../src/commands/PutAlertManagerDefinitionCommand.ts | 4 +--- .../client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts | 4 +--- clients/client-amp/src/commands/TagResourceCommand.ts | 4 +--- clients/client-amp/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateLoggingConfigurationCommand.ts | 4 +--- .../client-amp/src/commands/UpdateWorkspaceAliasCommand.ts | 4 +--- clients/client-amplify/src/commands/CreateAppCommand.ts | 4 +--- .../src/commands/CreateBackendEnvironmentCommand.ts | 4 +--- clients/client-amplify/src/commands/CreateBranchCommand.ts | 4 +--- .../client-amplify/src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/CreateDomainAssociationCommand.ts | 4 +--- clients/client-amplify/src/commands/CreateWebhookCommand.ts | 4 +--- clients/client-amplify/src/commands/DeleteAppCommand.ts | 4 +--- .../src/commands/DeleteBackendEnvironmentCommand.ts | 4 +--- clients/client-amplify/src/commands/DeleteBranchCommand.ts | 4 +--- .../src/commands/DeleteDomainAssociationCommand.ts | 4 +--- clients/client-amplify/src/commands/DeleteJobCommand.ts | 4 +--- clients/client-amplify/src/commands/DeleteWebhookCommand.ts | 4 +--- .../client-amplify/src/commands/GenerateAccessLogsCommand.ts | 4 +--- clients/client-amplify/src/commands/GetAppCommand.ts | 4 +--- clients/client-amplify/src/commands/GetArtifactUrlCommand.ts | 4 +--- .../src/commands/GetBackendEnvironmentCommand.ts | 4 +--- clients/client-amplify/src/commands/GetBranchCommand.ts | 4 +--- .../src/commands/GetDomainAssociationCommand.ts | 4 +--- clients/client-amplify/src/commands/GetJobCommand.ts | 4 +--- clients/client-amplify/src/commands/GetWebhookCommand.ts | 4 +--- clients/client-amplify/src/commands/ListAppsCommand.ts | 4 +--- clients/client-amplify/src/commands/ListArtifactsCommand.ts | 4 +--- .../src/commands/ListBackendEnvironmentsCommand.ts | 4 +--- clients/client-amplify/src/commands/ListBranchesCommand.ts | 4 +--- .../src/commands/ListDomainAssociationsCommand.ts | 4 +--- clients/client-amplify/src/commands/ListJobsCommand.ts | 4 +--- .../client-amplify/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-amplify/src/commands/ListWebhooksCommand.ts | 4 +--- clients/client-amplify/src/commands/StartDeploymentCommand.ts | 4 +--- clients/client-amplify/src/commands/StartJobCommand.ts | 4 +--- clients/client-amplify/src/commands/StopJobCommand.ts | 4 +--- clients/client-amplify/src/commands/TagResourceCommand.ts | 4 +--- clients/client-amplify/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-amplify/src/commands/UpdateAppCommand.ts | 4 +--- clients/client-amplify/src/commands/UpdateBranchCommand.ts | 4 +--- .../src/commands/UpdateDomainAssociationCommand.ts | 4 +--- clients/client-amplify/src/commands/UpdateWebhookCommand.ts | 4 +--- .../client-amplifybackend/src/commands/CloneBackendCommand.ts | 4 +--- .../src/commands/CreateBackendAPICommand.ts | 4 +--- .../src/commands/CreateBackendAuthCommand.ts | 4 +--- .../src/commands/CreateBackendCommand.ts | 4 +--- .../src/commands/CreateBackendConfigCommand.ts | 4 +--- .../src/commands/CreateBackendStorageCommand.ts | 4 +--- .../client-amplifybackend/src/commands/CreateTokenCommand.ts | 4 +--- .../src/commands/DeleteBackendAPICommand.ts | 4 +--- .../src/commands/DeleteBackendAuthCommand.ts | 4 +--- .../src/commands/DeleteBackendCommand.ts | 4 +--- .../src/commands/DeleteBackendStorageCommand.ts | 4 +--- .../client-amplifybackend/src/commands/DeleteTokenCommand.ts | 4 +--- .../src/commands/GenerateBackendAPIModelsCommand.ts | 4 +--- .../src/commands/GetBackendAPICommand.ts | 4 +--- .../src/commands/GetBackendAPIModelsCommand.ts | 4 +--- .../src/commands/GetBackendAuthCommand.ts | 4 +--- .../client-amplifybackend/src/commands/GetBackendCommand.ts | 4 +--- .../src/commands/GetBackendJobCommand.ts | 4 +--- .../src/commands/GetBackendStorageCommand.ts | 4 +--- clients/client-amplifybackend/src/commands/GetTokenCommand.ts | 4 +--- .../src/commands/ImportBackendAuthCommand.ts | 4 +--- .../src/commands/ImportBackendStorageCommand.ts | 4 +--- .../src/commands/ListBackendJobsCommand.ts | 4 +--- .../src/commands/ListS3BucketsCommand.ts | 4 +--- .../src/commands/RemoveAllBackendsCommand.ts | 4 +--- .../src/commands/RemoveBackendConfigCommand.ts | 4 +--- .../src/commands/UpdateBackendAPICommand.ts | 4 +--- .../src/commands/UpdateBackendAuthCommand.ts | 4 +--- .../src/commands/UpdateBackendConfigCommand.ts | 4 +--- .../src/commands/UpdateBackendJobCommand.ts | 4 +--- .../src/commands/UpdateBackendStorageCommand.ts | 4 +--- .../src/commands/CreateComponentCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/CreateFormCommand.ts | 4 +--- .../src/commands/CreateThemeCommand.ts | 4 +--- .../src/commands/DeleteComponentCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/DeleteFormCommand.ts | 4 +--- .../src/commands/DeleteThemeCommand.ts | 4 +--- .../src/commands/ExchangeCodeForTokenCommand.ts | 4 +--- .../src/commands/ExportComponentsCommand.ts | 4 +--- .../src/commands/ExportFormsCommand.ts | 4 +--- .../src/commands/ExportThemesCommand.ts | 4 +--- .../src/commands/GetCodegenJobCommand.ts | 4 +--- .../src/commands/GetComponentCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/GetFormCommand.ts | 4 +--- .../src/commands/GetMetadataCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/GetThemeCommand.ts | 4 +--- .../src/commands/ListCodegenJobsCommand.ts | 4 +--- .../src/commands/ListComponentsCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/ListFormsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/ListThemesCommand.ts | 4 +--- .../src/commands/PutMetadataFlagCommand.ts | 4 +--- .../src/commands/RefreshTokenCommand.ts | 4 +--- .../src/commands/StartCodegenJobCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateComponentCommand.ts | 4 +--- .../client-amplifyuibuilder/src/commands/UpdateFormCommand.ts | 4 +--- .../src/commands/UpdateThemeCommand.ts | 4 +--- .../client-api-gateway/src/commands/CreateApiKeyCommand.ts | 4 +--- .../src/commands/CreateAuthorizerCommand.ts | 4 +--- .../src/commands/CreateBasePathMappingCommand.ts | 4 +--- .../src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/CreateDocumentationPartCommand.ts | 4 +--- .../src/commands/CreateDocumentationVersionCommand.ts | 4 +--- .../src/commands/CreateDomainNameCommand.ts | 4 +--- clients/client-api-gateway/src/commands/CreateModelCommand.ts | 4 +--- .../src/commands/CreateRequestValidatorCommand.ts | 4 +--- .../client-api-gateway/src/commands/CreateResourceCommand.ts | 4 +--- .../client-api-gateway/src/commands/CreateRestApiCommand.ts | 4 +--- clients/client-api-gateway/src/commands/CreateStageCommand.ts | 4 +--- .../client-api-gateway/src/commands/CreateUsagePlanCommand.ts | 4 +--- .../src/commands/CreateUsagePlanKeyCommand.ts | 4 +--- .../client-api-gateway/src/commands/CreateVpcLinkCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteApiKeyCommand.ts | 4 +--- .../src/commands/DeleteAuthorizerCommand.ts | 4 +--- .../src/commands/DeleteBasePathMappingCommand.ts | 4 +--- .../src/commands/DeleteClientCertificateCommand.ts | 4 +--- .../src/commands/DeleteDeploymentCommand.ts | 4 +--- .../src/commands/DeleteDocumentationPartCommand.ts | 4 +--- .../src/commands/DeleteDocumentationVersionCommand.ts | 4 +--- .../src/commands/DeleteDomainNameCommand.ts | 4 +--- .../src/commands/DeleteGatewayResponseCommand.ts | 4 +--- .../src/commands/DeleteIntegrationCommand.ts | 4 +--- .../src/commands/DeleteIntegrationResponseCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteMethodCommand.ts | 4 +--- .../src/commands/DeleteMethodResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/DeleteModelCommand.ts | 4 +--- .../src/commands/DeleteRequestValidatorCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteResourceCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteRestApiCommand.ts | 4 +--- clients/client-api-gateway/src/commands/DeleteStageCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteUsagePlanCommand.ts | 4 +--- .../src/commands/DeleteUsagePlanKeyCommand.ts | 4 +--- .../client-api-gateway/src/commands/DeleteVpcLinkCommand.ts | 4 +--- .../src/commands/FlushStageAuthorizersCacheCommand.ts | 4 +--- .../client-api-gateway/src/commands/FlushStageCacheCommand.ts | 4 +--- .../src/commands/GenerateClientCertificateCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetAccountCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetApiKeyCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetApiKeysCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetAuthorizerCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetAuthorizersCommand.ts | 4 +--- .../src/commands/GetBasePathMappingCommand.ts | 4 +--- .../src/commands/GetBasePathMappingsCommand.ts | 4 +--- .../src/commands/GetClientCertificateCommand.ts | 4 +--- .../src/commands/GetClientCertificatesCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetDeploymentCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetDeploymentsCommand.ts | 4 +--- .../src/commands/GetDocumentationPartCommand.ts | 4 +--- .../src/commands/GetDocumentationPartsCommand.ts | 4 +--- .../src/commands/GetDocumentationVersionCommand.ts | 4 +--- .../src/commands/GetDocumentationVersionsCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetDomainNameCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetDomainNamesCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetExportCommand.ts | 4 +--- .../src/commands/GetGatewayResponseCommand.ts | 4 +--- .../src/commands/GetGatewayResponsesCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetIntegrationCommand.ts | 4 +--- .../src/commands/GetIntegrationResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetMethodCommand.ts | 4 +--- .../src/commands/GetMethodResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetModelCommand.ts | 4 +--- .../src/commands/GetModelTemplateCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetModelsCommand.ts | 4 +--- .../src/commands/GetRequestValidatorCommand.ts | 4 +--- .../src/commands/GetRequestValidatorsCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetResourceCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetResourcesCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetRestApiCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetRestApisCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetSdkCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetStageCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetStagesCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetTagsCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetUsageCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetUsagePlanCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts | 4 +--- .../src/commands/GetUsagePlanKeysCommand.ts | 4 +--- .../client-api-gateway/src/commands/GetUsagePlansCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts | 4 +--- clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts | 4 +--- .../client-api-gateway/src/commands/ImportApiKeysCommand.ts | 4 +--- .../src/commands/ImportDocumentationPartsCommand.ts | 4 +--- .../client-api-gateway/src/commands/ImportRestApiCommand.ts | 4 +--- .../src/commands/PutGatewayResponseCommand.ts | 4 +--- .../client-api-gateway/src/commands/PutIntegrationCommand.ts | 4 +--- .../src/commands/PutIntegrationResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/PutMethodCommand.ts | 4 +--- .../src/commands/PutMethodResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/PutRestApiCommand.ts | 4 +--- clients/client-api-gateway/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestInvokeAuthorizerCommand.ts | 4 +--- .../src/commands/TestInvokeMethodCommand.ts | 4 +--- .../client-api-gateway/src/commands/UntagResourceCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateAccountCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateApiKeyCommand.ts | 4 +--- .../src/commands/UpdateAuthorizerCommand.ts | 4 +--- .../src/commands/UpdateBasePathMappingCommand.ts | 4 +--- .../src/commands/UpdateClientCertificateCommand.ts | 4 +--- .../src/commands/UpdateDeploymentCommand.ts | 4 +--- .../src/commands/UpdateDocumentationPartCommand.ts | 4 +--- .../src/commands/UpdateDocumentationVersionCommand.ts | 4 +--- .../src/commands/UpdateDomainNameCommand.ts | 4 +--- .../src/commands/UpdateGatewayResponseCommand.ts | 4 +--- .../src/commands/UpdateIntegrationCommand.ts | 4 +--- .../src/commands/UpdateIntegrationResponseCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateMethodCommand.ts | 4 +--- .../src/commands/UpdateMethodResponseCommand.ts | 4 +--- clients/client-api-gateway/src/commands/UpdateModelCommand.ts | 4 +--- .../src/commands/UpdateRequestValidatorCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateResourceCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateRestApiCommand.ts | 4 +--- clients/client-api-gateway/src/commands/UpdateStageCommand.ts | 4 +--- clients/client-api-gateway/src/commands/UpdateUsageCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateUsagePlanCommand.ts | 4 +--- .../client-api-gateway/src/commands/UpdateVpcLinkCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/GetConnectionCommand.ts | 4 +--- .../src/commands/PostToConnectionCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/CreateApiCommand.ts | 4 +--- .../src/commands/CreateApiMappingCommand.ts | 4 +--- .../src/commands/CreateAuthorizerCommand.ts | 4 +--- .../src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/CreateDomainNameCommand.ts | 4 +--- .../src/commands/CreateIntegrationCommand.ts | 4 +--- .../src/commands/CreateIntegrationResponseCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/CreateModelCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/CreateRouteCommand.ts | 4 +--- .../src/commands/CreateRouteResponseCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/CreateStageCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts | 4 +--- .../src/commands/DeleteAccessLogSettingsCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts | 4 +--- .../src/commands/DeleteApiMappingCommand.ts | 4 +--- .../src/commands/DeleteAuthorizerCommand.ts | 4 +--- .../src/commands/DeleteCorsConfigurationCommand.ts | 4 +--- .../src/commands/DeleteDeploymentCommand.ts | 4 +--- .../src/commands/DeleteDomainNameCommand.ts | 4 +--- .../src/commands/DeleteIntegrationCommand.ts | 4 +--- .../src/commands/DeleteIntegrationResponseCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/DeleteModelCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/DeleteRouteCommand.ts | 4 +--- .../src/commands/DeleteRouteRequestParameterCommand.ts | 4 +--- .../src/commands/DeleteRouteResponseCommand.ts | 4 +--- .../src/commands/DeleteRouteSettingsCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/DeleteStageCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/ExportApiCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetApiCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetApiMappingCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetApiMappingsCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetApisCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetAuthorizerCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetAuthorizersCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetDeploymentCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetDeploymentsCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetDomainNameCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetDomainNamesCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetIntegrationCommand.ts | 4 +--- .../src/commands/GetIntegrationResponseCommand.ts | 4 +--- .../src/commands/GetIntegrationResponsesCommand.ts | 4 +--- .../src/commands/GetIntegrationsCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetModelCommand.ts | 4 +--- .../src/commands/GetModelTemplateCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetModelsCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetRouteCommand.ts | 4 +--- .../src/commands/GetRouteResponseCommand.ts | 4 +--- .../src/commands/GetRouteResponsesCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetStageCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetStagesCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetTagsCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/GetVpcLinksCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/ImportApiCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/ReimportApiCommand.ts | 4 +--- .../src/commands/ResetAuthorizersCacheCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/TagResourceCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts | 4 +--- .../src/commands/UpdateApiMappingCommand.ts | 4 +--- .../src/commands/UpdateAuthorizerCommand.ts | 4 +--- .../src/commands/UpdateDeploymentCommand.ts | 4 +--- .../src/commands/UpdateDomainNameCommand.ts | 4 +--- .../src/commands/UpdateIntegrationCommand.ts | 4 +--- .../src/commands/UpdateIntegrationResponseCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/UpdateModelCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/UpdateRouteCommand.ts | 4 +--- .../src/commands/UpdateRouteResponseCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/UpdateStageCommand.ts | 4 +--- .../client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts | 4 +--- .../client-app-mesh/src/commands/CreateGatewayRouteCommand.ts | 4 +--- clients/client-app-mesh/src/commands/CreateMeshCommand.ts | 4 +--- clients/client-app-mesh/src/commands/CreateRouteCommand.ts | 4 +--- .../src/commands/CreateVirtualGatewayCommand.ts | 4 +--- .../client-app-mesh/src/commands/CreateVirtualNodeCommand.ts | 4 +--- .../src/commands/CreateVirtualRouterCommand.ts | 4 +--- .../src/commands/CreateVirtualServiceCommand.ts | 4 +--- .../client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts | 4 +--- clients/client-app-mesh/src/commands/DeleteMeshCommand.ts | 4 +--- clients/client-app-mesh/src/commands/DeleteRouteCommand.ts | 4 +--- .../src/commands/DeleteVirtualGatewayCommand.ts | 4 +--- .../client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts | 4 +--- .../src/commands/DeleteVirtualRouterCommand.ts | 4 +--- .../src/commands/DeleteVirtualServiceCommand.ts | 4 +--- .../src/commands/DescribeGatewayRouteCommand.ts | 4 +--- clients/client-app-mesh/src/commands/DescribeMeshCommand.ts | 4 +--- clients/client-app-mesh/src/commands/DescribeRouteCommand.ts | 4 +--- .../src/commands/DescribeVirtualGatewayCommand.ts | 4 +--- .../src/commands/DescribeVirtualNodeCommand.ts | 4 +--- .../src/commands/DescribeVirtualRouterCommand.ts | 4 +--- .../src/commands/DescribeVirtualServiceCommand.ts | 4 +--- .../client-app-mesh/src/commands/ListGatewayRoutesCommand.ts | 4 +--- clients/client-app-mesh/src/commands/ListMeshesCommand.ts | 4 +--- clients/client-app-mesh/src/commands/ListRoutesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVirtualGatewaysCommand.ts | 4 +--- .../client-app-mesh/src/commands/ListVirtualNodesCommand.ts | 4 +--- .../client-app-mesh/src/commands/ListVirtualRoutersCommand.ts | 4 +--- .../src/commands/ListVirtualServicesCommand.ts | 4 +--- clients/client-app-mesh/src/commands/TagResourceCommand.ts | 4 +--- clients/client-app-mesh/src/commands/UntagResourceCommand.ts | 4 +--- .../client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts | 4 +--- clients/client-app-mesh/src/commands/UpdateMeshCommand.ts | 4 +--- clients/client-app-mesh/src/commands/UpdateRouteCommand.ts | 4 +--- .../src/commands/UpdateVirtualGatewayCommand.ts | 4 +--- .../client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts | 4 +--- .../src/commands/UpdateVirtualRouterCommand.ts | 4 +--- .../src/commands/UpdateVirtualServiceCommand.ts | 4 +--- .../client-appconfig/src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateConfigurationProfileCommand.ts | 4 +--- .../src/commands/CreateDeploymentStrategyCommand.ts | 4 +--- .../client-appconfig/src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/CreateExtensionAssociationCommand.ts | 4 +--- .../client-appconfig/src/commands/CreateExtensionCommand.ts | 4 +--- .../src/commands/CreateHostedConfigurationVersionCommand.ts | 4 +--- .../client-appconfig/src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteConfigurationProfileCommand.ts | 4 +--- .../src/commands/DeleteDeploymentStrategyCommand.ts | 4 +--- .../client-appconfig/src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteExtensionAssociationCommand.ts | 4 +--- .../client-appconfig/src/commands/DeleteExtensionCommand.ts | 4 +--- .../src/commands/DeleteHostedConfigurationVersionCommand.ts | 4 +--- .../src/commands/GetAccountSettingsCommand.ts | 4 +--- .../client-appconfig/src/commands/GetApplicationCommand.ts | 4 +--- .../client-appconfig/src/commands/GetConfigurationCommand.ts | 4 +--- .../src/commands/GetConfigurationProfileCommand.ts | 4 +--- clients/client-appconfig/src/commands/GetDeploymentCommand.ts | 4 +--- .../src/commands/GetDeploymentStrategyCommand.ts | 4 +--- .../client-appconfig/src/commands/GetEnvironmentCommand.ts | 4 +--- .../src/commands/GetExtensionAssociationCommand.ts | 4 +--- clients/client-appconfig/src/commands/GetExtensionCommand.ts | 4 +--- .../src/commands/GetHostedConfigurationVersionCommand.ts | 4 +--- .../client-appconfig/src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListConfigurationProfilesCommand.ts | 4 +--- .../src/commands/ListDeploymentStrategiesCommand.ts | 4 +--- .../client-appconfig/src/commands/ListDeploymentsCommand.ts | 4 +--- .../client-appconfig/src/commands/ListEnvironmentsCommand.ts | 4 +--- .../src/commands/ListExtensionAssociationsCommand.ts | 4 +--- .../client-appconfig/src/commands/ListExtensionsCommand.ts | 4 +--- .../src/commands/ListHostedConfigurationVersionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-appconfig/src/commands/StartDeploymentCommand.ts | 4 +--- .../client-appconfig/src/commands/StopDeploymentCommand.ts | 4 +--- clients/client-appconfig/src/commands/TagResourceCommand.ts | 4 +--- clients/client-appconfig/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- .../client-appconfig/src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateConfigurationProfileCommand.ts | 4 +--- .../src/commands/UpdateDeploymentStrategyCommand.ts | 4 +--- .../client-appconfig/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateExtensionAssociationCommand.ts | 4 +--- .../client-appconfig/src/commands/UpdateExtensionCommand.ts | 4 +--- .../src/commands/ValidateConfigurationCommand.ts | 4 +--- .../src/commands/GetLatestConfigurationCommand.ts | 4 +--- .../src/commands/StartConfigurationSessionCommand.ts | 4 +--- .../src/commands/BatchGetUserAccessTasksCommand.ts | 4 +--- .../src/commands/ConnectAppAuthorizationCommand.ts | 4 +--- .../src/commands/CreateAppAuthorizationCommand.ts | 4 +--- .../client-appfabric/src/commands/CreateAppBundleCommand.ts | 4 +--- .../client-appfabric/src/commands/CreateIngestionCommand.ts | 4 +--- .../src/commands/CreateIngestionDestinationCommand.ts | 4 +--- .../src/commands/DeleteAppAuthorizationCommand.ts | 4 +--- .../client-appfabric/src/commands/DeleteAppBundleCommand.ts | 4 +--- .../client-appfabric/src/commands/DeleteIngestionCommand.ts | 4 +--- .../src/commands/DeleteIngestionDestinationCommand.ts | 4 +--- .../src/commands/GetAppAuthorizationCommand.ts | 4 +--- clients/client-appfabric/src/commands/GetAppBundleCommand.ts | 4 +--- clients/client-appfabric/src/commands/GetIngestionCommand.ts | 4 +--- .../src/commands/GetIngestionDestinationCommand.ts | 4 +--- .../src/commands/ListAppAuthorizationsCommand.ts | 4 +--- .../client-appfabric/src/commands/ListAppBundlesCommand.ts | 4 +--- .../src/commands/ListIngestionDestinationsCommand.ts | 4 +--- .../client-appfabric/src/commands/ListIngestionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-appfabric/src/commands/StartIngestionCommand.ts | 4 +--- .../src/commands/StartUserAccessTasksCommand.ts | 4 +--- clients/client-appfabric/src/commands/StopIngestionCommand.ts | 4 +--- clients/client-appfabric/src/commands/TagResourceCommand.ts | 4 +--- clients/client-appfabric/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAppAuthorizationCommand.ts | 4 +--- .../src/commands/UpdateIngestionDestinationCommand.ts | 4 +--- .../src/commands/CancelFlowExecutionsCommand.ts | 4 +--- .../src/commands/CreateConnectorProfileCommand.ts | 4 +--- clients/client-appflow/src/commands/CreateFlowCommand.ts | 4 +--- .../src/commands/DeleteConnectorProfileCommand.ts | 4 +--- clients/client-appflow/src/commands/DeleteFlowCommand.ts | 4 +--- .../client-appflow/src/commands/DescribeConnectorCommand.ts | 4 +--- .../src/commands/DescribeConnectorEntityCommand.ts | 4 +--- .../src/commands/DescribeConnectorProfilesCommand.ts | 4 +--- .../client-appflow/src/commands/DescribeConnectorsCommand.ts | 4 +--- clients/client-appflow/src/commands/DescribeFlowCommand.ts | 4 +--- .../src/commands/DescribeFlowExecutionRecordsCommand.ts | 4 +--- .../src/commands/ListConnectorEntitiesCommand.ts | 4 +--- clients/client-appflow/src/commands/ListConnectorsCommand.ts | 4 +--- clients/client-appflow/src/commands/ListFlowsCommand.ts | 4 +--- .../client-appflow/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-appflow/src/commands/RegisterConnectorCommand.ts | 4 +--- .../src/commands/ResetConnectorMetadataCacheCommand.ts | 4 +--- clients/client-appflow/src/commands/StartFlowCommand.ts | 4 +--- clients/client-appflow/src/commands/StopFlowCommand.ts | 4 +--- clients/client-appflow/src/commands/TagResourceCommand.ts | 4 +--- .../client-appflow/src/commands/UnregisterConnectorCommand.ts | 4 +--- clients/client-appflow/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectorProfileCommand.ts | 4 +--- .../src/commands/UpdateConnectorRegistrationCommand.ts | 4 +--- clients/client-appflow/src/commands/UpdateFlowCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateDataIntegrationAssociationCommand.ts | 4 +--- .../src/commands/CreateDataIntegrationCommand.ts | 4 +--- .../src/commands/CreateEventIntegrationCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteDataIntegrationCommand.ts | 4 +--- .../src/commands/DeleteEventIntegrationCommand.ts | 4 +--- .../src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetDataIntegrationCommand.ts | 4 +--- .../src/commands/GetEventIntegrationCommand.ts | 4 +--- .../src/commands/ListApplicationAssociationsCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListDataIntegrationAssociationsCommand.ts | 4 +--- .../src/commands/ListDataIntegrationsCommand.ts | 4 +--- .../src/commands/ListEventIntegrationAssociationsCommand.ts | 4 +--- .../src/commands/ListEventIntegrationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-appintegrations/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateDataIntegrationAssociationCommand.ts | 4 +--- .../src/commands/UpdateDataIntegrationCommand.ts | 4 +--- .../src/commands/UpdateEventIntegrationCommand.ts | 4 +--- .../src/commands/DeleteScalingPolicyCommand.ts | 4 +--- .../src/commands/DeleteScheduledActionCommand.ts | 4 +--- .../src/commands/DeregisterScalableTargetCommand.ts | 4 +--- .../src/commands/DescribeScalableTargetsCommand.ts | 4 +--- .../src/commands/DescribeScalingActivitiesCommand.ts | 4 +--- .../src/commands/DescribeScalingPoliciesCommand.ts | 4 +--- .../src/commands/DescribeScheduledActionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutScalingPolicyCommand.ts | 4 +--- .../src/commands/PutScheduledActionCommand.ts | 4 +--- .../src/commands/RegisterScalableTargetCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../AssociateConfigurationItemsToApplicationCommand.ts | 4 +--- .../src/commands/BatchDeleteAgentsCommand.ts | 4 +--- .../src/commands/BatchDeleteImportDataCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateTagsCommand.ts | 4 +--- .../src/commands/DeleteApplicationsCommand.ts | 4 +--- .../src/commands/DeleteTagsCommand.ts | 4 +--- .../src/commands/DescribeAgentsCommand.ts | 4 +--- .../commands/DescribeBatchDeleteConfigurationTaskCommand.ts | 4 +--- .../src/commands/DescribeConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeContinuousExportsCommand.ts | 4 +--- .../src/commands/DescribeExportConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeExportTasksCommand.ts | 4 +--- .../src/commands/DescribeImportTasksCommand.ts | 4 +--- .../src/commands/DescribeTagsCommand.ts | 4 +--- .../DisassociateConfigurationItemsFromApplicationCommand.ts | 4 +--- .../src/commands/ExportConfigurationsCommand.ts | 4 +--- .../src/commands/GetDiscoverySummaryCommand.ts | 4 +--- .../src/commands/ListConfigurationsCommand.ts | 4 +--- .../src/commands/ListServerNeighborsCommand.ts | 4 +--- .../src/commands/StartBatchDeleteConfigurationTaskCommand.ts | 4 +--- .../src/commands/StartContinuousExportCommand.ts | 4 +--- .../src/commands/StartDataCollectionByAgentIdsCommand.ts | 4 +--- .../src/commands/StartExportTaskCommand.ts | 4 +--- .../src/commands/StartImportTaskCommand.ts | 4 +--- .../src/commands/StopContinuousExportCommand.ts | 4 +--- .../src/commands/StopDataCollectionByAgentIdsCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/AddWorkloadCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateComponentCommand.ts | 4 +--- .../src/commands/CreateLogPatternCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteComponentCommand.ts | 4 +--- .../src/commands/DeleteLogPatternCommand.ts | 4 +--- .../src/commands/DescribeApplicationCommand.ts | 4 +--- .../src/commands/DescribeComponentCommand.ts | 4 +--- .../src/commands/DescribeComponentConfigurationCommand.ts | 4 +--- .../DescribeComponentConfigurationRecommendationCommand.ts | 4 +--- .../src/commands/DescribeLogPatternCommand.ts | 4 +--- .../src/commands/DescribeObservationCommand.ts | 4 +--- .../src/commands/DescribeProblemCommand.ts | 4 +--- .../src/commands/DescribeProblemObservationsCommand.ts | 4 +--- .../src/commands/DescribeWorkloadCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListComponentsCommand.ts | 4 +--- .../src/commands/ListConfigurationHistoryCommand.ts | 4 +--- .../src/commands/ListLogPatternSetsCommand.ts | 4 +--- .../src/commands/ListLogPatternsCommand.ts | 4 +--- .../src/commands/ListProblemsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWorkloadsCommand.ts | 4 +--- .../src/commands/RemoveWorkloadCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateComponentCommand.ts | 4 +--- .../src/commands/UpdateComponentConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLogPatternCommand.ts | 4 +--- .../src/commands/UpdateProblemCommand.ts | 4 +--- .../src/commands/UpdateWorkloadCommand.ts | 4 +--- .../BatchGetServiceLevelObjectiveBudgetReportCommand.ts | 4 +--- .../src/commands/CreateServiceLevelObjectiveCommand.ts | 4 +--- .../src/commands/DeleteServiceLevelObjectiveCommand.ts | 4 +--- .../src/commands/GetServiceCommand.ts | 4 +--- .../src/commands/GetServiceLevelObjectiveCommand.ts | 4 +--- .../src/commands/ListServiceDependenciesCommand.ts | 4 +--- .../src/commands/ListServiceDependentsCommand.ts | 4 +--- .../src/commands/ListServiceLevelObjectivesCommand.ts | 4 +--- .../src/commands/ListServiceOperationsCommand.ts | 4 +--- .../src/commands/ListServicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartDiscoveryCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateServiceLevelObjectiveCommand.ts | 4 +--- .../src/commands/DeleteReportDefinitionCommand.ts | 4 +--- .../src/commands/GetReportDefinitionCommand.ts | 4 +--- .../src/commands/ImportApplicationUsageCommand.ts | 4 +--- .../src/commands/ListReportDefinitionsCommand.ts | 4 +--- .../src/commands/PutReportDefinitionCommand.ts | 4 +--- .../src/commands/UpdateReportDefinitionCommand.ts | 4 +--- .../src/commands/AssociateCustomDomainCommand.ts | 4 +--- .../src/commands/CreateAutoScalingConfigurationCommand.ts | 4 +--- .../client-apprunner/src/commands/CreateConnectionCommand.ts | 4 +--- .../src/commands/CreateObservabilityConfigurationCommand.ts | 4 +--- clients/client-apprunner/src/commands/CreateServiceCommand.ts | 4 +--- .../src/commands/CreateVpcConnectorCommand.ts | 4 +--- .../src/commands/CreateVpcIngressConnectionCommand.ts | 4 +--- .../src/commands/DeleteAutoScalingConfigurationCommand.ts | 4 +--- .../client-apprunner/src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/DeleteObservabilityConfigurationCommand.ts | 4 +--- clients/client-apprunner/src/commands/DeleteServiceCommand.ts | 4 +--- .../src/commands/DeleteVpcConnectorCommand.ts | 4 +--- .../src/commands/DeleteVpcIngressConnectionCommand.ts | 4 +--- .../src/commands/DescribeAutoScalingConfigurationCommand.ts | 4 +--- .../src/commands/DescribeCustomDomainsCommand.ts | 4 +--- .../src/commands/DescribeObservabilityConfigurationCommand.ts | 4 +--- .../client-apprunner/src/commands/DescribeServiceCommand.ts | 4 +--- .../src/commands/DescribeVpcConnectorCommand.ts | 4 +--- .../src/commands/DescribeVpcIngressConnectionCommand.ts | 4 +--- .../src/commands/DisassociateCustomDomainCommand.ts | 4 +--- .../src/commands/ListAutoScalingConfigurationsCommand.ts | 4 +--- .../client-apprunner/src/commands/ListConnectionsCommand.ts | 4 +--- .../src/commands/ListObservabilityConfigurationsCommand.ts | 4 +--- .../client-apprunner/src/commands/ListOperationsCommand.ts | 4 +--- clients/client-apprunner/src/commands/ListServicesCommand.ts | 4 +--- .../ListServicesForAutoScalingConfigurationCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-apprunner/src/commands/ListVpcConnectorsCommand.ts | 4 +--- .../src/commands/ListVpcIngressConnectionsCommand.ts | 4 +--- clients/client-apprunner/src/commands/PauseServiceCommand.ts | 4 +--- clients/client-apprunner/src/commands/ResumeServiceCommand.ts | 4 +--- .../client-apprunner/src/commands/StartDeploymentCommand.ts | 4 +--- clients/client-apprunner/src/commands/TagResourceCommand.ts | 4 +--- clients/client-apprunner/src/commands/UntagResourceCommand.ts | 4 +--- .../commands/UpdateDefaultAutoScalingConfigurationCommand.ts | 4 +--- clients/client-apprunner/src/commands/UpdateServiceCommand.ts | 4 +--- .../src/commands/UpdateVpcIngressConnectionCommand.ts | 4 +--- .../src/commands/AssociateAppBlockBuilderAppBlockCommand.ts | 4 +--- .../src/commands/AssociateApplicationFleetCommand.ts | 4 +--- .../src/commands/AssociateApplicationToEntitlementCommand.ts | 4 +--- .../client-appstream/src/commands/AssociateFleetCommand.ts | 4 +--- .../src/commands/BatchAssociateUserStackCommand.ts | 4 +--- .../src/commands/BatchDisassociateUserStackCommand.ts | 4 +--- clients/client-appstream/src/commands/CopyImageCommand.ts | 4 +--- .../src/commands/CreateAppBlockBuilderCommand.ts | 4 +--- .../src/commands/CreateAppBlockBuilderStreamingURLCommand.ts | 4 +--- .../client-appstream/src/commands/CreateAppBlockCommand.ts | 4 +--- .../client-appstream/src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateDirectoryConfigCommand.ts | 4 +--- .../client-appstream/src/commands/CreateEntitlementCommand.ts | 4 +--- clients/client-appstream/src/commands/CreateFleetCommand.ts | 4 +--- .../src/commands/CreateImageBuilderCommand.ts | 4 +--- .../src/commands/CreateImageBuilderStreamingURLCommand.ts | 4 +--- clients/client-appstream/src/commands/CreateStackCommand.ts | 4 +--- .../src/commands/CreateStreamingURLCommand.ts | 4 +--- .../src/commands/CreateThemeForStackCommand.ts | 4 +--- .../src/commands/CreateUpdatedImageCommand.ts | 4 +--- .../src/commands/CreateUsageReportSubscriptionCommand.ts | 4 +--- clients/client-appstream/src/commands/CreateUserCommand.ts | 4 +--- .../src/commands/DeleteAppBlockBuilderCommand.ts | 4 +--- .../client-appstream/src/commands/DeleteAppBlockCommand.ts | 4 +--- .../client-appstream/src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteDirectoryConfigCommand.ts | 4 +--- .../client-appstream/src/commands/DeleteEntitlementCommand.ts | 4 +--- clients/client-appstream/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DeleteImageBuilderCommand.ts | 4 +--- clients/client-appstream/src/commands/DeleteImageCommand.ts | 4 +--- .../src/commands/DeleteImagePermissionsCommand.ts | 4 +--- clients/client-appstream/src/commands/DeleteStackCommand.ts | 4 +--- .../src/commands/DeleteThemeForStackCommand.ts | 4 +--- .../src/commands/DeleteUsageReportSubscriptionCommand.ts | 4 +--- clients/client-appstream/src/commands/DeleteUserCommand.ts | 4 +--- .../DescribeAppBlockBuilderAppBlockAssociationsCommand.ts | 4 +--- .../src/commands/DescribeAppBlockBuildersCommand.ts | 4 +--- .../client-appstream/src/commands/DescribeAppBlocksCommand.ts | 4 +--- .../commands/DescribeApplicationFleetAssociationsCommand.ts | 4 +--- .../src/commands/DescribeApplicationsCommand.ts | 4 +--- .../src/commands/DescribeDirectoryConfigsCommand.ts | 4 +--- .../src/commands/DescribeEntitlementsCommand.ts | 4 +--- .../client-appstream/src/commands/DescribeFleetsCommand.ts | 4 +--- .../src/commands/DescribeImageBuildersCommand.ts | 4 +--- .../src/commands/DescribeImagePermissionsCommand.ts | 4 +--- .../client-appstream/src/commands/DescribeImagesCommand.ts | 4 +--- .../client-appstream/src/commands/DescribeSessionsCommand.ts | 4 +--- .../client-appstream/src/commands/DescribeStacksCommand.ts | 4 +--- .../src/commands/DescribeThemeForStackCommand.ts | 4 +--- .../src/commands/DescribeUsageReportSubscriptionsCommand.ts | 4 +--- .../src/commands/DescribeUserStackAssociationsCommand.ts | 4 +--- clients/client-appstream/src/commands/DescribeUsersCommand.ts | 4 +--- clients/client-appstream/src/commands/DisableUserCommand.ts | 4 +--- .../commands/DisassociateAppBlockBuilderAppBlockCommand.ts | 4 +--- .../src/commands/DisassociateApplicationFleetCommand.ts | 4 +--- .../commands/DisassociateApplicationFromEntitlementCommand.ts | 4 +--- .../client-appstream/src/commands/DisassociateFleetCommand.ts | 4 +--- clients/client-appstream/src/commands/EnableUserCommand.ts | 4 +--- clients/client-appstream/src/commands/ExpireSessionCommand.ts | 4 +--- .../src/commands/ListAssociatedFleetsCommand.ts | 4 +--- .../src/commands/ListAssociatedStacksCommand.ts | 4 +--- .../src/commands/ListEntitledApplicationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartAppBlockBuilderCommand.ts | 4 +--- clients/client-appstream/src/commands/StartFleetCommand.ts | 4 +--- .../client-appstream/src/commands/StartImageBuilderCommand.ts | 4 +--- .../src/commands/StopAppBlockBuilderCommand.ts | 4 +--- clients/client-appstream/src/commands/StopFleetCommand.ts | 4 +--- .../client-appstream/src/commands/StopImageBuilderCommand.ts | 4 +--- clients/client-appstream/src/commands/TagResourceCommand.ts | 4 +--- clients/client-appstream/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAppBlockBuilderCommand.ts | 4 +--- .../client-appstream/src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateDirectoryConfigCommand.ts | 4 +--- .../client-appstream/src/commands/UpdateEntitlementCommand.ts | 4 +--- clients/client-appstream/src/commands/UpdateFleetCommand.ts | 4 +--- .../src/commands/UpdateImagePermissionsCommand.ts | 4 +--- clients/client-appstream/src/commands/UpdateStackCommand.ts | 4 +--- .../src/commands/UpdateThemeForStackCommand.ts | 4 +--- clients/client-appsync/src/commands/AssociateApiCommand.ts | 4 +--- .../src/commands/AssociateMergedGraphqlApiCommand.ts | 4 +--- .../src/commands/AssociateSourceGraphqlApiCommand.ts | 4 +--- clients/client-appsync/src/commands/CreateApiCacheCommand.ts | 4 +--- clients/client-appsync/src/commands/CreateApiKeyCommand.ts | 4 +--- .../client-appsync/src/commands/CreateDataSourceCommand.ts | 4 +--- .../client-appsync/src/commands/CreateDomainNameCommand.ts | 4 +--- clients/client-appsync/src/commands/CreateFunctionCommand.ts | 4 +--- .../client-appsync/src/commands/CreateGraphqlApiCommand.ts | 4 +--- clients/client-appsync/src/commands/CreateResolverCommand.ts | 4 +--- clients/client-appsync/src/commands/CreateTypeCommand.ts | 4 +--- clients/client-appsync/src/commands/DeleteApiCacheCommand.ts | 4 +--- clients/client-appsync/src/commands/DeleteApiKeyCommand.ts | 4 +--- .../client-appsync/src/commands/DeleteDataSourceCommand.ts | 4 +--- .../client-appsync/src/commands/DeleteDomainNameCommand.ts | 4 +--- clients/client-appsync/src/commands/DeleteFunctionCommand.ts | 4 +--- .../client-appsync/src/commands/DeleteGraphqlApiCommand.ts | 4 +--- clients/client-appsync/src/commands/DeleteResolverCommand.ts | 4 +--- clients/client-appsync/src/commands/DeleteTypeCommand.ts | 4 +--- clients/client-appsync/src/commands/DisassociateApiCommand.ts | 4 +--- .../src/commands/DisassociateMergedGraphqlApiCommand.ts | 4 +--- .../src/commands/DisassociateSourceGraphqlApiCommand.ts | 4 +--- clients/client-appsync/src/commands/EvaluateCodeCommand.ts | 4 +--- .../src/commands/EvaluateMappingTemplateCommand.ts | 4 +--- clients/client-appsync/src/commands/FlushApiCacheCommand.ts | 4 +--- .../client-appsync/src/commands/GetApiAssociationCommand.ts | 4 +--- clients/client-appsync/src/commands/GetApiCacheCommand.ts | 4 +--- clients/client-appsync/src/commands/GetDataSourceCommand.ts | 4 +--- .../src/commands/GetDataSourceIntrospectionCommand.ts | 4 +--- clients/client-appsync/src/commands/GetDomainNameCommand.ts | 4 +--- clients/client-appsync/src/commands/GetFunctionCommand.ts | 4 +--- clients/client-appsync/src/commands/GetGraphqlApiCommand.ts | 4 +--- .../src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts | 4 +--- .../src/commands/GetIntrospectionSchemaCommand.ts | 4 +--- clients/client-appsync/src/commands/GetResolverCommand.ts | 4 +--- .../src/commands/GetSchemaCreationStatusCommand.ts | 4 +--- .../src/commands/GetSourceApiAssociationCommand.ts | 4 +--- clients/client-appsync/src/commands/GetTypeCommand.ts | 4 +--- clients/client-appsync/src/commands/ListApiKeysCommand.ts | 4 +--- clients/client-appsync/src/commands/ListDataSourcesCommand.ts | 4 +--- clients/client-appsync/src/commands/ListDomainNamesCommand.ts | 4 +--- clients/client-appsync/src/commands/ListFunctionsCommand.ts | 4 +--- clients/client-appsync/src/commands/ListGraphqlApisCommand.ts | 4 +--- .../src/commands/ListResolversByFunctionCommand.ts | 4 +--- clients/client-appsync/src/commands/ListResolversCommand.ts | 4 +--- .../src/commands/ListSourceApiAssociationsCommand.ts | 4 +--- .../client-appsync/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTypesByAssociationCommand.ts | 4 +--- clients/client-appsync/src/commands/ListTypesCommand.ts | 4 +--- .../src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts | 4 +--- .../src/commands/StartDataSourceIntrospectionCommand.ts | 4 +--- .../client-appsync/src/commands/StartSchemaCreationCommand.ts | 4 +--- .../client-appsync/src/commands/StartSchemaMergeCommand.ts | 4 +--- clients/client-appsync/src/commands/TagResourceCommand.ts | 4 +--- clients/client-appsync/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-appsync/src/commands/UpdateApiCacheCommand.ts | 4 +--- clients/client-appsync/src/commands/UpdateApiKeyCommand.ts | 4 +--- .../client-appsync/src/commands/UpdateDataSourceCommand.ts | 4 +--- .../client-appsync/src/commands/UpdateDomainNameCommand.ts | 4 +--- clients/client-appsync/src/commands/UpdateFunctionCommand.ts | 4 +--- .../client-appsync/src/commands/UpdateGraphqlApiCommand.ts | 4 +--- clients/client-appsync/src/commands/UpdateResolverCommand.ts | 4 +--- .../src/commands/UpdateSourceApiAssociationCommand.ts | 4 +--- clients/client-appsync/src/commands/UpdateTypeCommand.ts | 4 +--- clients/client-apptest/src/commands/CreateTestCaseCommand.ts | 4 +--- .../src/commands/CreateTestConfigurationCommand.ts | 4 +--- clients/client-apptest/src/commands/CreateTestSuiteCommand.ts | 4 +--- clients/client-apptest/src/commands/DeleteTestCaseCommand.ts | 4 +--- .../src/commands/DeleteTestConfigurationCommand.ts | 4 +--- clients/client-apptest/src/commands/DeleteTestRunCommand.ts | 4 +--- clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts | 4 +--- clients/client-apptest/src/commands/GetTestCaseCommand.ts | 4 +--- .../src/commands/GetTestConfigurationCommand.ts | 4 +--- clients/client-apptest/src/commands/GetTestRunStepCommand.ts | 4 +--- clients/client-apptest/src/commands/GetTestSuiteCommand.ts | 4 +--- .../client-apptest/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-apptest/src/commands/ListTestCasesCommand.ts | 4 +--- .../src/commands/ListTestConfigurationsCommand.ts | 4 +--- .../client-apptest/src/commands/ListTestRunStepsCommand.ts | 4 +--- .../src/commands/ListTestRunTestCasesCommand.ts | 4 +--- clients/client-apptest/src/commands/ListTestRunsCommand.ts | 4 +--- clients/client-apptest/src/commands/ListTestSuitesCommand.ts | 4 +--- clients/client-apptest/src/commands/StartTestRunCommand.ts | 4 +--- clients/client-apptest/src/commands/TagResourceCommand.ts | 4 +--- clients/client-apptest/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-apptest/src/commands/UpdateTestCaseCommand.ts | 4 +--- .../src/commands/UpdateTestConfigurationCommand.ts | 4 +--- clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts | 4 +--- .../src/commands/CancelZonalShiftCommand.ts | 4 +--- .../src/commands/CreatePracticeRunConfigurationCommand.ts | 4 +--- .../src/commands/DeletePracticeRunConfigurationCommand.ts | 4 +--- .../commands/GetAutoshiftObserverNotificationStatusCommand.ts | 4 +--- .../src/commands/GetManagedResourceCommand.ts | 4 +--- .../src/commands/ListAutoshiftsCommand.ts | 4 +--- .../src/commands/ListManagedResourcesCommand.ts | 4 +--- .../src/commands/ListZonalShiftsCommand.ts | 4 +--- .../src/commands/StartZonalShiftCommand.ts | 4 +--- .../UpdateAutoshiftObserverNotificationStatusCommand.ts | 4 +--- .../src/commands/UpdatePracticeRunConfigurationCommand.ts | 4 +--- .../src/commands/UpdateZonalAutoshiftConfigurationCommand.ts | 4 +--- .../src/commands/UpdateZonalShiftCommand.ts | 4 +--- .../client-artifact/src/commands/GetAccountSettingsCommand.ts | 4 +--- clients/client-artifact/src/commands/GetReportCommand.ts | 4 +--- .../client-artifact/src/commands/GetReportMetadataCommand.ts | 4 +--- .../client-artifact/src/commands/GetTermForReportCommand.ts | 4 +--- clients/client-artifact/src/commands/ListReportsCommand.ts | 4 +--- .../client-artifact/src/commands/PutAccountSettingsCommand.ts | 4 +--- .../client-athena/src/commands/BatchGetNamedQueryCommand.ts | 4 +--- .../src/commands/BatchGetPreparedStatementCommand.ts | 4 +--- .../src/commands/BatchGetQueryExecutionCommand.ts | 4 +--- .../src/commands/CancelCapacityReservationCommand.ts | 4 +--- .../src/commands/CreateCapacityReservationCommand.ts | 4 +--- .../client-athena/src/commands/CreateDataCatalogCommand.ts | 4 +--- clients/client-athena/src/commands/CreateNamedQueryCommand.ts | 4 +--- clients/client-athena/src/commands/CreateNotebookCommand.ts | 4 +--- .../src/commands/CreatePreparedStatementCommand.ts | 4 +--- .../src/commands/CreatePresignedNotebookUrlCommand.ts | 4 +--- clients/client-athena/src/commands/CreateWorkGroupCommand.ts | 4 +--- .../src/commands/DeleteCapacityReservationCommand.ts | 4 +--- .../client-athena/src/commands/DeleteDataCatalogCommand.ts | 4 +--- clients/client-athena/src/commands/DeleteNamedQueryCommand.ts | 4 +--- clients/client-athena/src/commands/DeleteNotebookCommand.ts | 4 +--- .../src/commands/DeletePreparedStatementCommand.ts | 4 +--- clients/client-athena/src/commands/DeleteWorkGroupCommand.ts | 4 +--- clients/client-athena/src/commands/ExportNotebookCommand.ts | 4 +--- .../src/commands/GetCalculationExecutionCodeCommand.ts | 4 +--- .../src/commands/GetCalculationExecutionCommand.ts | 4 +--- .../src/commands/GetCalculationExecutionStatusCommand.ts | 4 +--- .../src/commands/GetCapacityAssignmentConfigurationCommand.ts | 4 +--- .../src/commands/GetCapacityReservationCommand.ts | 4 +--- clients/client-athena/src/commands/GetDataCatalogCommand.ts | 4 +--- clients/client-athena/src/commands/GetDatabaseCommand.ts | 4 +--- clients/client-athena/src/commands/GetNamedQueryCommand.ts | 4 +--- .../client-athena/src/commands/GetNotebookMetadataCommand.ts | 4 +--- .../client-athena/src/commands/GetPreparedStatementCommand.ts | 4 +--- .../client-athena/src/commands/GetQueryExecutionCommand.ts | 4 +--- clients/client-athena/src/commands/GetQueryResultsCommand.ts | 4 +--- .../src/commands/GetQueryRuntimeStatisticsCommand.ts | 4 +--- clients/client-athena/src/commands/GetSessionCommand.ts | 4 +--- clients/client-athena/src/commands/GetSessionStatusCommand.ts | 4 +--- clients/client-athena/src/commands/GetTableMetadataCommand.ts | 4 +--- clients/client-athena/src/commands/GetWorkGroupCommand.ts | 4 +--- clients/client-athena/src/commands/ImportNotebookCommand.ts | 4 +--- .../src/commands/ListApplicationDPUSizesCommand.ts | 4 +--- .../src/commands/ListCalculationExecutionsCommand.ts | 4 +--- .../src/commands/ListCapacityReservationsCommand.ts | 4 +--- clients/client-athena/src/commands/ListDataCatalogsCommand.ts | 4 +--- clients/client-athena/src/commands/ListDatabasesCommand.ts | 4 +--- .../client-athena/src/commands/ListEngineVersionsCommand.ts | 4 +--- clients/client-athena/src/commands/ListExecutorsCommand.ts | 4 +--- clients/client-athena/src/commands/ListNamedQueriesCommand.ts | 4 +--- .../client-athena/src/commands/ListNotebookMetadataCommand.ts | 4 +--- .../client-athena/src/commands/ListNotebookSessionsCommand.ts | 4 +--- .../src/commands/ListPreparedStatementsCommand.ts | 4 +--- .../client-athena/src/commands/ListQueryExecutionsCommand.ts | 4 +--- clients/client-athena/src/commands/ListSessionsCommand.ts | 4 +--- .../client-athena/src/commands/ListTableMetadataCommand.ts | 4 +--- .../client-athena/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-athena/src/commands/ListWorkGroupsCommand.ts | 4 +--- .../src/commands/PutCapacityAssignmentConfigurationCommand.ts | 4 +--- .../src/commands/StartCalculationExecutionCommand.ts | 4 +--- .../client-athena/src/commands/StartQueryExecutionCommand.ts | 4 +--- clients/client-athena/src/commands/StartSessionCommand.ts | 4 +--- .../src/commands/StopCalculationExecutionCommand.ts | 4 +--- .../client-athena/src/commands/StopQueryExecutionCommand.ts | 4 +--- clients/client-athena/src/commands/TagResourceCommand.ts | 4 +--- clients/client-athena/src/commands/TerminateSessionCommand.ts | 4 +--- clients/client-athena/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCapacityReservationCommand.ts | 4 +--- .../client-athena/src/commands/UpdateDataCatalogCommand.ts | 4 +--- clients/client-athena/src/commands/UpdateNamedQueryCommand.ts | 4 +--- clients/client-athena/src/commands/UpdateNotebookCommand.ts | 4 +--- .../src/commands/UpdateNotebookMetadataCommand.ts | 4 +--- .../src/commands/UpdatePreparedStatementCommand.ts | 4 +--- clients/client-athena/src/commands/UpdateWorkGroupCommand.ts | 4 +--- .../AssociateAssessmentReportEvidenceFolderCommand.ts | 4 +--- .../commands/BatchAssociateAssessmentReportEvidenceCommand.ts | 4 +--- .../src/commands/BatchCreateDelegationByAssessmentCommand.ts | 4 +--- .../src/commands/BatchDeleteDelegationByAssessmentCommand.ts | 4 +--- .../BatchDisassociateAssessmentReportEvidenceCommand.ts | 4 +--- .../commands/BatchImportEvidenceToAssessmentControlCommand.ts | 4 +--- .../src/commands/CreateAssessmentCommand.ts | 4 +--- .../src/commands/CreateAssessmentFrameworkCommand.ts | 4 +--- .../src/commands/CreateAssessmentReportCommand.ts | 4 +--- .../client-auditmanager/src/commands/CreateControlCommand.ts | 4 +--- .../src/commands/DeleteAssessmentCommand.ts | 4 +--- .../src/commands/DeleteAssessmentFrameworkCommand.ts | 4 +--- .../src/commands/DeleteAssessmentFrameworkShareCommand.ts | 4 +--- .../src/commands/DeleteAssessmentReportCommand.ts | 4 +--- .../client-auditmanager/src/commands/DeleteControlCommand.ts | 4 +--- .../src/commands/DeregisterAccountCommand.ts | 4 +--- .../src/commands/DeregisterOrganizationAdminAccountCommand.ts | 4 +--- .../DisassociateAssessmentReportEvidenceFolderCommand.ts | 4 +--- .../src/commands/GetAccountStatusCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetAssessmentCommand.ts | 4 +--- .../src/commands/GetAssessmentFrameworkCommand.ts | 4 +--- .../src/commands/GetAssessmentReportUrlCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetChangeLogsCommand.ts | 4 +--- clients/client-auditmanager/src/commands/GetControlCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetDelegationsCommand.ts | 4 +--- .../src/commands/GetEvidenceByEvidenceFolderCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetEvidenceCommand.ts | 4 +--- .../src/commands/GetEvidenceFileUploadUrlCommand.ts | 4 +--- .../src/commands/GetEvidenceFolderCommand.ts | 4 +--- .../src/commands/GetEvidenceFoldersByAssessmentCommand.ts | 4 +--- .../commands/GetEvidenceFoldersByAssessmentControlCommand.ts | 4 +--- .../src/commands/GetInsightsByAssessmentCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetInsightsCommand.ts | 4 +--- .../src/commands/GetOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/GetServicesInScopeCommand.ts | 4 +--- .../client-auditmanager/src/commands/GetSettingsCommand.ts | 4 +--- .../ListAssessmentControlInsightsByControlDomainCommand.ts | 4 +--- .../commands/ListAssessmentFrameworkShareRequestsCommand.ts | 4 +--- .../src/commands/ListAssessmentFrameworksCommand.ts | 4 +--- .../src/commands/ListAssessmentReportsCommand.ts | 4 +--- .../src/commands/ListAssessmentsCommand.ts | 4 +--- .../commands/ListControlDomainInsightsByAssessmentCommand.ts | 4 +--- .../src/commands/ListControlDomainInsightsCommand.ts | 4 +--- .../src/commands/ListControlInsightsByControlDomainCommand.ts | 4 +--- .../client-auditmanager/src/commands/ListControlsCommand.ts | 4 +--- .../src/commands/ListKeywordsForDataSourceCommand.ts | 4 +--- .../src/commands/ListNotificationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RegisterAccountCommand.ts | 4 +--- .../src/commands/RegisterOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/StartAssessmentFrameworkShareCommand.ts | 4 +--- .../client-auditmanager/src/commands/TagResourceCommand.ts | 4 +--- .../client-auditmanager/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAssessmentCommand.ts | 4 +--- .../src/commands/UpdateAssessmentControlCommand.ts | 4 +--- .../src/commands/UpdateAssessmentControlSetStatusCommand.ts | 4 +--- .../src/commands/UpdateAssessmentFrameworkCommand.ts | 4 +--- .../src/commands/UpdateAssessmentFrameworkShareCommand.ts | 4 +--- .../src/commands/UpdateAssessmentStatusCommand.ts | 4 +--- .../client-auditmanager/src/commands/UpdateControlCommand.ts | 4 +--- .../client-auditmanager/src/commands/UpdateSettingsCommand.ts | 4 +--- .../src/commands/ValidateAssessmentReportIntegrityCommand.ts | 4 +--- .../src/commands/CreateScalingPlanCommand.ts | 4 +--- .../src/commands/DeleteScalingPlanCommand.ts | 4 +--- .../src/commands/DescribeScalingPlanResourcesCommand.ts | 4 +--- .../src/commands/DescribeScalingPlansCommand.ts | 4 +--- .../src/commands/GetScalingPlanResourceForecastDataCommand.ts | 4 +--- .../src/commands/UpdateScalingPlanCommand.ts | 4 +--- .../src/commands/AttachInstancesCommand.ts | 4 +--- .../src/commands/AttachLoadBalancerTargetGroupsCommand.ts | 4 +--- .../src/commands/AttachLoadBalancersCommand.ts | 4 +--- .../src/commands/AttachTrafficSourcesCommand.ts | 4 +--- .../src/commands/BatchDeleteScheduledActionCommand.ts | 4 +--- .../src/commands/BatchPutScheduledUpdateGroupActionCommand.ts | 4 +--- .../src/commands/CancelInstanceRefreshCommand.ts | 4 +--- .../src/commands/CompleteLifecycleActionCommand.ts | 4 +--- .../src/commands/CreateAutoScalingGroupCommand.ts | 4 +--- .../src/commands/CreateLaunchConfigurationCommand.ts | 4 +--- .../src/commands/CreateOrUpdateTagsCommand.ts | 4 +--- .../src/commands/DeleteAutoScalingGroupCommand.ts | 4 +--- .../src/commands/DeleteLaunchConfigurationCommand.ts | 4 +--- .../src/commands/DeleteLifecycleHookCommand.ts | 4 +--- .../src/commands/DeleteNotificationConfigurationCommand.ts | 4 +--- .../client-auto-scaling/src/commands/DeletePolicyCommand.ts | 4 +--- .../src/commands/DeleteScheduledActionCommand.ts | 4 +--- clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts | 4 +--- .../client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts | 4 +--- .../src/commands/DescribeAccountLimitsCommand.ts | 4 +--- .../src/commands/DescribeAdjustmentTypesCommand.ts | 4 +--- .../src/commands/DescribeAutoScalingGroupsCommand.ts | 4 +--- .../src/commands/DescribeAutoScalingInstancesCommand.ts | 4 +--- .../commands/DescribeAutoScalingNotificationTypesCommand.ts | 4 +--- .../src/commands/DescribeInstanceRefreshesCommand.ts | 4 +--- .../src/commands/DescribeLaunchConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeLifecycleHookTypesCommand.ts | 4 +--- .../src/commands/DescribeLifecycleHooksCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancerTargetGroupsCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancersCommand.ts | 4 +--- .../src/commands/DescribeMetricCollectionTypesCommand.ts | 4 +--- .../src/commands/DescribeNotificationConfigurationsCommand.ts | 4 +--- .../src/commands/DescribePoliciesCommand.ts | 4 +--- .../src/commands/DescribeScalingActivitiesCommand.ts | 4 +--- .../src/commands/DescribeScalingProcessTypesCommand.ts | 4 +--- .../src/commands/DescribeScheduledActionsCommand.ts | 4 +--- .../client-auto-scaling/src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeTerminationPolicyTypesCommand.ts | 4 +--- .../src/commands/DescribeTrafficSourcesCommand.ts | 4 +--- .../src/commands/DescribeWarmPoolCommand.ts | 4 +--- .../src/commands/DetachInstancesCommand.ts | 4 +--- .../src/commands/DetachLoadBalancerTargetGroupsCommand.ts | 4 +--- .../src/commands/DetachLoadBalancersCommand.ts | 4 +--- .../src/commands/DetachTrafficSourcesCommand.ts | 4 +--- .../src/commands/DisableMetricsCollectionCommand.ts | 4 +--- .../src/commands/EnableMetricsCollectionCommand.ts | 4 +--- .../client-auto-scaling/src/commands/EnterStandbyCommand.ts | 4 +--- .../client-auto-scaling/src/commands/ExecutePolicyCommand.ts | 4 +--- .../client-auto-scaling/src/commands/ExitStandbyCommand.ts | 4 +--- .../src/commands/GetPredictiveScalingForecastCommand.ts | 4 +--- .../src/commands/PutLifecycleHookCommand.ts | 4 +--- .../src/commands/PutNotificationConfigurationCommand.ts | 4 +--- .../src/commands/PutScalingPolicyCommand.ts | 4 +--- .../src/commands/PutScheduledUpdateGroupActionCommand.ts | 4 +--- .../client-auto-scaling/src/commands/PutWarmPoolCommand.ts | 4 +--- .../src/commands/RecordLifecycleActionHeartbeatCommand.ts | 4 +--- .../src/commands/ResumeProcessesCommand.ts | 4 +--- .../src/commands/RollbackInstanceRefreshCommand.ts | 4 +--- .../src/commands/SetDesiredCapacityCommand.ts | 4 +--- .../src/commands/SetInstanceHealthCommand.ts | 4 +--- .../src/commands/SetInstanceProtectionCommand.ts | 4 +--- .../src/commands/StartInstanceRefreshCommand.ts | 4 +--- .../src/commands/SuspendProcessesCommand.ts | 4 +--- .../commands/TerminateInstanceInAutoScalingGroupCommand.ts | 4 +--- .../src/commands/UpdateAutoScalingGroupCommand.ts | 4 +--- clients/client-b2bi/src/commands/CreateCapabilityCommand.ts | 4 +--- clients/client-b2bi/src/commands/CreatePartnershipCommand.ts | 4 +--- clients/client-b2bi/src/commands/CreateProfileCommand.ts | 4 +--- clients/client-b2bi/src/commands/CreateTransformerCommand.ts | 4 +--- clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts | 4 +--- clients/client-b2bi/src/commands/DeletePartnershipCommand.ts | 4 +--- clients/client-b2bi/src/commands/DeleteProfileCommand.ts | 4 +--- clients/client-b2bi/src/commands/DeleteTransformerCommand.ts | 4 +--- clients/client-b2bi/src/commands/GetCapabilityCommand.ts | 4 +--- clients/client-b2bi/src/commands/GetPartnershipCommand.ts | 4 +--- clients/client-b2bi/src/commands/GetProfileCommand.ts | 4 +--- clients/client-b2bi/src/commands/GetTransformerCommand.ts | 4 +--- clients/client-b2bi/src/commands/GetTransformerJobCommand.ts | 4 +--- clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts | 4 +--- clients/client-b2bi/src/commands/ListPartnershipsCommand.ts | 4 +--- clients/client-b2bi/src/commands/ListProfilesCommand.ts | 4 +--- .../client-b2bi/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-b2bi/src/commands/ListTransformersCommand.ts | 4 +--- .../client-b2bi/src/commands/StartTransformerJobCommand.ts | 4 +--- clients/client-b2bi/src/commands/TagResourceCommand.ts | 4 +--- clients/client-b2bi/src/commands/TestMappingCommand.ts | 4 +--- clients/client-b2bi/src/commands/TestParsingCommand.ts | 4 +--- clients/client-b2bi/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts | 4 +--- clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts | 4 +--- clients/client-b2bi/src/commands/UpdateProfileCommand.ts | 4 +--- clients/client-b2bi/src/commands/UpdateTransformerCommand.ts | 4 +--- .../src/commands/AssociateGatewayToServerCommand.ts | 4 +--- .../src/commands/CreateGatewayCommand.ts | 4 +--- .../src/commands/DeleteGatewayCommand.ts | 4 +--- .../src/commands/DeleteHypervisorCommand.ts | 4 +--- .../src/commands/DisassociateGatewayFromServerCommand.ts | 4 +--- .../src/commands/GetBandwidthRateLimitScheduleCommand.ts | 4 +--- .../client-backup-gateway/src/commands/GetGatewayCommand.ts | 4 +--- .../src/commands/GetHypervisorCommand.ts | 4 +--- .../src/commands/GetHypervisorPropertyMappingsCommand.ts | 4 +--- .../src/commands/GetVirtualMachineCommand.ts | 4 +--- .../src/commands/ImportHypervisorConfigurationCommand.ts | 4 +--- .../client-backup-gateway/src/commands/ListGatewaysCommand.ts | 4 +--- .../src/commands/ListHypervisorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVirtualMachinesCommand.ts | 4 +--- .../src/commands/PutBandwidthRateLimitScheduleCommand.ts | 4 +--- .../src/commands/PutHypervisorPropertyMappingsCommand.ts | 4 +--- .../src/commands/PutMaintenanceStartTimeCommand.ts | 4 +--- .../src/commands/StartVirtualMachinesMetadataSyncCommand.ts | 4 +--- .../client-backup-gateway/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestHypervisorConfigurationCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateGatewayInformationCommand.ts | 4 +--- .../src/commands/UpdateGatewaySoftwareNowCommand.ts | 4 +--- .../src/commands/UpdateHypervisorCommand.ts | 4 +--- clients/client-backup/src/commands/CancelLegalHoldCommand.ts | 4 +--- clients/client-backup/src/commands/CreateBackupPlanCommand.ts | 4 +--- .../src/commands/CreateBackupSelectionCommand.ts | 4 +--- .../client-backup/src/commands/CreateBackupVaultCommand.ts | 4 +--- clients/client-backup/src/commands/CreateFrameworkCommand.ts | 4 +--- clients/client-backup/src/commands/CreateLegalHoldCommand.ts | 4 +--- .../commands/CreateLogicallyAirGappedBackupVaultCommand.ts | 4 +--- clients/client-backup/src/commands/CreateReportPlanCommand.ts | 4 +--- .../src/commands/CreateRestoreTestingPlanCommand.ts | 4 +--- .../src/commands/CreateRestoreTestingSelectionCommand.ts | 4 +--- clients/client-backup/src/commands/DeleteBackupPlanCommand.ts | 4 +--- .../src/commands/DeleteBackupSelectionCommand.ts | 4 +--- .../src/commands/DeleteBackupVaultAccessPolicyCommand.ts | 4 +--- .../client-backup/src/commands/DeleteBackupVaultCommand.ts | 4 +--- .../src/commands/DeleteBackupVaultLockConfigurationCommand.ts | 4 +--- .../src/commands/DeleteBackupVaultNotificationsCommand.ts | 4 +--- clients/client-backup/src/commands/DeleteFrameworkCommand.ts | 4 +--- .../client-backup/src/commands/DeleteRecoveryPointCommand.ts | 4 +--- clients/client-backup/src/commands/DeleteReportPlanCommand.ts | 4 +--- .../src/commands/DeleteRestoreTestingPlanCommand.ts | 4 +--- .../src/commands/DeleteRestoreTestingSelectionCommand.ts | 4 +--- .../client-backup/src/commands/DescribeBackupJobCommand.ts | 4 +--- .../client-backup/src/commands/DescribeBackupVaultCommand.ts | 4 +--- clients/client-backup/src/commands/DescribeCopyJobCommand.ts | 4 +--- .../client-backup/src/commands/DescribeFrameworkCommand.ts | 4 +--- .../src/commands/DescribeGlobalSettingsCommand.ts | 4 +--- .../src/commands/DescribeProtectedResourceCommand.ts | 4 +--- .../src/commands/DescribeRecoveryPointCommand.ts | 4 +--- .../src/commands/DescribeRegionSettingsCommand.ts | 4 +--- .../client-backup/src/commands/DescribeReportJobCommand.ts | 4 +--- .../client-backup/src/commands/DescribeReportPlanCommand.ts | 4 +--- .../client-backup/src/commands/DescribeRestoreJobCommand.ts | 4 +--- .../src/commands/DisassociateRecoveryPointCommand.ts | 4 +--- .../commands/DisassociateRecoveryPointFromParentCommand.ts | 4 +--- .../src/commands/ExportBackupPlanTemplateCommand.ts | 4 +--- clients/client-backup/src/commands/GetBackupPlanCommand.ts | 4 +--- .../src/commands/GetBackupPlanFromJSONCommand.ts | 4 +--- .../src/commands/GetBackupPlanFromTemplateCommand.ts | 4 +--- .../client-backup/src/commands/GetBackupSelectionCommand.ts | 4 +--- .../src/commands/GetBackupVaultAccessPolicyCommand.ts | 4 +--- .../src/commands/GetBackupVaultNotificationsCommand.ts | 4 +--- clients/client-backup/src/commands/GetLegalHoldCommand.ts | 4 +--- .../src/commands/GetRecoveryPointRestoreMetadataCommand.ts | 4 +--- .../src/commands/GetRestoreJobMetadataCommand.ts | 4 +--- .../src/commands/GetRestoreTestingInferredMetadataCommand.ts | 4 +--- .../src/commands/GetRestoreTestingPlanCommand.ts | 4 +--- .../src/commands/GetRestoreTestingSelectionCommand.ts | 4 +--- .../src/commands/GetSupportedResourceTypesCommand.ts | 4 +--- .../src/commands/ListBackupJobSummariesCommand.ts | 4 +--- clients/client-backup/src/commands/ListBackupJobsCommand.ts | 4 +--- .../src/commands/ListBackupPlanTemplatesCommand.ts | 4 +--- .../src/commands/ListBackupPlanVersionsCommand.ts | 4 +--- clients/client-backup/src/commands/ListBackupPlansCommand.ts | 4 +--- .../client-backup/src/commands/ListBackupSelectionsCommand.ts | 4 +--- clients/client-backup/src/commands/ListBackupVaultsCommand.ts | 4 +--- .../client-backup/src/commands/ListCopyJobSummariesCommand.ts | 4 +--- clients/client-backup/src/commands/ListCopyJobsCommand.ts | 4 +--- clients/client-backup/src/commands/ListFrameworksCommand.ts | 4 +--- clients/client-backup/src/commands/ListLegalHoldsCommand.ts | 4 +--- .../commands/ListProtectedResourcesByBackupVaultCommand.ts | 4 +--- .../src/commands/ListProtectedResourcesCommand.ts | 4 +--- .../src/commands/ListRecoveryPointsByBackupVaultCommand.ts | 4 +--- .../src/commands/ListRecoveryPointsByLegalHoldCommand.ts | 4 +--- .../src/commands/ListRecoveryPointsByResourceCommand.ts | 4 +--- clients/client-backup/src/commands/ListReportJobsCommand.ts | 4 +--- clients/client-backup/src/commands/ListReportPlansCommand.ts | 4 +--- .../src/commands/ListRestoreJobSummariesCommand.ts | 4 +--- .../src/commands/ListRestoreJobsByProtectedResourceCommand.ts | 4 +--- clients/client-backup/src/commands/ListRestoreJobsCommand.ts | 4 +--- .../src/commands/ListRestoreTestingPlansCommand.ts | 4 +--- .../src/commands/ListRestoreTestingSelectionsCommand.ts | 4 +--- clients/client-backup/src/commands/ListTagsCommand.ts | 4 +--- .../src/commands/PutBackupVaultAccessPolicyCommand.ts | 4 +--- .../src/commands/PutBackupVaultLockConfigurationCommand.ts | 4 +--- .../src/commands/PutBackupVaultNotificationsCommand.ts | 4 +--- .../src/commands/PutRestoreValidationResultCommand.ts | 4 +--- clients/client-backup/src/commands/StartBackupJobCommand.ts | 4 +--- clients/client-backup/src/commands/StartCopyJobCommand.ts | 4 +--- clients/client-backup/src/commands/StartReportJobCommand.ts | 4 +--- clients/client-backup/src/commands/StartRestoreJobCommand.ts | 4 +--- clients/client-backup/src/commands/StopBackupJobCommand.ts | 4 +--- clients/client-backup/src/commands/TagResourceCommand.ts | 4 +--- clients/client-backup/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-backup/src/commands/UpdateBackupPlanCommand.ts | 4 +--- clients/client-backup/src/commands/UpdateFrameworkCommand.ts | 4 +--- .../client-backup/src/commands/UpdateGlobalSettingsCommand.ts | 4 +--- .../src/commands/UpdateRecoveryPointLifecycleCommand.ts | 4 +--- .../client-backup/src/commands/UpdateRegionSettingsCommand.ts | 4 +--- clients/client-backup/src/commands/UpdateReportPlanCommand.ts | 4 +--- .../src/commands/UpdateRestoreTestingPlanCommand.ts | 4 +--- .../src/commands/UpdateRestoreTestingSelectionCommand.ts | 4 +--- clients/client-batch/src/commands/CancelJobCommand.ts | 4 +--- .../src/commands/CreateComputeEnvironmentCommand.ts | 4 +--- clients/client-batch/src/commands/CreateJobQueueCommand.ts | 4 +--- .../src/commands/CreateSchedulingPolicyCommand.ts | 4 +--- .../src/commands/DeleteComputeEnvironmentCommand.ts | 4 +--- clients/client-batch/src/commands/DeleteJobQueueCommand.ts | 4 +--- .../src/commands/DeleteSchedulingPolicyCommand.ts | 4 +--- .../src/commands/DeregisterJobDefinitionCommand.ts | 4 +--- .../src/commands/DescribeComputeEnvironmentsCommand.ts | 4 +--- .../src/commands/DescribeJobDefinitionsCommand.ts | 4 +--- clients/client-batch/src/commands/DescribeJobQueuesCommand.ts | 4 +--- clients/client-batch/src/commands/DescribeJobsCommand.ts | 4 +--- .../src/commands/DescribeSchedulingPoliciesCommand.ts | 4 +--- .../client-batch/src/commands/GetJobQueueSnapshotCommand.ts | 4 +--- clients/client-batch/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListSchedulingPoliciesCommand.ts | 4 +--- .../client-batch/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-batch/src/commands/RegisterJobDefinitionCommand.ts | 4 +--- clients/client-batch/src/commands/SubmitJobCommand.ts | 4 +--- clients/client-batch/src/commands/TagResourceCommand.ts | 4 +--- clients/client-batch/src/commands/TerminateJobCommand.ts | 4 +--- clients/client-batch/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateComputeEnvironmentCommand.ts | 4 +--- clients/client-batch/src/commands/UpdateJobQueueCommand.ts | 4 +--- .../src/commands/UpdateSchedulingPolicyCommand.ts | 4 +--- .../src/commands/CreateExportCommand.ts | 4 +--- .../src/commands/DeleteExportCommand.ts | 4 +--- .../src/commands/GetExecutionCommand.ts | 4 +--- .../client-bcm-data-exports/src/commands/GetExportCommand.ts | 4 +--- .../client-bcm-data-exports/src/commands/GetTableCommand.ts | 4 +--- .../src/commands/ListExecutionsCommand.ts | 4 +--- .../src/commands/ListExportsCommand.ts | 4 +--- .../client-bcm-data-exports/src/commands/ListTablesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateExportCommand.ts | 4 +--- .../src/commands/DeleteAgentMemoryCommand.ts | 4 +--- .../src/commands/GetAgentMemoryCommand.ts | 4 +--- .../src/commands/InvokeAgentCommand.ts | 4 +--- .../src/commands/InvokeFlowCommand.ts | 4 +--- .../src/commands/RetrieveAndGenerateCommand.ts | 4 +--- .../src/commands/RetrieveCommand.ts | 4 +--- .../src/commands/AssociateAgentKnowledgeBaseCommand.ts | 4 +--- .../src/commands/CreateAgentActionGroupCommand.ts | 4 +--- .../src/commands/CreateAgentAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/CreateAgentCommand.ts | 4 +--- .../src/commands/CreateDataSourceCommand.ts | 4 +--- .../src/commands/CreateFlowAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/CreateFlowCommand.ts | 4 +--- .../src/commands/CreateFlowVersionCommand.ts | 4 +--- .../src/commands/CreateKnowledgeBaseCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/CreatePromptCommand.ts | 4 +--- .../src/commands/CreatePromptVersionCommand.ts | 4 +--- .../src/commands/DeleteAgentActionGroupCommand.ts | 4 +--- .../src/commands/DeleteAgentAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/DeleteAgentCommand.ts | 4 +--- .../src/commands/DeleteAgentVersionCommand.ts | 4 +--- .../src/commands/DeleteDataSourceCommand.ts | 4 +--- .../src/commands/DeleteFlowAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/DeleteFlowCommand.ts | 4 +--- .../src/commands/DeleteFlowVersionCommand.ts | 4 +--- .../src/commands/DeleteKnowledgeBaseCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/DeletePromptCommand.ts | 4 +--- .../src/commands/DisassociateAgentKnowledgeBaseCommand.ts | 4 +--- .../src/commands/GetAgentActionGroupCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/GetAgentAliasCommand.ts | 4 +--- clients/client-bedrock-agent/src/commands/GetAgentCommand.ts | 4 +--- .../src/commands/GetAgentKnowledgeBaseCommand.ts | 4 +--- .../src/commands/GetAgentVersionCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/GetDataSourceCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/GetFlowAliasCommand.ts | 4 +--- clients/client-bedrock-agent/src/commands/GetFlowCommand.ts | 4 +--- .../src/commands/GetFlowVersionCommand.ts | 4 +--- .../src/commands/GetIngestionJobCommand.ts | 4 +--- .../src/commands/GetKnowledgeBaseCommand.ts | 4 +--- clients/client-bedrock-agent/src/commands/GetPromptCommand.ts | 4 +--- .../src/commands/ListAgentActionGroupsCommand.ts | 4 +--- .../src/commands/ListAgentAliasesCommand.ts | 4 +--- .../src/commands/ListAgentKnowledgeBasesCommand.ts | 4 +--- .../src/commands/ListAgentVersionsCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/ListAgentsCommand.ts | 4 +--- .../src/commands/ListDataSourcesCommand.ts | 4 +--- .../src/commands/ListFlowAliasesCommand.ts | 4 +--- .../src/commands/ListFlowVersionsCommand.ts | 4 +--- clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts | 4 +--- .../src/commands/ListIngestionJobsCommand.ts | 4 +--- .../src/commands/ListKnowledgeBasesCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/ListPromptsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/PrepareAgentCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/PrepareFlowCommand.ts | 4 +--- .../src/commands/StartIngestionJobCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/TagResourceCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAgentActionGroupCommand.ts | 4 +--- .../src/commands/UpdateAgentAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/UpdateAgentCommand.ts | 4 +--- .../src/commands/UpdateAgentKnowledgeBaseCommand.ts | 4 +--- .../src/commands/UpdateDataSourceCommand.ts | 4 +--- .../src/commands/UpdateFlowAliasCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/UpdateFlowCommand.ts | 4 +--- .../src/commands/UpdateKnowledgeBaseCommand.ts | 4 +--- .../client-bedrock-agent/src/commands/UpdatePromptCommand.ts | 4 +--- .../src/commands/ApplyGuardrailCommand.ts | 4 +--- .../client-bedrock-runtime/src/commands/ConverseCommand.ts | 4 +--- .../src/commands/ConverseStreamCommand.ts | 4 +--- .../client-bedrock-runtime/src/commands/InvokeModelCommand.ts | 4 +--- .../src/commands/InvokeModelWithResponseStreamCommand.ts | 4 +--- .../src/commands/BatchDeleteEvaluationJobCommand.ts | 4 +--- .../client-bedrock/src/commands/CreateEvaluationJobCommand.ts | 4 +--- clients/client-bedrock/src/commands/CreateGuardrailCommand.ts | 4 +--- .../src/commands/CreateGuardrailVersionCommand.ts | 4 +--- .../client-bedrock/src/commands/CreateModelCopyJobCommand.ts | 4 +--- .../src/commands/CreateModelCustomizationJobCommand.ts | 4 +--- .../src/commands/CreateModelImportJobCommand.ts | 4 +--- .../src/commands/CreateModelInvocationJobCommand.ts | 4 +--- .../src/commands/CreateProvisionedModelThroughputCommand.ts | 4 +--- .../client-bedrock/src/commands/DeleteCustomModelCommand.ts | 4 +--- clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts | 4 +--- .../client-bedrock/src/commands/DeleteImportedModelCommand.ts | 4 +--- .../DeleteModelInvocationLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteProvisionedModelThroughputCommand.ts | 4 +--- clients/client-bedrock/src/commands/GetCustomModelCommand.ts | 4 +--- .../client-bedrock/src/commands/GetEvaluationJobCommand.ts | 4 +--- .../client-bedrock/src/commands/GetFoundationModelCommand.ts | 4 +--- clients/client-bedrock/src/commands/GetGuardrailCommand.ts | 4 +--- .../client-bedrock/src/commands/GetImportedModelCommand.ts | 4 +--- .../client-bedrock/src/commands/GetInferenceProfileCommand.ts | 4 +--- clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts | 4 +--- .../src/commands/GetModelCustomizationJobCommand.ts | 4 +--- .../client-bedrock/src/commands/GetModelImportJobCommand.ts | 4 +--- .../src/commands/GetModelInvocationJobCommand.ts | 4 +--- .../commands/GetModelInvocationLoggingConfigurationCommand.ts | 4 +--- .../src/commands/GetProvisionedModelThroughputCommand.ts | 4 +--- .../client-bedrock/src/commands/ListCustomModelsCommand.ts | 4 +--- .../client-bedrock/src/commands/ListEvaluationJobsCommand.ts | 4 +--- .../src/commands/ListFoundationModelsCommand.ts | 4 +--- clients/client-bedrock/src/commands/ListGuardrailsCommand.ts | 4 +--- .../client-bedrock/src/commands/ListImportedModelsCommand.ts | 4 +--- .../src/commands/ListInferenceProfilesCommand.ts | 4 +--- .../client-bedrock/src/commands/ListModelCopyJobsCommand.ts | 4 +--- .../src/commands/ListModelCustomizationJobsCommand.ts | 4 +--- .../client-bedrock/src/commands/ListModelImportJobsCommand.ts | 4 +--- .../src/commands/ListModelInvocationJobsCommand.ts | 4 +--- .../src/commands/ListProvisionedModelThroughputsCommand.ts | 4 +--- .../client-bedrock/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/PutModelInvocationLoggingConfigurationCommand.ts | 4 +--- .../client-bedrock/src/commands/StopEvaluationJobCommand.ts | 4 +--- .../src/commands/StopModelCustomizationJobCommand.ts | 4 +--- .../src/commands/StopModelInvocationJobCommand.ts | 4 +--- clients/client-bedrock/src/commands/TagResourceCommand.ts | 4 +--- clients/client-bedrock/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts | 4 +--- .../src/commands/UpdateProvisionedModelThroughputCommand.ts | 4 +--- .../src/commands/AssociateAccountsCommand.ts | 4 +--- .../src/commands/AssociatePricingRulesCommand.ts | 4 +--- .../BatchAssociateResourcesToCustomLineItemCommand.ts | 4 +--- .../BatchDisassociateResourcesFromCustomLineItemCommand.ts | 4 +--- .../src/commands/CreateBillingGroupCommand.ts | 4 +--- .../src/commands/CreateCustomLineItemCommand.ts | 4 +--- .../src/commands/CreatePricingPlanCommand.ts | 4 +--- .../src/commands/CreatePricingRuleCommand.ts | 4 +--- .../src/commands/DeleteBillingGroupCommand.ts | 4 +--- .../src/commands/DeleteCustomLineItemCommand.ts | 4 +--- .../src/commands/DeletePricingPlanCommand.ts | 4 +--- .../src/commands/DeletePricingRuleCommand.ts | 4 +--- .../src/commands/DisassociateAccountsCommand.ts | 4 +--- .../src/commands/DisassociatePricingRulesCommand.ts | 4 +--- .../src/commands/GetBillingGroupCostReportCommand.ts | 4 +--- .../src/commands/ListAccountAssociationsCommand.ts | 4 +--- .../src/commands/ListBillingGroupCostReportsCommand.ts | 4 +--- .../src/commands/ListBillingGroupsCommand.ts | 4 +--- .../src/commands/ListCustomLineItemVersionsCommand.ts | 4 +--- .../src/commands/ListCustomLineItemsCommand.ts | 4 +--- .../ListPricingPlansAssociatedWithPricingRuleCommand.ts | 4 +--- .../src/commands/ListPricingPlansCommand.ts | 4 +--- .../ListPricingRulesAssociatedToPricingPlanCommand.ts | 4 +--- .../src/commands/ListPricingRulesCommand.ts | 4 +--- .../ListResourcesAssociatedToCustomLineItemCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateBillingGroupCommand.ts | 4 +--- .../src/commands/UpdateCustomLineItemCommand.ts | 4 +--- .../src/commands/UpdatePricingPlanCommand.ts | 4 +--- .../src/commands/UpdatePricingRuleCommand.ts | 4 +--- clients/client-braket/src/commands/CancelJobCommand.ts | 4 +--- .../client-braket/src/commands/CancelQuantumTaskCommand.ts | 4 +--- clients/client-braket/src/commands/CreateJobCommand.ts | 4 +--- .../client-braket/src/commands/CreateQuantumTaskCommand.ts | 4 +--- clients/client-braket/src/commands/GetDeviceCommand.ts | 4 +--- clients/client-braket/src/commands/GetJobCommand.ts | 4 +--- clients/client-braket/src/commands/GetQuantumTaskCommand.ts | 4 +--- .../client-braket/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-braket/src/commands/SearchDevicesCommand.ts | 4 +--- clients/client-braket/src/commands/SearchJobsCommand.ts | 4 +--- .../client-braket/src/commands/SearchQuantumTasksCommand.ts | 4 +--- clients/client-braket/src/commands/TagResourceCommand.ts | 4 +--- clients/client-braket/src/commands/UntagResourceCommand.ts | 4 +--- .../client-budgets/src/commands/CreateBudgetActionCommand.ts | 4 +--- clients/client-budgets/src/commands/CreateBudgetCommand.ts | 4 +--- .../client-budgets/src/commands/CreateNotificationCommand.ts | 4 +--- .../client-budgets/src/commands/CreateSubscriberCommand.ts | 4 +--- .../client-budgets/src/commands/DeleteBudgetActionCommand.ts | 4 +--- clients/client-budgets/src/commands/DeleteBudgetCommand.ts | 4 +--- .../client-budgets/src/commands/DeleteNotificationCommand.ts | 4 +--- .../client-budgets/src/commands/DeleteSubscriberCommand.ts | 4 +--- .../src/commands/DescribeBudgetActionCommand.ts | 4 +--- .../src/commands/DescribeBudgetActionHistoriesCommand.ts | 4 +--- .../src/commands/DescribeBudgetActionsForAccountCommand.ts | 4 +--- .../src/commands/DescribeBudgetActionsForBudgetCommand.ts | 4 +--- clients/client-budgets/src/commands/DescribeBudgetCommand.ts | 4 +--- .../commands/DescribeBudgetNotificationsForAccountCommand.ts | 4 +--- .../src/commands/DescribeBudgetPerformanceHistoryCommand.ts | 4 +--- clients/client-budgets/src/commands/DescribeBudgetsCommand.ts | 4 +--- .../src/commands/DescribeNotificationsForBudgetCommand.ts | 4 +--- .../src/commands/DescribeSubscribersForNotificationCommand.ts | 4 +--- .../client-budgets/src/commands/ExecuteBudgetActionCommand.ts | 4 +--- .../client-budgets/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-budgets/src/commands/TagResourceCommand.ts | 4 +--- clients/client-budgets/src/commands/UntagResourceCommand.ts | 4 +--- .../client-budgets/src/commands/UpdateBudgetActionCommand.ts | 4 +--- clients/client-budgets/src/commands/UpdateBudgetCommand.ts | 4 +--- .../client-budgets/src/commands/UpdateNotificationCommand.ts | 4 +--- .../client-budgets/src/commands/UpdateSubscriberCommand.ts | 4 +--- .../src/commands/CreateChimeWebhookConfigurationCommand.ts | 4 +--- .../CreateMicrosoftTeamsChannelConfigurationCommand.ts | 4 +--- .../src/commands/CreateSlackChannelConfigurationCommand.ts | 4 +--- .../src/commands/DeleteChimeWebhookConfigurationCommand.ts | 4 +--- .../DeleteMicrosoftTeamsChannelConfigurationCommand.ts | 4 +--- .../src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts | 4 +--- .../src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts | 4 +--- .../src/commands/DeleteSlackChannelConfigurationCommand.ts | 4 +--- .../src/commands/DeleteSlackUserIdentityCommand.ts | 4 +--- .../src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts | 4 +--- .../src/commands/DescribeChimeWebhookConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeSlackChannelConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeSlackUserIdentitiesCommand.ts | 4 +--- .../src/commands/DescribeSlackWorkspacesCommand.ts | 4 +--- .../src/commands/GetAccountPreferencesCommand.ts | 4 +--- .../commands/GetMicrosoftTeamsChannelConfigurationCommand.ts | 4 +--- .../ListMicrosoftTeamsChannelConfigurationsCommand.ts | 4 +--- .../src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts | 4 +--- .../src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts | 4 +--- .../client-chatbot/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-chatbot/src/commands/TagResourceCommand.ts | 4 +--- clients/client-chatbot/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountPreferencesCommand.ts | 4 +--- .../src/commands/UpdateChimeWebhookConfigurationCommand.ts | 4 +--- .../UpdateMicrosoftTeamsChannelConfigurationCommand.ts | 4 +--- .../src/commands/UpdateSlackChannelConfigurationCommand.ts | 4 +--- .../src/commands/CreateAppInstanceAdminCommand.ts | 4 +--- .../src/commands/CreateAppInstanceBotCommand.ts | 4 +--- .../src/commands/CreateAppInstanceCommand.ts | 4 +--- .../src/commands/CreateAppInstanceUserCommand.ts | 4 +--- .../src/commands/DeleteAppInstanceAdminCommand.ts | 4 +--- .../src/commands/DeleteAppInstanceBotCommand.ts | 4 +--- .../src/commands/DeleteAppInstanceCommand.ts | 4 +--- .../src/commands/DeleteAppInstanceUserCommand.ts | 4 +--- .../src/commands/DeregisterAppInstanceUserEndpointCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceAdminCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceBotCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceUserCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceUserEndpointCommand.ts | 4 +--- .../src/commands/GetAppInstanceRetentionSettingsCommand.ts | 4 +--- .../src/commands/ListAppInstanceAdminsCommand.ts | 4 +--- .../src/commands/ListAppInstanceBotsCommand.ts | 4 +--- .../src/commands/ListAppInstanceUserEndpointsCommand.ts | 4 +--- .../src/commands/ListAppInstanceUsersCommand.ts | 4 +--- .../src/commands/ListAppInstancesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutAppInstanceRetentionSettingsCommand.ts | 4 +--- .../commands/PutAppInstanceUserExpirationSettingsCommand.ts | 4 +--- .../src/commands/RegisterAppInstanceUserEndpointCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAppInstanceBotCommand.ts | 4 +--- .../src/commands/UpdateAppInstanceCommand.ts | 4 +--- .../src/commands/UpdateAppInstanceUserCommand.ts | 4 +--- .../src/commands/UpdateAppInstanceUserEndpointCommand.ts | 4 +--- .../src/commands/CreateMediaCapturePipelineCommand.ts | 4 +--- .../src/commands/CreateMediaConcatenationPipelineCommand.ts | 4 +--- .../src/commands/CreateMediaInsightsPipelineCommand.ts | 4 +--- .../CreateMediaInsightsPipelineConfigurationCommand.ts | 4 +--- .../src/commands/CreateMediaLiveConnectorPipelineCommand.ts | 4 +--- .../CreateMediaPipelineKinesisVideoStreamPoolCommand.ts | 4 +--- .../src/commands/CreateMediaStreamPipelineCommand.ts | 4 +--- .../src/commands/DeleteMediaCapturePipelineCommand.ts | 4 +--- .../DeleteMediaInsightsPipelineConfigurationCommand.ts | 4 +--- .../src/commands/DeleteMediaPipelineCommand.ts | 4 +--- .../DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts | 4 +--- .../src/commands/GetMediaCapturePipelineCommand.ts | 4 +--- .../commands/GetMediaInsightsPipelineConfigurationCommand.ts | 4 +--- .../src/commands/GetMediaPipelineCommand.ts | 4 +--- .../commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts | 4 +--- .../src/commands/GetSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/GetVoiceToneAnalysisTaskCommand.ts | 4 +--- .../src/commands/ListMediaCapturePipelinesCommand.ts | 4 +--- .../ListMediaInsightsPipelineConfigurationsCommand.ts | 4 +--- .../ListMediaPipelineKinesisVideoStreamPoolsCommand.ts | 4 +--- .../src/commands/ListMediaPipelinesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/StartVoiceToneAnalysisTaskCommand.ts | 4 +--- .../src/commands/StopSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/StopVoiceToneAnalysisTaskCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../UpdateMediaInsightsPipelineConfigurationCommand.ts | 4 +--- .../src/commands/UpdateMediaInsightsPipelineStatusCommand.ts | 4 +--- .../UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts | 4 +--- .../src/commands/BatchCreateAttendeeCommand.ts | 4 +--- .../commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts | 4 +--- .../src/commands/CreateAttendeeCommand.ts | 4 +--- .../src/commands/CreateMeetingCommand.ts | 4 +--- .../src/commands/CreateMeetingWithAttendeesCommand.ts | 4 +--- .../src/commands/DeleteAttendeeCommand.ts | 4 +--- .../src/commands/DeleteMeetingCommand.ts | 4 +--- .../src/commands/GetAttendeeCommand.ts | 4 +--- .../src/commands/GetMeetingCommand.ts | 4 +--- .../src/commands/ListAttendeesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartMeetingTranscriptionCommand.ts | 4 +--- .../src/commands/StopMeetingTranscriptionCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAttendeeCapabilitiesCommand.ts | 4 +--- .../src/commands/AssociateChannelFlowCommand.ts | 4 +--- .../src/commands/BatchCreateChannelMembershipCommand.ts | 4 +--- .../src/commands/ChannelFlowCallbackCommand.ts | 4 +--- .../src/commands/CreateChannelBanCommand.ts | 4 +--- .../src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateChannelFlowCommand.ts | 4 +--- .../src/commands/CreateChannelMembershipCommand.ts | 4 +--- .../src/commands/CreateChannelModeratorCommand.ts | 4 +--- .../src/commands/DeleteChannelBanCommand.ts | 4 +--- .../src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteChannelFlowCommand.ts | 4 +--- .../src/commands/DeleteChannelMembershipCommand.ts | 4 +--- .../src/commands/DeleteChannelMessageCommand.ts | 4 +--- .../src/commands/DeleteChannelModeratorCommand.ts | 4 +--- .../commands/DeleteMessagingStreamingConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeChannelBanCommand.ts | 4 +--- .../src/commands/DescribeChannelCommand.ts | 4 +--- .../src/commands/DescribeChannelFlowCommand.ts | 4 +--- .../src/commands/DescribeChannelMembershipCommand.ts | 4 +--- .../DescribeChannelMembershipForAppInstanceUserCommand.ts | 4 +--- .../DescribeChannelModeratedByAppInstanceUserCommand.ts | 4 +--- .../src/commands/DescribeChannelModeratorCommand.ts | 4 +--- .../src/commands/DisassociateChannelFlowCommand.ts | 4 +--- .../src/commands/GetChannelMembershipPreferencesCommand.ts | 4 +--- .../src/commands/GetChannelMessageCommand.ts | 4 +--- .../src/commands/GetChannelMessageStatusCommand.ts | 4 +--- .../src/commands/GetMessagingSessionEndpointCommand.ts | 4 +--- .../commands/GetMessagingStreamingConfigurationsCommand.ts | 4 +--- .../src/commands/ListChannelBansCommand.ts | 4 +--- .../src/commands/ListChannelFlowsCommand.ts | 4 +--- .../src/commands/ListChannelMembershipsCommand.ts | 4 +--- .../ListChannelMembershipsForAppInstanceUserCommand.ts | 4 +--- .../src/commands/ListChannelMessagesCommand.ts | 4 +--- .../src/commands/ListChannelModeratorsCommand.ts | 4 +--- .../commands/ListChannelsAssociatedWithChannelFlowCommand.ts | 4 +--- .../src/commands/ListChannelsCommand.ts | 4 +--- .../commands/ListChannelsModeratedByAppInstanceUserCommand.ts | 4 +--- .../src/commands/ListSubChannelsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutChannelExpirationSettingsCommand.ts | 4 +--- .../src/commands/PutChannelMembershipPreferencesCommand.ts | 4 +--- .../commands/PutMessagingStreamingConfigurationsCommand.ts | 4 +--- .../src/commands/RedactChannelMessageCommand.ts | 4 +--- .../src/commands/SearchChannelsCommand.ts | 4 +--- .../src/commands/SendChannelMessageCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateChannelFlowCommand.ts | 4 +--- .../src/commands/UpdateChannelMessageCommand.ts | 4 +--- .../src/commands/UpdateChannelReadMarkerCommand.ts | 4 +--- .../AssociatePhoneNumbersWithVoiceConnectorCommand.ts | 4 +--- .../AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/BatchDeletePhoneNumberCommand.ts | 4 +--- .../src/commands/BatchUpdatePhoneNumberCommand.ts | 4 +--- .../src/commands/CreatePhoneNumberOrderCommand.ts | 4 +--- .../src/commands/CreateProxySessionCommand.ts | 4 +--- .../src/commands/CreateSipMediaApplicationCallCommand.ts | 4 +--- .../src/commands/CreateSipMediaApplicationCommand.ts | 4 +--- .../src/commands/CreateSipRuleCommand.ts | 4 +--- .../src/commands/CreateVoiceConnectorCommand.ts | 4 +--- .../src/commands/CreateVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/CreateVoiceProfileCommand.ts | 4 +--- .../src/commands/CreateVoiceProfileDomainCommand.ts | 4 +--- .../src/commands/DeletePhoneNumberCommand.ts | 4 +--- .../src/commands/DeleteProxySessionCommand.ts | 4 +--- .../src/commands/DeleteSipMediaApplicationCommand.ts | 4 +--- .../src/commands/DeleteSipRuleCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorCommand.ts | 4 +--- ...eleteVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorProxyCommand.ts | 4 +--- .../DeleteVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorTerminationCommand.ts | 4 +--- .../DeleteVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../src/commands/DeleteVoiceProfileCommand.ts | 4 +--- .../src/commands/DeleteVoiceProfileDomainCommand.ts | 4 +--- .../DisassociatePhoneNumbersFromVoiceConnectorCommand.ts | 4 +--- .../DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/GetGlobalSettingsCommand.ts | 4 +--- .../src/commands/GetPhoneNumberCommand.ts | 4 +--- .../src/commands/GetPhoneNumberOrderCommand.ts | 4 +--- .../src/commands/GetPhoneNumberSettingsCommand.ts | 4 +--- .../src/commands/GetProxySessionCommand.ts | 4 +--- .../GetSipMediaApplicationAlexaSkillConfigurationCommand.ts | 4 +--- .../src/commands/GetSipMediaApplicationCommand.ts | 4 +--- .../GetSipMediaApplicationLoggingConfigurationCommand.ts | 4 +--- .../client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts | 4 +--- .../src/commands/GetSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorCommand.ts | 4 +--- .../GetVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorGroupCommand.ts | 4 +--- .../commands/GetVoiceConnectorLoggingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorProxyCommand.ts | 4 +--- .../GetVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorTerminationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorTerminationHealthCommand.ts | 4 +--- .../src/commands/GetVoiceProfileCommand.ts | 4 +--- .../src/commands/GetVoiceProfileDomainCommand.ts | 4 +--- .../src/commands/GetVoiceToneAnalysisTaskCommand.ts | 4 +--- .../src/commands/ListAvailableVoiceConnectorRegionsCommand.ts | 4 +--- .../src/commands/ListPhoneNumberOrdersCommand.ts | 4 +--- .../src/commands/ListPhoneNumbersCommand.ts | 4 +--- .../src/commands/ListProxySessionsCommand.ts | 4 +--- .../src/commands/ListSipMediaApplicationsCommand.ts | 4 +--- .../src/commands/ListSipRulesCommand.ts | 4 +--- .../src/commands/ListSupportedPhoneNumberCountriesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVoiceConnectorGroupsCommand.ts | 4 +--- .../ListVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../src/commands/ListVoiceConnectorsCommand.ts | 4 +--- .../src/commands/ListVoiceProfileDomainsCommand.ts | 4 +--- .../src/commands/ListVoiceProfilesCommand.ts | 4 +--- .../PutSipMediaApplicationAlexaSkillConfigurationCommand.ts | 4 +--- .../PutSipMediaApplicationLoggingConfigurationCommand.ts | 4 +--- .../PutVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../commands/PutVoiceConnectorLoggingConfigurationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorProxyCommand.ts | 4 +--- .../PutVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorTerminationCommand.ts | 4 +--- .../PutVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../src/commands/RestorePhoneNumberCommand.ts | 4 +--- .../src/commands/SearchAvailablePhoneNumbersCommand.ts | 4 +--- .../src/commands/StartSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/StartVoiceToneAnalysisTaskCommand.ts | 4 +--- .../src/commands/StopSpeakerSearchTaskCommand.ts | 4 +--- .../src/commands/StopVoiceToneAnalysisTaskCommand.ts | 4 +--- .../client-chime-sdk-voice/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateGlobalSettingsCommand.ts | 4 +--- .../src/commands/UpdatePhoneNumberCommand.ts | 4 +--- .../src/commands/UpdatePhoneNumberSettingsCommand.ts | 4 +--- .../src/commands/UpdateProxySessionCommand.ts | 4 +--- .../src/commands/UpdateSipMediaApplicationCallCommand.ts | 4 +--- .../src/commands/UpdateSipMediaApplicationCommand.ts | 4 +--- .../src/commands/UpdateSipRuleCommand.ts | 4 +--- .../src/commands/UpdateVoiceConnectorCommand.ts | 4 +--- .../src/commands/UpdateVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/UpdateVoiceProfileCommand.ts | 4 +--- .../src/commands/UpdateVoiceProfileDomainCommand.ts | 4 +--- .../src/commands/ValidateE911AddressCommand.ts | 4 +--- .../src/commands/AssociatePhoneNumberWithUserCommand.ts | 4 +--- .../AssociatePhoneNumbersWithVoiceConnectorCommand.ts | 4 +--- .../AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts | 4 +--- .../AssociateSigninDelegateGroupsWithAccountCommand.ts | 4 +--- .../client-chime/src/commands/BatchCreateAttendeeCommand.ts | 4 +--- .../src/commands/BatchCreateChannelMembershipCommand.ts | 4 +--- .../src/commands/BatchCreateRoomMembershipCommand.ts | 4 +--- .../src/commands/BatchDeletePhoneNumberCommand.ts | 4 +--- clients/client-chime/src/commands/BatchSuspendUserCommand.ts | 4 +--- .../client-chime/src/commands/BatchUnsuspendUserCommand.ts | 4 +--- .../src/commands/BatchUpdatePhoneNumberCommand.ts | 4 +--- clients/client-chime/src/commands/BatchUpdateUserCommand.ts | 4 +--- clients/client-chime/src/commands/CreateAccountCommand.ts | 4 +--- .../src/commands/CreateAppInstanceAdminCommand.ts | 4 +--- clients/client-chime/src/commands/CreateAppInstanceCommand.ts | 4 +--- .../client-chime/src/commands/CreateAppInstanceUserCommand.ts | 4 +--- clients/client-chime/src/commands/CreateAttendeeCommand.ts | 4 +--- clients/client-chime/src/commands/CreateBotCommand.ts | 4 +--- clients/client-chime/src/commands/CreateChannelBanCommand.ts | 4 +--- clients/client-chime/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateChannelMembershipCommand.ts | 4 +--- .../src/commands/CreateChannelModeratorCommand.ts | 4 +--- .../src/commands/CreateMediaCapturePipelineCommand.ts | 4 +--- clients/client-chime/src/commands/CreateMeetingCommand.ts | 4 +--- .../client-chime/src/commands/CreateMeetingDialOutCommand.ts | 4 +--- .../src/commands/CreateMeetingWithAttendeesCommand.ts | 4 +--- .../src/commands/CreatePhoneNumberOrderCommand.ts | 4 +--- .../client-chime/src/commands/CreateProxySessionCommand.ts | 4 +--- clients/client-chime/src/commands/CreateRoomCommand.ts | 4 +--- .../client-chime/src/commands/CreateRoomMembershipCommand.ts | 4 +--- .../src/commands/CreateSipMediaApplicationCallCommand.ts | 4 +--- .../src/commands/CreateSipMediaApplicationCommand.ts | 4 +--- clients/client-chime/src/commands/CreateSipRuleCommand.ts | 4 +--- clients/client-chime/src/commands/CreateUserCommand.ts | 4 +--- .../client-chime/src/commands/CreateVoiceConnectorCommand.ts | 4 +--- .../src/commands/CreateVoiceConnectorGroupCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteAccountCommand.ts | 4 +--- .../src/commands/DeleteAppInstanceAdminCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteAppInstanceCommand.ts | 4 +--- .../DeleteAppInstanceStreamingConfigurationsCommand.ts | 4 +--- .../client-chime/src/commands/DeleteAppInstanceUserCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteAttendeeCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteChannelBanCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteChannelMembershipCommand.ts | 4 +--- .../client-chime/src/commands/DeleteChannelMessageCommand.ts | 4 +--- .../src/commands/DeleteChannelModeratorCommand.ts | 4 +--- .../src/commands/DeleteEventsConfigurationCommand.ts | 4 +--- .../src/commands/DeleteMediaCapturePipelineCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteMeetingCommand.ts | 4 +--- clients/client-chime/src/commands/DeletePhoneNumberCommand.ts | 4 +--- .../client-chime/src/commands/DeleteProxySessionCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteRoomCommand.ts | 4 +--- .../client-chime/src/commands/DeleteRoomMembershipCommand.ts | 4 +--- .../src/commands/DeleteSipMediaApplicationCommand.ts | 4 +--- clients/client-chime/src/commands/DeleteSipRuleCommand.ts | 4 +--- .../client-chime/src/commands/DeleteVoiceConnectorCommand.ts | 4 +--- ...eleteVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorGroupCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorProxyCommand.ts | 4 +--- .../DeleteVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteVoiceConnectorTerminationCommand.ts | 4 +--- .../DeleteVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceAdminCommand.ts | 4 +--- .../client-chime/src/commands/DescribeAppInstanceCommand.ts | 4 +--- .../src/commands/DescribeAppInstanceUserCommand.ts | 4 +--- .../client-chime/src/commands/DescribeChannelBanCommand.ts | 4 +--- clients/client-chime/src/commands/DescribeChannelCommand.ts | 4 +--- .../src/commands/DescribeChannelMembershipCommand.ts | 4 +--- .../DescribeChannelMembershipForAppInstanceUserCommand.ts | 4 +--- .../DescribeChannelModeratedByAppInstanceUserCommand.ts | 4 +--- .../src/commands/DescribeChannelModeratorCommand.ts | 4 +--- .../src/commands/DisassociatePhoneNumberFromUserCommand.ts | 4 +--- .../DisassociatePhoneNumbersFromVoiceConnectorCommand.ts | 4 +--- .../DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts | 4 +--- .../DisassociateSigninDelegateGroupsFromAccountCommand.ts | 4 +--- clients/client-chime/src/commands/GetAccountCommand.ts | 4 +--- .../client-chime/src/commands/GetAccountSettingsCommand.ts | 4 +--- .../src/commands/GetAppInstanceRetentionSettingsCommand.ts | 4 +--- .../commands/GetAppInstanceStreamingConfigurationsCommand.ts | 4 +--- clients/client-chime/src/commands/GetAttendeeCommand.ts | 4 +--- clients/client-chime/src/commands/GetBotCommand.ts | 4 +--- clients/client-chime/src/commands/GetChannelMessageCommand.ts | 4 +--- .../src/commands/GetEventsConfigurationCommand.ts | 4 +--- clients/client-chime/src/commands/GetGlobalSettingsCommand.ts | 4 +--- .../src/commands/GetMediaCapturePipelineCommand.ts | 4 +--- clients/client-chime/src/commands/GetMeetingCommand.ts | 4 +--- .../src/commands/GetMessagingSessionEndpointCommand.ts | 4 +--- clients/client-chime/src/commands/GetPhoneNumberCommand.ts | 4 +--- .../client-chime/src/commands/GetPhoneNumberOrderCommand.ts | 4 +--- .../src/commands/GetPhoneNumberSettingsCommand.ts | 4 +--- clients/client-chime/src/commands/GetProxySessionCommand.ts | 4 +--- .../client-chime/src/commands/GetRetentionSettingsCommand.ts | 4 +--- clients/client-chime/src/commands/GetRoomCommand.ts | 4 +--- .../src/commands/GetSipMediaApplicationCommand.ts | 4 +--- .../GetSipMediaApplicationLoggingConfigurationCommand.ts | 4 +--- clients/client-chime/src/commands/GetSipRuleCommand.ts | 4 +--- clients/client-chime/src/commands/GetUserCommand.ts | 4 +--- clients/client-chime/src/commands/GetUserSettingsCommand.ts | 4 +--- clients/client-chime/src/commands/GetVoiceConnectorCommand.ts | 4 +--- .../GetVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorGroupCommand.ts | 4 +--- .../commands/GetVoiceConnectorLoggingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorProxyCommand.ts | 4 +--- .../GetVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorTerminationCommand.ts | 4 +--- .../src/commands/GetVoiceConnectorTerminationHealthCommand.ts | 4 +--- clients/client-chime/src/commands/InviteUsersCommand.ts | 4 +--- clients/client-chime/src/commands/ListAccountsCommand.ts | 4 +--- .../client-chime/src/commands/ListAppInstanceAdminsCommand.ts | 4 +--- .../client-chime/src/commands/ListAppInstanceUsersCommand.ts | 4 +--- clients/client-chime/src/commands/ListAppInstancesCommand.ts | 4 +--- clients/client-chime/src/commands/ListAttendeeTagsCommand.ts | 4 +--- clients/client-chime/src/commands/ListAttendeesCommand.ts | 4 +--- clients/client-chime/src/commands/ListBotsCommand.ts | 4 +--- clients/client-chime/src/commands/ListChannelBansCommand.ts | 4 +--- .../src/commands/ListChannelMembershipsCommand.ts | 4 +--- .../ListChannelMembershipsForAppInstanceUserCommand.ts | 4 +--- .../client-chime/src/commands/ListChannelMessagesCommand.ts | 4 +--- .../client-chime/src/commands/ListChannelModeratorsCommand.ts | 4 +--- clients/client-chime/src/commands/ListChannelsCommand.ts | 4 +--- .../commands/ListChannelsModeratedByAppInstanceUserCommand.ts | 4 +--- .../src/commands/ListMediaCapturePipelinesCommand.ts | 4 +--- clients/client-chime/src/commands/ListMeetingTagsCommand.ts | 4 +--- clients/client-chime/src/commands/ListMeetingsCommand.ts | 4 +--- .../client-chime/src/commands/ListPhoneNumberOrdersCommand.ts | 4 +--- clients/client-chime/src/commands/ListPhoneNumbersCommand.ts | 4 +--- clients/client-chime/src/commands/ListProxySessionsCommand.ts | 4 +--- .../client-chime/src/commands/ListRoomMembershipsCommand.ts | 4 +--- clients/client-chime/src/commands/ListRoomsCommand.ts | 4 +--- .../src/commands/ListSipMediaApplicationsCommand.ts | 4 +--- clients/client-chime/src/commands/ListSipRulesCommand.ts | 4 +--- .../src/commands/ListSupportedPhoneNumberCountriesCommand.ts | 4 +--- .../client-chime/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-chime/src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/ListVoiceConnectorGroupsCommand.ts | 4 +--- .../ListVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../client-chime/src/commands/ListVoiceConnectorsCommand.ts | 4 +--- clients/client-chime/src/commands/LogoutUserCommand.ts | 4 +--- .../src/commands/PutAppInstanceRetentionSettingsCommand.ts | 4 +--- .../commands/PutAppInstanceStreamingConfigurationsCommand.ts | 4 +--- .../src/commands/PutEventsConfigurationCommand.ts | 4 +--- .../client-chime/src/commands/PutRetentionSettingsCommand.ts | 4 +--- .../PutSipMediaApplicationLoggingConfigurationCommand.ts | 4 +--- .../PutVoiceConnectorEmergencyCallingConfigurationCommand.ts | 4 +--- .../commands/PutVoiceConnectorLoggingConfigurationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorOriginationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorProxyCommand.ts | 4 +--- .../PutVoiceConnectorStreamingConfigurationCommand.ts | 4 +--- .../src/commands/PutVoiceConnectorTerminationCommand.ts | 4 +--- .../PutVoiceConnectorTerminationCredentialsCommand.ts | 4 +--- .../client-chime/src/commands/RedactChannelMessageCommand.ts | 4 +--- .../src/commands/RedactConversationMessageCommand.ts | 4 +--- clients/client-chime/src/commands/RedactRoomMessageCommand.ts | 4 +--- .../src/commands/RegenerateSecurityTokenCommand.ts | 4 +--- clients/client-chime/src/commands/ResetPersonalPINCommand.ts | 4 +--- .../client-chime/src/commands/RestorePhoneNumberCommand.ts | 4 +--- .../src/commands/SearchAvailablePhoneNumbersCommand.ts | 4 +--- .../client-chime/src/commands/SendChannelMessageCommand.ts | 4 +--- .../src/commands/StartMeetingTranscriptionCommand.ts | 4 +--- .../src/commands/StopMeetingTranscriptionCommand.ts | 4 +--- clients/client-chime/src/commands/TagAttendeeCommand.ts | 4 +--- clients/client-chime/src/commands/TagMeetingCommand.ts | 4 +--- clients/client-chime/src/commands/TagResourceCommand.ts | 4 +--- clients/client-chime/src/commands/UntagAttendeeCommand.ts | 4 +--- clients/client-chime/src/commands/UntagMeetingCommand.ts | 4 +--- clients/client-chime/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateAccountCommand.ts | 4 +--- .../client-chime/src/commands/UpdateAccountSettingsCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateAppInstanceCommand.ts | 4 +--- .../client-chime/src/commands/UpdateAppInstanceUserCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateBotCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateChannelCommand.ts | 4 +--- .../client-chime/src/commands/UpdateChannelMessageCommand.ts | 4 +--- .../src/commands/UpdateChannelReadMarkerCommand.ts | 4 +--- .../client-chime/src/commands/UpdateGlobalSettingsCommand.ts | 4 +--- clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts | 4 +--- .../src/commands/UpdatePhoneNumberSettingsCommand.ts | 4 +--- .../client-chime/src/commands/UpdateProxySessionCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateRoomCommand.ts | 4 +--- .../client-chime/src/commands/UpdateRoomMembershipCommand.ts | 4 +--- .../src/commands/UpdateSipMediaApplicationCallCommand.ts | 4 +--- .../src/commands/UpdateSipMediaApplicationCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateSipRuleCommand.ts | 4 +--- clients/client-chime/src/commands/UpdateUserCommand.ts | 4 +--- .../client-chime/src/commands/UpdateUserSettingsCommand.ts | 4 +--- .../client-chime/src/commands/UpdateVoiceConnectorCommand.ts | 4 +--- .../src/commands/UpdateVoiceConnectorGroupCommand.ts | 4 +--- .../client-chime/src/commands/ValidateE911AddressCommand.ts | 4 +--- .../commands/BatchGetCollaborationAnalysisTemplateCommand.ts | 4 +--- .../src/commands/BatchGetSchemaAnalysisRuleCommand.ts | 4 +--- .../client-cleanrooms/src/commands/BatchGetSchemaCommand.ts | 4 +--- .../src/commands/CreateAnalysisTemplateCommand.ts | 4 +--- .../src/commands/CreateCollaborationCommand.ts | 4 +--- .../CreateConfiguredAudienceModelAssociationCommand.ts | 4 +--- .../src/commands/CreateConfiguredTableAnalysisRuleCommand.ts | 4 +--- .../CreateConfiguredTableAssociationAnalysisRuleCommand.ts | 4 +--- .../src/commands/CreateConfiguredTableAssociationCommand.ts | 4 +--- .../src/commands/CreateConfiguredTableCommand.ts | 4 +--- .../src/commands/CreateIdMappingTableCommand.ts | 4 +--- .../src/commands/CreateIdNamespaceAssociationCommand.ts | 4 +--- .../client-cleanrooms/src/commands/CreateMembershipCommand.ts | 4 +--- .../src/commands/CreatePrivacyBudgetTemplateCommand.ts | 4 +--- .../src/commands/DeleteAnalysisTemplateCommand.ts | 4 +--- .../src/commands/DeleteCollaborationCommand.ts | 4 +--- .../DeleteConfiguredAudienceModelAssociationCommand.ts | 4 +--- .../src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts | 4 +--- .../DeleteConfiguredTableAssociationAnalysisRuleCommand.ts | 4 +--- .../src/commands/DeleteConfiguredTableAssociationCommand.ts | 4 +--- .../src/commands/DeleteConfiguredTableCommand.ts | 4 +--- .../src/commands/DeleteIdMappingTableCommand.ts | 4 +--- .../src/commands/DeleteIdNamespaceAssociationCommand.ts | 4 +--- clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts | 4 +--- .../client-cleanrooms/src/commands/DeleteMembershipCommand.ts | 4 +--- .../src/commands/DeletePrivacyBudgetTemplateCommand.ts | 4 +--- .../src/commands/GetAnalysisTemplateCommand.ts | 4 +--- .../src/commands/GetCollaborationAnalysisTemplateCommand.ts | 4 +--- .../client-cleanrooms/src/commands/GetCollaborationCommand.ts | 4 +--- ...tCollaborationConfiguredAudienceModelAssociationCommand.ts | 4 +--- .../commands/GetCollaborationIdNamespaceAssociationCommand.ts | 4 +--- .../commands/GetCollaborationPrivacyBudgetTemplateCommand.ts | 4 +--- .../commands/GetConfiguredAudienceModelAssociationCommand.ts | 4 +--- .../src/commands/GetConfiguredTableAnalysisRuleCommand.ts | 4 +--- .../GetConfiguredTableAssociationAnalysisRuleCommand.ts | 4 +--- .../src/commands/GetConfiguredTableAssociationCommand.ts | 4 +--- .../src/commands/GetConfiguredTableCommand.ts | 4 +--- .../src/commands/GetIdMappingTableCommand.ts | 4 +--- .../src/commands/GetIdNamespaceAssociationCommand.ts | 4 +--- .../client-cleanrooms/src/commands/GetMembershipCommand.ts | 4 +--- .../src/commands/GetPrivacyBudgetTemplateCommand.ts | 4 +--- .../src/commands/GetProtectedQueryCommand.ts | 4 +--- .../src/commands/GetSchemaAnalysisRuleCommand.ts | 4 +--- clients/client-cleanrooms/src/commands/GetSchemaCommand.ts | 4 +--- .../src/commands/ListAnalysisTemplatesCommand.ts | 4 +--- .../src/commands/ListCollaborationAnalysisTemplatesCommand.ts | 4 +--- ...CollaborationConfiguredAudienceModelAssociationsCommand.ts | 4 +--- .../ListCollaborationIdNamespaceAssociationsCommand.ts | 4 +--- .../ListCollaborationPrivacyBudgetTemplatesCommand.ts | 4 +--- .../src/commands/ListCollaborationPrivacyBudgetsCommand.ts | 4 +--- .../src/commands/ListCollaborationsCommand.ts | 4 +--- .../ListConfiguredAudienceModelAssociationsCommand.ts | 4 +--- .../src/commands/ListConfiguredTableAssociationsCommand.ts | 4 +--- .../src/commands/ListConfiguredTablesCommand.ts | 4 +--- .../src/commands/ListIdMappingTablesCommand.ts | 4 +--- .../src/commands/ListIdNamespaceAssociationsCommand.ts | 4 +--- clients/client-cleanrooms/src/commands/ListMembersCommand.ts | 4 +--- .../client-cleanrooms/src/commands/ListMembershipsCommand.ts | 4 +--- .../src/commands/ListPrivacyBudgetTemplatesCommand.ts | 4 +--- .../src/commands/ListPrivacyBudgetsCommand.ts | 4 +--- .../src/commands/ListProtectedQueriesCommand.ts | 4 +--- clients/client-cleanrooms/src/commands/ListSchemasCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PopulateIdMappingTableCommand.ts | 4 +--- .../src/commands/PreviewPrivacyImpactCommand.ts | 4 +--- .../src/commands/StartProtectedQueryCommand.ts | 4 +--- clients/client-cleanrooms/src/commands/TagResourceCommand.ts | 4 +--- .../client-cleanrooms/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAnalysisTemplateCommand.ts | 4 +--- .../src/commands/UpdateCollaborationCommand.ts | 4 +--- .../UpdateConfiguredAudienceModelAssociationCommand.ts | 4 +--- .../src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts | 4 +--- .../UpdateConfiguredTableAssociationAnalysisRuleCommand.ts | 4 +--- .../src/commands/UpdateConfiguredTableAssociationCommand.ts | 4 +--- .../src/commands/UpdateConfiguredTableCommand.ts | 4 +--- .../src/commands/UpdateIdMappingTableCommand.ts | 4 +--- .../src/commands/UpdateIdNamespaceAssociationCommand.ts | 4 +--- .../client-cleanrooms/src/commands/UpdateMembershipCommand.ts | 4 +--- .../src/commands/UpdatePrivacyBudgetTemplateCommand.ts | 4 +--- .../src/commands/UpdateProtectedQueryCommand.ts | 4 +--- .../src/commands/CreateAudienceModelCommand.ts | 4 +--- .../src/commands/CreateConfiguredAudienceModelCommand.ts | 4 +--- .../src/commands/CreateTrainingDatasetCommand.ts | 4 +--- .../src/commands/DeleteAudienceGenerationJobCommand.ts | 4 +--- .../src/commands/DeleteAudienceModelCommand.ts | 4 +--- .../src/commands/DeleteConfiguredAudienceModelCommand.ts | 4 +--- .../commands/DeleteConfiguredAudienceModelPolicyCommand.ts | 4 +--- .../src/commands/DeleteTrainingDatasetCommand.ts | 4 +--- .../src/commands/GetAudienceGenerationJobCommand.ts | 4 +--- .../src/commands/GetAudienceModelCommand.ts | 4 +--- .../src/commands/GetConfiguredAudienceModelCommand.ts | 4 +--- .../src/commands/GetConfiguredAudienceModelPolicyCommand.ts | 4 +--- .../src/commands/GetTrainingDatasetCommand.ts | 4 +--- .../src/commands/ListAudienceExportJobsCommand.ts | 4 +--- .../src/commands/ListAudienceGenerationJobsCommand.ts | 4 +--- .../src/commands/ListAudienceModelsCommand.ts | 4 +--- .../src/commands/ListConfiguredAudienceModelsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrainingDatasetsCommand.ts | 4 +--- .../src/commands/PutConfiguredAudienceModelPolicyCommand.ts | 4 +--- .../src/commands/StartAudienceExportJobCommand.ts | 4 +--- .../src/commands/StartAudienceGenerationJobCommand.ts | 4 +--- .../client-cleanroomsml/src/commands/TagResourceCommand.ts | 4 +--- .../client-cleanroomsml/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConfiguredAudienceModelCommand.ts | 4 +--- .../client-cloud9/src/commands/CreateEnvironmentEC2Command.ts | 4 +--- .../src/commands/CreateEnvironmentMembershipCommand.ts | 4 +--- .../client-cloud9/src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentMembershipCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentMembershipsCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentStatusCommand.ts | 4 +--- .../client-cloud9/src/commands/DescribeEnvironmentsCommand.ts | 4 +--- clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts | 4 +--- .../client-cloud9/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-cloud9/src/commands/TagResourceCommand.ts | 4 +--- clients/client-cloud9/src/commands/UntagResourceCommand.ts | 4 +--- .../client-cloud9/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentMembershipCommand.ts | 4 +--- .../src/commands/CancelResourceRequestCommand.ts | 4 +--- .../client-cloudcontrol/src/commands/CreateResourceCommand.ts | 4 +--- .../client-cloudcontrol/src/commands/DeleteResourceCommand.ts | 4 +--- .../client-cloudcontrol/src/commands/GetResourceCommand.ts | 4 +--- .../src/commands/GetResourceRequestStatusCommand.ts | 4 +--- .../src/commands/ListResourceRequestsCommand.ts | 4 +--- .../client-cloudcontrol/src/commands/ListResourcesCommand.ts | 4 +--- .../client-cloudcontrol/src/commands/UpdateResourceCommand.ts | 4 +--- .../src/commands/AddFacetToObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/ApplySchemaCommand.ts | 4 +--- .../client-clouddirectory/src/commands/AttachObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/AttachPolicyCommand.ts | 4 +--- .../src/commands/AttachToIndexCommand.ts | 4 +--- .../src/commands/AttachTypedLinkCommand.ts | 4 +--- .../client-clouddirectory/src/commands/BatchReadCommand.ts | 4 +--- .../client-clouddirectory/src/commands/BatchWriteCommand.ts | 4 +--- .../src/commands/CreateDirectoryCommand.ts | 4 +--- .../client-clouddirectory/src/commands/CreateFacetCommand.ts | 4 +--- .../client-clouddirectory/src/commands/CreateIndexCommand.ts | 4 +--- .../client-clouddirectory/src/commands/CreateObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/CreateSchemaCommand.ts | 4 +--- .../src/commands/CreateTypedLinkFacetCommand.ts | 4 +--- .../src/commands/DeleteDirectoryCommand.ts | 4 +--- .../client-clouddirectory/src/commands/DeleteFacetCommand.ts | 4 +--- .../client-clouddirectory/src/commands/DeleteObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/DeleteSchemaCommand.ts | 4 +--- .../src/commands/DeleteTypedLinkFacetCommand.ts | 4 +--- .../src/commands/DetachFromIndexCommand.ts | 4 +--- .../client-clouddirectory/src/commands/DetachObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/DetachPolicyCommand.ts | 4 +--- .../src/commands/DetachTypedLinkCommand.ts | 4 +--- .../src/commands/DisableDirectoryCommand.ts | 4 +--- .../src/commands/EnableDirectoryCommand.ts | 4 +--- .../src/commands/GetAppliedSchemaVersionCommand.ts | 4 +--- .../client-clouddirectory/src/commands/GetDirectoryCommand.ts | 4 +--- clients/client-clouddirectory/src/commands/GetFacetCommand.ts | 4 +--- .../src/commands/GetLinkAttributesCommand.ts | 4 +--- .../src/commands/GetObjectAttributesCommand.ts | 4 +--- .../src/commands/GetObjectInformationCommand.ts | 4 +--- .../src/commands/GetSchemaAsJsonCommand.ts | 4 +--- .../src/commands/GetTypedLinkFacetInformationCommand.ts | 4 +--- .../src/commands/ListAppliedSchemaArnsCommand.ts | 4 +--- .../src/commands/ListAttachedIndicesCommand.ts | 4 +--- .../src/commands/ListDevelopmentSchemaArnsCommand.ts | 4 +--- .../src/commands/ListDirectoriesCommand.ts | 4 +--- .../src/commands/ListFacetAttributesCommand.ts | 4 +--- .../src/commands/ListFacetNamesCommand.ts | 4 +--- .../src/commands/ListIncomingTypedLinksCommand.ts | 4 +--- .../client-clouddirectory/src/commands/ListIndexCommand.ts | 4 +--- .../src/commands/ListManagedSchemaArnsCommand.ts | 4 +--- .../src/commands/ListObjectAttributesCommand.ts | 4 +--- .../src/commands/ListObjectChildrenCommand.ts | 4 +--- .../src/commands/ListObjectParentPathsCommand.ts | 4 +--- .../src/commands/ListObjectParentsCommand.ts | 4 +--- .../src/commands/ListObjectPoliciesCommand.ts | 4 +--- .../src/commands/ListOutgoingTypedLinksCommand.ts | 4 +--- .../src/commands/ListPolicyAttachmentsCommand.ts | 4 +--- .../src/commands/ListPublishedSchemaArnsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTypedLinkFacetAttributesCommand.ts | 4 +--- .../src/commands/ListTypedLinkFacetNamesCommand.ts | 4 +--- .../client-clouddirectory/src/commands/LookupPolicyCommand.ts | 4 +--- .../src/commands/PublishSchemaCommand.ts | 4 +--- .../src/commands/PutSchemaFromJsonCommand.ts | 4 +--- .../src/commands/RemoveFacetFromObjectCommand.ts | 4 +--- .../client-clouddirectory/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../client-clouddirectory/src/commands/UpdateFacetCommand.ts | 4 +--- .../src/commands/UpdateLinkAttributesCommand.ts | 4 +--- .../src/commands/UpdateObjectAttributesCommand.ts | 4 +--- .../client-clouddirectory/src/commands/UpdateSchemaCommand.ts | 4 +--- .../src/commands/UpdateTypedLinkFacetCommand.ts | 4 +--- .../src/commands/UpgradeAppliedSchemaCommand.ts | 4 +--- .../src/commands/UpgradePublishedSchemaCommand.ts | 4 +--- .../src/commands/ActivateOrganizationsAccessCommand.ts | 4 +--- .../client-cloudformation/src/commands/ActivateTypeCommand.ts | 4 +--- .../src/commands/BatchDescribeTypeConfigurationsCommand.ts | 4 +--- .../src/commands/CancelUpdateStackCommand.ts | 4 +--- .../src/commands/ContinueUpdateRollbackCommand.ts | 4 +--- .../src/commands/CreateChangeSetCommand.ts | 4 +--- .../src/commands/CreateGeneratedTemplateCommand.ts | 4 +--- .../client-cloudformation/src/commands/CreateStackCommand.ts | 4 +--- .../src/commands/CreateStackInstancesCommand.ts | 4 +--- .../src/commands/CreateStackSetCommand.ts | 4 +--- .../src/commands/DeactivateOrganizationsAccessCommand.ts | 4 +--- .../src/commands/DeactivateTypeCommand.ts | 4 +--- .../src/commands/DeleteChangeSetCommand.ts | 4 +--- .../src/commands/DeleteGeneratedTemplateCommand.ts | 4 +--- .../client-cloudformation/src/commands/DeleteStackCommand.ts | 4 +--- .../src/commands/DeleteStackInstancesCommand.ts | 4 +--- .../src/commands/DeleteStackSetCommand.ts | 4 +--- .../src/commands/DeregisterTypeCommand.ts | 4 +--- .../src/commands/DescribeAccountLimitsCommand.ts | 4 +--- .../src/commands/DescribeChangeSetCommand.ts | 4 +--- .../src/commands/DescribeChangeSetHooksCommand.ts | 4 +--- .../src/commands/DescribeGeneratedTemplateCommand.ts | 4 +--- .../src/commands/DescribeOrganizationsAccessCommand.ts | 4 +--- .../src/commands/DescribePublisherCommand.ts | 4 +--- .../src/commands/DescribeResourceScanCommand.ts | 4 +--- .../src/commands/DescribeStackDriftDetectionStatusCommand.ts | 4 +--- .../src/commands/DescribeStackEventsCommand.ts | 4 +--- .../src/commands/DescribeStackInstanceCommand.ts | 4 +--- .../src/commands/DescribeStackResourceCommand.ts | 4 +--- .../src/commands/DescribeStackResourceDriftsCommand.ts | 4 +--- .../src/commands/DescribeStackResourcesCommand.ts | 4 +--- .../src/commands/DescribeStackSetCommand.ts | 4 +--- .../src/commands/DescribeStackSetOperationCommand.ts | 4 +--- .../src/commands/DescribeStacksCommand.ts | 4 +--- .../client-cloudformation/src/commands/DescribeTypeCommand.ts | 4 +--- .../src/commands/DescribeTypeRegistrationCommand.ts | 4 +--- .../src/commands/DetectStackDriftCommand.ts | 4 +--- .../src/commands/DetectStackResourceDriftCommand.ts | 4 +--- .../src/commands/DetectStackSetDriftCommand.ts | 4 +--- .../src/commands/EstimateTemplateCostCommand.ts | 4 +--- .../src/commands/ExecuteChangeSetCommand.ts | 4 +--- .../src/commands/GetGeneratedTemplateCommand.ts | 4 +--- .../src/commands/GetStackPolicyCommand.ts | 4 +--- .../client-cloudformation/src/commands/GetTemplateCommand.ts | 4 +--- .../src/commands/GetTemplateSummaryCommand.ts | 4 +--- .../src/commands/ImportStacksToStackSetCommand.ts | 4 +--- .../src/commands/ListChangeSetsCommand.ts | 4 +--- .../client-cloudformation/src/commands/ListExportsCommand.ts | 4 +--- .../src/commands/ListGeneratedTemplatesCommand.ts | 4 +--- .../client-cloudformation/src/commands/ListImportsCommand.ts | 4 +--- .../src/commands/ListResourceScanRelatedResourcesCommand.ts | 4 +--- .../src/commands/ListResourceScanResourcesCommand.ts | 4 +--- .../src/commands/ListResourceScansCommand.ts | 4 +--- .../src/commands/ListStackInstanceResourceDriftsCommand.ts | 4 +--- .../src/commands/ListStackInstancesCommand.ts | 4 +--- .../src/commands/ListStackResourcesCommand.ts | 4 +--- .../src/commands/ListStackSetAutoDeploymentTargetsCommand.ts | 4 +--- .../src/commands/ListStackSetOperationResultsCommand.ts | 4 +--- .../src/commands/ListStackSetOperationsCommand.ts | 4 +--- .../src/commands/ListStackSetsCommand.ts | 4 +--- .../client-cloudformation/src/commands/ListStacksCommand.ts | 4 +--- .../src/commands/ListTypeRegistrationsCommand.ts | 4 +--- .../src/commands/ListTypeVersionsCommand.ts | 4 +--- .../client-cloudformation/src/commands/ListTypesCommand.ts | 4 +--- .../client-cloudformation/src/commands/PublishTypeCommand.ts | 4 +--- .../src/commands/RecordHandlerProgressCommand.ts | 4 +--- .../src/commands/RegisterPublisherCommand.ts | 4 +--- .../client-cloudformation/src/commands/RegisterTypeCommand.ts | 4 +--- .../src/commands/RollbackStackCommand.ts | 4 +--- .../src/commands/SetStackPolicyCommand.ts | 4 +--- .../src/commands/SetTypeConfigurationCommand.ts | 4 +--- .../src/commands/SetTypeDefaultVersionCommand.ts | 4 +--- .../src/commands/SignalResourceCommand.ts | 4 +--- .../src/commands/StartResourceScanCommand.ts | 4 +--- .../src/commands/StopStackSetOperationCommand.ts | 4 +--- clients/client-cloudformation/src/commands/TestTypeCommand.ts | 4 +--- .../src/commands/UpdateGeneratedTemplateCommand.ts | 4 +--- .../client-cloudformation/src/commands/UpdateStackCommand.ts | 4 +--- .../src/commands/UpdateStackInstancesCommand.ts | 4 +--- .../src/commands/UpdateStackSetCommand.ts | 4 +--- .../src/commands/UpdateTerminationProtectionCommand.ts | 4 +--- .../src/commands/ValidateTemplateCommand.ts | 4 +--- .../client-cloudfront/src/commands/AssociateAliasCommand.ts | 4 +--- .../client-cloudfront/src/commands/CopyDistributionCommand.ts | 4 +--- .../src/commands/CreateCachePolicyCommand.ts | 4 +--- .../commands/CreateCloudFrontOriginAccessIdentityCommand.ts | 4 +--- .../src/commands/CreateContinuousDeploymentPolicyCommand.ts | 4 +--- .../src/commands/CreateDistributionCommand.ts | 4 +--- .../src/commands/CreateDistributionWithTagsCommand.ts | 4 +--- .../src/commands/CreateFieldLevelEncryptionConfigCommand.ts | 4 +--- .../src/commands/CreateFieldLevelEncryptionProfileCommand.ts | 4 +--- .../client-cloudfront/src/commands/CreateFunctionCommand.ts | 4 +--- .../src/commands/CreateInvalidationCommand.ts | 4 +--- .../client-cloudfront/src/commands/CreateKeyGroupCommand.ts | 4 +--- .../src/commands/CreateKeyValueStoreCommand.ts | 4 +--- .../src/commands/CreateMonitoringSubscriptionCommand.ts | 4 +--- .../src/commands/CreateOriginAccessControlCommand.ts | 4 +--- .../src/commands/CreateOriginRequestPolicyCommand.ts | 4 +--- .../client-cloudfront/src/commands/CreatePublicKeyCommand.ts | 4 +--- .../src/commands/CreateRealtimeLogConfigCommand.ts | 4 +--- .../src/commands/CreateResponseHeadersPolicyCommand.ts | 4 +--- .../src/commands/CreateStreamingDistributionCommand.ts | 4 +--- .../commands/CreateStreamingDistributionWithTagsCommand.ts | 4 +--- .../src/commands/DeleteCachePolicyCommand.ts | 4 +--- .../commands/DeleteCloudFrontOriginAccessIdentityCommand.ts | 4 +--- .../src/commands/DeleteContinuousDeploymentPolicyCommand.ts | 4 +--- .../src/commands/DeleteDistributionCommand.ts | 4 +--- .../src/commands/DeleteFieldLevelEncryptionConfigCommand.ts | 4 +--- .../src/commands/DeleteFieldLevelEncryptionProfileCommand.ts | 4 +--- .../client-cloudfront/src/commands/DeleteFunctionCommand.ts | 4 +--- .../client-cloudfront/src/commands/DeleteKeyGroupCommand.ts | 4 +--- .../src/commands/DeleteKeyValueStoreCommand.ts | 4 +--- .../src/commands/DeleteMonitoringSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteOriginAccessControlCommand.ts | 4 +--- .../src/commands/DeleteOriginRequestPolicyCommand.ts | 4 +--- .../client-cloudfront/src/commands/DeletePublicKeyCommand.ts | 4 +--- .../src/commands/DeleteRealtimeLogConfigCommand.ts | 4 +--- .../src/commands/DeleteResponseHeadersPolicyCommand.ts | 4 +--- .../src/commands/DeleteStreamingDistributionCommand.ts | 4 +--- .../client-cloudfront/src/commands/DescribeFunctionCommand.ts | 4 +--- .../src/commands/DescribeKeyValueStoreCommand.ts | 4 +--- .../client-cloudfront/src/commands/GetCachePolicyCommand.ts | 4 +--- .../src/commands/GetCachePolicyConfigCommand.ts | 4 +--- .../src/commands/GetCloudFrontOriginAccessIdentityCommand.ts | 4 +--- .../GetCloudFrontOriginAccessIdentityConfigCommand.ts | 4 +--- .../src/commands/GetContinuousDeploymentPolicyCommand.ts | 4 +--- .../commands/GetContinuousDeploymentPolicyConfigCommand.ts | 4 +--- .../client-cloudfront/src/commands/GetDistributionCommand.ts | 4 +--- .../src/commands/GetDistributionConfigCommand.ts | 4 +--- .../src/commands/GetFieldLevelEncryptionCommand.ts | 4 +--- .../src/commands/GetFieldLevelEncryptionConfigCommand.ts | 4 +--- .../src/commands/GetFieldLevelEncryptionProfileCommand.ts | 4 +--- .../commands/GetFieldLevelEncryptionProfileConfigCommand.ts | 4 +--- clients/client-cloudfront/src/commands/GetFunctionCommand.ts | 4 +--- .../client-cloudfront/src/commands/GetInvalidationCommand.ts | 4 +--- clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts | 4 +--- .../src/commands/GetKeyGroupConfigCommand.ts | 4 +--- .../src/commands/GetMonitoringSubscriptionCommand.ts | 4 +--- .../src/commands/GetOriginAccessControlCommand.ts | 4 +--- .../src/commands/GetOriginAccessControlConfigCommand.ts | 4 +--- .../src/commands/GetOriginRequestPolicyCommand.ts | 4 +--- .../src/commands/GetOriginRequestPolicyConfigCommand.ts | 4 +--- clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts | 4 +--- .../src/commands/GetPublicKeyConfigCommand.ts | 4 +--- .../src/commands/GetRealtimeLogConfigCommand.ts | 4 +--- .../src/commands/GetResponseHeadersPolicyCommand.ts | 4 +--- .../src/commands/GetResponseHeadersPolicyConfigCommand.ts | 4 +--- .../src/commands/GetStreamingDistributionCommand.ts | 4 +--- .../src/commands/GetStreamingDistributionConfigCommand.ts | 4 +--- .../src/commands/ListCachePoliciesCommand.ts | 4 +--- .../commands/ListCloudFrontOriginAccessIdentitiesCommand.ts | 4 +--- .../src/commands/ListConflictingAliasesCommand.ts | 4 +--- .../src/commands/ListContinuousDeploymentPoliciesCommand.ts | 4 +--- .../src/commands/ListDistributionsByCachePolicyIdCommand.ts | 4 +--- .../src/commands/ListDistributionsByKeyGroupCommand.ts | 4 +--- .../ListDistributionsByOriginRequestPolicyIdCommand.ts | 4 +--- .../commands/ListDistributionsByRealtimeLogConfigCommand.ts | 4 +--- .../ListDistributionsByResponseHeadersPolicyIdCommand.ts | 4 +--- .../src/commands/ListDistributionsByWebACLIdCommand.ts | 4 +--- .../src/commands/ListDistributionsCommand.ts | 4 +--- .../src/commands/ListFieldLevelEncryptionConfigsCommand.ts | 4 +--- .../src/commands/ListFieldLevelEncryptionProfilesCommand.ts | 4 +--- .../client-cloudfront/src/commands/ListFunctionsCommand.ts | 4 +--- .../src/commands/ListInvalidationsCommand.ts | 4 +--- .../client-cloudfront/src/commands/ListKeyGroupsCommand.ts | 4 +--- .../src/commands/ListKeyValueStoresCommand.ts | 4 +--- .../src/commands/ListOriginAccessControlsCommand.ts | 4 +--- .../src/commands/ListOriginRequestPoliciesCommand.ts | 4 +--- .../client-cloudfront/src/commands/ListPublicKeysCommand.ts | 4 +--- .../src/commands/ListRealtimeLogConfigsCommand.ts | 4 +--- .../src/commands/ListResponseHeadersPoliciesCommand.ts | 4 +--- .../src/commands/ListStreamingDistributionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-cloudfront/src/commands/PublishFunctionCommand.ts | 4 +--- clients/client-cloudfront/src/commands/TagResourceCommand.ts | 4 +--- clients/client-cloudfront/src/commands/TestFunctionCommand.ts | 4 +--- .../client-cloudfront/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCachePolicyCommand.ts | 4 +--- .../commands/UpdateCloudFrontOriginAccessIdentityCommand.ts | 4 +--- .../src/commands/UpdateContinuousDeploymentPolicyCommand.ts | 4 +--- .../src/commands/UpdateDistributionCommand.ts | 4 +--- .../commands/UpdateDistributionWithStagingConfigCommand.ts | 4 +--- .../src/commands/UpdateFieldLevelEncryptionConfigCommand.ts | 4 +--- .../src/commands/UpdateFieldLevelEncryptionProfileCommand.ts | 4 +--- .../client-cloudfront/src/commands/UpdateFunctionCommand.ts | 4 +--- .../client-cloudfront/src/commands/UpdateKeyGroupCommand.ts | 4 +--- .../src/commands/UpdateKeyValueStoreCommand.ts | 4 +--- .../src/commands/UpdateOriginAccessControlCommand.ts | 4 +--- .../src/commands/UpdateOriginRequestPolicyCommand.ts | 4 +--- .../client-cloudfront/src/commands/UpdatePublicKeyCommand.ts | 4 +--- .../src/commands/UpdateRealtimeLogConfigCommand.ts | 4 +--- .../src/commands/UpdateResponseHeadersPolicyCommand.ts | 4 +--- .../src/commands/UpdateStreamingDistributionCommand.ts | 4 +--- .../src/commands/CopyBackupToRegionCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/CreateClusterCommand.ts | 4 +--- clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts | 4 +--- clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts | 4 +--- .../src/commands/DescribeClustersCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/InitializeClusterCommand.ts | 4 +--- clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts | 4 +--- .../src/commands/ModifyBackupAttributesCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts | 4 +--- clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts | 4 +--- .../client-cloudhsm-v2/src/commands/UntagResourceCommand.ts | 4 +--- .../client-cloudhsm/src/commands/AddTagsToResourceCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/CreateHapgCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/CreateHsmCommand.ts | 4 +--- .../client-cloudhsm/src/commands/CreateLunaClientCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts | 4 +--- .../client-cloudhsm/src/commands/DeleteLunaClientCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts | 4 +--- .../client-cloudhsm/src/commands/DescribeLunaClientCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/GetConfigCommand.ts | 4 +--- .../client-cloudhsm/src/commands/ListAvailableZonesCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/ListHapgsCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/ListHsmsCommand.ts | 4 +--- .../client-cloudhsm/src/commands/ListLunaClientsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts | 4 +--- clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts | 4 +--- .../client-cloudhsm/src/commands/ModifyLunaClientCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../client-cloudsearch-domain/src/commands/SearchCommand.ts | 4 +--- .../client-cloudsearch-domain/src/commands/SuggestCommand.ts | 4 +--- .../src/commands/UploadDocumentsCommand.ts | 4 +--- .../client-cloudsearch/src/commands/BuildSuggestersCommand.ts | 4 +--- .../client-cloudsearch/src/commands/CreateDomainCommand.ts | 4 +--- .../src/commands/DefineAnalysisSchemeCommand.ts | 4 +--- .../src/commands/DefineExpressionCommand.ts | 4 +--- .../src/commands/DefineIndexFieldCommand.ts | 4 +--- .../client-cloudsearch/src/commands/DefineSuggesterCommand.ts | 4 +--- .../src/commands/DeleteAnalysisSchemeCommand.ts | 4 +--- .../client-cloudsearch/src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteExpressionCommand.ts | 4 +--- .../src/commands/DeleteIndexFieldCommand.ts | 4 +--- .../client-cloudsearch/src/commands/DeleteSuggesterCommand.ts | 4 +--- .../src/commands/DescribeAnalysisSchemesCommand.ts | 4 +--- .../src/commands/DescribeAvailabilityOptionsCommand.ts | 4 +--- .../src/commands/DescribeDomainEndpointOptionsCommand.ts | 4 +--- .../client-cloudsearch/src/commands/DescribeDomainsCommand.ts | 4 +--- .../src/commands/DescribeExpressionsCommand.ts | 4 +--- .../src/commands/DescribeIndexFieldsCommand.ts | 4 +--- .../src/commands/DescribeScalingParametersCommand.ts | 4 +--- .../src/commands/DescribeServiceAccessPoliciesCommand.ts | 4 +--- .../src/commands/DescribeSuggestersCommand.ts | 4 +--- .../client-cloudsearch/src/commands/IndexDocumentsCommand.ts | 4 +--- .../client-cloudsearch/src/commands/ListDomainNamesCommand.ts | 4 +--- .../src/commands/UpdateAvailabilityOptionsCommand.ts | 4 +--- .../src/commands/UpdateDomainEndpointOptionsCommand.ts | 4 +--- .../src/commands/UpdateScalingParametersCommand.ts | 4 +--- .../src/commands/UpdateServiceAccessPoliciesCommand.ts | 4 +--- .../src/commands/PutAuditEventsCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/AddTagsCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/CancelQueryCommand.ts | 4 +--- .../client-cloudtrail/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateEventDataStoreCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/CreateTrailCommand.ts | 4 +--- .../client-cloudtrail/src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteEventDataStoreCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts | 4 +--- .../commands/DeregisterOrganizationDelegatedAdminCommand.ts | 4 +--- .../client-cloudtrail/src/commands/DescribeQueryCommand.ts | 4 +--- .../client-cloudtrail/src/commands/DescribeTrailsCommand.ts | 4 +--- .../src/commands/DisableFederationCommand.ts | 4 +--- .../client-cloudtrail/src/commands/EnableFederationCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/GetChannelCommand.ts | 4 +--- .../src/commands/GetEventDataStoreCommand.ts | 4 +--- .../src/commands/GetEventSelectorsCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/GetImportCommand.ts | 4 +--- .../src/commands/GetInsightSelectorsCommand.ts | 4 +--- .../client-cloudtrail/src/commands/GetQueryResultsCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/GetTrailCommand.ts | 4 +--- .../client-cloudtrail/src/commands/GetTrailStatusCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/ListChannelsCommand.ts | 4 +--- .../src/commands/ListEventDataStoresCommand.ts | 4 +--- .../src/commands/ListImportFailuresCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/ListImportsCommand.ts | 4 +--- .../src/commands/ListInsightsMetricDataCommand.ts | 4 +--- .../client-cloudtrail/src/commands/ListPublicKeysCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/ListQueriesCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/ListTagsCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/ListTrailsCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/LookupEventsCommand.ts | 4 +--- .../src/commands/PutEventSelectorsCommand.ts | 4 +--- .../src/commands/PutInsightSelectorsCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/RegisterOrganizationDelegatedAdminCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts | 4 +--- .../src/commands/RestoreEventDataStoreCommand.ts | 4 +--- .../src/commands/StartEventDataStoreIngestionCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/StartImportCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/StartLoggingCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/StartQueryCommand.ts | 4 +--- .../src/commands/StopEventDataStoreIngestionCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/StopImportCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/StopLoggingCommand.ts | 4 +--- .../client-cloudtrail/src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateEventDataStoreCommand.ts | 4 +--- clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts | 4 +--- .../src/commands/ActivateEventSourceCommand.ts | 4 +--- .../src/commands/CancelReplayCommand.ts | 4 +--- .../src/commands/CreateApiDestinationCommand.ts | 4 +--- .../src/commands/CreateArchiveCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../src/commands/CreateEventBusCommand.ts | 4 +--- .../src/commands/CreatePartnerEventSourceCommand.ts | 4 +--- .../src/commands/DeactivateEventSourceCommand.ts | 4 +--- .../src/commands/DeauthorizeConnectionCommand.ts | 4 +--- .../src/commands/DeleteApiDestinationCommand.ts | 4 +--- .../src/commands/DeleteArchiveCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/DeleteEventBusCommand.ts | 4 +--- .../src/commands/DeletePartnerEventSourceCommand.ts | 4 +--- .../src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DescribeApiDestinationCommand.ts | 4 +--- .../src/commands/DescribeArchiveCommand.ts | 4 +--- .../src/commands/DescribeConnectionCommand.ts | 4 +--- .../src/commands/DescribeEventBusCommand.ts | 4 +--- .../src/commands/DescribeEventSourceCommand.ts | 4 +--- .../src/commands/DescribePartnerEventSourceCommand.ts | 4 +--- .../src/commands/DescribeReplayCommand.ts | 4 +--- .../src/commands/DescribeRuleCommand.ts | 4 +--- .../src/commands/DisableRuleCommand.ts | 4 +--- .../src/commands/EnableRuleCommand.ts | 4 +--- .../src/commands/ListApiDestinationsCommand.ts | 4 +--- .../src/commands/ListArchivesCommand.ts | 4 +--- .../src/commands/ListConnectionsCommand.ts | 4 +--- .../src/commands/ListEventBusesCommand.ts | 4 +--- .../src/commands/ListEventSourcesCommand.ts | 4 +--- .../src/commands/ListPartnerEventSourceAccountsCommand.ts | 4 +--- .../src/commands/ListPartnerEventSourcesCommand.ts | 4 +--- .../src/commands/ListReplaysCommand.ts | 4 +--- .../src/commands/ListRuleNamesByTargetCommand.ts | 4 +--- .../client-cloudwatch-events/src/commands/ListRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetsByRuleCommand.ts | 4 +--- .../client-cloudwatch-events/src/commands/PutEventsCommand.ts | 4 +--- .../src/commands/PutPartnerEventsCommand.ts | 4 +--- .../src/commands/PutPermissionCommand.ts | 4 +--- .../client-cloudwatch-events/src/commands/PutRuleCommand.ts | 4 +--- .../src/commands/PutTargetsCommand.ts | 4 +--- .../src/commands/RemovePermissionCommand.ts | 4 +--- .../src/commands/RemoveTargetsCommand.ts | 4 +--- .../src/commands/StartReplayCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestEventPatternCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApiDestinationCommand.ts | 4 +--- .../src/commands/UpdateArchiveCommand.ts | 4 +--- .../src/commands/UpdateConnectionCommand.ts | 4 +--- .../src/commands/AssociateKmsKeyCommand.ts | 4 +--- .../src/commands/CancelExportTaskCommand.ts | 4 +--- .../src/commands/CreateDeliveryCommand.ts | 4 +--- .../src/commands/CreateExportTaskCommand.ts | 4 +--- .../src/commands/CreateLogAnomalyDetectorCommand.ts | 4 +--- .../src/commands/CreateLogGroupCommand.ts | 4 +--- .../src/commands/CreateLogStreamCommand.ts | 4 +--- .../src/commands/DeleteAccountPolicyCommand.ts | 4 +--- .../src/commands/DeleteDataProtectionPolicyCommand.ts | 4 +--- .../src/commands/DeleteDeliveryCommand.ts | 4 +--- .../src/commands/DeleteDeliveryDestinationCommand.ts | 4 +--- .../src/commands/DeleteDeliveryDestinationPolicyCommand.ts | 4 +--- .../src/commands/DeleteDeliverySourceCommand.ts | 4 +--- .../src/commands/DeleteDestinationCommand.ts | 4 +--- .../src/commands/DeleteLogAnomalyDetectorCommand.ts | 4 +--- .../src/commands/DeleteLogGroupCommand.ts | 4 +--- .../src/commands/DeleteLogStreamCommand.ts | 4 +--- .../src/commands/DeleteMetricFilterCommand.ts | 4 +--- .../src/commands/DeleteQueryDefinitionCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteRetentionPolicyCommand.ts | 4 +--- .../src/commands/DeleteSubscriptionFilterCommand.ts | 4 +--- .../src/commands/DescribeAccountPoliciesCommand.ts | 4 +--- .../src/commands/DescribeConfigurationTemplatesCommand.ts | 4 +--- .../src/commands/DescribeDeliveriesCommand.ts | 4 +--- .../src/commands/DescribeDeliveryDestinationsCommand.ts | 4 +--- .../src/commands/DescribeDeliverySourcesCommand.ts | 4 +--- .../src/commands/DescribeDestinationsCommand.ts | 4 +--- .../src/commands/DescribeExportTasksCommand.ts | 4 +--- .../src/commands/DescribeLogGroupsCommand.ts | 4 +--- .../src/commands/DescribeLogStreamsCommand.ts | 4 +--- .../src/commands/DescribeMetricFiltersCommand.ts | 4 +--- .../src/commands/DescribeQueriesCommand.ts | 4 +--- .../src/commands/DescribeQueryDefinitionsCommand.ts | 4 +--- .../src/commands/DescribeResourcePoliciesCommand.ts | 4 +--- .../src/commands/DescribeSubscriptionFiltersCommand.ts | 4 +--- .../src/commands/DisassociateKmsKeyCommand.ts | 4 +--- .../src/commands/FilterLogEventsCommand.ts | 4 +--- .../src/commands/GetDataProtectionPolicyCommand.ts | 4 +--- .../client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts | 4 +--- .../src/commands/GetDeliveryDestinationCommand.ts | 4 +--- .../src/commands/GetDeliveryDestinationPolicyCommand.ts | 4 +--- .../src/commands/GetDeliverySourceCommand.ts | 4 +--- .../src/commands/GetLogAnomalyDetectorCommand.ts | 4 +--- .../src/commands/GetLogEventsCommand.ts | 4 +--- .../src/commands/GetLogGroupFieldsCommand.ts | 4 +--- .../src/commands/GetLogRecordCommand.ts | 4 +--- .../src/commands/GetQueryResultsCommand.ts | 4 +--- .../src/commands/ListAnomaliesCommand.ts | 4 +--- .../src/commands/ListLogAnomalyDetectorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTagsLogGroupCommand.ts | 4 +--- .../src/commands/PutAccountPolicyCommand.ts | 4 +--- .../src/commands/PutDataProtectionPolicyCommand.ts | 4 +--- .../src/commands/PutDeliveryDestinationCommand.ts | 4 +--- .../src/commands/PutDeliveryDestinationPolicyCommand.ts | 4 +--- .../src/commands/PutDeliverySourceCommand.ts | 4 +--- .../src/commands/PutDestinationCommand.ts | 4 +--- .../src/commands/PutDestinationPolicyCommand.ts | 4 +--- .../src/commands/PutLogEventsCommand.ts | 4 +--- .../src/commands/PutMetricFilterCommand.ts | 4 +--- .../src/commands/PutQueryDefinitionCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/PutRetentionPolicyCommand.ts | 4 +--- .../src/commands/PutSubscriptionFilterCommand.ts | 4 +--- .../src/commands/StartLiveTailCommand.ts | 4 +--- .../client-cloudwatch-logs/src/commands/StartQueryCommand.ts | 4 +--- .../client-cloudwatch-logs/src/commands/StopQueryCommand.ts | 4 +--- .../client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts | 4 +--- .../client-cloudwatch-logs/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestMetricFilterCommand.ts | 4 +--- .../src/commands/UntagLogGroupCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAnomalyCommand.ts | 4 +--- .../src/commands/UpdateDeliveryConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLogAnomalyDetectorCommand.ts | 4 +--- clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts | 4 +--- .../src/commands/DeleteAnomalyDetectorCommand.ts | 4 +--- .../client-cloudwatch/src/commands/DeleteDashboardsCommand.ts | 4 +--- .../src/commands/DeleteInsightRulesCommand.ts | 4 +--- .../src/commands/DeleteMetricStreamCommand.ts | 4 +--- .../src/commands/DescribeAlarmHistoryCommand.ts | 4 +--- .../client-cloudwatch/src/commands/DescribeAlarmsCommand.ts | 4 +--- .../src/commands/DescribeAlarmsForMetricCommand.ts | 4 +--- .../src/commands/DescribeAnomalyDetectorsCommand.ts | 4 +--- .../src/commands/DescribeInsightRulesCommand.ts | 4 +--- .../src/commands/DisableAlarmActionsCommand.ts | 4 +--- .../src/commands/DisableInsightRulesCommand.ts | 4 +--- .../src/commands/EnableAlarmActionsCommand.ts | 4 +--- .../src/commands/EnableInsightRulesCommand.ts | 4 +--- clients/client-cloudwatch/src/commands/GetDashboardCommand.ts | 4 +--- .../src/commands/GetInsightRuleReportCommand.ts | 4 +--- .../client-cloudwatch/src/commands/GetMetricDataCommand.ts | 4 +--- .../src/commands/GetMetricStatisticsCommand.ts | 4 +--- .../client-cloudwatch/src/commands/GetMetricStreamCommand.ts | 4 +--- .../src/commands/GetMetricWidgetImageCommand.ts | 4 +--- .../client-cloudwatch/src/commands/ListDashboardsCommand.ts | 4 +--- .../src/commands/ListManagedInsightRulesCommand.ts | 4 +--- .../src/commands/ListMetricStreamsCommand.ts | 4 +--- clients/client-cloudwatch/src/commands/ListMetricsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutAnomalyDetectorCommand.ts | 4 +--- .../src/commands/PutCompositeAlarmCommand.ts | 4 +--- clients/client-cloudwatch/src/commands/PutDashboardCommand.ts | 4 +--- .../client-cloudwatch/src/commands/PutInsightRuleCommand.ts | 4 +--- .../src/commands/PutManagedInsightRulesCommand.ts | 4 +--- .../client-cloudwatch/src/commands/PutMetricAlarmCommand.ts | 4 +--- .../client-cloudwatch/src/commands/PutMetricDataCommand.ts | 4 +--- .../client-cloudwatch/src/commands/PutMetricStreamCommand.ts | 4 +--- .../client-cloudwatch/src/commands/SetAlarmStateCommand.ts | 4 +--- .../src/commands/StartMetricStreamsCommand.ts | 4 +--- .../src/commands/StopMetricStreamsCommand.ts | 4 +--- clients/client-cloudwatch/src/commands/TagResourceCommand.ts | 4 +--- .../client-cloudwatch/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/AssociateExternalConnectionCommand.ts | 4 +--- .../src/commands/CopyPackageVersionsCommand.ts | 4 +--- .../client-codeartifact/src/commands/CreateDomainCommand.ts | 4 +--- .../src/commands/CreatePackageGroupCommand.ts | 4 +--- .../src/commands/CreateRepositoryCommand.ts | 4 +--- .../client-codeartifact/src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteDomainPermissionsPolicyCommand.ts | 4 +--- .../client-codeartifact/src/commands/DeletePackageCommand.ts | 4 +--- .../src/commands/DeletePackageGroupCommand.ts | 4 +--- .../src/commands/DeletePackageVersionsCommand.ts | 4 +--- .../src/commands/DeleteRepositoryCommand.ts | 4 +--- .../src/commands/DeleteRepositoryPermissionsPolicyCommand.ts | 4 +--- .../client-codeartifact/src/commands/DescribeDomainCommand.ts | 4 +--- .../src/commands/DescribePackageCommand.ts | 4 +--- .../src/commands/DescribePackageGroupCommand.ts | 4 +--- .../src/commands/DescribePackageVersionCommand.ts | 4 +--- .../src/commands/DescribeRepositoryCommand.ts | 4 +--- .../src/commands/DisassociateExternalConnectionCommand.ts | 4 +--- .../src/commands/DisposePackageVersionsCommand.ts | 4 +--- .../src/commands/GetAssociatedPackageGroupCommand.ts | 4 +--- .../src/commands/GetAuthorizationTokenCommand.ts | 4 +--- .../src/commands/GetDomainPermissionsPolicyCommand.ts | 4 +--- .../src/commands/GetPackageVersionAssetCommand.ts | 4 +--- .../src/commands/GetPackageVersionReadmeCommand.ts | 4 +--- .../src/commands/GetRepositoryEndpointCommand.ts | 4 +--- .../src/commands/GetRepositoryPermissionsPolicyCommand.ts | 4 +--- .../src/commands/ListAllowedRepositoriesForGroupCommand.ts | 4 +--- .../src/commands/ListAssociatedPackagesCommand.ts | 4 +--- .../client-codeartifact/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListPackageGroupsCommand.ts | 4 +--- .../src/commands/ListPackageVersionAssetsCommand.ts | 4 +--- .../src/commands/ListPackageVersionDependenciesCommand.ts | 4 +--- .../src/commands/ListPackageVersionsCommand.ts | 4 +--- .../client-codeartifact/src/commands/ListPackagesCommand.ts | 4 +--- .../src/commands/ListRepositoriesCommand.ts | 4 +--- .../src/commands/ListRepositoriesInDomainCommand.ts | 4 +--- .../src/commands/ListSubPackageGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PublishPackageVersionCommand.ts | 4 +--- .../src/commands/PutDomainPermissionsPolicyCommand.ts | 4 +--- .../src/commands/PutPackageOriginConfigurationCommand.ts | 4 +--- .../src/commands/PutRepositoryPermissionsPolicyCommand.ts | 4 +--- .../client-codeartifact/src/commands/TagResourceCommand.ts | 4 +--- .../client-codeartifact/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdatePackageGroupCommand.ts | 4 +--- .../commands/UpdatePackageGroupOriginConfigurationCommand.ts | 4 +--- .../src/commands/UpdatePackageVersionsStatusCommand.ts | 4 +--- .../src/commands/UpdateRepositoryCommand.ts | 4 +--- .../client-codebuild/src/commands/BatchDeleteBuildsCommand.ts | 4 +--- .../src/commands/BatchGetBuildBatchesCommand.ts | 4 +--- .../client-codebuild/src/commands/BatchGetBuildsCommand.ts | 4 +--- .../client-codebuild/src/commands/BatchGetFleetsCommand.ts | 4 +--- .../client-codebuild/src/commands/BatchGetProjectsCommand.ts | 4 +--- .../src/commands/BatchGetReportGroupsCommand.ts | 4 +--- .../client-codebuild/src/commands/BatchGetReportsCommand.ts | 4 +--- clients/client-codebuild/src/commands/CreateFleetCommand.ts | 4 +--- clients/client-codebuild/src/commands/CreateProjectCommand.ts | 4 +--- .../client-codebuild/src/commands/CreateReportGroupCommand.ts | 4 +--- clients/client-codebuild/src/commands/CreateWebhookCommand.ts | 4 +--- .../client-codebuild/src/commands/DeleteBuildBatchCommand.ts | 4 +--- clients/client-codebuild/src/commands/DeleteFleetCommand.ts | 4 +--- clients/client-codebuild/src/commands/DeleteProjectCommand.ts | 4 +--- clients/client-codebuild/src/commands/DeleteReportCommand.ts | 4 +--- .../client-codebuild/src/commands/DeleteReportGroupCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteSourceCredentialsCommand.ts | 4 +--- clients/client-codebuild/src/commands/DeleteWebhookCommand.ts | 4 +--- .../src/commands/DescribeCodeCoveragesCommand.ts | 4 +--- .../client-codebuild/src/commands/DescribeTestCasesCommand.ts | 4 +--- .../src/commands/GetReportGroupTrendCommand.ts | 4 +--- .../client-codebuild/src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/ImportSourceCredentialsCommand.ts | 4 +--- .../src/commands/InvalidateProjectCacheCommand.ts | 4 +--- .../client-codebuild/src/commands/ListBuildBatchesCommand.ts | 4 +--- .../src/commands/ListBuildBatchesForProjectCommand.ts | 4 +--- clients/client-codebuild/src/commands/ListBuildsCommand.ts | 4 +--- .../src/commands/ListBuildsForProjectCommand.ts | 4 +--- .../src/commands/ListCuratedEnvironmentImagesCommand.ts | 4 +--- clients/client-codebuild/src/commands/ListFleetsCommand.ts | 4 +--- clients/client-codebuild/src/commands/ListProjectsCommand.ts | 4 +--- .../client-codebuild/src/commands/ListReportGroupsCommand.ts | 4 +--- clients/client-codebuild/src/commands/ListReportsCommand.ts | 4 +--- .../src/commands/ListReportsForReportGroupCommand.ts | 4 +--- .../src/commands/ListSharedProjectsCommand.ts | 4 +--- .../src/commands/ListSharedReportGroupsCommand.ts | 4 +--- .../src/commands/ListSourceCredentialsCommand.ts | 4 +--- .../client-codebuild/src/commands/PutResourcePolicyCommand.ts | 4 +--- .../client-codebuild/src/commands/RetryBuildBatchCommand.ts | 4 +--- clients/client-codebuild/src/commands/RetryBuildCommand.ts | 4 +--- .../client-codebuild/src/commands/StartBuildBatchCommand.ts | 4 +--- clients/client-codebuild/src/commands/StartBuildCommand.ts | 4 +--- .../client-codebuild/src/commands/StopBuildBatchCommand.ts | 4 +--- clients/client-codebuild/src/commands/StopBuildCommand.ts | 4 +--- clients/client-codebuild/src/commands/UpdateFleetCommand.ts | 4 +--- clients/client-codebuild/src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/UpdateProjectVisibilityCommand.ts | 4 +--- .../client-codebuild/src/commands/UpdateReportGroupCommand.ts | 4 +--- clients/client-codebuild/src/commands/UpdateWebhookCommand.ts | 4 +--- .../src/commands/CreateAccessTokenCommand.ts | 4 +--- .../src/commands/CreateDevEnvironmentCommand.ts | 4 +--- .../client-codecatalyst/src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/CreateSourceRepositoryBranchCommand.ts | 4 +--- .../src/commands/CreateSourceRepositoryCommand.ts | 4 +--- .../src/commands/DeleteAccessTokenCommand.ts | 4 +--- .../src/commands/DeleteDevEnvironmentCommand.ts | 4 +--- .../client-codecatalyst/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteSourceRepositoryCommand.ts | 4 +--- .../client-codecatalyst/src/commands/DeleteSpaceCommand.ts | 4 +--- .../src/commands/GetDevEnvironmentCommand.ts | 4 +--- clients/client-codecatalyst/src/commands/GetProjectCommand.ts | 4 +--- .../src/commands/GetSourceRepositoryCloneUrlsCommand.ts | 4 +--- .../src/commands/GetSourceRepositoryCommand.ts | 4 +--- clients/client-codecatalyst/src/commands/GetSpaceCommand.ts | 4 +--- .../src/commands/GetSubscriptionCommand.ts | 4 +--- .../client-codecatalyst/src/commands/GetUserDetailsCommand.ts | 4 +--- .../client-codecatalyst/src/commands/GetWorkflowCommand.ts | 4 +--- .../client-codecatalyst/src/commands/GetWorkflowRunCommand.ts | 4 +--- .../src/commands/ListAccessTokensCommand.ts | 4 +--- .../src/commands/ListDevEnvironmentSessionsCommand.ts | 4 +--- .../src/commands/ListDevEnvironmentsCommand.ts | 4 +--- .../client-codecatalyst/src/commands/ListEventLogsCommand.ts | 4 +--- .../client-codecatalyst/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListSourceRepositoriesCommand.ts | 4 +--- .../src/commands/ListSourceRepositoryBranchesCommand.ts | 4 +--- clients/client-codecatalyst/src/commands/ListSpacesCommand.ts | 4 +--- .../src/commands/ListWorkflowRunsCommand.ts | 4 +--- .../client-codecatalyst/src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/StartDevEnvironmentCommand.ts | 4 +--- .../src/commands/StartDevEnvironmentSessionCommand.ts | 4 +--- .../src/commands/StartWorkflowRunCommand.ts | 4 +--- .../src/commands/StopDevEnvironmentCommand.ts | 4 +--- .../src/commands/StopDevEnvironmentSessionCommand.ts | 4 +--- .../src/commands/UpdateDevEnvironmentCommand.ts | 4 +--- .../client-codecatalyst/src/commands/UpdateProjectCommand.ts | 4 +--- .../client-codecatalyst/src/commands/UpdateSpaceCommand.ts | 4 +--- .../client-codecatalyst/src/commands/VerifySessionCommand.ts | 4 +--- .../AssociateApprovalRuleTemplateWithRepositoryCommand.ts | 4 +--- ...tchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts | 4 +--- .../src/commands/BatchDescribeMergeConflictsCommand.ts | 4 +--- ...DisassociateApprovalRuleTemplateFromRepositoriesCommand.ts | 4 +--- .../client-codecommit/src/commands/BatchGetCommitsCommand.ts | 4 +--- .../src/commands/BatchGetRepositoriesCommand.ts | 4 +--- .../src/commands/CreateApprovalRuleTemplateCommand.ts | 4 +--- clients/client-codecommit/src/commands/CreateBranchCommand.ts | 4 +--- clients/client-codecommit/src/commands/CreateCommitCommand.ts | 4 +--- .../src/commands/CreatePullRequestApprovalRuleCommand.ts | 4 +--- .../src/commands/CreatePullRequestCommand.ts | 4 +--- .../client-codecommit/src/commands/CreateRepositoryCommand.ts | 4 +--- .../src/commands/CreateUnreferencedMergeCommitCommand.ts | 4 +--- .../src/commands/DeleteApprovalRuleTemplateCommand.ts | 4 +--- clients/client-codecommit/src/commands/DeleteBranchCommand.ts | 4 +--- .../src/commands/DeleteCommentContentCommand.ts | 4 +--- clients/client-codecommit/src/commands/DeleteFileCommand.ts | 4 +--- .../src/commands/DeletePullRequestApprovalRuleCommand.ts | 4 +--- .../client-codecommit/src/commands/DeleteRepositoryCommand.ts | 4 +--- .../src/commands/DescribeMergeConflictsCommand.ts | 4 +--- .../src/commands/DescribePullRequestEventsCommand.ts | 4 +--- .../DisassociateApprovalRuleTemplateFromRepositoryCommand.ts | 4 +--- .../src/commands/EvaluatePullRequestApprovalRulesCommand.ts | 4 +--- .../src/commands/GetApprovalRuleTemplateCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetBlobCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetBranchCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetCommentCommand.ts | 4 +--- .../src/commands/GetCommentReactionsCommand.ts | 4 +--- .../src/commands/GetCommentsForComparedCommitCommand.ts | 4 +--- .../src/commands/GetCommentsForPullRequestCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetCommitCommand.ts | 4 +--- .../client-codecommit/src/commands/GetDifferencesCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetFileCommand.ts | 4 +--- clients/client-codecommit/src/commands/GetFolderCommand.ts | 4 +--- .../client-codecommit/src/commands/GetMergeCommitCommand.ts | 4 +--- .../src/commands/GetMergeConflictsCommand.ts | 4 +--- .../client-codecommit/src/commands/GetMergeOptionsCommand.ts | 4 +--- .../src/commands/GetPullRequestApprovalStatesCommand.ts | 4 +--- .../client-codecommit/src/commands/GetPullRequestCommand.ts | 4 +--- .../src/commands/GetPullRequestOverrideStateCommand.ts | 4 +--- .../client-codecommit/src/commands/GetRepositoryCommand.ts | 4 +--- .../src/commands/GetRepositoryTriggersCommand.ts | 4 +--- .../src/commands/ListApprovalRuleTemplatesCommand.ts | 4 +--- ...ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts | 4 +--- clients/client-codecommit/src/commands/ListBranchesCommand.ts | 4 +--- .../src/commands/ListFileCommitHistoryCommand.ts | 4 +--- .../client-codecommit/src/commands/ListPullRequestsCommand.ts | 4 +--- .../client-codecommit/src/commands/ListRepositoriesCommand.ts | 4 +--- .../ListRepositoriesForApprovalRuleTemplateCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/MergeBranchesByFastForwardCommand.ts | 4 +--- .../src/commands/MergeBranchesBySquashCommand.ts | 4 +--- .../src/commands/MergeBranchesByThreeWayCommand.ts | 4 +--- .../src/commands/MergePullRequestByFastForwardCommand.ts | 4 +--- .../src/commands/MergePullRequestBySquashCommand.ts | 4 +--- .../src/commands/MergePullRequestByThreeWayCommand.ts | 4 +--- .../src/commands/OverridePullRequestApprovalRulesCommand.ts | 4 +--- .../src/commands/PostCommentForComparedCommitCommand.ts | 4 +--- .../src/commands/PostCommentForPullRequestCommand.ts | 4 +--- .../client-codecommit/src/commands/PostCommentReplyCommand.ts | 4 +--- .../src/commands/PutCommentReactionCommand.ts | 4 +--- clients/client-codecommit/src/commands/PutFileCommand.ts | 4 +--- .../src/commands/PutRepositoryTriggersCommand.ts | 4 +--- clients/client-codecommit/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestRepositoryTriggersCommand.ts | 4 +--- .../client-codecommit/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApprovalRuleTemplateContentCommand.ts | 4 +--- .../commands/UpdateApprovalRuleTemplateDescriptionCommand.ts | 4 +--- .../src/commands/UpdateApprovalRuleTemplateNameCommand.ts | 4 +--- .../client-codecommit/src/commands/UpdateCommentCommand.ts | 4 +--- .../src/commands/UpdateDefaultBranchCommand.ts | 4 +--- .../commands/UpdatePullRequestApprovalRuleContentCommand.ts | 4 +--- .../src/commands/UpdatePullRequestApprovalStateCommand.ts | 4 +--- .../src/commands/UpdatePullRequestDescriptionCommand.ts | 4 +--- .../src/commands/UpdatePullRequestStatusCommand.ts | 4 +--- .../src/commands/UpdatePullRequestTitleCommand.ts | 4 +--- .../src/commands/UpdateRepositoryDescriptionCommand.ts | 4 +--- .../src/commands/UpdateRepositoryEncryptionKeyCommand.ts | 4 +--- .../src/commands/UpdateRepositoryNameCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../client-codeconnections/src/commands/CreateHostCommand.ts | 4 +--- .../src/commands/CreateRepositoryLinkCommand.ts | 4 +--- .../src/commands/CreateSyncConfigurationCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../client-codeconnections/src/commands/DeleteHostCommand.ts | 4 +--- .../src/commands/DeleteRepositoryLinkCommand.ts | 4 +--- .../src/commands/DeleteSyncConfigurationCommand.ts | 4 +--- .../src/commands/GetConnectionCommand.ts | 4 +--- clients/client-codeconnections/src/commands/GetHostCommand.ts | 4 +--- .../src/commands/GetRepositoryLinkCommand.ts | 4 +--- .../src/commands/GetRepositorySyncStatusCommand.ts | 4 +--- .../src/commands/GetResourceSyncStatusCommand.ts | 4 +--- .../src/commands/GetSyncBlockerSummaryCommand.ts | 4 +--- .../src/commands/GetSyncConfigurationCommand.ts | 4 +--- .../src/commands/ListConnectionsCommand.ts | 4 +--- .../client-codeconnections/src/commands/ListHostsCommand.ts | 4 +--- .../src/commands/ListRepositoryLinksCommand.ts | 4 +--- .../src/commands/ListRepositorySyncDefinitionsCommand.ts | 4 +--- .../src/commands/ListSyncConfigurationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-codeconnections/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../client-codeconnections/src/commands/UpdateHostCommand.ts | 4 +--- .../src/commands/UpdateRepositoryLinkCommand.ts | 4 +--- .../src/commands/UpdateSyncBlockerCommand.ts | 4 +--- .../src/commands/UpdateSyncConfigurationCommand.ts | 4 +--- .../src/commands/AddTagsToOnPremisesInstancesCommand.ts | 4 +--- .../src/commands/BatchGetApplicationRevisionsCommand.ts | 4 +--- .../src/commands/BatchGetApplicationsCommand.ts | 4 +--- .../src/commands/BatchGetDeploymentGroupsCommand.ts | 4 +--- .../src/commands/BatchGetDeploymentInstancesCommand.ts | 4 +--- .../src/commands/BatchGetDeploymentTargetsCommand.ts | 4 +--- .../src/commands/BatchGetDeploymentsCommand.ts | 4 +--- .../src/commands/BatchGetOnPremisesInstancesCommand.ts | 4 +--- .../src/commands/ContinueDeploymentCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../client-codedeploy/src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/CreateDeploymentConfigCommand.ts | 4 +--- .../src/commands/CreateDeploymentGroupCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteDeploymentConfigCommand.ts | 4 +--- .../src/commands/DeleteDeploymentGroupCommand.ts | 4 +--- .../src/commands/DeleteGitHubAccountTokenCommand.ts | 4 +--- .../src/commands/DeleteResourcesByExternalIdCommand.ts | 4 +--- .../src/commands/DeregisterOnPremisesInstanceCommand.ts | 4 +--- .../client-codedeploy/src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetApplicationRevisionCommand.ts | 4 +--- .../client-codedeploy/src/commands/GetDeploymentCommand.ts | 4 +--- .../src/commands/GetDeploymentConfigCommand.ts | 4 +--- .../src/commands/GetDeploymentGroupCommand.ts | 4 +--- .../src/commands/GetDeploymentInstanceCommand.ts | 4 +--- .../src/commands/GetDeploymentTargetCommand.ts | 4 +--- .../src/commands/GetOnPremisesInstanceCommand.ts | 4 +--- .../src/commands/ListApplicationRevisionsCommand.ts | 4 +--- .../client-codedeploy/src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListDeploymentConfigsCommand.ts | 4 +--- .../src/commands/ListDeploymentGroupsCommand.ts | 4 +--- .../src/commands/ListDeploymentInstancesCommand.ts | 4 +--- .../src/commands/ListDeploymentTargetsCommand.ts | 4 +--- .../client-codedeploy/src/commands/ListDeploymentsCommand.ts | 4 +--- .../src/commands/ListGitHubAccountTokenNamesCommand.ts | 4 +--- .../src/commands/ListOnPremisesInstancesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/PutLifecycleEventHookExecutionStatusCommand.ts | 4 +--- .../src/commands/RegisterApplicationRevisionCommand.ts | 4 +--- .../src/commands/RegisterOnPremisesInstanceCommand.ts | 4 +--- .../src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts | 4 +--- .../src/commands/SkipWaitTimeForInstanceTerminationCommand.ts | 4 +--- .../client-codedeploy/src/commands/StopDeploymentCommand.ts | 4 +--- clients/client-codedeploy/src/commands/TagResourceCommand.ts | 4 +--- .../client-codedeploy/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateDeploymentGroupCommand.ts | 4 +--- .../src/commands/AssociateRepositoryCommand.ts | 4 +--- .../src/commands/CreateCodeReviewCommand.ts | 4 +--- .../src/commands/DescribeCodeReviewCommand.ts | 4 +--- .../src/commands/DescribeRecommendationFeedbackCommand.ts | 4 +--- .../src/commands/DescribeRepositoryAssociationCommand.ts | 4 +--- .../src/commands/DisassociateRepositoryCommand.ts | 4 +--- .../src/commands/ListCodeReviewsCommand.ts | 4 +--- .../src/commands/ListRecommendationFeedbackCommand.ts | 4 +--- .../src/commands/ListRecommendationsCommand.ts | 4 +--- .../src/commands/ListRepositoryAssociationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutRecommendationFeedbackCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/BatchGetFindingsCommand.ts | 4 +--- .../src/commands/CreateScanCommand.ts | 4 +--- .../src/commands/CreateUploadUrlCommand.ts | 4 +--- .../src/commands/GetAccountConfigurationCommand.ts | 4 +--- .../src/commands/GetFindingsCommand.ts | 4 +--- .../src/commands/GetMetricsSummaryCommand.ts | 4 +--- .../client-codeguru-security/src/commands/GetScanCommand.ts | 4 +--- .../src/commands/ListFindingsMetricsCommand.ts | 4 +--- .../client-codeguru-security/src/commands/ListScansCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountConfigurationCommand.ts | 4 +--- .../src/commands/AddNotificationChannelsCommand.ts | 4 +--- .../src/commands/BatchGetFrameMetricDataCommand.ts | 4 +--- .../src/commands/ConfigureAgentCommand.ts | 4 +--- .../src/commands/CreateProfilingGroupCommand.ts | 4 +--- .../src/commands/DeleteProfilingGroupCommand.ts | 4 +--- .../src/commands/DescribeProfilingGroupCommand.ts | 4 +--- .../src/commands/GetFindingsReportAccountSummaryCommand.ts | 4 +--- .../src/commands/GetNotificationConfigurationCommand.ts | 4 +--- .../client-codeguruprofiler/src/commands/GetPolicyCommand.ts | 4 +--- .../client-codeguruprofiler/src/commands/GetProfileCommand.ts | 4 +--- .../src/commands/GetRecommendationsCommand.ts | 4 +--- .../src/commands/ListFindingsReportsCommand.ts | 4 +--- .../src/commands/ListProfileTimesCommand.ts | 4 +--- .../src/commands/ListProfilingGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PostAgentProfileCommand.ts | 4 +--- .../src/commands/PutPermissionCommand.ts | 4 +--- .../src/commands/RemoveNotificationChannelCommand.ts | 4 +--- .../src/commands/RemovePermissionCommand.ts | 4 +--- .../src/commands/SubmitFeedbackCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateProfilingGroupCommand.ts | 4 +--- .../client-codepipeline/src/commands/AcknowledgeJobCommand.ts | 4 +--- .../src/commands/AcknowledgeThirdPartyJobCommand.ts | 4 +--- .../src/commands/CreateCustomActionTypeCommand.ts | 4 +--- .../client-codepipeline/src/commands/CreatePipelineCommand.ts | 4 +--- .../src/commands/DeleteCustomActionTypeCommand.ts | 4 +--- .../client-codepipeline/src/commands/DeletePipelineCommand.ts | 4 +--- .../client-codepipeline/src/commands/DeleteWebhookCommand.ts | 4 +--- .../src/commands/DeregisterWebhookWithThirdPartyCommand.ts | 4 +--- .../src/commands/DisableStageTransitionCommand.ts | 4 +--- .../src/commands/EnableStageTransitionCommand.ts | 4 +--- .../client-codepipeline/src/commands/GetActionTypeCommand.ts | 4 +--- .../client-codepipeline/src/commands/GetJobDetailsCommand.ts | 4 +--- .../client-codepipeline/src/commands/GetPipelineCommand.ts | 4 +--- .../src/commands/GetPipelineExecutionCommand.ts | 4 +--- .../src/commands/GetPipelineStateCommand.ts | 4 +--- .../src/commands/GetThirdPartyJobDetailsCommand.ts | 4 +--- .../src/commands/ListActionExecutionsCommand.ts | 4 +--- .../src/commands/ListActionTypesCommand.ts | 4 +--- .../src/commands/ListPipelineExecutionsCommand.ts | 4 +--- .../client-codepipeline/src/commands/ListPipelinesCommand.ts | 4 +--- .../src/commands/ListRuleExecutionsCommand.ts | 4 +--- .../client-codepipeline/src/commands/ListRuleTypesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-codepipeline/src/commands/ListWebhooksCommand.ts | 4 +--- .../src/commands/OverrideStageConditionCommand.ts | 4 +--- .../client-codepipeline/src/commands/PollForJobsCommand.ts | 4 +--- .../src/commands/PollForThirdPartyJobsCommand.ts | 4 +--- .../src/commands/PutActionRevisionCommand.ts | 4 +--- .../src/commands/PutApprovalResultCommand.ts | 4 +--- .../src/commands/PutJobFailureResultCommand.ts | 4 +--- .../src/commands/PutJobSuccessResultCommand.ts | 4 +--- .../src/commands/PutThirdPartyJobFailureResultCommand.ts | 4 +--- .../src/commands/PutThirdPartyJobSuccessResultCommand.ts | 4 +--- clients/client-codepipeline/src/commands/PutWebhookCommand.ts | 4 +--- .../src/commands/RegisterWebhookWithThirdPartyCommand.ts | 4 +--- .../src/commands/RetryStageExecutionCommand.ts | 4 +--- .../client-codepipeline/src/commands/RollbackStageCommand.ts | 4 +--- .../src/commands/StartPipelineExecutionCommand.ts | 4 +--- .../src/commands/StopPipelineExecutionCommand.ts | 4 +--- .../client-codepipeline/src/commands/TagResourceCommand.ts | 4 +--- .../client-codepipeline/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateActionTypeCommand.ts | 4 +--- .../client-codepipeline/src/commands/UpdatePipelineCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../src/commands/CreateHostCommand.ts | 4 +--- .../src/commands/CreateRepositoryLinkCommand.ts | 4 +--- .../src/commands/CreateSyncConfigurationCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/DeleteHostCommand.ts | 4 +--- .../src/commands/DeleteRepositoryLinkCommand.ts | 4 +--- .../src/commands/DeleteSyncConfigurationCommand.ts | 4 +--- .../src/commands/GetConnectionCommand.ts | 4 +--- .../src/commands/GetHostCommand.ts | 4 +--- .../src/commands/GetRepositoryLinkCommand.ts | 4 +--- .../src/commands/GetRepositorySyncStatusCommand.ts | 4 +--- .../src/commands/GetResourceSyncStatusCommand.ts | 4 +--- .../src/commands/GetSyncBlockerSummaryCommand.ts | 4 +--- .../src/commands/GetSyncConfigurationCommand.ts | 4 +--- .../src/commands/ListConnectionsCommand.ts | 4 +--- .../src/commands/ListHostsCommand.ts | 4 +--- .../src/commands/ListRepositoryLinksCommand.ts | 4 +--- .../src/commands/ListRepositorySyncDefinitionsCommand.ts | 4 +--- .../src/commands/ListSyncConfigurationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateHostCommand.ts | 4 +--- .../src/commands/UpdateRepositoryLinkCommand.ts | 4 +--- .../src/commands/UpdateSyncBlockerCommand.ts | 4 +--- .../src/commands/UpdateSyncConfigurationCommand.ts | 4 +--- .../src/commands/CreateNotificationRuleCommand.ts | 4 +--- .../src/commands/DeleteNotificationRuleCommand.ts | 4 +--- .../src/commands/DeleteTargetCommand.ts | 4 +--- .../src/commands/DescribeNotificationRuleCommand.ts | 4 +--- .../src/commands/ListEventTypesCommand.ts | 4 +--- .../src/commands/ListNotificationRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetsCommand.ts | 4 +--- .../src/commands/SubscribeCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UnsubscribeCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateNotificationRuleCommand.ts | 4 +--- .../src/commands/AddCustomAttributesCommand.ts | 4 +--- .../src/commands/AdminAddUserToGroupCommand.ts | 4 +--- .../src/commands/AdminConfirmSignUpCommand.ts | 4 +--- .../src/commands/AdminCreateUserCommand.ts | 4 +--- .../src/commands/AdminDeleteUserAttributesCommand.ts | 4 +--- .../src/commands/AdminDeleteUserCommand.ts | 4 +--- .../src/commands/AdminDisableProviderForUserCommand.ts | 4 +--- .../src/commands/AdminDisableUserCommand.ts | 4 +--- .../src/commands/AdminEnableUserCommand.ts | 4 +--- .../src/commands/AdminForgetDeviceCommand.ts | 4 +--- .../src/commands/AdminGetDeviceCommand.ts | 4 +--- .../src/commands/AdminGetUserCommand.ts | 4 +--- .../src/commands/AdminInitiateAuthCommand.ts | 4 +--- .../src/commands/AdminLinkProviderForUserCommand.ts | 4 +--- .../src/commands/AdminListDevicesCommand.ts | 4 +--- .../src/commands/AdminListGroupsForUserCommand.ts | 4 +--- .../src/commands/AdminListUserAuthEventsCommand.ts | 4 +--- .../src/commands/AdminRemoveUserFromGroupCommand.ts | 4 +--- .../src/commands/AdminResetUserPasswordCommand.ts | 4 +--- .../src/commands/AdminRespondToAuthChallengeCommand.ts | 4 +--- .../src/commands/AdminSetUserMFAPreferenceCommand.ts | 4 +--- .../src/commands/AdminSetUserPasswordCommand.ts | 4 +--- .../src/commands/AdminSetUserSettingsCommand.ts | 4 +--- .../src/commands/AdminUpdateAuthEventFeedbackCommand.ts | 4 +--- .../src/commands/AdminUpdateDeviceStatusCommand.ts | 4 +--- .../src/commands/AdminUpdateUserAttributesCommand.ts | 4 +--- .../src/commands/AdminUserGlobalSignOutCommand.ts | 4 +--- .../src/commands/AssociateSoftwareTokenCommand.ts | 4 +--- .../src/commands/ChangePasswordCommand.ts | 4 +--- .../src/commands/ConfirmDeviceCommand.ts | 4 +--- .../src/commands/ConfirmForgotPasswordCommand.ts | 4 +--- .../src/commands/ConfirmSignUpCommand.ts | 4 +--- .../src/commands/CreateGroupCommand.ts | 4 +--- .../src/commands/CreateIdentityProviderCommand.ts | 4 +--- .../src/commands/CreateResourceServerCommand.ts | 4 +--- .../src/commands/CreateUserImportJobCommand.ts | 4 +--- .../src/commands/CreateUserPoolClientCommand.ts | 4 +--- .../src/commands/CreateUserPoolCommand.ts | 4 +--- .../src/commands/CreateUserPoolDomainCommand.ts | 4 +--- .../src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/DeleteIdentityProviderCommand.ts | 4 +--- .../src/commands/DeleteResourceServerCommand.ts | 4 +--- .../src/commands/DeleteUserAttributesCommand.ts | 4 +--- .../src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeleteUserPoolClientCommand.ts | 4 +--- .../src/commands/DeleteUserPoolCommand.ts | 4 +--- .../src/commands/DeleteUserPoolDomainCommand.ts | 4 +--- .../src/commands/DescribeIdentityProviderCommand.ts | 4 +--- .../src/commands/DescribeResourceServerCommand.ts | 4 +--- .../src/commands/DescribeRiskConfigurationCommand.ts | 4 +--- .../src/commands/DescribeUserImportJobCommand.ts | 4 +--- .../src/commands/DescribeUserPoolClientCommand.ts | 4 +--- .../src/commands/DescribeUserPoolCommand.ts | 4 +--- .../src/commands/DescribeUserPoolDomainCommand.ts | 4 +--- .../src/commands/ForgetDeviceCommand.ts | 4 +--- .../src/commands/ForgotPasswordCommand.ts | 4 +--- .../src/commands/GetCSVHeaderCommand.ts | 4 +--- .../src/commands/GetDeviceCommand.ts | 4 +--- .../src/commands/GetGroupCommand.ts | 4 +--- .../src/commands/GetIdentityProviderByIdentifierCommand.ts | 4 +--- .../src/commands/GetLogDeliveryConfigurationCommand.ts | 4 +--- .../src/commands/GetSigningCertificateCommand.ts | 4 +--- .../src/commands/GetUICustomizationCommand.ts | 4 +--- .../src/commands/GetUserAttributeVerificationCodeCommand.ts | 4 +--- .../src/commands/GetUserCommand.ts | 4 +--- .../src/commands/GetUserPoolMfaConfigCommand.ts | 4 +--- .../src/commands/GlobalSignOutCommand.ts | 4 +--- .../src/commands/InitiateAuthCommand.ts | 4 +--- .../src/commands/ListDevicesCommand.ts | 4 +--- .../src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/ListIdentityProvidersCommand.ts | 4 +--- .../src/commands/ListResourceServersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListUserImportJobsCommand.ts | 4 +--- .../src/commands/ListUserPoolClientsCommand.ts | 4 +--- .../src/commands/ListUserPoolsCommand.ts | 4 +--- .../src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/ListUsersInGroupCommand.ts | 4 +--- .../src/commands/ResendConfirmationCodeCommand.ts | 4 +--- .../src/commands/RespondToAuthChallengeCommand.ts | 4 +--- .../src/commands/RevokeTokenCommand.ts | 4 +--- .../src/commands/SetLogDeliveryConfigurationCommand.ts | 4 +--- .../src/commands/SetRiskConfigurationCommand.ts | 4 +--- .../src/commands/SetUICustomizationCommand.ts | 4 +--- .../src/commands/SetUserMFAPreferenceCommand.ts | 4 +--- .../src/commands/SetUserPoolMfaConfigCommand.ts | 4 +--- .../src/commands/SetUserSettingsCommand.ts | 4 +--- .../src/commands/SignUpCommand.ts | 4 +--- .../src/commands/StartUserImportJobCommand.ts | 4 +--- .../src/commands/StopUserImportJobCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAuthEventFeedbackCommand.ts | 4 +--- .../src/commands/UpdateDeviceStatusCommand.ts | 4 +--- .../src/commands/UpdateGroupCommand.ts | 4 +--- .../src/commands/UpdateIdentityProviderCommand.ts | 4 +--- .../src/commands/UpdateResourceServerCommand.ts | 4 +--- .../src/commands/UpdateUserAttributesCommand.ts | 4 +--- .../src/commands/UpdateUserPoolClientCommand.ts | 4 +--- .../src/commands/UpdateUserPoolCommand.ts | 4 +--- .../src/commands/UpdateUserPoolDomainCommand.ts | 4 +--- .../src/commands/VerifySoftwareTokenCommand.ts | 4 +--- .../src/commands/VerifyUserAttributeCommand.ts | 4 +--- .../src/commands/CreateIdentityPoolCommand.ts | 4 +--- .../src/commands/DeleteIdentitiesCommand.ts | 4 +--- .../src/commands/DeleteIdentityPoolCommand.ts | 4 +--- .../src/commands/DescribeIdentityCommand.ts | 4 +--- .../src/commands/DescribeIdentityPoolCommand.ts | 4 +--- .../src/commands/GetCredentialsForIdentityCommand.ts | 4 +--- clients/client-cognito-identity/src/commands/GetIdCommand.ts | 4 +--- .../src/commands/GetIdentityPoolRolesCommand.ts | 4 +--- .../src/commands/GetOpenIdTokenCommand.ts | 4 +--- .../src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts | 4 +--- .../src/commands/GetPrincipalTagAttributeMapCommand.ts | 4 +--- .../src/commands/ListIdentitiesCommand.ts | 4 +--- .../src/commands/ListIdentityPoolsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/LookupDeveloperIdentityCommand.ts | 4 +--- .../src/commands/MergeDeveloperIdentitiesCommand.ts | 4 +--- .../src/commands/SetIdentityPoolRolesCommand.ts | 4 +--- .../src/commands/SetPrincipalTagAttributeMapCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UnlinkDeveloperIdentityCommand.ts | 4 +--- .../src/commands/UnlinkIdentityCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateIdentityPoolCommand.ts | 4 +--- .../client-cognito-sync/src/commands/BulkPublishCommand.ts | 4 +--- .../client-cognito-sync/src/commands/DeleteDatasetCommand.ts | 4 +--- .../src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeIdentityPoolUsageCommand.ts | 4 +--- .../src/commands/DescribeIdentityUsageCommand.ts | 4 +--- .../src/commands/GetBulkPublishDetailsCommand.ts | 4 +--- .../src/commands/GetCognitoEventsCommand.ts | 4 +--- .../src/commands/GetIdentityPoolConfigurationCommand.ts | 4 +--- .../client-cognito-sync/src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListIdentityPoolUsageCommand.ts | 4 +--- .../client-cognito-sync/src/commands/ListRecordsCommand.ts | 4 +--- .../client-cognito-sync/src/commands/RegisterDeviceCommand.ts | 4 +--- .../src/commands/SetCognitoEventsCommand.ts | 4 +--- .../src/commands/SetIdentityPoolConfigurationCommand.ts | 4 +--- .../src/commands/SubscribeToDatasetCommand.ts | 4 +--- .../src/commands/UnsubscribeFromDatasetCommand.ts | 4 +--- .../client-cognito-sync/src/commands/UpdateRecordsCommand.ts | 4 +--- .../src/commands/BatchDetectDominantLanguageCommand.ts | 4 +--- .../src/commands/BatchDetectEntitiesCommand.ts | 4 +--- .../src/commands/BatchDetectKeyPhrasesCommand.ts | 4 +--- .../src/commands/BatchDetectSentimentCommand.ts | 4 +--- .../src/commands/BatchDetectSyntaxCommand.ts | 4 +--- .../src/commands/BatchDetectTargetedSentimentCommand.ts | 4 +--- .../client-comprehend/src/commands/ClassifyDocumentCommand.ts | 4 +--- .../src/commands/ContainsPiiEntitiesCommand.ts | 4 +--- .../client-comprehend/src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreateDocumentClassifierCommand.ts | 4 +--- .../client-comprehend/src/commands/CreateEndpointCommand.ts | 4 +--- .../src/commands/CreateEntityRecognizerCommand.ts | 4 +--- .../client-comprehend/src/commands/CreateFlywheelCommand.ts | 4 +--- .../src/commands/DeleteDocumentClassifierCommand.ts | 4 +--- .../client-comprehend/src/commands/DeleteEndpointCommand.ts | 4 +--- .../src/commands/DeleteEntityRecognizerCommand.ts | 4 +--- .../client-comprehend/src/commands/DeleteFlywheelCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../client-comprehend/src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeDocumentClassificationJobCommand.ts | 4 +--- .../src/commands/DescribeDocumentClassifierCommand.ts | 4 +--- .../commands/DescribeDominantLanguageDetectionJobCommand.ts | 4 +--- .../client-comprehend/src/commands/DescribeEndpointCommand.ts | 4 +--- .../src/commands/DescribeEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/DescribeEntityRecognizerCommand.ts | 4 +--- .../src/commands/DescribeEventsDetectionJobCommand.ts | 4 +--- .../client-comprehend/src/commands/DescribeFlywheelCommand.ts | 4 +--- .../src/commands/DescribeFlywheelIterationCommand.ts | 4 +--- .../src/commands/DescribeKeyPhrasesDetectionJobCommand.ts | 4 +--- .../src/commands/DescribePiiEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/DescribeResourcePolicyCommand.ts | 4 +--- .../src/commands/DescribeSentimentDetectionJobCommand.ts | 4 +--- .../commands/DescribeTargetedSentimentDetectionJobCommand.ts | 4 +--- .../src/commands/DescribeTopicsDetectionJobCommand.ts | 4 +--- .../src/commands/DetectDominantLanguageCommand.ts | 4 +--- .../client-comprehend/src/commands/DetectEntitiesCommand.ts | 4 +--- .../client-comprehend/src/commands/DetectKeyPhrasesCommand.ts | 4 +--- .../src/commands/DetectPiiEntitiesCommand.ts | 4 +--- .../client-comprehend/src/commands/DetectSentimentCommand.ts | 4 +--- clients/client-comprehend/src/commands/DetectSyntaxCommand.ts | 4 +--- .../src/commands/DetectTargetedSentimentCommand.ts | 4 +--- .../src/commands/DetectToxicContentCommand.ts | 4 +--- clients/client-comprehend/src/commands/ImportModelCommand.ts | 4 +--- clients/client-comprehend/src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListDocumentClassificationJobsCommand.ts | 4 +--- .../src/commands/ListDocumentClassifierSummariesCommand.ts | 4 +--- .../src/commands/ListDocumentClassifiersCommand.ts | 4 +--- .../src/commands/ListDominantLanguageDetectionJobsCommand.ts | 4 +--- .../client-comprehend/src/commands/ListEndpointsCommand.ts | 4 +--- .../src/commands/ListEntitiesDetectionJobsCommand.ts | 4 +--- .../src/commands/ListEntityRecognizerSummariesCommand.ts | 4 +--- .../src/commands/ListEntityRecognizersCommand.ts | 4 +--- .../src/commands/ListEventsDetectionJobsCommand.ts | 4 +--- .../src/commands/ListFlywheelIterationHistoryCommand.ts | 4 +--- .../client-comprehend/src/commands/ListFlywheelsCommand.ts | 4 +--- .../src/commands/ListKeyPhrasesDetectionJobsCommand.ts | 4 +--- .../src/commands/ListPiiEntitiesDetectionJobsCommand.ts | 4 +--- .../src/commands/ListSentimentDetectionJobsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetedSentimentDetectionJobsCommand.ts | 4 +--- .../src/commands/ListTopicsDetectionJobsCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/StartDocumentClassificationJobCommand.ts | 4 +--- .../src/commands/StartDominantLanguageDetectionJobCommand.ts | 4 +--- .../src/commands/StartEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/StartEventsDetectionJobCommand.ts | 4 +--- .../src/commands/StartFlywheelIterationCommand.ts | 4 +--- .../src/commands/StartKeyPhrasesDetectionJobCommand.ts | 4 +--- .../src/commands/StartPiiEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/StartSentimentDetectionJobCommand.ts | 4 +--- .../src/commands/StartTargetedSentimentDetectionJobCommand.ts | 4 +--- .../src/commands/StartTopicsDetectionJobCommand.ts | 4 +--- .../src/commands/StopDominantLanguageDetectionJobCommand.ts | 4 +--- .../src/commands/StopEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/StopEventsDetectionJobCommand.ts | 4 +--- .../src/commands/StopKeyPhrasesDetectionJobCommand.ts | 4 +--- .../src/commands/StopPiiEntitiesDetectionJobCommand.ts | 4 +--- .../src/commands/StopSentimentDetectionJobCommand.ts | 4 +--- .../src/commands/StopTargetedSentimentDetectionJobCommand.ts | 4 +--- .../src/commands/StopTrainingDocumentClassifierCommand.ts | 4 +--- .../src/commands/StopTrainingEntityRecognizerCommand.ts | 4 +--- clients/client-comprehend/src/commands/TagResourceCommand.ts | 4 +--- .../client-comprehend/src/commands/UntagResourceCommand.ts | 4 +--- .../client-comprehend/src/commands/UpdateEndpointCommand.ts | 4 +--- .../client-comprehend/src/commands/UpdateFlywheelCommand.ts | 4 +--- .../src/commands/DescribeEntitiesDetectionV2JobCommand.ts | 4 +--- .../src/commands/DescribeICD10CMInferenceJobCommand.ts | 4 +--- .../src/commands/DescribePHIDetectionJobCommand.ts | 4 +--- .../src/commands/DescribeRxNormInferenceJobCommand.ts | 4 +--- .../src/commands/DescribeSNOMEDCTInferenceJobCommand.ts | 4 +--- .../src/commands/DetectEntitiesCommand.ts | 4 +--- .../src/commands/DetectEntitiesV2Command.ts | 4 +--- .../client-comprehendmedical/src/commands/DetectPHICommand.ts | 4 +--- .../src/commands/InferICD10CMCommand.ts | 4 +--- .../src/commands/InferRxNormCommand.ts | 4 +--- .../src/commands/InferSNOMEDCTCommand.ts | 4 +--- .../src/commands/ListEntitiesDetectionV2JobsCommand.ts | 4 +--- .../src/commands/ListICD10CMInferenceJobsCommand.ts | 4 +--- .../src/commands/ListPHIDetectionJobsCommand.ts | 4 +--- .../src/commands/ListRxNormInferenceJobsCommand.ts | 4 +--- .../src/commands/ListSNOMEDCTInferenceJobsCommand.ts | 4 +--- .../src/commands/StartEntitiesDetectionV2JobCommand.ts | 4 +--- .../src/commands/StartICD10CMInferenceJobCommand.ts | 4 +--- .../src/commands/StartPHIDetectionJobCommand.ts | 4 +--- .../src/commands/StartRxNormInferenceJobCommand.ts | 4 +--- .../src/commands/StartSNOMEDCTInferenceJobCommand.ts | 4 +--- .../src/commands/StopEntitiesDetectionV2JobCommand.ts | 4 +--- .../src/commands/StopICD10CMInferenceJobCommand.ts | 4 +--- .../src/commands/StopPHIDetectionJobCommand.ts | 4 +--- .../src/commands/StopRxNormInferenceJobCommand.ts | 4 +--- .../src/commands/StopSNOMEDCTInferenceJobCommand.ts | 4 +--- .../src/commands/DeleteRecommendationPreferencesCommand.ts | 4 +--- .../src/commands/DescribeRecommendationExportJobsCommand.ts | 4 +--- .../commands/ExportAutoScalingGroupRecommendationsCommand.ts | 4 +--- .../src/commands/ExportEBSVolumeRecommendationsCommand.ts | 4 +--- .../src/commands/ExportEC2InstanceRecommendationsCommand.ts | 4 +--- .../src/commands/ExportECSServiceRecommendationsCommand.ts | 4 +--- .../commands/ExportLambdaFunctionRecommendationsCommand.ts | 4 +--- .../src/commands/ExportLicenseRecommendationsCommand.ts | 4 +--- .../src/commands/ExportRDSDatabaseRecommendationsCommand.ts | 4 +--- .../src/commands/GetAutoScalingGroupRecommendationsCommand.ts | 4 +--- .../src/commands/GetEBSVolumeRecommendationsCommand.ts | 4 +--- .../src/commands/GetEC2InstanceRecommendationsCommand.ts | 4 +--- .../commands/GetEC2RecommendationProjectedMetricsCommand.ts | 4 +--- .../GetECSServiceRecommendationProjectedMetricsCommand.ts | 4 +--- .../src/commands/GetECSServiceRecommendationsCommand.ts | 4 +--- .../commands/GetEffectiveRecommendationPreferencesCommand.ts | 4 +--- .../src/commands/GetEnrollmentStatusCommand.ts | 4 +--- .../commands/GetEnrollmentStatusesForOrganizationCommand.ts | 4 +--- .../src/commands/GetLambdaFunctionRecommendationsCommand.ts | 4 +--- .../src/commands/GetLicenseRecommendationsCommand.ts | 4 +--- .../GetRDSDatabaseRecommendationProjectedMetricsCommand.ts | 4 +--- .../src/commands/GetRDSDatabaseRecommendationsCommand.ts | 4 +--- .../src/commands/GetRecommendationPreferencesCommand.ts | 4 +--- .../src/commands/GetRecommendationSummariesCommand.ts | 4 +--- .../src/commands/PutRecommendationPreferencesCommand.ts | 4 +--- .../src/commands/UpdateEnrollmentStatusCommand.ts | 4 +--- .../src/commands/BatchGetAggregateResourceConfigCommand.ts | 4 +--- .../src/commands/BatchGetResourceConfigCommand.ts | 4 +--- .../src/commands/DeleteAggregationAuthorizationCommand.ts | 4 +--- .../src/commands/DeleteConfigRuleCommand.ts | 4 +--- .../src/commands/DeleteConfigurationAggregatorCommand.ts | 4 +--- .../src/commands/DeleteConfigurationRecorderCommand.ts | 4 +--- .../src/commands/DeleteConformancePackCommand.ts | 4 +--- .../src/commands/DeleteDeliveryChannelCommand.ts | 4 +--- .../src/commands/DeleteEvaluationResultsCommand.ts | 4 +--- .../src/commands/DeleteOrganizationConfigRuleCommand.ts | 4 +--- .../src/commands/DeleteOrganizationConformancePackCommand.ts | 4 +--- .../src/commands/DeletePendingAggregationRequestCommand.ts | 4 +--- .../src/commands/DeleteRemediationConfigurationCommand.ts | 4 +--- .../src/commands/DeleteRemediationExceptionsCommand.ts | 4 +--- .../src/commands/DeleteResourceConfigCommand.ts | 4 +--- .../src/commands/DeleteRetentionConfigurationCommand.ts | 4 +--- .../src/commands/DeleteStoredQueryCommand.ts | 4 +--- .../src/commands/DeliverConfigSnapshotCommand.ts | 4 +--- .../DescribeAggregateComplianceByConfigRulesCommand.ts | 4 +--- .../DescribeAggregateComplianceByConformancePacksCommand.ts | 4 +--- .../src/commands/DescribeAggregationAuthorizationsCommand.ts | 4 +--- .../src/commands/DescribeComplianceByConfigRuleCommand.ts | 4 +--- .../src/commands/DescribeComplianceByResourceCommand.ts | 4 +--- .../src/commands/DescribeConfigRuleEvaluationStatusCommand.ts | 4 +--- .../src/commands/DescribeConfigRulesCommand.ts | 4 +--- .../DescribeConfigurationAggregatorSourcesStatusCommand.ts | 4 +--- .../src/commands/DescribeConfigurationAggregatorsCommand.ts | 4 +--- .../commands/DescribeConfigurationRecorderStatusCommand.ts | 4 +--- .../src/commands/DescribeConfigurationRecordersCommand.ts | 4 +--- .../src/commands/DescribeConformancePackComplianceCommand.ts | 4 +--- .../src/commands/DescribeConformancePackStatusCommand.ts | 4 +--- .../src/commands/DescribeConformancePacksCommand.ts | 4 +--- .../src/commands/DescribeDeliveryChannelStatusCommand.ts | 4 +--- .../src/commands/DescribeDeliveryChannelsCommand.ts | 4 +--- .../commands/DescribeOrganizationConfigRuleStatusesCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigRulesCommand.ts | 4 +--- .../DescribeOrganizationConformancePackStatusesCommand.ts | 4 +--- .../commands/DescribeOrganizationConformancePacksCommand.ts | 4 +--- .../src/commands/DescribePendingAggregationRequestsCommand.ts | 4 +--- .../src/commands/DescribeRemediationConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeRemediationExceptionsCommand.ts | 4 +--- .../src/commands/DescribeRemediationExecutionStatusCommand.ts | 4 +--- .../src/commands/DescribeRetentionConfigurationsCommand.ts | 4 +--- .../GetAggregateComplianceDetailsByConfigRuleCommand.ts | 4 +--- .../GetAggregateConfigRuleComplianceSummaryCommand.ts | 4 +--- .../GetAggregateConformancePackComplianceSummaryCommand.ts | 4 +--- .../commands/GetAggregateDiscoveredResourceCountsCommand.ts | 4 +--- .../src/commands/GetAggregateResourceConfigCommand.ts | 4 +--- .../src/commands/GetComplianceDetailsByConfigRuleCommand.ts | 4 +--- .../src/commands/GetComplianceDetailsByResourceCommand.ts | 4 +--- .../src/commands/GetComplianceSummaryByConfigRuleCommand.ts | 4 +--- .../src/commands/GetComplianceSummaryByResourceTypeCommand.ts | 4 +--- .../commands/GetConformancePackComplianceDetailsCommand.ts | 4 +--- .../commands/GetConformancePackComplianceSummaryCommand.ts | 4 +--- .../src/commands/GetCustomRulePolicyCommand.ts | 4 +--- .../src/commands/GetDiscoveredResourceCountsCommand.ts | 4 +--- .../GetOrganizationConfigRuleDetailedStatusCommand.ts | 4 +--- .../GetOrganizationConformancePackDetailedStatusCommand.ts | 4 +--- .../src/commands/GetOrganizationCustomRulePolicyCommand.ts | 4 +--- .../src/commands/GetResourceConfigHistoryCommand.ts | 4 +--- .../src/commands/GetResourceEvaluationSummaryCommand.ts | 4 +--- .../src/commands/GetStoredQueryCommand.ts | 4 +--- .../src/commands/ListAggregateDiscoveredResourcesCommand.ts | 4 +--- .../commands/ListConformancePackComplianceScoresCommand.ts | 4 +--- .../src/commands/ListDiscoveredResourcesCommand.ts | 4 +--- .../src/commands/ListResourceEvaluationsCommand.ts | 4 +--- .../src/commands/ListStoredQueriesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutAggregationAuthorizationCommand.ts | 4 +--- .../src/commands/PutConfigRuleCommand.ts | 4 +--- .../src/commands/PutConfigurationAggregatorCommand.ts | 4 +--- .../src/commands/PutConfigurationRecorderCommand.ts | 4 +--- .../src/commands/PutConformancePackCommand.ts | 4 +--- .../src/commands/PutDeliveryChannelCommand.ts | 4 +--- .../src/commands/PutEvaluationsCommand.ts | 4 +--- .../src/commands/PutExternalEvaluationCommand.ts | 4 +--- .../src/commands/PutOrganizationConfigRuleCommand.ts | 4 +--- .../src/commands/PutOrganizationConformancePackCommand.ts | 4 +--- .../src/commands/PutRemediationConfigurationsCommand.ts | 4 +--- .../src/commands/PutRemediationExceptionsCommand.ts | 4 +--- .../src/commands/PutResourceConfigCommand.ts | 4 +--- .../src/commands/PutRetentionConfigurationCommand.ts | 4 +--- .../src/commands/PutStoredQueryCommand.ts | 4 +--- .../src/commands/SelectAggregateResourceConfigCommand.ts | 4 +--- .../src/commands/SelectResourceConfigCommand.ts | 4 +--- .../src/commands/StartConfigRulesEvaluationCommand.ts | 4 +--- .../src/commands/StartConfigurationRecorderCommand.ts | 4 +--- .../src/commands/StartRemediationExecutionCommand.ts | 4 +--- .../src/commands/StartResourceEvaluationCommand.ts | 4 +--- .../src/commands/StopConfigurationRecorderCommand.ts | 4 +--- .../client-config-service/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../commands/ListRealtimeContactAnalysisSegmentsCommand.ts | 4 +--- .../src/commands/ActivateEvaluationFormCommand.ts | 4 +--- .../src/commands/AssociateAnalyticsDataSetCommand.ts | 4 +--- .../src/commands/AssociateApprovedOriginCommand.ts | 4 +--- clients/client-connect/src/commands/AssociateBotCommand.ts | 4 +--- .../src/commands/AssociateDefaultVocabularyCommand.ts | 4 +--- clients/client-connect/src/commands/AssociateFlowCommand.ts | 4 +--- .../src/commands/AssociateInstanceStorageConfigCommand.ts | 4 +--- .../src/commands/AssociateLambdaFunctionCommand.ts | 4 +--- clients/client-connect/src/commands/AssociateLexBotCommand.ts | 4 +--- .../src/commands/AssociatePhoneNumberContactFlowCommand.ts | 4 +--- .../src/commands/AssociateQueueQuickConnectsCommand.ts | 4 +--- .../src/commands/AssociateRoutingProfileQueuesCommand.ts | 4 +--- .../src/commands/AssociateSecurityKeyCommand.ts | 4 +--- .../commands/AssociateTrafficDistributionGroupUserCommand.ts | 4 +--- .../src/commands/AssociateUserProficienciesCommand.ts | 4 +--- .../src/commands/BatchAssociateAnalyticsDataSetCommand.ts | 4 +--- .../src/commands/BatchDisassociateAnalyticsDataSetCommand.ts | 4 +--- .../src/commands/BatchGetAttachedFileMetadataCommand.ts | 4 +--- .../src/commands/BatchGetFlowAssociationCommand.ts | 4 +--- clients/client-connect/src/commands/BatchPutContactCommand.ts | 4 +--- .../client-connect/src/commands/ClaimPhoneNumberCommand.ts | 4 +--- .../src/commands/CompleteAttachedFileUploadCommand.ts | 4 +--- .../client-connect/src/commands/CreateAgentStatusCommand.ts | 4 +--- .../client-connect/src/commands/CreateContactFlowCommand.ts | 4 +--- .../src/commands/CreateContactFlowModuleCommand.ts | 4 +--- .../src/commands/CreateEvaluationFormCommand.ts | 4 +--- .../src/commands/CreateHoursOfOperationCommand.ts | 4 +--- clients/client-connect/src/commands/CreateInstanceCommand.ts | 4 +--- .../src/commands/CreateIntegrationAssociationCommand.ts | 4 +--- .../client-connect/src/commands/CreateParticipantCommand.ts | 4 +--- .../src/commands/CreatePersistentContactAssociationCommand.ts | 4 +--- .../src/commands/CreatePredefinedAttributeCommand.ts | 4 +--- clients/client-connect/src/commands/CreatePromptCommand.ts | 4 +--- clients/client-connect/src/commands/CreateQueueCommand.ts | 4 +--- .../client-connect/src/commands/CreateQuickConnectCommand.ts | 4 +--- .../src/commands/CreateRoutingProfileCommand.ts | 4 +--- clients/client-connect/src/commands/CreateRuleCommand.ts | 4 +--- .../src/commands/CreateSecurityProfileCommand.ts | 4 +--- .../client-connect/src/commands/CreateTaskTemplateCommand.ts | 4 +--- .../src/commands/CreateTrafficDistributionGroupCommand.ts | 4 +--- clients/client-connect/src/commands/CreateUseCaseCommand.ts | 4 +--- clients/client-connect/src/commands/CreateUserCommand.ts | 4 +--- .../src/commands/CreateUserHierarchyGroupCommand.ts | 4 +--- clients/client-connect/src/commands/CreateViewCommand.ts | 4 +--- .../client-connect/src/commands/CreateViewVersionCommand.ts | 4 +--- .../client-connect/src/commands/CreateVocabularyCommand.ts | 4 +--- .../src/commands/DeactivateEvaluationFormCommand.ts | 4 +--- .../client-connect/src/commands/DeleteAttachedFileCommand.ts | 4 +--- .../src/commands/DeleteContactEvaluationCommand.ts | 4 +--- .../client-connect/src/commands/DeleteContactFlowCommand.ts | 4 +--- .../src/commands/DeleteContactFlowModuleCommand.ts | 4 +--- .../src/commands/DeleteEvaluationFormCommand.ts | 4 +--- .../src/commands/DeleteHoursOfOperationCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteInstanceCommand.ts | 4 +--- .../src/commands/DeleteIntegrationAssociationCommand.ts | 4 +--- .../src/commands/DeletePredefinedAttributeCommand.ts | 4 +--- clients/client-connect/src/commands/DeletePromptCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteQueueCommand.ts | 4 +--- .../client-connect/src/commands/DeleteQuickConnectCommand.ts | 4 +--- .../src/commands/DeleteRoutingProfileCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DeleteSecurityProfileCommand.ts | 4 +--- .../client-connect/src/commands/DeleteTaskTemplateCommand.ts | 4 +--- .../src/commands/DeleteTrafficDistributionGroupCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteUseCaseCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeleteUserHierarchyGroupCommand.ts | 4 +--- clients/client-connect/src/commands/DeleteViewCommand.ts | 4 +--- .../client-connect/src/commands/DeleteViewVersionCommand.ts | 4 +--- .../client-connect/src/commands/DeleteVocabularyCommand.ts | 4 +--- .../client-connect/src/commands/DescribeAgentStatusCommand.ts | 4 +--- .../src/commands/DescribeAuthenticationProfileCommand.ts | 4 +--- clients/client-connect/src/commands/DescribeContactCommand.ts | 4 +--- .../src/commands/DescribeContactEvaluationCommand.ts | 4 +--- .../client-connect/src/commands/DescribeContactFlowCommand.ts | 4 +--- .../src/commands/DescribeContactFlowModuleCommand.ts | 4 +--- .../src/commands/DescribeEvaluationFormCommand.ts | 4 +--- .../src/commands/DescribeHoursOfOperationCommand.ts | 4 +--- .../src/commands/DescribeInstanceAttributeCommand.ts | 4 +--- .../client-connect/src/commands/DescribeInstanceCommand.ts | 4 +--- .../src/commands/DescribeInstanceStorageConfigCommand.ts | 4 +--- .../client-connect/src/commands/DescribePhoneNumberCommand.ts | 4 +--- .../src/commands/DescribePredefinedAttributeCommand.ts | 4 +--- clients/client-connect/src/commands/DescribePromptCommand.ts | 4 +--- clients/client-connect/src/commands/DescribeQueueCommand.ts | 4 +--- .../src/commands/DescribeQuickConnectCommand.ts | 4 +--- .../src/commands/DescribeRoutingProfileCommand.ts | 4 +--- clients/client-connect/src/commands/DescribeRuleCommand.ts | 4 +--- .../src/commands/DescribeSecurityProfileCommand.ts | 4 +--- .../src/commands/DescribeTrafficDistributionGroupCommand.ts | 4 +--- clients/client-connect/src/commands/DescribeUserCommand.ts | 4 +--- .../src/commands/DescribeUserHierarchyGroupCommand.ts | 4 +--- .../src/commands/DescribeUserHierarchyStructureCommand.ts | 4 +--- clients/client-connect/src/commands/DescribeViewCommand.ts | 4 +--- .../client-connect/src/commands/DescribeVocabularyCommand.ts | 4 +--- .../src/commands/DisassociateAnalyticsDataSetCommand.ts | 4 +--- .../src/commands/DisassociateApprovedOriginCommand.ts | 4 +--- clients/client-connect/src/commands/DisassociateBotCommand.ts | 4 +--- .../client-connect/src/commands/DisassociateFlowCommand.ts | 4 +--- .../src/commands/DisassociateInstanceStorageConfigCommand.ts | 4 +--- .../src/commands/DisassociateLambdaFunctionCommand.ts | 4 +--- .../client-connect/src/commands/DisassociateLexBotCommand.ts | 4 +--- .../src/commands/DisassociatePhoneNumberContactFlowCommand.ts | 4 +--- .../src/commands/DisassociateQueueQuickConnectsCommand.ts | 4 +--- .../src/commands/DisassociateRoutingProfileQueuesCommand.ts | 4 +--- .../src/commands/DisassociateSecurityKeyCommand.ts | 4 +--- .../DisassociateTrafficDistributionGroupUserCommand.ts | 4 +--- .../src/commands/DisassociateUserProficienciesCommand.ts | 4 +--- .../client-connect/src/commands/DismissUserContactCommand.ts | 4 +--- clients/client-connect/src/commands/GetAttachedFileCommand.ts | 4 +--- .../src/commands/GetContactAttributesCommand.ts | 4 +--- .../src/commands/GetCurrentMetricDataCommand.ts | 4 +--- .../client-connect/src/commands/GetCurrentUserDataCommand.ts | 4 +--- .../client-connect/src/commands/GetFederationTokenCommand.ts | 4 +--- .../client-connect/src/commands/GetFlowAssociationCommand.ts | 4 +--- clients/client-connect/src/commands/GetMetricDataCommand.ts | 4 +--- clients/client-connect/src/commands/GetMetricDataV2Command.ts | 4 +--- clients/client-connect/src/commands/GetPromptFileCommand.ts | 4 +--- clients/client-connect/src/commands/GetTaskTemplateCommand.ts | 4 +--- .../src/commands/GetTrafficDistributionCommand.ts | 4 +--- .../client-connect/src/commands/ImportPhoneNumberCommand.ts | 4 +--- .../client-connect/src/commands/ListAgentStatusesCommand.ts | 4 +--- .../src/commands/ListAnalyticsDataAssociationsCommand.ts | 4 +--- .../client-connect/src/commands/ListApprovedOriginsCommand.ts | 4 +--- .../src/commands/ListAuthenticationProfilesCommand.ts | 4 +--- clients/client-connect/src/commands/ListBotsCommand.ts | 4 +--- .../src/commands/ListContactEvaluationsCommand.ts | 4 +--- .../src/commands/ListContactFlowModulesCommand.ts | 4 +--- .../client-connect/src/commands/ListContactFlowsCommand.ts | 4 +--- .../src/commands/ListContactReferencesCommand.ts | 4 +--- .../src/commands/ListDefaultVocabulariesCommand.ts | 4 +--- .../src/commands/ListEvaluationFormVersionsCommand.ts | 4 +--- .../client-connect/src/commands/ListEvaluationFormsCommand.ts | 4 +--- .../src/commands/ListFlowAssociationsCommand.ts | 4 +--- .../src/commands/ListHoursOfOperationsCommand.ts | 4 +--- .../src/commands/ListInstanceAttributesCommand.ts | 4 +--- .../src/commands/ListInstanceStorageConfigsCommand.ts | 4 +--- clients/client-connect/src/commands/ListInstancesCommand.ts | 4 +--- .../src/commands/ListIntegrationAssociationsCommand.ts | 4 +--- .../client-connect/src/commands/ListLambdaFunctionsCommand.ts | 4 +--- clients/client-connect/src/commands/ListLexBotsCommand.ts | 4 +--- .../client-connect/src/commands/ListPhoneNumbersCommand.ts | 4 +--- .../client-connect/src/commands/ListPhoneNumbersV2Command.ts | 4 +--- .../src/commands/ListPredefinedAttributesCommand.ts | 4 +--- clients/client-connect/src/commands/ListPromptsCommand.ts | 4 +--- .../src/commands/ListQueueQuickConnectsCommand.ts | 4 +--- clients/client-connect/src/commands/ListQueuesCommand.ts | 4 +--- .../client-connect/src/commands/ListQuickConnectsCommand.ts | 4 +--- .../commands/ListRealtimeContactAnalysisSegmentsV2Command.ts | 4 +--- .../src/commands/ListRoutingProfileQueuesCommand.ts | 4 +--- .../client-connect/src/commands/ListRoutingProfilesCommand.ts | 4 +--- clients/client-connect/src/commands/ListRulesCommand.ts | 4 +--- .../client-connect/src/commands/ListSecurityKeysCommand.ts | 4 +--- .../src/commands/ListSecurityProfileApplicationsCommand.ts | 4 +--- .../src/commands/ListSecurityProfilePermissionsCommand.ts | 4 +--- .../src/commands/ListSecurityProfilesCommand.ts | 4 +--- .../client-connect/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-connect/src/commands/ListTaskTemplatesCommand.ts | 4 +--- .../src/commands/ListTrafficDistributionGroupUsersCommand.ts | 4 +--- .../src/commands/ListTrafficDistributionGroupsCommand.ts | 4 +--- clients/client-connect/src/commands/ListUseCasesCommand.ts | 4 +--- .../src/commands/ListUserHierarchyGroupsCommand.ts | 4 +--- .../src/commands/ListUserProficienciesCommand.ts | 4 +--- clients/client-connect/src/commands/ListUsersCommand.ts | 4 +--- .../client-connect/src/commands/ListViewVersionsCommand.ts | 4 +--- clients/client-connect/src/commands/ListViewsCommand.ts | 4 +--- clients/client-connect/src/commands/MonitorContactCommand.ts | 4 +--- clients/client-connect/src/commands/PauseContactCommand.ts | 4 +--- clients/client-connect/src/commands/PutUserStatusCommand.ts | 4 +--- .../client-connect/src/commands/ReleasePhoneNumberCommand.ts | 4 +--- .../client-connect/src/commands/ReplicateInstanceCommand.ts | 4 +--- clients/client-connect/src/commands/ResumeContactCommand.ts | 4 +--- .../src/commands/ResumeContactRecordingCommand.ts | 4 +--- .../client-connect/src/commands/SearchAgentStatusesCommand.ts | 4 +--- .../src/commands/SearchAvailablePhoneNumbersCommand.ts | 4 +--- .../src/commands/SearchContactFlowModulesCommand.ts | 4 +--- .../client-connect/src/commands/SearchContactFlowsCommand.ts | 4 +--- clients/client-connect/src/commands/SearchContactsCommand.ts | 4 +--- .../src/commands/SearchHoursOfOperationsCommand.ts | 4 +--- .../src/commands/SearchPredefinedAttributesCommand.ts | 4 +--- clients/client-connect/src/commands/SearchPromptsCommand.ts | 4 +--- clients/client-connect/src/commands/SearchQueuesCommand.ts | 4 +--- .../client-connect/src/commands/SearchQuickConnectsCommand.ts | 4 +--- .../client-connect/src/commands/SearchResourceTagsCommand.ts | 4 +--- .../src/commands/SearchRoutingProfilesCommand.ts | 4 +--- .../src/commands/SearchSecurityProfilesCommand.ts | 4 +--- .../src/commands/SearchUserHierarchyGroupsCommand.ts | 4 +--- clients/client-connect/src/commands/SearchUsersCommand.ts | 4 +--- .../client-connect/src/commands/SearchVocabulariesCommand.ts | 4 +--- .../src/commands/SendChatIntegrationEventCommand.ts | 4 +--- .../src/commands/StartAttachedFileUploadCommand.ts | 4 +--- .../client-connect/src/commands/StartChatContactCommand.ts | 4 +--- .../src/commands/StartContactEvaluationCommand.ts | 4 +--- .../src/commands/StartContactRecordingCommand.ts | 4 +--- .../src/commands/StartContactStreamingCommand.ts | 4 +--- .../src/commands/StartOutboundVoiceContactCommand.ts | 4 +--- .../client-connect/src/commands/StartTaskContactCommand.ts | 4 +--- .../client-connect/src/commands/StartWebRTCContactCommand.ts | 4 +--- clients/client-connect/src/commands/StopContactCommand.ts | 4 +--- .../src/commands/StopContactRecordingCommand.ts | 4 +--- .../src/commands/StopContactStreamingCommand.ts | 4 +--- .../src/commands/SubmitContactEvaluationCommand.ts | 4 +--- .../src/commands/SuspendContactRecordingCommand.ts | 4 +--- clients/client-connect/src/commands/TagContactCommand.ts | 4 +--- clients/client-connect/src/commands/TagResourceCommand.ts | 4 +--- clients/client-connect/src/commands/TransferContactCommand.ts | 4 +--- clients/client-connect/src/commands/UntagContactCommand.ts | 4 +--- clients/client-connect/src/commands/UntagResourceCommand.ts | 4 +--- .../client-connect/src/commands/UpdateAgentStatusCommand.ts | 4 +--- .../src/commands/UpdateAuthenticationProfileCommand.ts | 4 +--- .../src/commands/UpdateContactAttributesCommand.ts | 4 +--- clients/client-connect/src/commands/UpdateContactCommand.ts | 4 +--- .../src/commands/UpdateContactEvaluationCommand.ts | 4 +--- .../src/commands/UpdateContactFlowContentCommand.ts | 4 +--- .../src/commands/UpdateContactFlowMetadataCommand.ts | 4 +--- .../src/commands/UpdateContactFlowModuleContentCommand.ts | 4 +--- .../src/commands/UpdateContactFlowModuleMetadataCommand.ts | 4 +--- .../src/commands/UpdateContactFlowNameCommand.ts | 4 +--- .../src/commands/UpdateContactRoutingDataCommand.ts | 4 +--- .../src/commands/UpdateContactScheduleCommand.ts | 4 +--- .../src/commands/UpdateEvaluationFormCommand.ts | 4 +--- .../src/commands/UpdateHoursOfOperationCommand.ts | 4 +--- .../src/commands/UpdateInstanceAttributeCommand.ts | 4 +--- .../src/commands/UpdateInstanceStorageConfigCommand.ts | 4 +--- .../src/commands/UpdateParticipantRoleConfigCommand.ts | 4 +--- .../client-connect/src/commands/UpdatePhoneNumberCommand.ts | 4 +--- .../src/commands/UpdatePhoneNumberMetadataCommand.ts | 4 +--- .../src/commands/UpdatePredefinedAttributeCommand.ts | 4 +--- clients/client-connect/src/commands/UpdatePromptCommand.ts | 4 +--- .../src/commands/UpdateQueueHoursOfOperationCommand.ts | 4 +--- .../src/commands/UpdateQueueMaxContactsCommand.ts | 4 +--- clients/client-connect/src/commands/UpdateQueueNameCommand.ts | 4 +--- .../src/commands/UpdateQueueOutboundCallerConfigCommand.ts | 4 +--- .../client-connect/src/commands/UpdateQueueStatusCommand.ts | 4 +--- .../src/commands/UpdateQuickConnectConfigCommand.ts | 4 +--- .../src/commands/UpdateQuickConnectNameCommand.ts | 4 +--- .../UpdateRoutingProfileAgentAvailabilityTimerCommand.ts | 4 +--- .../src/commands/UpdateRoutingProfileConcurrencyCommand.ts | 4 +--- .../UpdateRoutingProfileDefaultOutboundQueueCommand.ts | 4 +--- .../src/commands/UpdateRoutingProfileNameCommand.ts | 4 +--- .../src/commands/UpdateRoutingProfileQueuesCommand.ts | 4 +--- clients/client-connect/src/commands/UpdateRuleCommand.ts | 4 +--- .../src/commands/UpdateSecurityProfileCommand.ts | 4 +--- .../client-connect/src/commands/UpdateTaskTemplateCommand.ts | 4 +--- .../src/commands/UpdateTrafficDistributionCommand.ts | 4 +--- .../client-connect/src/commands/UpdateUserHierarchyCommand.ts | 4 +--- .../src/commands/UpdateUserHierarchyGroupNameCommand.ts | 4 +--- .../src/commands/UpdateUserHierarchyStructureCommand.ts | 4 +--- .../src/commands/UpdateUserIdentityInfoCommand.ts | 4 +--- .../src/commands/UpdateUserPhoneConfigCommand.ts | 4 +--- .../src/commands/UpdateUserProficienciesCommand.ts | 4 +--- .../src/commands/UpdateUserRoutingProfileCommand.ts | 4 +--- .../src/commands/UpdateUserSecurityProfilesCommand.ts | 4 +--- .../client-connect/src/commands/UpdateViewContentCommand.ts | 4 +--- .../client-connect/src/commands/UpdateViewMetadataCommand.ts | 4 +--- .../src/commands/CreateCampaignCommand.ts | 4 +--- .../src/commands/DeleteCampaignCommand.ts | 4 +--- .../src/commands/DeleteConnectInstanceConfigCommand.ts | 4 +--- .../src/commands/DeleteInstanceOnboardingJobCommand.ts | 4 +--- .../src/commands/DescribeCampaignCommand.ts | 4 +--- .../src/commands/GetCampaignStateBatchCommand.ts | 4 +--- .../src/commands/GetCampaignStateCommand.ts | 4 +--- .../src/commands/GetConnectInstanceConfigCommand.ts | 4 +--- .../src/commands/GetInstanceOnboardingJobStatusCommand.ts | 4 +--- .../src/commands/ListCampaignsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PauseCampaignCommand.ts | 4 +--- .../src/commands/PutDialRequestBatchCommand.ts | 4 +--- .../src/commands/ResumeCampaignCommand.ts | 4 +--- .../src/commands/StartCampaignCommand.ts | 4 +--- .../src/commands/StartInstanceOnboardingJobCommand.ts | 4 +--- .../src/commands/StopCampaignCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCampaignDialerConfigCommand.ts | 4 +--- .../src/commands/UpdateCampaignNameCommand.ts | 4 +--- .../src/commands/UpdateCampaignOutboundCallConfigCommand.ts | 4 +--- .../client-connectcases/src/commands/BatchGetFieldCommand.ts | 4 +--- .../src/commands/BatchPutFieldOptionsCommand.ts | 4 +--- clients/client-connectcases/src/commands/CreateCaseCommand.ts | 4 +--- .../client-connectcases/src/commands/CreateDomainCommand.ts | 4 +--- .../client-connectcases/src/commands/CreateFieldCommand.ts | 4 +--- .../client-connectcases/src/commands/CreateLayoutCommand.ts | 4 +--- .../src/commands/CreateRelatedItemCommand.ts | 4 +--- .../client-connectcases/src/commands/CreateTemplateCommand.ts | 4 +--- .../client-connectcases/src/commands/DeleteDomainCommand.ts | 4 +--- .../client-connectcases/src/commands/DeleteFieldCommand.ts | 4 +--- .../client-connectcases/src/commands/DeleteLayoutCommand.ts | 4 +--- .../client-connectcases/src/commands/DeleteTemplateCommand.ts | 4 +--- .../src/commands/GetCaseAuditEventsCommand.ts | 4 +--- clients/client-connectcases/src/commands/GetCaseCommand.ts | 4 +--- .../src/commands/GetCaseEventConfigurationCommand.ts | 4 +--- clients/client-connectcases/src/commands/GetDomainCommand.ts | 4 +--- clients/client-connectcases/src/commands/GetLayoutCommand.ts | 4 +--- .../client-connectcases/src/commands/GetTemplateCommand.ts | 4 +--- .../src/commands/ListCasesForContactCommand.ts | 4 +--- .../client-connectcases/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListFieldOptionsCommand.ts | 4 +--- clients/client-connectcases/src/commands/ListFieldsCommand.ts | 4 +--- .../client-connectcases/src/commands/ListLayoutsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-connectcases/src/commands/ListTemplatesCommand.ts | 4 +--- .../src/commands/PutCaseEventConfigurationCommand.ts | 4 +--- .../client-connectcases/src/commands/SearchCasesCommand.ts | 4 +--- .../src/commands/SearchRelatedItemsCommand.ts | 4 +--- .../client-connectcases/src/commands/TagResourceCommand.ts | 4 +--- .../client-connectcases/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-connectcases/src/commands/UpdateCaseCommand.ts | 4 +--- .../client-connectcases/src/commands/UpdateFieldCommand.ts | 4 +--- .../client-connectcases/src/commands/UpdateLayoutCommand.ts | 4 +--- .../client-connectcases/src/commands/UpdateTemplateCommand.ts | 4 +--- .../src/commands/CompleteAttachmentUploadCommand.ts | 4 +--- .../src/commands/CreateParticipantConnectionCommand.ts | 4 +--- .../src/commands/DescribeViewCommand.ts | 4 +--- .../src/commands/DisconnectParticipantCommand.ts | 4 +--- .../src/commands/GetAttachmentCommand.ts | 4 +--- .../src/commands/GetTranscriptCommand.ts | 4 +--- .../src/commands/SendEventCommand.ts | 4 +--- .../src/commands/SendMessageCommand.ts | 4 +--- .../src/commands/StartAttachmentUploadCommand.ts | 4 +--- .../client-controlcatalog/src/commands/GetControlCommand.ts | 4 +--- .../src/commands/ListCommonControlsCommand.ts | 4 +--- .../client-controlcatalog/src/commands/ListControlsCommand.ts | 4 +--- .../client-controlcatalog/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListObjectivesCommand.ts | 4 +--- .../src/commands/CreateLandingZoneCommand.ts | 4 +--- .../src/commands/DeleteLandingZoneCommand.ts | 4 +--- .../src/commands/DisableBaselineCommand.ts | 4 +--- .../client-controltower/src/commands/DisableControlCommand.ts | 4 +--- .../client-controltower/src/commands/EnableBaselineCommand.ts | 4 +--- .../client-controltower/src/commands/EnableControlCommand.ts | 4 +--- .../client-controltower/src/commands/GetBaselineCommand.ts | 4 +--- .../src/commands/GetBaselineOperationCommand.ts | 4 +--- .../src/commands/GetControlOperationCommand.ts | 4 +--- .../src/commands/GetEnabledBaselineCommand.ts | 4 +--- .../src/commands/GetEnabledControlCommand.ts | 4 +--- .../client-controltower/src/commands/GetLandingZoneCommand.ts | 4 +--- .../src/commands/GetLandingZoneOperationCommand.ts | 4 +--- .../client-controltower/src/commands/ListBaselinesCommand.ts | 4 +--- .../src/commands/ListControlOperationsCommand.ts | 4 +--- .../src/commands/ListEnabledBaselinesCommand.ts | 4 +--- .../src/commands/ListEnabledControlsCommand.ts | 4 +--- .../src/commands/ListLandingZoneOperationsCommand.ts | 4 +--- .../src/commands/ListLandingZonesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ResetEnabledBaselineCommand.ts | 4 +--- .../src/commands/ResetLandingZoneCommand.ts | 4 +--- .../client-controltower/src/commands/TagResourceCommand.ts | 4 +--- .../client-controltower/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateEnabledBaselineCommand.ts | 4 +--- .../src/commands/UpdateEnabledControlCommand.ts | 4 +--- .../src/commands/UpdateLandingZoneCommand.ts | 4 +--- .../src/commands/DeleteReportDefinitionCommand.ts | 4 +--- .../src/commands/DescribeReportDefinitionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ModifyReportDefinitionCommand.ts | 4 +--- .../src/commands/PutReportDefinitionCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateAnomalyMonitorCommand.ts | 4 +--- .../src/commands/CreateAnomalySubscriptionCommand.ts | 4 +--- .../src/commands/CreateCostCategoryDefinitionCommand.ts | 4 +--- .../src/commands/DeleteAnomalyMonitorCommand.ts | 4 +--- .../src/commands/DeleteAnomalySubscriptionCommand.ts | 4 +--- .../src/commands/DeleteCostCategoryDefinitionCommand.ts | 4 +--- .../src/commands/DescribeCostCategoryDefinitionCommand.ts | 4 +--- .../client-cost-explorer/src/commands/GetAnomaliesCommand.ts | 4 +--- .../src/commands/GetAnomalyMonitorsCommand.ts | 4 +--- .../src/commands/GetAnomalySubscriptionsCommand.ts | 4 +--- .../src/commands/GetApproximateUsageRecordsCommand.ts | 4 +--- .../src/commands/GetCostAndUsageCommand.ts | 4 +--- .../src/commands/GetCostAndUsageWithResourcesCommand.ts | 4 +--- .../src/commands/GetCostCategoriesCommand.ts | 4 +--- .../src/commands/GetCostForecastCommand.ts | 4 +--- .../src/commands/GetDimensionValuesCommand.ts | 4 +--- .../src/commands/GetReservationCoverageCommand.ts | 4 +--- .../commands/GetReservationPurchaseRecommendationCommand.ts | 4 +--- .../src/commands/GetReservationUtilizationCommand.ts | 4 +--- .../src/commands/GetRightsizingRecommendationCommand.ts | 4 +--- .../GetSavingsPlanPurchaseRecommendationDetailsCommand.ts | 4 +--- .../src/commands/GetSavingsPlansCoverageCommand.ts | 4 +--- .../commands/GetSavingsPlansPurchaseRecommendationCommand.ts | 4 +--- .../src/commands/GetSavingsPlansUtilizationCommand.ts | 4 +--- .../src/commands/GetSavingsPlansUtilizationDetailsCommand.ts | 4 +--- clients/client-cost-explorer/src/commands/GetTagsCommand.ts | 4 +--- .../src/commands/GetUsageForecastCommand.ts | 4 +--- .../commands/ListCostAllocationTagBackfillHistoryCommand.ts | 4 +--- .../src/commands/ListCostAllocationTagsCommand.ts | 4 +--- .../src/commands/ListCostCategoryDefinitionsCommand.ts | 4 +--- ...ListSavingsPlansPurchaseRecommendationGenerationCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ProvideAnomalyFeedbackCommand.ts | 4 +--- .../src/commands/StartCostAllocationTagBackfillCommand.ts | 4 +--- ...tartSavingsPlansPurchaseRecommendationGenerationCommand.ts | 4 +--- .../client-cost-explorer/src/commands/TagResourceCommand.ts | 4 +--- .../client-cost-explorer/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAnomalyMonitorCommand.ts | 4 +--- .../src/commands/UpdateAnomalySubscriptionCommand.ts | 4 +--- .../src/commands/UpdateCostAllocationTagsStatusCommand.ts | 4 +--- .../src/commands/UpdateCostCategoryDefinitionCommand.ts | 4 +--- .../src/commands/GetPreferencesCommand.ts | 4 +--- .../src/commands/GetRecommendationCommand.ts | 4 +--- .../src/commands/ListEnrollmentStatusesCommand.ts | 4 +--- .../src/commands/ListRecommendationSummariesCommand.ts | 4 +--- .../src/commands/ListRecommendationsCommand.ts | 4 +--- .../src/commands/UpdateEnrollmentStatusCommand.ts | 4 +--- .../src/commands/UpdatePreferencesCommand.ts | 4 +--- .../src/commands/AddProfileKeyCommand.ts | 4 +--- .../commands/CreateCalculatedAttributeDefinitionCommand.ts | 4 +--- .../src/commands/CreateDomainCommand.ts | 4 +--- .../src/commands/CreateEventStreamCommand.ts | 4 +--- .../src/commands/CreateIntegrationWorkflowCommand.ts | 4 +--- .../src/commands/CreateProfileCommand.ts | 4 +--- .../commands/DeleteCalculatedAttributeDefinitionCommand.ts | 4 +--- .../src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteEventStreamCommand.ts | 4 +--- .../src/commands/DeleteIntegrationCommand.ts | 4 +--- .../src/commands/DeleteProfileCommand.ts | 4 +--- .../src/commands/DeleteProfileKeyCommand.ts | 4 +--- .../src/commands/DeleteProfileObjectCommand.ts | 4 +--- .../src/commands/DeleteProfileObjectTypeCommand.ts | 4 +--- .../src/commands/DeleteWorkflowCommand.ts | 4 +--- .../src/commands/DetectProfileObjectTypeCommand.ts | 4 +--- .../src/commands/GetAutoMergingPreviewCommand.ts | 4 +--- .../src/commands/GetCalculatedAttributeDefinitionCommand.ts | 4 +--- .../src/commands/GetCalculatedAttributeForProfileCommand.ts | 4 +--- .../client-customer-profiles/src/commands/GetDomainCommand.ts | 4 +--- .../src/commands/GetEventStreamCommand.ts | 4 +--- .../src/commands/GetIdentityResolutionJobCommand.ts | 4 +--- .../src/commands/GetIntegrationCommand.ts | 4 +--- .../src/commands/GetMatchesCommand.ts | 4 +--- .../src/commands/GetProfileObjectTypeCommand.ts | 4 +--- .../src/commands/GetProfileObjectTypeTemplateCommand.ts | 4 +--- .../src/commands/GetSimilarProfilesCommand.ts | 4 +--- .../src/commands/GetWorkflowCommand.ts | 4 +--- .../src/commands/GetWorkflowStepsCommand.ts | 4 +--- .../src/commands/ListAccountIntegrationsCommand.ts | 4 +--- .../src/commands/ListCalculatedAttributeDefinitionsCommand.ts | 4 +--- .../src/commands/ListCalculatedAttributesForProfileCommand.ts | 4 +--- .../src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListEventStreamsCommand.ts | 4 +--- .../src/commands/ListIdentityResolutionJobsCommand.ts | 4 +--- .../src/commands/ListIntegrationsCommand.ts | 4 +--- .../src/commands/ListProfileObjectTypeTemplatesCommand.ts | 4 +--- .../src/commands/ListProfileObjectTypesCommand.ts | 4 +--- .../src/commands/ListProfileObjectsCommand.ts | 4 +--- .../src/commands/ListRuleBasedMatchesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/MergeProfilesCommand.ts | 4 +--- .../src/commands/PutIntegrationCommand.ts | 4 +--- .../src/commands/PutProfileObjectCommand.ts | 4 +--- .../src/commands/PutProfileObjectTypeCommand.ts | 4 +--- .../src/commands/SearchProfilesCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../commands/UpdateCalculatedAttributeDefinitionCommand.ts | 4 +--- .../src/commands/UpdateDomainCommand.ts | 4 +--- .../src/commands/UpdateProfileCommand.ts | 4 +--- .../src/commands/ActivatePipelineCommand.ts | 4 +--- clients/client-data-pipeline/src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/CreatePipelineCommand.ts | 4 +--- .../src/commands/DeactivatePipelineCommand.ts | 4 +--- .../src/commands/DeletePipelineCommand.ts | 4 +--- .../src/commands/DescribeObjectsCommand.ts | 4 +--- .../src/commands/DescribePipelinesCommand.ts | 4 +--- .../src/commands/EvaluateExpressionCommand.ts | 4 +--- .../src/commands/GetPipelineDefinitionCommand.ts | 4 +--- .../client-data-pipeline/src/commands/ListPipelinesCommand.ts | 4 +--- .../client-data-pipeline/src/commands/PollForTaskCommand.ts | 4 +--- .../src/commands/PutPipelineDefinitionCommand.ts | 4 +--- .../client-data-pipeline/src/commands/QueryObjectsCommand.ts | 4 +--- .../client-data-pipeline/src/commands/RemoveTagsCommand.ts | 4 +--- .../src/commands/ReportTaskProgressCommand.ts | 4 +--- .../src/commands/ReportTaskRunnerHeartbeatCommand.ts | 4 +--- clients/client-data-pipeline/src/commands/SetStatusCommand.ts | 4 +--- .../client-data-pipeline/src/commands/SetTaskStatusCommand.ts | 4 +--- .../src/commands/ValidatePipelineDefinitionCommand.ts | 4 +--- .../src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/ApplyPendingMaintenanceActionCommand.ts | 4 +--- .../src/commands/BatchStartRecommendationsCommand.ts | 4 +--- .../src/commands/CancelReplicationTaskAssessmentRunCommand.ts | 4 +--- .../src/commands/CreateDataProviderCommand.ts | 4 +--- .../src/commands/CreateEndpointCommand.ts | 4 +--- .../src/commands/CreateEventSubscriptionCommand.ts | 4 +--- .../src/commands/CreateFleetAdvisorCollectorCommand.ts | 4 +--- .../src/commands/CreateInstanceProfileCommand.ts | 4 +--- .../src/commands/CreateMigrationProjectCommand.ts | 4 +--- .../src/commands/CreateReplicationConfigCommand.ts | 4 +--- .../src/commands/CreateReplicationInstanceCommand.ts | 4 +--- .../src/commands/CreateReplicationSubnetGroupCommand.ts | 4 +--- .../src/commands/CreateReplicationTaskCommand.ts | 4 +--- .../src/commands/DeleteCertificateCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/DeleteDataProviderCommand.ts | 4 +--- .../src/commands/DeleteEndpointCommand.ts | 4 +--- .../src/commands/DeleteEventSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteFleetAdvisorCollectorCommand.ts | 4 +--- .../src/commands/DeleteFleetAdvisorDatabasesCommand.ts | 4 +--- .../src/commands/DeleteInstanceProfileCommand.ts | 4 +--- .../src/commands/DeleteMigrationProjectCommand.ts | 4 +--- .../src/commands/DeleteReplicationConfigCommand.ts | 4 +--- .../src/commands/DeleteReplicationInstanceCommand.ts | 4 +--- .../src/commands/DeleteReplicationSubnetGroupCommand.ts | 4 +--- .../src/commands/DeleteReplicationTaskAssessmentRunCommand.ts | 4 +--- .../src/commands/DeleteReplicationTaskCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../DescribeApplicableIndividualAssessmentsCommand.ts | 4 +--- .../src/commands/DescribeCertificatesCommand.ts | 4 +--- .../src/commands/DescribeConnectionsCommand.ts | 4 +--- .../src/commands/DescribeConversionConfigurationCommand.ts | 4 +--- .../src/commands/DescribeDataProvidersCommand.ts | 4 +--- .../src/commands/DescribeEndpointSettingsCommand.ts | 4 +--- .../src/commands/DescribeEndpointTypesCommand.ts | 4 +--- .../src/commands/DescribeEndpointsCommand.ts | 4 +--- .../src/commands/DescribeEngineVersionsCommand.ts | 4 +--- .../src/commands/DescribeEventCategoriesCommand.ts | 4 +--- .../src/commands/DescribeEventSubscriptionsCommand.ts | 4 +--- .../src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeExtensionPackAssociationsCommand.ts | 4 +--- .../src/commands/DescribeFleetAdvisorCollectorsCommand.ts | 4 +--- .../src/commands/DescribeFleetAdvisorDatabasesCommand.ts | 4 +--- .../src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts | 4 +--- .../DescribeFleetAdvisorSchemaObjectSummaryCommand.ts | 4 +--- .../src/commands/DescribeFleetAdvisorSchemasCommand.ts | 4 +--- .../src/commands/DescribeInstanceProfilesCommand.ts | 4 +--- .../src/commands/DescribeMetadataModelAssessmentsCommand.ts | 4 +--- .../src/commands/DescribeMetadataModelConversionsCommand.ts | 4 +--- .../commands/DescribeMetadataModelExportsAsScriptCommand.ts | 4 +--- .../commands/DescribeMetadataModelExportsToTargetCommand.ts | 4 +--- .../src/commands/DescribeMetadataModelImportsCommand.ts | 4 +--- .../src/commands/DescribeMigrationProjectsCommand.ts | 4 +--- .../commands/DescribeOrderableReplicationInstancesCommand.ts | 4 +--- .../src/commands/DescribePendingMaintenanceActionsCommand.ts | 4 +--- .../src/commands/DescribeRecommendationLimitationsCommand.ts | 4 +--- .../src/commands/DescribeRecommendationsCommand.ts | 4 +--- .../src/commands/DescribeRefreshSchemasStatusCommand.ts | 4 +--- .../src/commands/DescribeReplicationConfigsCommand.ts | 4 +--- .../commands/DescribeReplicationInstanceTaskLogsCommand.ts | 4 +--- .../src/commands/DescribeReplicationInstancesCommand.ts | 4 +--- .../src/commands/DescribeReplicationSubnetGroupsCommand.ts | 4 +--- .../src/commands/DescribeReplicationTableStatisticsCommand.ts | 4 +--- .../DescribeReplicationTaskAssessmentResultsCommand.ts | 4 +--- .../commands/DescribeReplicationTaskAssessmentRunsCommand.ts | 4 +--- .../DescribeReplicationTaskIndividualAssessmentsCommand.ts | 4 +--- .../src/commands/DescribeReplicationTasksCommand.ts | 4 +--- .../src/commands/DescribeReplicationsCommand.ts | 4 +--- .../src/commands/DescribeSchemasCommand.ts | 4 +--- .../src/commands/DescribeTableStatisticsCommand.ts | 4 +--- .../src/commands/ExportMetadataModelAssessmentCommand.ts | 4 +--- .../src/commands/ImportCertificateCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ModifyConversionConfigurationCommand.ts | 4 +--- .../src/commands/ModifyDataProviderCommand.ts | 4 +--- .../src/commands/ModifyEndpointCommand.ts | 4 +--- .../src/commands/ModifyEventSubscriptionCommand.ts | 4 +--- .../src/commands/ModifyInstanceProfileCommand.ts | 4 +--- .../src/commands/ModifyMigrationProjectCommand.ts | 4 +--- .../src/commands/ModifyReplicationConfigCommand.ts | 4 +--- .../src/commands/ModifyReplicationInstanceCommand.ts | 4 +--- .../src/commands/ModifyReplicationSubnetGroupCommand.ts | 4 +--- .../src/commands/ModifyReplicationTaskCommand.ts | 4 +--- .../src/commands/MoveReplicationTaskCommand.ts | 4 +--- .../src/commands/RebootReplicationInstanceCommand.ts | 4 +--- .../src/commands/RefreshSchemasCommand.ts | 4 +--- .../src/commands/ReloadReplicationTablesCommand.ts | 4 +--- .../src/commands/ReloadTablesCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/RunFleetAdvisorLsaAnalysisCommand.ts | 4 +--- .../src/commands/StartExtensionPackAssociationCommand.ts | 4 +--- .../src/commands/StartMetadataModelAssessmentCommand.ts | 4 +--- .../src/commands/StartMetadataModelConversionCommand.ts | 4 +--- .../src/commands/StartMetadataModelExportAsScriptCommand.ts | 4 +--- .../src/commands/StartMetadataModelExportToTargetCommand.ts | 4 +--- .../src/commands/StartMetadataModelImportCommand.ts | 4 +--- .../src/commands/StartRecommendationsCommand.ts | 4 +--- .../src/commands/StartReplicationCommand.ts | 4 +--- .../src/commands/StartReplicationTaskAssessmentCommand.ts | 4 +--- .../src/commands/StartReplicationTaskAssessmentRunCommand.ts | 4 +--- .../src/commands/StartReplicationTaskCommand.ts | 4 +--- .../src/commands/StopReplicationCommand.ts | 4 +--- .../src/commands/StopReplicationTaskCommand.ts | 4 +--- .../src/commands/TestConnectionCommand.ts | 4 +--- .../src/commands/UpdateSubscriptionsToEventBridgeCommand.ts | 4 +--- .../src/commands/BatchDeleteRecipeVersionCommand.ts | 4 +--- clients/client-databrew/src/commands/CreateDatasetCommand.ts | 4 +--- .../client-databrew/src/commands/CreateProfileJobCommand.ts | 4 +--- clients/client-databrew/src/commands/CreateProjectCommand.ts | 4 +--- clients/client-databrew/src/commands/CreateRecipeCommand.ts | 4 +--- .../client-databrew/src/commands/CreateRecipeJobCommand.ts | 4 +--- clients/client-databrew/src/commands/CreateRulesetCommand.ts | 4 +--- clients/client-databrew/src/commands/CreateScheduleCommand.ts | 4 +--- clients/client-databrew/src/commands/DeleteDatasetCommand.ts | 4 +--- clients/client-databrew/src/commands/DeleteJobCommand.ts | 4 +--- clients/client-databrew/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteRecipeVersionCommand.ts | 4 +--- clients/client-databrew/src/commands/DeleteRulesetCommand.ts | 4 +--- clients/client-databrew/src/commands/DeleteScheduleCommand.ts | 4 +--- .../client-databrew/src/commands/DescribeDatasetCommand.ts | 4 +--- clients/client-databrew/src/commands/DescribeJobCommand.ts | 4 +--- clients/client-databrew/src/commands/DescribeJobRunCommand.ts | 4 +--- .../client-databrew/src/commands/DescribeProjectCommand.ts | 4 +--- clients/client-databrew/src/commands/DescribeRecipeCommand.ts | 4 +--- .../client-databrew/src/commands/DescribeRulesetCommand.ts | 4 +--- .../client-databrew/src/commands/DescribeScheduleCommand.ts | 4 +--- clients/client-databrew/src/commands/ListDatasetsCommand.ts | 4 +--- clients/client-databrew/src/commands/ListJobRunsCommand.ts | 4 +--- clients/client-databrew/src/commands/ListJobsCommand.ts | 4 +--- clients/client-databrew/src/commands/ListProjectsCommand.ts | 4 +--- .../client-databrew/src/commands/ListRecipeVersionsCommand.ts | 4 +--- clients/client-databrew/src/commands/ListRecipesCommand.ts | 4 +--- clients/client-databrew/src/commands/ListRulesetsCommand.ts | 4 +--- clients/client-databrew/src/commands/ListSchedulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-databrew/src/commands/PublishRecipeCommand.ts | 4 +--- .../src/commands/SendProjectSessionActionCommand.ts | 4 +--- clients/client-databrew/src/commands/StartJobRunCommand.ts | 4 +--- .../src/commands/StartProjectSessionCommand.ts | 4 +--- clients/client-databrew/src/commands/StopJobRunCommand.ts | 4 +--- clients/client-databrew/src/commands/TagResourceCommand.ts | 4 +--- clients/client-databrew/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-databrew/src/commands/UpdateDatasetCommand.ts | 4 +--- .../client-databrew/src/commands/UpdateProfileJobCommand.ts | 4 +--- clients/client-databrew/src/commands/UpdateProjectCommand.ts | 4 +--- clients/client-databrew/src/commands/UpdateRecipeCommand.ts | 4 +--- .../client-databrew/src/commands/UpdateRecipeJobCommand.ts | 4 +--- clients/client-databrew/src/commands/UpdateRulesetCommand.ts | 4 +--- clients/client-databrew/src/commands/UpdateScheduleCommand.ts | 4 +--- clients/client-dataexchange/src/commands/CancelJobCommand.ts | 4 +--- .../client-dataexchange/src/commands/CreateDataSetCommand.ts | 4 +--- .../src/commands/CreateEventActionCommand.ts | 4 +--- clients/client-dataexchange/src/commands/CreateJobCommand.ts | 4 +--- .../client-dataexchange/src/commands/CreateRevisionCommand.ts | 4 +--- .../client-dataexchange/src/commands/DeleteAssetCommand.ts | 4 +--- .../client-dataexchange/src/commands/DeleteDataSetCommand.ts | 4 +--- .../src/commands/DeleteEventActionCommand.ts | 4 +--- .../client-dataexchange/src/commands/DeleteRevisionCommand.ts | 4 +--- clients/client-dataexchange/src/commands/GetAssetCommand.ts | 4 +--- clients/client-dataexchange/src/commands/GetDataSetCommand.ts | 4 +--- .../client-dataexchange/src/commands/GetEventActionCommand.ts | 4 +--- clients/client-dataexchange/src/commands/GetJobCommand.ts | 4 +--- .../client-dataexchange/src/commands/GetRevisionCommand.ts | 4 +--- .../src/commands/ListDataSetRevisionsCommand.ts | 4 +--- .../client-dataexchange/src/commands/ListDataSetsCommand.ts | 4 +--- .../src/commands/ListEventActionsCommand.ts | 4 +--- clients/client-dataexchange/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListRevisionAssetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-dataexchange/src/commands/RevokeRevisionCommand.ts | 4 +--- .../client-dataexchange/src/commands/SendApiAssetCommand.ts | 4 +--- .../src/commands/SendDataSetNotificationCommand.ts | 4 +--- clients/client-dataexchange/src/commands/StartJobCommand.ts | 4 +--- .../client-dataexchange/src/commands/TagResourceCommand.ts | 4 +--- .../client-dataexchange/src/commands/UntagResourceCommand.ts | 4 +--- .../client-dataexchange/src/commands/UpdateAssetCommand.ts | 4 +--- .../client-dataexchange/src/commands/UpdateDataSetCommand.ts | 4 +--- .../src/commands/UpdateEventActionCommand.ts | 4 +--- .../client-dataexchange/src/commands/UpdateRevisionCommand.ts | 4 +--- .../client-datasync/src/commands/AddStorageSystemCommand.ts | 4 +--- .../src/commands/CancelTaskExecutionCommand.ts | 4 +--- clients/client-datasync/src/commands/CreateAgentCommand.ts | 4 +--- .../src/commands/CreateLocationAzureBlobCommand.ts | 4 +--- .../client-datasync/src/commands/CreateLocationEfsCommand.ts | 4 +--- .../src/commands/CreateLocationFsxLustreCommand.ts | 4 +--- .../src/commands/CreateLocationFsxOntapCommand.ts | 4 +--- .../src/commands/CreateLocationFsxOpenZfsCommand.ts | 4 +--- .../src/commands/CreateLocationFsxWindowsCommand.ts | 4 +--- .../client-datasync/src/commands/CreateLocationHdfsCommand.ts | 4 +--- .../client-datasync/src/commands/CreateLocationNfsCommand.ts | 4 +--- .../src/commands/CreateLocationObjectStorageCommand.ts | 4 +--- .../client-datasync/src/commands/CreateLocationS3Command.ts | 4 +--- .../client-datasync/src/commands/CreateLocationSmbCommand.ts | 4 +--- clients/client-datasync/src/commands/CreateTaskCommand.ts | 4 +--- clients/client-datasync/src/commands/DeleteAgentCommand.ts | 4 +--- clients/client-datasync/src/commands/DeleteLocationCommand.ts | 4 +--- clients/client-datasync/src/commands/DeleteTaskCommand.ts | 4 +--- clients/client-datasync/src/commands/DescribeAgentCommand.ts | 4 +--- .../src/commands/DescribeDiscoveryJobCommand.ts | 4 +--- .../src/commands/DescribeLocationAzureBlobCommand.ts | 4 +--- .../src/commands/DescribeLocationEfsCommand.ts | 4 +--- .../src/commands/DescribeLocationFsxLustreCommand.ts | 4 +--- .../src/commands/DescribeLocationFsxOntapCommand.ts | 4 +--- .../src/commands/DescribeLocationFsxOpenZfsCommand.ts | 4 +--- .../src/commands/DescribeLocationFsxWindowsCommand.ts | 4 +--- .../src/commands/DescribeLocationHdfsCommand.ts | 4 +--- .../src/commands/DescribeLocationNfsCommand.ts | 4 +--- .../src/commands/DescribeLocationObjectStorageCommand.ts | 4 +--- .../client-datasync/src/commands/DescribeLocationS3Command.ts | 4 +--- .../src/commands/DescribeLocationSmbCommand.ts | 4 +--- .../src/commands/DescribeStorageSystemCommand.ts | 4 +--- .../commands/DescribeStorageSystemResourceMetricsCommand.ts | 4 +--- .../src/commands/DescribeStorageSystemResourcesCommand.ts | 4 +--- clients/client-datasync/src/commands/DescribeTaskCommand.ts | 4 +--- .../src/commands/DescribeTaskExecutionCommand.ts | 4 +--- .../src/commands/GenerateRecommendationsCommand.ts | 4 +--- clients/client-datasync/src/commands/ListAgentsCommand.ts | 4 +--- .../client-datasync/src/commands/ListDiscoveryJobsCommand.ts | 4 +--- clients/client-datasync/src/commands/ListLocationsCommand.ts | 4 +--- .../client-datasync/src/commands/ListStorageSystemsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-datasync/src/commands/ListTaskExecutionsCommand.ts | 4 +--- clients/client-datasync/src/commands/ListTasksCommand.ts | 4 +--- .../src/commands/RemoveStorageSystemCommand.ts | 4 +--- .../client-datasync/src/commands/StartDiscoveryJobCommand.ts | 4 +--- .../client-datasync/src/commands/StartTaskExecutionCommand.ts | 4 +--- .../client-datasync/src/commands/StopDiscoveryJobCommand.ts | 4 +--- clients/client-datasync/src/commands/TagResourceCommand.ts | 4 +--- clients/client-datasync/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-datasync/src/commands/UpdateAgentCommand.ts | 4 +--- .../client-datasync/src/commands/UpdateDiscoveryJobCommand.ts | 4 +--- .../src/commands/UpdateLocationAzureBlobCommand.ts | 4 +--- .../client-datasync/src/commands/UpdateLocationHdfsCommand.ts | 4 +--- .../client-datasync/src/commands/UpdateLocationNfsCommand.ts | 4 +--- .../src/commands/UpdateLocationObjectStorageCommand.ts | 4 +--- .../client-datasync/src/commands/UpdateLocationSmbCommand.ts | 4 +--- .../src/commands/UpdateStorageSystemCommand.ts | 4 +--- clients/client-datasync/src/commands/UpdateTaskCommand.ts | 4 +--- .../src/commands/UpdateTaskExecutionCommand.ts | 4 +--- .../client-datazone/src/commands/AcceptPredictionsCommand.ts | 4 +--- .../src/commands/AcceptSubscriptionRequestCommand.ts | 4 +--- clients/client-datazone/src/commands/AddEntityOwnerCommand.ts | 4 +--- clients/client-datazone/src/commands/AddPolicyGrantCommand.ts | 4 +--- .../src/commands/AssociateEnvironmentRoleCommand.ts | 4 +--- .../src/commands/CancelMetadataGenerationRunCommand.ts | 4 +--- .../client-datazone/src/commands/CancelSubscriptionCommand.ts | 4 +--- clients/client-datazone/src/commands/CreateAssetCommand.ts | 4 +--- .../client-datazone/src/commands/CreateAssetFilterCommand.ts | 4 +--- .../src/commands/CreateAssetRevisionCommand.ts | 4 +--- .../client-datazone/src/commands/CreateAssetTypeCommand.ts | 4 +--- .../client-datazone/src/commands/CreateDataProductCommand.ts | 4 +--- .../src/commands/CreateDataProductRevisionCommand.ts | 4 +--- .../client-datazone/src/commands/CreateDataSourceCommand.ts | 4 +--- clients/client-datazone/src/commands/CreateDomainCommand.ts | 4 +--- .../client-datazone/src/commands/CreateDomainUnitCommand.ts | 4 +--- .../src/commands/CreateEnvironmentActionCommand.ts | 4 +--- .../client-datazone/src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/CreateEnvironmentProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/CreateFormTypeCommand.ts | 4 +--- clients/client-datazone/src/commands/CreateGlossaryCommand.ts | 4 +--- .../client-datazone/src/commands/CreateGlossaryTermCommand.ts | 4 +--- .../client-datazone/src/commands/CreateGroupProfileCommand.ts | 4 +--- .../src/commands/CreateListingChangeSetCommand.ts | 4 +--- clients/client-datazone/src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/CreateProjectMembershipCommand.ts | 4 +--- .../src/commands/CreateSubscriptionGrantCommand.ts | 4 +--- .../src/commands/CreateSubscriptionRequestCommand.ts | 4 +--- .../src/commands/CreateSubscriptionTargetCommand.ts | 4 +--- .../client-datazone/src/commands/CreateUserProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteAssetCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteAssetFilterCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteAssetTypeCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteDataProductCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteDataSourceCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteDomainCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteDomainUnitCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentActionCommand.ts | 4 +--- .../DeleteEnvironmentBlueprintConfigurationCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteFormTypeCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteGlossaryCommand.ts | 4 +--- .../client-datazone/src/commands/DeleteGlossaryTermCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteListingCommand.ts | 4 +--- clients/client-datazone/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteProjectMembershipCommand.ts | 4 +--- .../src/commands/DeleteSubscriptionGrantCommand.ts | 4 +--- .../src/commands/DeleteSubscriptionRequestCommand.ts | 4 +--- .../src/commands/DeleteSubscriptionTargetCommand.ts | 4 +--- .../src/commands/DeleteTimeSeriesDataPointsCommand.ts | 4 +--- .../src/commands/DisassociateEnvironmentRoleCommand.ts | 4 +--- clients/client-datazone/src/commands/GetAssetCommand.ts | 4 +--- clients/client-datazone/src/commands/GetAssetFilterCommand.ts | 4 +--- clients/client-datazone/src/commands/GetAssetTypeCommand.ts | 4 +--- clients/client-datazone/src/commands/GetDataProductCommand.ts | 4 +--- clients/client-datazone/src/commands/GetDataSourceCommand.ts | 4 +--- .../client-datazone/src/commands/GetDataSourceRunCommand.ts | 4 +--- clients/client-datazone/src/commands/GetDomainCommand.ts | 4 +--- clients/client-datazone/src/commands/GetDomainUnitCommand.ts | 4 +--- .../src/commands/GetEnvironmentActionCommand.ts | 4 +--- .../src/commands/GetEnvironmentBlueprintCommand.ts | 4 +--- .../commands/GetEnvironmentBlueprintConfigurationCommand.ts | 4 +--- clients/client-datazone/src/commands/GetEnvironmentCommand.ts | 4 +--- .../src/commands/GetEnvironmentCredentialsCommand.ts | 4 +--- .../src/commands/GetEnvironmentProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/GetFormTypeCommand.ts | 4 +--- clients/client-datazone/src/commands/GetGlossaryCommand.ts | 4 +--- .../client-datazone/src/commands/GetGlossaryTermCommand.ts | 4 +--- .../client-datazone/src/commands/GetGroupProfileCommand.ts | 4 +--- .../src/commands/GetIamPortalLoginUrlCommand.ts | 4 +--- clients/client-datazone/src/commands/GetLineageNodeCommand.ts | 4 +--- clients/client-datazone/src/commands/GetListingCommand.ts | 4 +--- .../src/commands/GetMetadataGenerationRunCommand.ts | 4 +--- clients/client-datazone/src/commands/GetProjectCommand.ts | 4 +--- .../client-datazone/src/commands/GetSubscriptionCommand.ts | 4 +--- .../src/commands/GetSubscriptionGrantCommand.ts | 4 +--- .../src/commands/GetSubscriptionRequestDetailsCommand.ts | 4 +--- .../src/commands/GetSubscriptionTargetCommand.ts | 4 +--- .../src/commands/GetTimeSeriesDataPointCommand.ts | 4 +--- clients/client-datazone/src/commands/GetUserProfileCommand.ts | 4 +--- .../client-datazone/src/commands/ListAssetFiltersCommand.ts | 4 +--- .../client-datazone/src/commands/ListAssetRevisionsCommand.ts | 4 +--- .../src/commands/ListDataProductRevisionsCommand.ts | 4 +--- .../src/commands/ListDataSourceRunActivitiesCommand.ts | 4 +--- .../client-datazone/src/commands/ListDataSourceRunsCommand.ts | 4 +--- .../client-datazone/src/commands/ListDataSourcesCommand.ts | 4 +--- .../src/commands/ListDomainUnitsForParentCommand.ts | 4 +--- clients/client-datazone/src/commands/ListDomainsCommand.ts | 4 +--- .../client-datazone/src/commands/ListEntityOwnersCommand.ts | 4 +--- .../src/commands/ListEnvironmentActionsCommand.ts | 4 +--- .../commands/ListEnvironmentBlueprintConfigurationsCommand.ts | 4 +--- .../src/commands/ListEnvironmentBlueprintsCommand.ts | 4 +--- .../src/commands/ListEnvironmentProfilesCommand.ts | 4 +--- .../client-datazone/src/commands/ListEnvironmentsCommand.ts | 4 +--- .../src/commands/ListLineageNodeHistoryCommand.ts | 4 +--- .../src/commands/ListMetadataGenerationRunsCommand.ts | 4 +--- .../client-datazone/src/commands/ListNotificationsCommand.ts | 4 +--- .../client-datazone/src/commands/ListPolicyGrantsCommand.ts | 4 +--- .../src/commands/ListProjectMembershipsCommand.ts | 4 +--- clients/client-datazone/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListSubscriptionGrantsCommand.ts | 4 +--- .../src/commands/ListSubscriptionRequestsCommand.ts | 4 +--- .../src/commands/ListSubscriptionTargetsCommand.ts | 4 +--- .../client-datazone/src/commands/ListSubscriptionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTimeSeriesDataPointsCommand.ts | 4 +--- .../client-datazone/src/commands/PostLineageEventCommand.ts | 4 +--- .../src/commands/PostTimeSeriesDataPointsCommand.ts | 4 +--- .../commands/PutEnvironmentBlueprintConfigurationCommand.ts | 4 +--- .../client-datazone/src/commands/RejectPredictionsCommand.ts | 4 +--- .../src/commands/RejectSubscriptionRequestCommand.ts | 4 +--- .../client-datazone/src/commands/RemoveEntityOwnerCommand.ts | 4 +--- .../client-datazone/src/commands/RemovePolicyGrantCommand.ts | 4 +--- .../client-datazone/src/commands/RevokeSubscriptionCommand.ts | 4 +--- clients/client-datazone/src/commands/SearchCommand.ts | 4 +--- .../src/commands/SearchGroupProfilesCommand.ts | 4 +--- clients/client-datazone/src/commands/SearchListingsCommand.ts | 4 +--- clients/client-datazone/src/commands/SearchTypesCommand.ts | 4 +--- .../client-datazone/src/commands/SearchUserProfilesCommand.ts | 4 +--- .../client-datazone/src/commands/StartDataSourceRunCommand.ts | 4 +--- .../src/commands/StartMetadataGenerationRunCommand.ts | 4 +--- clients/client-datazone/src/commands/TagResourceCommand.ts | 4 +--- clients/client-datazone/src/commands/UntagResourceCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateAssetFilterCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateDataSourceCommand.ts | 4 +--- clients/client-datazone/src/commands/UpdateDomainCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateDomainUnitCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentActionCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/UpdateGlossaryCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateGlossaryTermCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateGroupProfileCommand.ts | 4 +--- clients/client-datazone/src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/UpdateSubscriptionGrantStatusCommand.ts | 4 +--- .../src/commands/UpdateSubscriptionRequestCommand.ts | 4 +--- .../src/commands/UpdateSubscriptionTargetCommand.ts | 4 +--- .../client-datazone/src/commands/UpdateUserProfileCommand.ts | 4 +--- clients/client-dax/src/commands/CreateClusterCommand.ts | 4 +--- .../client-dax/src/commands/CreateParameterGroupCommand.ts | 4 +--- clients/client-dax/src/commands/CreateSubnetGroupCommand.ts | 4 +--- .../src/commands/DecreaseReplicationFactorCommand.ts | 4 +--- clients/client-dax/src/commands/DeleteClusterCommand.ts | 4 +--- .../client-dax/src/commands/DeleteParameterGroupCommand.ts | 4 +--- clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts | 4 +--- clients/client-dax/src/commands/DescribeClustersCommand.ts | 4 +--- .../src/commands/DescribeDefaultParametersCommand.ts | 4 +--- clients/client-dax/src/commands/DescribeEventsCommand.ts | 4 +--- .../client-dax/src/commands/DescribeParameterGroupsCommand.ts | 4 +--- clients/client-dax/src/commands/DescribeParametersCommand.ts | 4 +--- .../client-dax/src/commands/DescribeSubnetGroupsCommand.ts | 4 +--- .../src/commands/IncreaseReplicationFactorCommand.ts | 4 +--- clients/client-dax/src/commands/ListTagsCommand.ts | 4 +--- clients/client-dax/src/commands/RebootNodeCommand.ts | 4 +--- clients/client-dax/src/commands/TagResourceCommand.ts | 4 +--- clients/client-dax/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-dax/src/commands/UpdateClusterCommand.ts | 4 +--- .../client-dax/src/commands/UpdateParameterGroupCommand.ts | 4 +--- clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts | 4 +--- .../src/commands/AssociateMemberToFarmCommand.ts | 4 +--- .../src/commands/AssociateMemberToFleetCommand.ts | 4 +--- .../src/commands/AssociateMemberToJobCommand.ts | 4 +--- .../src/commands/AssociateMemberToQueueCommand.ts | 4 +--- .../src/commands/AssumeFleetRoleForReadCommand.ts | 4 +--- .../src/commands/AssumeFleetRoleForWorkerCommand.ts | 4 +--- .../src/commands/AssumeQueueRoleForReadCommand.ts | 4 +--- .../src/commands/AssumeQueueRoleForUserCommand.ts | 4 +--- .../src/commands/AssumeQueueRoleForWorkerCommand.ts | 4 +--- .../client-deadline/src/commands/BatchGetJobEntityCommand.ts | 4 +--- .../client-deadline/src/commands/CopyJobTemplateCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateBudgetCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateFarmCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateFleetCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateJobCommand.ts | 4 +--- .../src/commands/CreateLicenseEndpointCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateMonitorCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateQueueCommand.ts | 4 +--- .../src/commands/CreateQueueEnvironmentCommand.ts | 4 +--- .../src/commands/CreateQueueFleetAssociationCommand.ts | 4 +--- .../src/commands/CreateStorageProfileCommand.ts | 4 +--- clients/client-deadline/src/commands/CreateWorkerCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteBudgetCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteFarmCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DeleteLicenseEndpointCommand.ts | 4 +--- .../src/commands/DeleteMeteredProductCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteMonitorCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteQueueCommand.ts | 4 +--- .../src/commands/DeleteQueueEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteQueueFleetAssociationCommand.ts | 4 +--- .../src/commands/DeleteStorageProfileCommand.ts | 4 +--- clients/client-deadline/src/commands/DeleteWorkerCommand.ts | 4 +--- .../src/commands/DisassociateMemberFromFarmCommand.ts | 4 +--- .../src/commands/DisassociateMemberFromFleetCommand.ts | 4 +--- .../src/commands/DisassociateMemberFromJobCommand.ts | 4 +--- .../src/commands/DisassociateMemberFromQueueCommand.ts | 4 +--- clients/client-deadline/src/commands/GetBudgetCommand.ts | 4 +--- clients/client-deadline/src/commands/GetFarmCommand.ts | 4 +--- clients/client-deadline/src/commands/GetFleetCommand.ts | 4 +--- clients/client-deadline/src/commands/GetJobCommand.ts | 4 +--- .../client-deadline/src/commands/GetLicenseEndpointCommand.ts | 4 +--- clients/client-deadline/src/commands/GetMonitorCommand.ts | 4 +--- clients/client-deadline/src/commands/GetQueueCommand.ts | 4 +--- .../src/commands/GetQueueEnvironmentCommand.ts | 4 +--- .../src/commands/GetQueueFleetAssociationCommand.ts | 4 +--- .../client-deadline/src/commands/GetSessionActionCommand.ts | 4 +--- clients/client-deadline/src/commands/GetSessionCommand.ts | 4 +--- .../src/commands/GetSessionsStatisticsAggregationCommand.ts | 4 +--- clients/client-deadline/src/commands/GetStepCommand.ts | 4 +--- .../client-deadline/src/commands/GetStorageProfileCommand.ts | 4 +--- .../src/commands/GetStorageProfileForQueueCommand.ts | 4 +--- clients/client-deadline/src/commands/GetTaskCommand.ts | 4 +--- clients/client-deadline/src/commands/GetWorkerCommand.ts | 4 +--- .../src/commands/ListAvailableMeteredProductsCommand.ts | 4 +--- clients/client-deadline/src/commands/ListBudgetsCommand.ts | 4 +--- .../client-deadline/src/commands/ListFarmMembersCommand.ts | 4 +--- clients/client-deadline/src/commands/ListFarmsCommand.ts | 4 +--- .../client-deadline/src/commands/ListFleetMembersCommand.ts | 4 +--- clients/client-deadline/src/commands/ListFleetsCommand.ts | 4 +--- clients/client-deadline/src/commands/ListJobMembersCommand.ts | 4 +--- clients/client-deadline/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListLicenseEndpointsCommand.ts | 4 +--- .../src/commands/ListMeteredProductsCommand.ts | 4 +--- clients/client-deadline/src/commands/ListMonitorsCommand.ts | 4 +--- .../src/commands/ListQueueEnvironmentsCommand.ts | 4 +--- .../src/commands/ListQueueFleetAssociationsCommand.ts | 4 +--- .../client-deadline/src/commands/ListQueueMembersCommand.ts | 4 +--- clients/client-deadline/src/commands/ListQueuesCommand.ts | 4 +--- .../client-deadline/src/commands/ListSessionActionsCommand.ts | 4 +--- clients/client-deadline/src/commands/ListSessionsCommand.ts | 4 +--- .../src/commands/ListSessionsForWorkerCommand.ts | 4 +--- .../client-deadline/src/commands/ListStepConsumersCommand.ts | 4 +--- .../src/commands/ListStepDependenciesCommand.ts | 4 +--- clients/client-deadline/src/commands/ListStepsCommand.ts | 4 +--- .../src/commands/ListStorageProfilesCommand.ts | 4 +--- .../src/commands/ListStorageProfilesForQueueCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-deadline/src/commands/ListTasksCommand.ts | 4 +--- clients/client-deadline/src/commands/ListWorkersCommand.ts | 4 +--- .../client-deadline/src/commands/PutMeteredProductCommand.ts | 4 +--- clients/client-deadline/src/commands/SearchJobsCommand.ts | 4 +--- clients/client-deadline/src/commands/SearchStepsCommand.ts | 4 +--- clients/client-deadline/src/commands/SearchTasksCommand.ts | 4 +--- clients/client-deadline/src/commands/SearchWorkersCommand.ts | 4 +--- .../src/commands/StartSessionsStatisticsAggregationCommand.ts | 4 +--- clients/client-deadline/src/commands/TagResourceCommand.ts | 4 +--- clients/client-deadline/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateBudgetCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateFarmCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateFleetCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateJobCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateMonitorCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateQueueCommand.ts | 4 +--- .../src/commands/UpdateQueueEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateQueueFleetAssociationCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateSessionCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateStepCommand.ts | 4 +--- .../src/commands/UpdateStorageProfileCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateTaskCommand.ts | 4 +--- clients/client-deadline/src/commands/UpdateWorkerCommand.ts | 4 +--- .../src/commands/UpdateWorkerScheduleCommand.ts | 4 +--- .../client-detective/src/commands/AcceptInvitationCommand.ts | 4 +--- .../src/commands/BatchGetGraphMemberDatasourcesCommand.ts | 4 +--- .../src/commands/BatchGetMembershipDatasourcesCommand.ts | 4 +--- clients/client-detective/src/commands/CreateGraphCommand.ts | 4 +--- clients/client-detective/src/commands/CreateMembersCommand.ts | 4 +--- clients/client-detective/src/commands/DeleteGraphCommand.ts | 4 +--- clients/client-detective/src/commands/DeleteMembersCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/DisableOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/DisassociateMembershipCommand.ts | 4 +--- .../src/commands/EnableOrganizationAdminAccountCommand.ts | 4 +--- .../client-detective/src/commands/GetInvestigationCommand.ts | 4 +--- clients/client-detective/src/commands/GetMembersCommand.ts | 4 +--- .../src/commands/ListDatasourcePackagesCommand.ts | 4 +--- clients/client-detective/src/commands/ListGraphsCommand.ts | 4 +--- .../client-detective/src/commands/ListIndicatorsCommand.ts | 4 +--- .../src/commands/ListInvestigationsCommand.ts | 4 +--- .../client-detective/src/commands/ListInvitationsCommand.ts | 4 +--- clients/client-detective/src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListOrganizationAdminAccountsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-detective/src/commands/RejectInvitationCommand.ts | 4 +--- .../src/commands/StartInvestigationCommand.ts | 4 +--- .../src/commands/StartMonitoringMemberCommand.ts | 4 +--- clients/client-detective/src/commands/TagResourceCommand.ts | 4 +--- clients/client-detective/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDatasourcePackagesCommand.ts | 4 +--- .../src/commands/UpdateInvestigationStateCommand.ts | 4 +--- .../src/commands/UpdateOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/CreateDevicePoolCommand.ts | 4 +--- .../src/commands/CreateInstanceProfileCommand.ts | 4 +--- .../src/commands/CreateNetworkProfileCommand.ts | 4 +--- .../client-device-farm/src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/CreateRemoteAccessSessionCommand.ts | 4 +--- .../src/commands/CreateTestGridProjectCommand.ts | 4 +--- .../src/commands/CreateTestGridUrlCommand.ts | 4 +--- .../client-device-farm/src/commands/CreateUploadCommand.ts | 4 +--- .../src/commands/CreateVPCEConfigurationCommand.ts | 4 +--- .../src/commands/DeleteDevicePoolCommand.ts | 4 +--- .../src/commands/DeleteInstanceProfileCommand.ts | 4 +--- .../src/commands/DeleteNetworkProfileCommand.ts | 4 +--- .../client-device-farm/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteRemoteAccessSessionCommand.ts | 4 +--- clients/client-device-farm/src/commands/DeleteRunCommand.ts | 4 +--- .../src/commands/DeleteTestGridProjectCommand.ts | 4 +--- .../client-device-farm/src/commands/DeleteUploadCommand.ts | 4 +--- .../src/commands/DeleteVPCEConfigurationCommand.ts | 4 +--- .../src/commands/GetAccountSettingsCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetDeviceCommand.ts | 4 +--- .../src/commands/GetDeviceInstanceCommand.ts | 4 +--- .../client-device-farm/src/commands/GetDevicePoolCommand.ts | 4 +--- .../src/commands/GetDevicePoolCompatibilityCommand.ts | 4 +--- .../src/commands/GetInstanceProfileCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetJobCommand.ts | 4 +--- .../src/commands/GetNetworkProfileCommand.ts | 4 +--- .../src/commands/GetOfferingStatusCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetProjectCommand.ts | 4 +--- .../src/commands/GetRemoteAccessSessionCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetRunCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetSuiteCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetTestCommand.ts | 4 +--- .../src/commands/GetTestGridProjectCommand.ts | 4 +--- .../src/commands/GetTestGridSessionCommand.ts | 4 +--- clients/client-device-farm/src/commands/GetUploadCommand.ts | 4 +--- .../src/commands/GetVPCEConfigurationCommand.ts | 4 +--- .../src/commands/InstallToRemoteAccessSessionCommand.ts | 4 +--- .../client-device-farm/src/commands/ListArtifactsCommand.ts | 4 +--- .../src/commands/ListDeviceInstancesCommand.ts | 4 +--- .../client-device-farm/src/commands/ListDevicePoolsCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListDevicesCommand.ts | 4 +--- .../src/commands/ListInstanceProfilesCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListNetworkProfilesCommand.ts | 4 +--- .../src/commands/ListOfferingPromotionsCommand.ts | 4 +--- .../src/commands/ListOfferingTransactionsCommand.ts | 4 +--- .../client-device-farm/src/commands/ListOfferingsCommand.ts | 4 +--- .../client-device-farm/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListRemoteAccessSessionsCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListRunsCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListSamplesCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListSuitesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTestGridProjectsCommand.ts | 4 +--- .../src/commands/ListTestGridSessionActionsCommand.ts | 4 +--- .../src/commands/ListTestGridSessionArtifactsCommand.ts | 4 +--- .../src/commands/ListTestGridSessionsCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListTestsCommand.ts | 4 +--- .../src/commands/ListUniqueProblemsCommand.ts | 4 +--- clients/client-device-farm/src/commands/ListUploadsCommand.ts | 4 +--- .../src/commands/ListVPCEConfigurationsCommand.ts | 4 +--- .../src/commands/PurchaseOfferingCommand.ts | 4 +--- .../client-device-farm/src/commands/RenewOfferingCommand.ts | 4 +--- clients/client-device-farm/src/commands/ScheduleRunCommand.ts | 4 +--- clients/client-device-farm/src/commands/StopJobCommand.ts | 4 +--- .../src/commands/StopRemoteAccessSessionCommand.ts | 4 +--- clients/client-device-farm/src/commands/StopRunCommand.ts | 4 +--- clients/client-device-farm/src/commands/TagResourceCommand.ts | 4 +--- .../client-device-farm/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDeviceInstanceCommand.ts | 4 +--- .../src/commands/UpdateDevicePoolCommand.ts | 4 +--- .../src/commands/UpdateInstanceProfileCommand.ts | 4 +--- .../src/commands/UpdateNetworkProfileCommand.ts | 4 +--- .../client-device-farm/src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/UpdateTestGridProjectCommand.ts | 4 +--- .../client-device-farm/src/commands/UpdateUploadCommand.ts | 4 +--- .../src/commands/UpdateVPCEConfigurationCommand.ts | 4 +--- .../src/commands/AddNotificationChannelCommand.ts | 4 +--- .../client-devops-guru/src/commands/DeleteInsightCommand.ts | 4 +--- .../src/commands/DescribeAccountHealthCommand.ts | 4 +--- .../src/commands/DescribeAccountOverviewCommand.ts | 4 +--- .../client-devops-guru/src/commands/DescribeAnomalyCommand.ts | 4 +--- .../src/commands/DescribeEventSourcesConfigCommand.ts | 4 +--- .../src/commands/DescribeFeedbackCommand.ts | 4 +--- .../client-devops-guru/src/commands/DescribeInsightCommand.ts | 4 +--- .../src/commands/DescribeOrganizationHealthCommand.ts | 4 +--- .../src/commands/DescribeOrganizationOverviewCommand.ts | 4 +--- .../DescribeOrganizationResourceCollectionHealthCommand.ts | 4 +--- .../src/commands/DescribeResourceCollectionHealthCommand.ts | 4 +--- .../src/commands/DescribeServiceIntegrationCommand.ts | 4 +--- .../src/commands/GetCostEstimationCommand.ts | 4 +--- .../src/commands/GetResourceCollectionCommand.ts | 4 +--- .../src/commands/ListAnomaliesForInsightCommand.ts | 4 +--- .../src/commands/ListAnomalousLogGroupsCommand.ts | 4 +--- clients/client-devops-guru/src/commands/ListEventsCommand.ts | 4 +--- .../client-devops-guru/src/commands/ListInsightsCommand.ts | 4 +--- .../src/commands/ListMonitoredResourcesCommand.ts | 4 +--- .../src/commands/ListNotificationChannelsCommand.ts | 4 +--- .../src/commands/ListOrganizationInsightsCommand.ts | 4 +--- .../src/commands/ListRecommendationsCommand.ts | 4 +--- clients/client-devops-guru/src/commands/PutFeedbackCommand.ts | 4 +--- .../src/commands/RemoveNotificationChannelCommand.ts | 4 +--- .../client-devops-guru/src/commands/SearchInsightsCommand.ts | 4 +--- .../src/commands/SearchOrganizationInsightsCommand.ts | 4 +--- .../src/commands/StartCostEstimationCommand.ts | 4 +--- .../src/commands/UpdateEventSourcesConfigCommand.ts | 4 +--- .../src/commands/UpdateResourceCollectionCommand.ts | 4 +--- .../src/commands/UpdateServiceIntegrationCommand.ts | 4 +--- .../AcceptDirectConnectGatewayAssociationProposalCommand.ts | 4 +--- .../src/commands/AllocateConnectionOnInterconnectCommand.ts | 4 +--- .../src/commands/AllocateHostedConnectionCommand.ts | 4 +--- .../src/commands/AllocatePrivateVirtualInterfaceCommand.ts | 4 +--- .../src/commands/AllocatePublicVirtualInterfaceCommand.ts | 4 +--- .../src/commands/AllocateTransitVirtualInterfaceCommand.ts | 4 +--- .../src/commands/AssociateConnectionWithLagCommand.ts | 4 +--- .../src/commands/AssociateHostedConnectionCommand.ts | 4 +--- .../src/commands/AssociateMacSecKeyCommand.ts | 4 +--- .../src/commands/AssociateVirtualInterfaceCommand.ts | 4 +--- .../src/commands/ConfirmConnectionCommand.ts | 4 +--- .../src/commands/ConfirmCustomerAgreementCommand.ts | 4 +--- .../src/commands/ConfirmPrivateVirtualInterfaceCommand.ts | 4 +--- .../src/commands/ConfirmPublicVirtualInterfaceCommand.ts | 4 +--- .../src/commands/ConfirmTransitVirtualInterfaceCommand.ts | 4 +--- .../src/commands/CreateBGPPeerCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../commands/CreateDirectConnectGatewayAssociationCommand.ts | 4 +--- .../CreateDirectConnectGatewayAssociationProposalCommand.ts | 4 +--- .../src/commands/CreateDirectConnectGatewayCommand.ts | 4 +--- .../src/commands/CreateInterconnectCommand.ts | 4 +--- .../client-direct-connect/src/commands/CreateLagCommand.ts | 4 +--- .../src/commands/CreatePrivateVirtualInterfaceCommand.ts | 4 +--- .../src/commands/CreatePublicVirtualInterfaceCommand.ts | 4 +--- .../src/commands/CreateTransitVirtualInterfaceCommand.ts | 4 +--- .../src/commands/DeleteBGPPeerCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../commands/DeleteDirectConnectGatewayAssociationCommand.ts | 4 +--- .../DeleteDirectConnectGatewayAssociationProposalCommand.ts | 4 +--- .../src/commands/DeleteDirectConnectGatewayCommand.ts | 4 +--- .../src/commands/DeleteInterconnectCommand.ts | 4 +--- .../client-direct-connect/src/commands/DeleteLagCommand.ts | 4 +--- .../src/commands/DeleteVirtualInterfaceCommand.ts | 4 +--- .../src/commands/DescribeConnectionLoaCommand.ts | 4 +--- .../src/commands/DescribeConnectionsCommand.ts | 4 +--- .../src/commands/DescribeConnectionsOnInterconnectCommand.ts | 4 +--- .../src/commands/DescribeCustomerMetadataCommand.ts | 4 +--- ...DescribeDirectConnectGatewayAssociationProposalsCommand.ts | 4 +--- .../DescribeDirectConnectGatewayAssociationsCommand.ts | 4 +--- .../DescribeDirectConnectGatewayAttachmentsCommand.ts | 4 +--- .../src/commands/DescribeDirectConnectGatewaysCommand.ts | 4 +--- .../src/commands/DescribeHostedConnectionsCommand.ts | 4 +--- .../src/commands/DescribeInterconnectLoaCommand.ts | 4 +--- .../src/commands/DescribeInterconnectsCommand.ts | 4 +--- .../client-direct-connect/src/commands/DescribeLagsCommand.ts | 4 +--- .../client-direct-connect/src/commands/DescribeLoaCommand.ts | 4 +--- .../src/commands/DescribeLocationsCommand.ts | 4 +--- .../src/commands/DescribeRouterConfigurationCommand.ts | 4 +--- .../client-direct-connect/src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeVirtualGatewaysCommand.ts | 4 +--- .../src/commands/DescribeVirtualInterfacesCommand.ts | 4 +--- .../src/commands/DisassociateConnectionFromLagCommand.ts | 4 +--- .../src/commands/DisassociateMacSecKeyCommand.ts | 4 +--- .../src/commands/ListVirtualInterfaceTestHistoryCommand.ts | 4 +--- .../src/commands/StartBgpFailoverTestCommand.ts | 4 +--- .../src/commands/StopBgpFailoverTestCommand.ts | 4 +--- .../client-direct-connect/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectionCommand.ts | 4 +--- .../commands/UpdateDirectConnectGatewayAssociationCommand.ts | 4 +--- .../src/commands/UpdateDirectConnectGatewayCommand.ts | 4 +--- .../client-direct-connect/src/commands/UpdateLagCommand.ts | 4 +--- .../src/commands/UpdateVirtualInterfaceAttributesCommand.ts | 4 +--- .../src/commands/AcceptSharedDirectoryCommand.ts | 4 +--- .../src/commands/AddIpRoutesCommand.ts | 4 +--- .../client-directory-service/src/commands/AddRegionCommand.ts | 4 +--- .../src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/CancelSchemaExtensionCommand.ts | 4 +--- .../src/commands/ConnectDirectoryCommand.ts | 4 +--- .../src/commands/CreateAliasCommand.ts | 4 +--- .../src/commands/CreateComputerCommand.ts | 4 +--- .../src/commands/CreateConditionalForwarderCommand.ts | 4 +--- .../src/commands/CreateDirectoryCommand.ts | 4 +--- .../src/commands/CreateLogSubscriptionCommand.ts | 4 +--- .../src/commands/CreateMicrosoftADCommand.ts | 4 +--- .../src/commands/CreateSnapshotCommand.ts | 4 +--- .../src/commands/CreateTrustCommand.ts | 4 +--- .../src/commands/DeleteConditionalForwarderCommand.ts | 4 +--- .../src/commands/DeleteDirectoryCommand.ts | 4 +--- .../src/commands/DeleteLogSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteSnapshotCommand.ts | 4 +--- .../src/commands/DeleteTrustCommand.ts | 4 +--- .../src/commands/DeregisterCertificateCommand.ts | 4 +--- .../src/commands/DeregisterEventTopicCommand.ts | 4 +--- .../src/commands/DescribeCertificateCommand.ts | 4 +--- .../commands/DescribeClientAuthenticationSettingsCommand.ts | 4 +--- .../src/commands/DescribeConditionalForwardersCommand.ts | 4 +--- .../src/commands/DescribeDirectoriesCommand.ts | 4 +--- .../src/commands/DescribeDomainControllersCommand.ts | 4 +--- .../src/commands/DescribeEventTopicsCommand.ts | 4 +--- .../src/commands/DescribeLDAPSSettingsCommand.ts | 4 +--- .../src/commands/DescribeRegionsCommand.ts | 4 +--- .../src/commands/DescribeSettingsCommand.ts | 4 +--- .../src/commands/DescribeSharedDirectoriesCommand.ts | 4 +--- .../src/commands/DescribeSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeTrustsCommand.ts | 4 +--- .../src/commands/DescribeUpdateDirectoryCommand.ts | 4 +--- .../src/commands/DisableClientAuthenticationCommand.ts | 4 +--- .../src/commands/DisableLDAPSCommand.ts | 4 +--- .../src/commands/DisableRadiusCommand.ts | 4 +--- .../src/commands/DisableSsoCommand.ts | 4 +--- .../src/commands/EnableClientAuthenticationCommand.ts | 4 +--- .../src/commands/EnableLDAPSCommand.ts | 4 +--- .../src/commands/EnableRadiusCommand.ts | 4 +--- .../client-directory-service/src/commands/EnableSsoCommand.ts | 4 +--- .../src/commands/GetDirectoryLimitsCommand.ts | 4 +--- .../src/commands/GetSnapshotLimitsCommand.ts | 4 +--- .../src/commands/ListCertificatesCommand.ts | 4 +--- .../src/commands/ListIpRoutesCommand.ts | 4 +--- .../src/commands/ListLogSubscriptionsCommand.ts | 4 +--- .../src/commands/ListSchemaExtensionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RegisterCertificateCommand.ts | 4 +--- .../src/commands/RegisterEventTopicCommand.ts | 4 +--- .../src/commands/RejectSharedDirectoryCommand.ts | 4 +--- .../src/commands/RemoveIpRoutesCommand.ts | 4 +--- .../src/commands/RemoveRegionCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/ResetUserPasswordCommand.ts | 4 +--- .../src/commands/RestoreFromSnapshotCommand.ts | 4 +--- .../src/commands/ShareDirectoryCommand.ts | 4 +--- .../src/commands/StartSchemaExtensionCommand.ts | 4 +--- .../src/commands/UnshareDirectoryCommand.ts | 4 +--- .../src/commands/UpdateConditionalForwarderCommand.ts | 4 +--- .../src/commands/UpdateDirectorySetupCommand.ts | 4 +--- .../src/commands/UpdateNumberOfDomainControllersCommand.ts | 4 +--- .../src/commands/UpdateRadiusCommand.ts | 4 +--- .../src/commands/UpdateSettingsCommand.ts | 4 +--- .../src/commands/UpdateTrustCommand.ts | 4 +--- .../src/commands/VerifyTrustCommand.ts | 4 +--- .../client-dlm/src/commands/CreateLifecyclePolicyCommand.ts | 4 +--- .../client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts | 4 +--- .../client-dlm/src/commands/GetLifecyclePoliciesCommand.ts | 4 +--- clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts | 4 +--- clients/client-dlm/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-dlm/src/commands/TagResourceCommand.ts | 4 +--- clients/client-dlm/src/commands/UntagResourceCommand.ts | 4 +--- .../client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts | 4 +--- .../src/commands/CopyClusterSnapshotCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateClusterSnapshotCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteClusterSnapshotCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/GetClusterCommand.ts | 4 +--- .../src/commands/GetClusterSnapshotCommand.ts | 4 +--- .../src/commands/ListClusterSnapshotsCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/ListClustersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RestoreClusterFromSnapshotCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/StartClusterCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/StopClusterCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/TagResourceCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/UntagResourceCommand.ts | 4 +--- .../client-docdb-elastic/src/commands/UpdateClusterCommand.ts | 4 +--- .../src/commands/AddSourceIdentifierToSubscriptionCommand.ts | 4 +--- clients/client-docdb/src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/ApplyPendingMaintenanceActionCommand.ts | 4 +--- .../src/commands/CopyDBClusterParameterGroupCommand.ts | 4 +--- .../client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts | 4 +--- clients/client-docdb/src/commands/CreateDBClusterCommand.ts | 4 +--- .../src/commands/CreateDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/CreateDBClusterSnapshotCommand.ts | 4 +--- clients/client-docdb/src/commands/CreateDBInstanceCommand.ts | 4 +--- .../client-docdb/src/commands/CreateDBSubnetGroupCommand.ts | 4 +--- .../src/commands/CreateEventSubscriptionCommand.ts | 4 +--- .../client-docdb/src/commands/CreateGlobalClusterCommand.ts | 4 +--- clients/client-docdb/src/commands/DeleteDBClusterCommand.ts | 4 +--- .../src/commands/DeleteDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/DeleteDBClusterSnapshotCommand.ts | 4 +--- clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts | 4 +--- .../client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts | 4 +--- .../src/commands/DeleteEventSubscriptionCommand.ts | 4 +--- .../client-docdb/src/commands/DeleteGlobalClusterCommand.ts | 4 +--- .../client-docdb/src/commands/DescribeCertificatesCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParametersCommand.ts | 4 +--- .../commands/DescribeDBClusterSnapshotAttributesCommand.ts | 4 +--- .../src/commands/DescribeDBClusterSnapshotsCommand.ts | 4 +--- .../client-docdb/src/commands/DescribeDBClustersCommand.ts | 4 +--- .../src/commands/DescribeDBEngineVersionsCommand.ts | 4 +--- .../client-docdb/src/commands/DescribeDBInstancesCommand.ts | 4 +--- .../src/commands/DescribeDBSubnetGroupsCommand.ts | 4 +--- .../commands/DescribeEngineDefaultClusterParametersCommand.ts | 4 +--- .../src/commands/DescribeEventCategoriesCommand.ts | 4 +--- .../src/commands/DescribeEventSubscriptionsCommand.ts | 4 +--- clients/client-docdb/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeGlobalClustersCommand.ts | 4 +--- .../src/commands/DescribeOrderableDBInstanceOptionsCommand.ts | 4 +--- .../src/commands/DescribePendingMaintenanceActionsCommand.ts | 4 +--- clients/client-docdb/src/commands/FailoverDBClusterCommand.ts | 4 +--- .../client-docdb/src/commands/FailoverGlobalClusterCommand.ts | 4 +--- .../client-docdb/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-docdb/src/commands/ModifyDBClusterCommand.ts | 4 +--- .../src/commands/ModifyDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/ModifyDBClusterSnapshotAttributeCommand.ts | 4 +--- clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts | 4 +--- .../client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts | 4 +--- .../src/commands/ModifyEventSubscriptionCommand.ts | 4 +--- .../client-docdb/src/commands/ModifyGlobalClusterCommand.ts | 4 +--- clients/client-docdb/src/commands/RebootDBInstanceCommand.ts | 4 +--- .../src/commands/RemoveFromGlobalClusterCommand.ts | 4 +--- .../commands/RemoveSourceIdentifierFromSubscriptionCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/ResetDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/RestoreDBClusterFromSnapshotCommand.ts | 4 +--- .../src/commands/RestoreDBClusterToPointInTimeCommand.ts | 4 +--- clients/client-docdb/src/commands/StartDBClusterCommand.ts | 4 +--- clients/client-docdb/src/commands/StopDBClusterCommand.ts | 4 +--- .../src/commands/SwitchoverGlobalClusterCommand.ts | 4 +--- .../src/commands/AssociateSourceNetworkStackCommand.ts | 4 +--- .../src/commands/CreateExtendedSourceServerCommand.ts | 4 +--- .../src/commands/CreateLaunchConfigurationTemplateCommand.ts | 4 +--- .../commands/CreateReplicationConfigurationTemplateCommand.ts | 4 +--- clients/client-drs/src/commands/CreateSourceNetworkCommand.ts | 4 +--- clients/client-drs/src/commands/DeleteJobCommand.ts | 4 +--- clients/client-drs/src/commands/DeleteLaunchActionCommand.ts | 4 +--- .../src/commands/DeleteLaunchConfigurationTemplateCommand.ts | 4 +--- .../client-drs/src/commands/DeleteRecoveryInstanceCommand.ts | 4 +--- .../commands/DeleteReplicationConfigurationTemplateCommand.ts | 4 +--- clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts | 4 +--- clients/client-drs/src/commands/DeleteSourceServerCommand.ts | 4 +--- clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts | 4 +--- clients/client-drs/src/commands/DescribeJobsCommand.ts | 4 +--- .../commands/DescribeLaunchConfigurationTemplatesCommand.ts | 4 +--- .../src/commands/DescribeRecoveryInstancesCommand.ts | 4 +--- .../src/commands/DescribeRecoverySnapshotsCommand.ts | 4 +--- .../DescribeReplicationConfigurationTemplatesCommand.ts | 4 +--- .../client-drs/src/commands/DescribeSourceNetworksCommand.ts | 4 +--- .../client-drs/src/commands/DescribeSourceServersCommand.ts | 4 +--- .../src/commands/DisconnectRecoveryInstanceCommand.ts | 4 +--- .../client-drs/src/commands/DisconnectSourceServerCommand.ts | 4 +--- .../src/commands/ExportSourceNetworkCfnTemplateCommand.ts | 4 +--- .../commands/GetFailbackReplicationConfigurationCommand.ts | 4 +--- .../client-drs/src/commands/GetLaunchConfigurationCommand.ts | 4 +--- .../src/commands/GetReplicationConfigurationCommand.ts | 4 +--- clients/client-drs/src/commands/InitializeServiceCommand.ts | 4 +--- .../src/commands/ListExtensibleSourceServersCommand.ts | 4 +--- clients/client-drs/src/commands/ListLaunchActionsCommand.ts | 4 +--- clients/client-drs/src/commands/ListStagingAccountsCommand.ts | 4 +--- clients/client-drs/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-drs/src/commands/PutLaunchActionCommand.ts | 4 +--- .../client-drs/src/commands/RetryDataReplicationCommand.ts | 4 +--- clients/client-drs/src/commands/ReverseReplicationCommand.ts | 4 +--- clients/client-drs/src/commands/StartFailbackLaunchCommand.ts | 4 +--- clients/client-drs/src/commands/StartRecoveryCommand.ts | 4 +--- clients/client-drs/src/commands/StartReplicationCommand.ts | 4 +--- .../src/commands/StartSourceNetworkRecoveryCommand.ts | 4 +--- .../src/commands/StartSourceNetworkReplicationCommand.ts | 4 +--- clients/client-drs/src/commands/StopFailbackCommand.ts | 4 +--- clients/client-drs/src/commands/StopReplicationCommand.ts | 4 +--- .../src/commands/StopSourceNetworkReplicationCommand.ts | 4 +--- clients/client-drs/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TerminateRecoveryInstancesCommand.ts | 4 +--- clients/client-drs/src/commands/UntagResourceCommand.ts | 4 +--- .../commands/UpdateFailbackReplicationConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLaunchConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLaunchConfigurationTemplateCommand.ts | 4 +--- .../src/commands/UpdateReplicationConfigurationCommand.ts | 4 +--- .../commands/UpdateReplicationConfigurationTemplateCommand.ts | 4 +--- .../src/commands/DescribeStreamCommand.ts | 4 +--- .../client-dynamodb-streams/src/commands/GetRecordsCommand.ts | 4 +--- .../src/commands/GetShardIteratorCommand.ts | 4 +--- .../src/commands/ListStreamsCommand.ts | 4 +--- .../src/commands/BatchExecuteStatementCommand.ts | 4 +--- clients/client-dynamodb/src/commands/BatchGetItemCommand.ts | 4 +--- clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts | 4 +--- clients/client-dynamodb/src/commands/CreateBackupCommand.ts | 4 +--- .../client-dynamodb/src/commands/CreateGlobalTableCommand.ts | 4 +--- clients/client-dynamodb/src/commands/CreateTableCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DeleteBackupCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DeleteItemCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DeleteTableCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DescribeBackupCommand.ts | 4 +--- .../src/commands/DescribeContinuousBackupsCommand.ts | 4 +--- .../src/commands/DescribeContributorInsightsCommand.ts | 4 +--- .../client-dynamodb/src/commands/DescribeEndpointsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DescribeExportCommand.ts | 4 +--- .../src/commands/DescribeGlobalTableCommand.ts | 4 +--- .../src/commands/DescribeGlobalTableSettingsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DescribeImportCommand.ts | 4 +--- .../commands/DescribeKinesisStreamingDestinationCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/DescribeTableCommand.ts | 4 +--- .../src/commands/DescribeTableReplicaAutoScalingCommand.ts | 4 +--- .../client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts | 4 +--- .../src/commands/DisableKinesisStreamingDestinationCommand.ts | 4 +--- .../src/commands/EnableKinesisStreamingDestinationCommand.ts | 4 +--- .../client-dynamodb/src/commands/ExecuteStatementCommand.ts | 4 +--- .../client-dynamodb/src/commands/ExecuteTransactionCommand.ts | 4 +--- .../src/commands/ExportTableToPointInTimeCommand.ts | 4 +--- clients/client-dynamodb/src/commands/GetItemCommand.ts | 4 +--- .../client-dynamodb/src/commands/GetResourcePolicyCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ImportTableCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ListBackupsCommand.ts | 4 +--- .../src/commands/ListContributorInsightsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ListExportsCommand.ts | 4 +--- .../client-dynamodb/src/commands/ListGlobalTablesCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ListImportsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ListTablesCommand.ts | 4 +--- .../client-dynamodb/src/commands/ListTagsOfResourceCommand.ts | 4 +--- clients/client-dynamodb/src/commands/PutItemCommand.ts | 4 +--- .../client-dynamodb/src/commands/PutResourcePolicyCommand.ts | 4 +--- clients/client-dynamodb/src/commands/QueryCommand.ts | 4 +--- .../src/commands/RestoreTableFromBackupCommand.ts | 4 +--- .../src/commands/RestoreTableToPointInTimeCommand.ts | 4 +--- clients/client-dynamodb/src/commands/ScanCommand.ts | 4 +--- clients/client-dynamodb/src/commands/TagResourceCommand.ts | 4 +--- .../client-dynamodb/src/commands/TransactGetItemsCommand.ts | 4 +--- .../client-dynamodb/src/commands/TransactWriteItemsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateContinuousBackupsCommand.ts | 4 +--- .../src/commands/UpdateContributorInsightsCommand.ts | 4 +--- .../client-dynamodb/src/commands/UpdateGlobalTableCommand.ts | 4 +--- .../src/commands/UpdateGlobalTableSettingsCommand.ts | 4 +--- clients/client-dynamodb/src/commands/UpdateItemCommand.ts | 4 +--- .../src/commands/UpdateKinesisStreamingDestinationCommand.ts | 4 +--- clients/client-dynamodb/src/commands/UpdateTableCommand.ts | 4 +--- .../src/commands/UpdateTableReplicaAutoScalingCommand.ts | 4 +--- .../client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts | 4 +--- clients/client-ebs/src/commands/CompleteSnapshotCommand.ts | 4 +--- clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts | 4 +--- clients/client-ebs/src/commands/ListChangedBlocksCommand.ts | 4 +--- clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts | 4 +--- clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts | 4 +--- clients/client-ebs/src/commands/StartSnapshotCommand.ts | 4 +--- .../src/commands/SendSSHPublicKeyCommand.ts | 4 +--- .../src/commands/SendSerialConsoleSSHPublicKeyCommand.ts | 4 +--- .../client-ec2/src/commands/AcceptAddressTransferCommand.ts | 4 +--- .../commands/AcceptReservedInstancesExchangeQuoteCommand.ts | 4 +--- .../AcceptTransitGatewayMulticastDomainAssociationsCommand.ts | 4 +--- .../commands/AcceptTransitGatewayPeeringAttachmentCommand.ts | 4 +--- .../src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts | 4 +--- .../src/commands/AcceptVpcEndpointConnectionsCommand.ts | 4 +--- .../src/commands/AcceptVpcPeeringConnectionCommand.ts | 4 +--- clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts | 4 +--- clients/client-ec2/src/commands/AllocateAddressCommand.ts | 4 +--- clients/client-ec2/src/commands/AllocateHostsCommand.ts | 4 +--- .../client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts | 4 +--- .../ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts | 4 +--- clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts | 4 +--- .../src/commands/AssignPrivateIpAddressesCommand.ts | 4 +--- .../src/commands/AssignPrivateNatGatewayAddressCommand.ts | 4 +--- clients/client-ec2/src/commands/AssociateAddressCommand.ts | 4 +--- .../src/commands/AssociateClientVpnTargetNetworkCommand.ts | 4 +--- .../client-ec2/src/commands/AssociateDhcpOptionsCommand.ts | 4 +--- .../src/commands/AssociateEnclaveCertificateIamRoleCommand.ts | 4 +--- .../src/commands/AssociateIamInstanceProfileCommand.ts | 4 +--- .../src/commands/AssociateInstanceEventWindowCommand.ts | 4 +--- clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts | 4 +--- .../src/commands/AssociateIpamResourceDiscoveryCommand.ts | 4 +--- .../src/commands/AssociateNatGatewayAddressCommand.ts | 4 +--- clients/client-ec2/src/commands/AssociateRouteTableCommand.ts | 4 +--- .../src/commands/AssociateSubnetCidrBlockCommand.ts | 4 +--- .../commands/AssociateTransitGatewayMulticastDomainCommand.ts | 4 +--- .../src/commands/AssociateTransitGatewayPolicyTableCommand.ts | 4 +--- .../src/commands/AssociateTransitGatewayRouteTableCommand.ts | 4 +--- .../client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts | 4 +--- .../client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts | 4 +--- .../client-ec2/src/commands/AttachClassicLinkVpcCommand.ts | 4 +--- .../client-ec2/src/commands/AttachInternetGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/AttachNetworkInterfaceCommand.ts | 4 +--- .../src/commands/AttachVerifiedAccessTrustProviderCommand.ts | 4 +--- clients/client-ec2/src/commands/AttachVolumeCommand.ts | 4 +--- clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts | 4 +--- .../src/commands/AuthorizeClientVpnIngressCommand.ts | 4 +--- .../src/commands/AuthorizeSecurityGroupEgressCommand.ts | 4 +--- .../src/commands/AuthorizeSecurityGroupIngressCommand.ts | 4 +--- clients/client-ec2/src/commands/BundleInstanceCommand.ts | 4 +--- clients/client-ec2/src/commands/CancelBundleTaskCommand.ts | 4 +--- .../src/commands/CancelCapacityReservationCommand.ts | 4 +--- .../src/commands/CancelCapacityReservationFleetsCommand.ts | 4 +--- .../client-ec2/src/commands/CancelConversionTaskCommand.ts | 4 +--- clients/client-ec2/src/commands/CancelExportTaskCommand.ts | 4 +--- .../src/commands/CancelImageLaunchPermissionCommand.ts | 4 +--- clients/client-ec2/src/commands/CancelImportTaskCommand.ts | 4 +--- .../src/commands/CancelReservedInstancesListingCommand.ts | 4 +--- .../client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts | 4 +--- .../src/commands/CancelSpotInstanceRequestsCommand.ts | 4 +--- .../client-ec2/src/commands/ConfirmProductInstanceCommand.ts | 4 +--- clients/client-ec2/src/commands/CopyFpgaImageCommand.ts | 4 +--- clients/client-ec2/src/commands/CopyImageCommand.ts | 4 +--- clients/client-ec2/src/commands/CopySnapshotCommand.ts | 4 +--- .../commands/CreateCapacityReservationBySplittingCommand.ts | 4 +--- .../src/commands/CreateCapacityReservationCommand.ts | 4 +--- .../src/commands/CreateCapacityReservationFleetCommand.ts | 4 +--- .../client-ec2/src/commands/CreateCarrierGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/CreateClientVpnEndpointCommand.ts | 4 +--- .../client-ec2/src/commands/CreateClientVpnRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateCoipCidrCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateCoipPoolCommand.ts | 4 +--- .../client-ec2/src/commands/CreateCustomerGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts | 4 +--- .../src/commands/CreateEgressOnlyInternetGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateFleetCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateFlowLogsCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateFpgaImageCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateImageCommand.ts | 4 +--- .../src/commands/CreateInstanceConnectEndpointCommand.ts | 4 +--- .../src/commands/CreateInstanceEventWindowCommand.ts | 4 +--- .../src/commands/CreateInstanceExportTaskCommand.ts | 4 +--- .../client-ec2/src/commands/CreateInternetGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateIpamCommand.ts | 4 +--- .../CreateIpamExternalResourceVerificationTokenCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateIpamPoolCommand.ts | 4 +--- .../src/commands/CreateIpamResourceDiscoveryCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateIpamScopeCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateKeyPairCommand.ts | 4 +--- .../client-ec2/src/commands/CreateLaunchTemplateCommand.ts | 4 +--- .../src/commands/CreateLaunchTemplateVersionCommand.ts | 4 +--- .../client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts | 4 +--- .../src/commands/CreateLocalGatewayRouteTableCommand.ts | 4 +--- ...atewayRouteTableVirtualInterfaceGroupAssociationCommand.ts | 4 +--- .../CreateLocalGatewayRouteTableVpcAssociationCommand.ts | 4 +--- .../client-ec2/src/commands/CreateManagedPrefixListCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateNatGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateNetworkAclCommand.ts | 4 +--- .../client-ec2/src/commands/CreateNetworkAclEntryCommand.ts | 4 +--- .../src/commands/CreateNetworkInsightsAccessScopeCommand.ts | 4 +--- .../src/commands/CreateNetworkInsightsPathCommand.ts | 4 +--- .../client-ec2/src/commands/CreateNetworkInterfaceCommand.ts | 4 +--- .../src/commands/CreateNetworkInterfacePermissionCommand.ts | 4 +--- .../client-ec2/src/commands/CreatePlacementGroupCommand.ts | 4 +--- .../client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts | 4 +--- .../src/commands/CreateReplaceRootVolumeTaskCommand.ts | 4 +--- .../src/commands/CreateReservedInstancesListingCommand.ts | 4 +--- .../client-ec2/src/commands/CreateRestoreImageTaskCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateRouteTableCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateSnapshotCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateSnapshotsCommand.ts | 4 +--- .../src/commands/CreateSpotDatafeedSubscriptionCommand.ts | 4 +--- .../client-ec2/src/commands/CreateStoreImageTaskCommand.ts | 4 +--- .../src/commands/CreateSubnetCidrReservationCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateSubnetCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateTagsCommand.ts | 4 +--- .../src/commands/CreateTrafficMirrorFilterCommand.ts | 4 +--- .../src/commands/CreateTrafficMirrorFilterRuleCommand.ts | 4 +--- .../src/commands/CreateTrafficMirrorSessionCommand.ts | 4 +--- .../src/commands/CreateTrafficMirrorTargetCommand.ts | 4 +--- .../client-ec2/src/commands/CreateTransitGatewayCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayConnectCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayConnectPeerCommand.ts | 4 +--- .../commands/CreateTransitGatewayMulticastDomainCommand.ts | 4 +--- .../commands/CreateTransitGatewayPeeringAttachmentCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayPolicyTableCommand.ts | 4 +--- .../CreateTransitGatewayPrefixListReferenceCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayRouteCommand.ts | 4 +--- .../CreateTransitGatewayRouteTableAnnouncementCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayRouteTableCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayVpcAttachmentCommand.ts | 4 +--- .../src/commands/CreateVerifiedAccessEndpointCommand.ts | 4 +--- .../src/commands/CreateVerifiedAccessGroupCommand.ts | 4 +--- .../src/commands/CreateVerifiedAccessInstanceCommand.ts | 4 +--- .../src/commands/CreateVerifiedAccessTrustProviderCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateVolumeCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateVpcCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts | 4 +--- .../CreateVpcEndpointConnectionNotificationCommand.ts | 4 +--- .../commands/CreateVpcEndpointServiceConfigurationCommand.ts | 4 +--- .../src/commands/CreateVpcPeeringConnectionCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts | 4 +--- .../src/commands/CreateVpnConnectionRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteCarrierGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteClientVpnRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteCustomerGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts | 4 +--- .../src/commands/DeleteEgressOnlyInternetGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteFleetsCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts | 4 +--- .../src/commands/DeleteInstanceConnectEndpointCommand.ts | 4 +--- .../src/commands/DeleteInstanceEventWindowCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteInternetGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteIpamCommand.ts | 4 +--- .../DeleteIpamExternalResourceVerificationTokenCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts | 4 +--- .../src/commands/DeleteIpamResourceDiscoveryCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteKeyPairCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteLaunchTemplateCommand.ts | 4 +--- .../src/commands/DeleteLaunchTemplateVersionsCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts | 4 +--- .../src/commands/DeleteLocalGatewayRouteTableCommand.ts | 4 +--- ...atewayRouteTableVirtualInterfaceGroupAssociationCommand.ts | 4 +--- .../DeleteLocalGatewayRouteTableVpcAssociationCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteManagedPrefixListCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts | 4 +--- .../DeleteNetworkInsightsAccessScopeAnalysisCommand.ts | 4 +--- .../src/commands/DeleteNetworkInsightsAccessScopeCommand.ts | 4 +--- .../src/commands/DeleteNetworkInsightsAnalysisCommand.ts | 4 +--- .../src/commands/DeleteNetworkInsightsPathCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts | 4 +--- .../src/commands/DeleteNetworkInterfacePermissionCommand.ts | 4 +--- .../client-ec2/src/commands/DeletePlacementGroupCommand.ts | 4 +--- .../client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts | 4 +--- .../src/commands/DeleteQueuedReservedInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteRouteTableCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteSnapshotCommand.ts | 4 +--- .../src/commands/DeleteSpotDatafeedSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteSubnetCidrReservationCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteSubnetCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteTagsCommand.ts | 4 +--- .../src/commands/DeleteTrafficMirrorFilterCommand.ts | 4 +--- .../src/commands/DeleteTrafficMirrorFilterRuleCommand.ts | 4 +--- .../src/commands/DeleteTrafficMirrorSessionCommand.ts | 4 +--- .../src/commands/DeleteTrafficMirrorTargetCommand.ts | 4 +--- .../client-ec2/src/commands/DeleteTransitGatewayCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayConnectCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayConnectPeerCommand.ts | 4 +--- .../commands/DeleteTransitGatewayMulticastDomainCommand.ts | 4 +--- .../commands/DeleteTransitGatewayPeeringAttachmentCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayPolicyTableCommand.ts | 4 +--- .../DeleteTransitGatewayPrefixListReferenceCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayRouteCommand.ts | 4 +--- .../DeleteTransitGatewayRouteTableAnnouncementCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayRouteTableCommand.ts | 4 +--- .../src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts | 4 +--- .../src/commands/DeleteVerifiedAccessEndpointCommand.ts | 4 +--- .../src/commands/DeleteVerifiedAccessGroupCommand.ts | 4 +--- .../src/commands/DeleteVerifiedAccessInstanceCommand.ts | 4 +--- .../src/commands/DeleteVerifiedAccessTrustProviderCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteVolumeCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteVpcCommand.ts | 4 +--- .../DeleteVpcEndpointConnectionNotificationsCommand.ts | 4 +--- .../commands/DeleteVpcEndpointServiceConfigurationsCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts | 4 +--- .../src/commands/DeleteVpcPeeringConnectionCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts | 4 +--- .../src/commands/DeleteVpnConnectionRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/DeprovisionByoipCidrCommand.ts | 4 +--- .../client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts | 4 +--- .../client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts | 4 +--- .../src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts | 4 +--- clients/client-ec2/src/commands/DeregisterImageCommand.ts | 4 +--- .../DeregisterInstanceEventNotificationAttributesCommand.ts | 4 +--- .../DeregisterTransitGatewayMulticastGroupMembersCommand.ts | 4 +--- .../DeregisterTransitGatewayMulticastGroupSourcesCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../src/commands/DescribeAddressTransfersCommand.ts | 4 +--- .../src/commands/DescribeAddressesAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeAddressesCommand.ts | 4 +--- .../src/commands/DescribeAggregateIdFormatCommand.ts | 4 +--- .../src/commands/DescribeAvailabilityZonesCommand.ts | 4 +--- ...DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts | 4 +--- .../src/commands/DescribeCapacityBlockOfferingsCommand.ts | 4 +--- .../src/commands/DescribeCapacityReservationFleetsCommand.ts | 4 +--- .../src/commands/DescribeCapacityReservationsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts | 4 +--- .../src/commands/DescribeClassicLinkInstancesCommand.ts | 4 +--- .../commands/DescribeClientVpnAuthorizationRulesCommand.ts | 4 +--- .../src/commands/DescribeClientVpnConnectionsCommand.ts | 4 +--- .../src/commands/DescribeClientVpnEndpointsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts | 4 +--- .../src/commands/DescribeClientVpnTargetNetworksCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeConversionTasksCommand.ts | 4 +--- .../src/commands/DescribeCustomerGatewaysCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts | 4 +--- .../src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts | 4 +--- .../src/commands/DescribeExportImageTasksCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeExportTasksCommand.ts | 4 +--- .../src/commands/DescribeFastLaunchImagesCommand.ts | 4 +--- .../src/commands/DescribeFastSnapshotRestoresCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeFleetHistoryCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeFleetInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeFleetsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts | 4 +--- .../src/commands/DescribeFpgaImageAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts | 4 +--- .../src/commands/DescribeHostReservationOfferingsCommand.ts | 4 +--- .../src/commands/DescribeHostReservationsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeHostsCommand.ts | 4 +--- .../commands/DescribeIamInstanceProfileAssociationsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIdFormatCommand.ts | 4 +--- .../src/commands/DescribeIdentityIdFormatCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeImageAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeImagesCommand.ts | 4 +--- .../src/commands/DescribeImportImageTasksCommand.ts | 4 +--- .../src/commands/DescribeImportSnapshotTasksCommand.ts | 4 +--- .../src/commands/DescribeInstanceAttributeCommand.ts | 4 +--- .../src/commands/DescribeInstanceConnectEndpointsCommand.ts | 4 +--- .../commands/DescribeInstanceCreditSpecificationsCommand.ts | 4 +--- .../DescribeInstanceEventNotificationAttributesCommand.ts | 4 +--- .../src/commands/DescribeInstanceEventWindowsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeInstanceStatusCommand.ts | 4 +--- .../src/commands/DescribeInstanceTopologyCommand.ts | 4 +--- .../src/commands/DescribeInstanceTypeOfferingsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeInstanceTypesCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeInstancesCommand.ts | 4 +--- .../src/commands/DescribeInternetGatewaysCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts | 4 +--- .../DescribeIpamExternalResourceVerificationTokensCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts | 4 +--- .../src/commands/DescribeIpamResourceDiscoveriesCommand.ts | 4 +--- .../DescribeIpamResourceDiscoveryAssociationsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIpamsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts | 4 +--- .../src/commands/DescribeLaunchTemplateVersionsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts | 4 +--- ...tewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts | 4 +--- .../DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts | 4 +--- .../src/commands/DescribeLocalGatewayRouteTablesCommand.ts | 4 +--- .../DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts | 4 +--- .../commands/DescribeLocalGatewayVirtualInterfacesCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeLocalGatewaysCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeMacHostsCommand.ts | 4 +--- .../src/commands/DescribeManagedPrefixListsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeMovingAddressesCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts | 4 +--- .../DescribeNetworkInsightsAccessScopeAnalysesCommand.ts | 4 +--- .../commands/DescribeNetworkInsightsAccessScopesCommand.ts | 4 +--- .../src/commands/DescribeNetworkInsightsAnalysesCommand.ts | 4 +--- .../src/commands/DescribeNetworkInsightsPathsCommand.ts | 4 +--- .../src/commands/DescribeNetworkInterfaceAttributeCommand.ts | 4 +--- .../commands/DescribeNetworkInterfacePermissionsCommand.ts | 4 +--- .../src/commands/DescribeNetworkInterfacesCommand.ts | 4 +--- .../client-ec2/src/commands/DescribePlacementGroupsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribePrefixListsCommand.ts | 4 +--- .../src/commands/DescribePrincipalIdFormatCommand.ts | 4 +--- .../client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeRegionsCommand.ts | 4 +--- .../src/commands/DescribeReplaceRootVolumeTasksCommand.ts | 4 +--- .../src/commands/DescribeReservedInstancesCommand.ts | 4 +--- .../src/commands/DescribeReservedInstancesListingsCommand.ts | 4 +--- .../commands/DescribeReservedInstancesModificationsCommand.ts | 4 +--- .../src/commands/DescribeReservedInstancesOfferingsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts | 4 +--- .../commands/DescribeScheduledInstanceAvailabilityCommand.ts | 4 +--- .../src/commands/DescribeScheduledInstancesCommand.ts | 4 +--- .../src/commands/DescribeSecurityGroupReferencesCommand.ts | 4 +--- .../src/commands/DescribeSecurityGroupRulesCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeSecurityGroupsCommand.ts | 4 +--- .../src/commands/DescribeSnapshotAttributeCommand.ts | 4 +--- .../src/commands/DescribeSnapshotTierStatusCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeSpotDatafeedSubscriptionCommand.ts | 4 +--- .../src/commands/DescribeSpotFleetInstancesCommand.ts | 4 +--- .../src/commands/DescribeSpotFleetRequestHistoryCommand.ts | 4 +--- .../src/commands/DescribeSpotFleetRequestsCommand.ts | 4 +--- .../src/commands/DescribeSpotInstanceRequestsCommand.ts | 4 +--- .../src/commands/DescribeSpotPriceHistoryCommand.ts | 4 +--- .../src/commands/DescribeStaleSecurityGroupsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeStoreImageTasksCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeSubnetsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeTrafficMirrorFilterRulesCommand.ts | 4 +--- .../src/commands/DescribeTrafficMirrorFiltersCommand.ts | 4 +--- .../src/commands/DescribeTrafficMirrorSessionsCommand.ts | 4 +--- .../src/commands/DescribeTrafficMirrorTargetsCommand.ts | 4 +--- .../src/commands/DescribeTransitGatewayAttachmentsCommand.ts | 4 +--- .../src/commands/DescribeTransitGatewayConnectPeersCommand.ts | 4 +--- .../src/commands/DescribeTransitGatewayConnectsCommand.ts | 4 +--- .../commands/DescribeTransitGatewayMulticastDomainsCommand.ts | 4 +--- .../DescribeTransitGatewayPeeringAttachmentsCommand.ts | 4 +--- .../src/commands/DescribeTransitGatewayPolicyTablesCommand.ts | 4 +--- .../DescribeTransitGatewayRouteTableAnnouncementsCommand.ts | 4 +--- .../src/commands/DescribeTransitGatewayRouteTablesCommand.ts | 4 +--- .../commands/DescribeTransitGatewayVpcAttachmentsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeTransitGatewaysCommand.ts | 4 +--- .../src/commands/DescribeTrunkInterfaceAssociationsCommand.ts | 4 +--- .../src/commands/DescribeVerifiedAccessEndpointsCommand.ts | 4 +--- .../src/commands/DescribeVerifiedAccessGroupsCommand.ts | 4 +--- ...cribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeVerifiedAccessInstancesCommand.ts | 4 +--- .../commands/DescribeVerifiedAccessTrustProvidersCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVolumeAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVolumeStatusCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeVolumesCommand.ts | 4 +--- .../src/commands/DescribeVolumesModificationsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVpcAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts | 4 +--- .../src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts | 4 +--- .../DescribeVpcEndpointConnectionNotificationsCommand.ts | 4 +--- .../src/commands/DescribeVpcEndpointConnectionsCommand.ts | 4 +--- .../DescribeVpcEndpointServiceConfigurationsCommand.ts | 4 +--- .../commands/DescribeVpcEndpointServicePermissionsCommand.ts | 4 +--- .../src/commands/DescribeVpcEndpointServicesCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVpcEndpointsCommand.ts | 4 +--- .../src/commands/DescribeVpcPeeringConnectionsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeVpcsCommand.ts | 4 +--- .../client-ec2/src/commands/DescribeVpnConnectionsCommand.ts | 4 +--- clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts | 4 +--- .../client-ec2/src/commands/DetachClassicLinkVpcCommand.ts | 4 +--- .../client-ec2/src/commands/DetachInternetGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/DetachNetworkInterfaceCommand.ts | 4 +--- .../src/commands/DetachVerifiedAccessTrustProviderCommand.ts | 4 +--- clients/client-ec2/src/commands/DetachVolumeCommand.ts | 4 +--- clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts | 4 +--- .../client-ec2/src/commands/DisableAddressTransferCommand.ts | 4 +--- .../DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts | 4 +--- .../src/commands/DisableEbsEncryptionByDefaultCommand.ts | 4 +--- clients/client-ec2/src/commands/DisableFastLaunchCommand.ts | 4 +--- .../src/commands/DisableFastSnapshotRestoresCommand.ts | 4 +--- .../src/commands/DisableImageBlockPublicAccessCommand.ts | 4 +--- clients/client-ec2/src/commands/DisableImageCommand.ts | 4 +--- .../client-ec2/src/commands/DisableImageDeprecationCommand.ts | 4 +--- .../commands/DisableImageDeregistrationProtectionCommand.ts | 4 +--- .../commands/DisableIpamOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/DisableSerialConsoleAccessCommand.ts | 4 +--- .../src/commands/DisableSnapshotBlockPublicAccessCommand.ts | 4 +--- .../DisableTransitGatewayRouteTablePropagationCommand.ts | 4 +--- .../src/commands/DisableVgwRoutePropagationCommand.ts | 4 +--- .../client-ec2/src/commands/DisableVpcClassicLinkCommand.ts | 4 +--- .../src/commands/DisableVpcClassicLinkDnsSupportCommand.ts | 4 +--- clients/client-ec2/src/commands/DisassociateAddressCommand.ts | 4 +--- .../src/commands/DisassociateClientVpnTargetNetworkCommand.ts | 4 +--- .../commands/DisassociateEnclaveCertificateIamRoleCommand.ts | 4 +--- .../src/commands/DisassociateIamInstanceProfileCommand.ts | 4 +--- .../src/commands/DisassociateInstanceEventWindowCommand.ts | 4 +--- .../client-ec2/src/commands/DisassociateIpamByoasnCommand.ts | 4 +--- .../src/commands/DisassociateIpamResourceDiscoveryCommand.ts | 4 +--- .../src/commands/DisassociateNatGatewayAddressCommand.ts | 4 +--- .../client-ec2/src/commands/DisassociateRouteTableCommand.ts | 4 +--- .../src/commands/DisassociateSubnetCidrBlockCommand.ts | 4 +--- .../DisassociateTransitGatewayMulticastDomainCommand.ts | 4 +--- .../commands/DisassociateTransitGatewayPolicyTableCommand.ts | 4 +--- .../commands/DisassociateTransitGatewayRouteTableCommand.ts | 4 +--- .../src/commands/DisassociateTrunkInterfaceCommand.ts | 4 +--- .../src/commands/DisassociateVpcCidrBlockCommand.ts | 4 +--- .../client-ec2/src/commands/EnableAddressTransferCommand.ts | 4 +--- .../EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts | 4 +--- .../src/commands/EnableEbsEncryptionByDefaultCommand.ts | 4 +--- clients/client-ec2/src/commands/EnableFastLaunchCommand.ts | 4 +--- .../src/commands/EnableFastSnapshotRestoresCommand.ts | 4 +--- .../src/commands/EnableImageBlockPublicAccessCommand.ts | 4 +--- clients/client-ec2/src/commands/EnableImageCommand.ts | 4 +--- .../client-ec2/src/commands/EnableImageDeprecationCommand.ts | 4 +--- .../commands/EnableImageDeregistrationProtectionCommand.ts | 4 +--- .../src/commands/EnableIpamOrganizationAdminAccountCommand.ts | 4 +--- .../EnableReachabilityAnalyzerOrganizationSharingCommand.ts | 4 +--- .../src/commands/EnableSerialConsoleAccessCommand.ts | 4 +--- .../src/commands/EnableSnapshotBlockPublicAccessCommand.ts | 4 +--- .../EnableTransitGatewayRouteTablePropagationCommand.ts | 4 +--- .../src/commands/EnableVgwRoutePropagationCommand.ts | 4 +--- clients/client-ec2/src/commands/EnableVolumeIOCommand.ts | 4 +--- .../client-ec2/src/commands/EnableVpcClassicLinkCommand.ts | 4 +--- .../src/commands/EnableVpcClassicLinkDnsSupportCommand.ts | 4 +--- .../ExportClientVpnClientCertificateRevocationListCommand.ts | 4 +--- .../src/commands/ExportClientVpnClientConfigurationCommand.ts | 4 +--- clients/client-ec2/src/commands/ExportImageCommand.ts | 4 +--- .../src/commands/ExportTransitGatewayRoutesCommand.ts | 4 +--- .../GetAssociatedEnclaveCertificateIamRolesCommand.ts | 4 +--- .../src/commands/GetAssociatedIpv6PoolCidrsCommand.ts | 4 +--- .../src/commands/GetAwsNetworkPerformanceDataCommand.ts | 4 +--- .../src/commands/GetCapacityReservationUsageCommand.ts | 4 +--- clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts | 4 +--- clients/client-ec2/src/commands/GetConsoleOutputCommand.ts | 4 +--- .../client-ec2/src/commands/GetConsoleScreenshotCommand.ts | 4 +--- .../src/commands/GetDefaultCreditSpecificationCommand.ts | 4 +--- .../client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts | 4 +--- .../src/commands/GetEbsEncryptionByDefaultCommand.ts | 4 +--- .../src/commands/GetFlowLogsIntegrationTemplateCommand.ts | 4 +--- .../src/commands/GetGroupsForCapacityReservationCommand.ts | 4 +--- .../src/commands/GetHostReservationPurchasePreviewCommand.ts | 4 +--- .../src/commands/GetImageBlockPublicAccessStateCommand.ts | 4 +--- .../src/commands/GetInstanceMetadataDefaultsCommand.ts | 4 +--- clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts | 4 +--- .../GetInstanceTypesFromInstanceRequirementsCommand.ts | 4 +--- clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts | 4 +--- .../client-ec2/src/commands/GetIpamAddressHistoryCommand.ts | 4 +--- .../src/commands/GetIpamDiscoveredAccountsCommand.ts | 4 +--- .../src/commands/GetIpamDiscoveredPublicAddressesCommand.ts | 4 +--- .../src/commands/GetIpamDiscoveredResourceCidrsCommand.ts | 4 +--- .../client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts | 4 +--- clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts | 4 +--- .../client-ec2/src/commands/GetIpamResourceCidrsCommand.ts | 4 +--- .../client-ec2/src/commands/GetLaunchTemplateDataCommand.ts | 4 +--- .../src/commands/GetManagedPrefixListAssociationsCommand.ts | 4 +--- .../src/commands/GetManagedPrefixListEntriesCommand.ts | 4 +--- .../GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts | 4 +--- .../commands/GetNetworkInsightsAccessScopeContentCommand.ts | 4 +--- clients/client-ec2/src/commands/GetPasswordDataCommand.ts | 4 +--- .../src/commands/GetReservedInstancesExchangeQuoteCommand.ts | 4 +--- .../client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts | 4 +--- .../src/commands/GetSerialConsoleAccessStatusCommand.ts | 4 +--- .../src/commands/GetSnapshotBlockPublicAccessStateCommand.ts | 4 +--- .../client-ec2/src/commands/GetSpotPlacementScoresCommand.ts | 4 +--- .../src/commands/GetSubnetCidrReservationsCommand.ts | 4 +--- .../GetTransitGatewayAttachmentPropagationsCommand.ts | 4 +--- .../GetTransitGatewayMulticastDomainAssociationsCommand.ts | 4 +--- .../GetTransitGatewayPolicyTableAssociationsCommand.ts | 4 +--- .../commands/GetTransitGatewayPolicyTableEntriesCommand.ts | 4 +--- .../commands/GetTransitGatewayPrefixListReferencesCommand.ts | 4 +--- .../GetTransitGatewayRouteTableAssociationsCommand.ts | 4 +--- .../GetTransitGatewayRouteTablePropagationsCommand.ts | 4 +--- .../src/commands/GetVerifiedAccessEndpointPolicyCommand.ts | 4 +--- .../src/commands/GetVerifiedAccessGroupPolicyCommand.ts | 4 +--- .../GetVpnConnectionDeviceSampleConfigurationCommand.ts | 4 +--- .../src/commands/GetVpnConnectionDeviceTypesCommand.ts | 4 +--- .../src/commands/GetVpnTunnelReplacementStatusCommand.ts | 4 +--- .../ImportClientVpnClientCertificateRevocationListCommand.ts | 4 +--- clients/client-ec2/src/commands/ImportImageCommand.ts | 4 +--- clients/client-ec2/src/commands/ImportInstanceCommand.ts | 4 +--- clients/client-ec2/src/commands/ImportKeyPairCommand.ts | 4 +--- clients/client-ec2/src/commands/ImportSnapshotCommand.ts | 4 +--- clients/client-ec2/src/commands/ImportVolumeCommand.ts | 4 +--- .../client-ec2/src/commands/ListImagesInRecycleBinCommand.ts | 4 +--- .../src/commands/ListSnapshotsInRecycleBinCommand.ts | 4 +--- clients/client-ec2/src/commands/LockSnapshotCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyAddressAttributeCommand.ts | 4 +--- .../src/commands/ModifyAvailabilityZoneGroupCommand.ts | 4 +--- .../src/commands/ModifyCapacityReservationCommand.ts | 4 +--- .../src/commands/ModifyCapacityReservationFleetCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts | 4 +--- .../src/commands/ModifyDefaultCreditSpecificationCommand.ts | 4 +--- .../src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyFleetCommand.ts | 4 +--- .../src/commands/ModifyFpgaImageAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyHostsCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyIdFormatCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyImageAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyInstanceAttributeCommand.ts | 4 +--- .../ModifyInstanceCapacityReservationAttributesCommand.ts | 4 +--- .../src/commands/ModifyInstanceCreditSpecificationCommand.ts | 4 +--- .../src/commands/ModifyInstanceEventStartTimeCommand.ts | 4 +--- .../src/commands/ModifyInstanceEventWindowCommand.ts | 4 +--- .../src/commands/ModifyInstanceMaintenanceOptionsCommand.ts | 4 +--- .../src/commands/ModifyInstanceMetadataDefaultsCommand.ts | 4 +--- .../src/commands/ModifyInstanceMetadataOptionsCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyInstancePlacementCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyIpamCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts | 4 +--- .../src/commands/ModifyIpamResourceDiscoveryCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyLaunchTemplateCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyManagedPrefixListCommand.ts | 4 +--- .../src/commands/ModifyNetworkInterfaceAttributeCommand.ts | 4 +--- .../src/commands/ModifyPrivateDnsNameOptionsCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyReservedInstancesCommand.ts | 4 +--- .../src/commands/ModifySecurityGroupRulesCommand.ts | 4 +--- .../client-ec2/src/commands/ModifySnapshotAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts | 4 +--- .../client-ec2/src/commands/ModifySpotFleetRequestCommand.ts | 4 +--- .../client-ec2/src/commands/ModifySubnetAttributeCommand.ts | 4 +--- .../ModifyTrafficMirrorFilterNetworkServicesCommand.ts | 4 +--- .../src/commands/ModifyTrafficMirrorFilterRuleCommand.ts | 4 +--- .../src/commands/ModifyTrafficMirrorSessionCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyTransitGatewayCommand.ts | 4 +--- .../ModifyTransitGatewayPrefixListReferenceCommand.ts | 4 +--- .../src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessEndpointCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessGroupCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessInstanceCommand.ts | 4 +--- ...ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts | 4 +--- .../src/commands/ModifyVerifiedAccessTrustProviderCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyVolumeAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyVolumeCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts | 4 +--- .../ModifyVpcEndpointConnectionNotificationCommand.ts | 4 +--- .../commands/ModifyVpcEndpointServiceConfigurationCommand.ts | 4 +--- .../ModifyVpcEndpointServicePayerResponsibilityCommand.ts | 4 +--- .../commands/ModifyVpcEndpointServicePermissionsCommand.ts | 4 +--- .../src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts | 4 +--- clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts | 4 +--- .../src/commands/ModifyVpnConnectionOptionsCommand.ts | 4 +--- .../src/commands/ModifyVpnTunnelCertificateCommand.ts | 4 +--- .../client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts | 4 +--- clients/client-ec2/src/commands/MonitorInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts | 4 +--- clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts | 4 +--- .../src/commands/MoveCapacityReservationInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts | 4 +--- clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts | 4 +--- .../client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts | 4 +--- .../src/commands/ProvisionPublicIpv4PoolCidrCommand.ts | 4 +--- .../client-ec2/src/commands/PurchaseCapacityBlockCommand.ts | 4 +--- .../client-ec2/src/commands/PurchaseHostReservationCommand.ts | 4 +--- .../src/commands/PurchaseReservedInstancesOfferingCommand.ts | 4 +--- .../src/commands/PurchaseScheduledInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/RebootInstancesCommand.ts | 4 +--- clients/client-ec2/src/commands/RegisterImageCommand.ts | 4 +--- .../RegisterInstanceEventNotificationAttributesCommand.ts | 4 +--- .../RegisterTransitGatewayMulticastGroupMembersCommand.ts | 4 +--- .../RegisterTransitGatewayMulticastGroupSourcesCommand.ts | 4 +--- .../RejectTransitGatewayMulticastDomainAssociationsCommand.ts | 4 +--- .../commands/RejectTransitGatewayPeeringAttachmentCommand.ts | 4 +--- .../src/commands/RejectTransitGatewayVpcAttachmentCommand.ts | 4 +--- .../src/commands/RejectVpcEndpointConnectionsCommand.ts | 4 +--- .../src/commands/RejectVpcPeeringConnectionCommand.ts | 4 +--- clients/client-ec2/src/commands/ReleaseAddressCommand.ts | 4 +--- clients/client-ec2/src/commands/ReleaseHostsCommand.ts | 4 +--- .../src/commands/ReleaseIpamPoolAllocationCommand.ts | 4 +--- .../commands/ReplaceIamInstanceProfileAssociationCommand.ts | 4 +--- .../src/commands/ReplaceNetworkAclAssociationCommand.ts | 4 +--- .../client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts | 4 +--- clients/client-ec2/src/commands/ReplaceRouteCommand.ts | 4 +--- .../src/commands/ReplaceRouteTableAssociationCommand.ts | 4 +--- .../src/commands/ReplaceTransitGatewayRouteCommand.ts | 4 +--- clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts | 4 +--- .../client-ec2/src/commands/ReportInstanceStatusCommand.ts | 4 +--- clients/client-ec2/src/commands/RequestSpotFleetCommand.ts | 4 +--- .../client-ec2/src/commands/RequestSpotInstancesCommand.ts | 4 +--- .../client-ec2/src/commands/ResetAddressAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts | 4 +--- .../client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts | 4 +--- clients/client-ec2/src/commands/ResetImageAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/ResetInstanceAttributeCommand.ts | 4 +--- .../src/commands/ResetNetworkInterfaceAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/ResetSnapshotAttributeCommand.ts | 4 +--- .../client-ec2/src/commands/RestoreAddressToClassicCommand.ts | 4 +--- .../src/commands/RestoreImageFromRecycleBinCommand.ts | 4 +--- .../src/commands/RestoreManagedPrefixListVersionCommand.ts | 4 +--- .../src/commands/RestoreSnapshotFromRecycleBinCommand.ts | 4 +--- clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts | 4 +--- .../client-ec2/src/commands/RevokeClientVpnIngressCommand.ts | 4 +--- .../src/commands/RevokeSecurityGroupEgressCommand.ts | 4 +--- .../src/commands/RevokeSecurityGroupIngressCommand.ts | 4 +--- clients/client-ec2/src/commands/RunInstancesCommand.ts | 4 +--- .../client-ec2/src/commands/RunScheduledInstancesCommand.ts | 4 +--- .../src/commands/SearchLocalGatewayRoutesCommand.ts | 4 +--- .../commands/SearchTransitGatewayMulticastGroupsCommand.ts | 4 +--- .../src/commands/SearchTransitGatewayRoutesCommand.ts | 4 +--- .../client-ec2/src/commands/SendDiagnosticInterruptCommand.ts | 4 +--- clients/client-ec2/src/commands/StartInstancesCommand.ts | 4 +--- .../StartNetworkInsightsAccessScopeAnalysisCommand.ts | 4 +--- .../src/commands/StartNetworkInsightsAnalysisCommand.ts | 4 +--- .../StartVpcEndpointServicePrivateDnsVerificationCommand.ts | 4 +--- clients/client-ec2/src/commands/StopInstancesCommand.ts | 4 +--- .../src/commands/TerminateClientVpnConnectionsCommand.ts | 4 +--- clients/client-ec2/src/commands/TerminateInstancesCommand.ts | 4 +--- .../client-ec2/src/commands/UnassignIpv6AddressesCommand.ts | 4 +--- .../src/commands/UnassignPrivateIpAddressesCommand.ts | 4 +--- .../src/commands/UnassignPrivateNatGatewayAddressCommand.ts | 4 +--- clients/client-ec2/src/commands/UnlockSnapshotCommand.ts | 4 +--- clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts | 4 +--- .../UpdateSecurityGroupRuleDescriptionsEgressCommand.ts | 4 +--- .../UpdateSecurityGroupRuleDescriptionsIngressCommand.ts | 4 +--- clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts | 4 +--- .../src/commands/BatchCheckLayerAvailabilityCommand.ts | 4 +--- .../client-ecr-public/src/commands/BatchDeleteImageCommand.ts | 4 +--- .../src/commands/CompleteLayerUploadCommand.ts | 4 +--- .../client-ecr-public/src/commands/CreateRepositoryCommand.ts | 4 +--- .../client-ecr-public/src/commands/DeleteRepositoryCommand.ts | 4 +--- .../src/commands/DeleteRepositoryPolicyCommand.ts | 4 +--- .../src/commands/DescribeImageTagsCommand.ts | 4 +--- .../client-ecr-public/src/commands/DescribeImagesCommand.ts | 4 +--- .../src/commands/DescribeRegistriesCommand.ts | 4 +--- .../src/commands/DescribeRepositoriesCommand.ts | 4 +--- .../src/commands/GetAuthorizationTokenCommand.ts | 4 +--- .../src/commands/GetRegistryCatalogDataCommand.ts | 4 +--- .../src/commands/GetRepositoryCatalogDataCommand.ts | 4 +--- .../src/commands/GetRepositoryPolicyCommand.ts | 4 +--- .../src/commands/InitiateLayerUploadCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-ecr-public/src/commands/PutImageCommand.ts | 4 +--- .../src/commands/PutRegistryCatalogDataCommand.ts | 4 +--- .../src/commands/PutRepositoryCatalogDataCommand.ts | 4 +--- .../src/commands/SetRepositoryPolicyCommand.ts | 4 +--- clients/client-ecr-public/src/commands/TagResourceCommand.ts | 4 +--- .../client-ecr-public/src/commands/UntagResourceCommand.ts | 4 +--- .../client-ecr-public/src/commands/UploadLayerPartCommand.ts | 4 +--- .../src/commands/BatchCheckLayerAvailabilityCommand.ts | 4 +--- clients/client-ecr/src/commands/BatchDeleteImageCommand.ts | 4 +--- clients/client-ecr/src/commands/BatchGetImageCommand.ts | 4 +--- .../BatchGetRepositoryScanningConfigurationCommand.ts | 4 +--- clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts | 4 +--- .../src/commands/CreatePullThroughCacheRuleCommand.ts | 4 +--- clients/client-ecr/src/commands/CreateRepositoryCommand.ts | 4 +--- .../src/commands/CreateRepositoryCreationTemplateCommand.ts | 4 +--- .../client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts | 4 +--- .../src/commands/DeletePullThroughCacheRuleCommand.ts | 4 +--- .../client-ecr/src/commands/DeleteRegistryPolicyCommand.ts | 4 +--- clients/client-ecr/src/commands/DeleteRepositoryCommand.ts | 4 +--- .../src/commands/DeleteRepositoryCreationTemplateCommand.ts | 4 +--- .../client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts | 4 +--- .../src/commands/DescribeImageReplicationStatusCommand.ts | 4 +--- .../src/commands/DescribeImageScanFindingsCommand.ts | 4 +--- clients/client-ecr/src/commands/DescribeImagesCommand.ts | 4 +--- .../src/commands/DescribePullThroughCacheRulesCommand.ts | 4 +--- clients/client-ecr/src/commands/DescribeRegistryCommand.ts | 4 +--- .../client-ecr/src/commands/DescribeRepositoriesCommand.ts | 4 +--- .../commands/DescribeRepositoryCreationTemplatesCommand.ts | 4 +--- clients/client-ecr/src/commands/GetAccountSettingCommand.ts | 4 +--- .../client-ecr/src/commands/GetAuthorizationTokenCommand.ts | 4 +--- .../client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts | 4 +--- clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts | 4 +--- .../src/commands/GetLifecyclePolicyPreviewCommand.ts | 4 +--- clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts | 4 +--- .../src/commands/GetRegistryScanningConfigurationCommand.ts | 4 +--- clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts | 4 +--- clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts | 4 +--- clients/client-ecr/src/commands/ListImagesCommand.ts | 4 +--- clients/client-ecr/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-ecr/src/commands/PutAccountSettingCommand.ts | 4 +--- clients/client-ecr/src/commands/PutImageCommand.ts | 4 +--- .../src/commands/PutImageScanningConfigurationCommand.ts | 4 +--- .../client-ecr/src/commands/PutImageTagMutabilityCommand.ts | 4 +--- clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts | 4 +--- clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts | 4 +--- .../src/commands/PutRegistryScanningConfigurationCommand.ts | 4 +--- .../src/commands/PutReplicationConfigurationCommand.ts | 4 +--- clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts | 4 +--- clients/client-ecr/src/commands/StartImageScanCommand.ts | 4 +--- .../src/commands/StartLifecyclePolicyPreviewCommand.ts | 4 +--- clients/client-ecr/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ecr/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdatePullThroughCacheRuleCommand.ts | 4 +--- .../src/commands/UpdateRepositoryCreationTemplateCommand.ts | 4 +--- clients/client-ecr/src/commands/UploadLayerPartCommand.ts | 4 +--- .../src/commands/ValidatePullThroughCacheRuleCommand.ts | 4 +--- .../client-ecs/src/commands/CreateCapacityProviderCommand.ts | 4 +--- clients/client-ecs/src/commands/CreateClusterCommand.ts | 4 +--- clients/client-ecs/src/commands/CreateServiceCommand.ts | 4 +--- clients/client-ecs/src/commands/CreateTaskSetCommand.ts | 4 +--- .../client-ecs/src/commands/DeleteAccountSettingCommand.ts | 4 +--- clients/client-ecs/src/commands/DeleteAttributesCommand.ts | 4 +--- .../client-ecs/src/commands/DeleteCapacityProviderCommand.ts | 4 +--- clients/client-ecs/src/commands/DeleteClusterCommand.ts | 4 +--- clients/client-ecs/src/commands/DeleteServiceCommand.ts | 4 +--- .../client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts | 4 +--- clients/client-ecs/src/commands/DeleteTaskSetCommand.ts | 4 +--- .../src/commands/DeregisterContainerInstanceCommand.ts | 4 +--- .../src/commands/DeregisterTaskDefinitionCommand.ts | 4 +--- .../src/commands/DescribeCapacityProvidersCommand.ts | 4 +--- clients/client-ecs/src/commands/DescribeClustersCommand.ts | 4 +--- .../src/commands/DescribeContainerInstancesCommand.ts | 4 +--- clients/client-ecs/src/commands/DescribeServicesCommand.ts | 4 +--- .../client-ecs/src/commands/DescribeTaskDefinitionCommand.ts | 4 +--- clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts | 4 +--- clients/client-ecs/src/commands/DescribeTasksCommand.ts | 4 +--- .../client-ecs/src/commands/DiscoverPollEndpointCommand.ts | 4 +--- clients/client-ecs/src/commands/ExecuteCommandCommand.ts | 4 +--- clients/client-ecs/src/commands/GetTaskProtectionCommand.ts | 4 +--- clients/client-ecs/src/commands/ListAccountSettingsCommand.ts | 4 +--- clients/client-ecs/src/commands/ListAttributesCommand.ts | 4 +--- clients/client-ecs/src/commands/ListClustersCommand.ts | 4 +--- .../client-ecs/src/commands/ListContainerInstancesCommand.ts | 4 +--- .../client-ecs/src/commands/ListServicesByNamespaceCommand.ts | 4 +--- clients/client-ecs/src/commands/ListServicesCommand.ts | 4 +--- clients/client-ecs/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTaskDefinitionFamiliesCommand.ts | 4 +--- clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts | 4 +--- clients/client-ecs/src/commands/ListTasksCommand.ts | 4 +--- clients/client-ecs/src/commands/PutAccountSettingCommand.ts | 4 +--- .../src/commands/PutAccountSettingDefaultCommand.ts | 4 +--- clients/client-ecs/src/commands/PutAttributesCommand.ts | 4 +--- .../src/commands/PutClusterCapacityProvidersCommand.ts | 4 +--- .../src/commands/RegisterContainerInstanceCommand.ts | 4 +--- .../client-ecs/src/commands/RegisterTaskDefinitionCommand.ts | 4 +--- clients/client-ecs/src/commands/RunTaskCommand.ts | 4 +--- clients/client-ecs/src/commands/StartTaskCommand.ts | 4 +--- clients/client-ecs/src/commands/StopTaskCommand.ts | 4 +--- .../src/commands/SubmitAttachmentStateChangesCommand.ts | 4 +--- .../src/commands/SubmitContainerStateChangeCommand.ts | 4 +--- .../client-ecs/src/commands/SubmitTaskStateChangeCommand.ts | 4 +--- clients/client-ecs/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ecs/src/commands/UntagResourceCommand.ts | 4 +--- .../client-ecs/src/commands/UpdateCapacityProviderCommand.ts | 4 +--- clients/client-ecs/src/commands/UpdateClusterCommand.ts | 4 +--- .../client-ecs/src/commands/UpdateClusterSettingsCommand.ts | 4 +--- .../client-ecs/src/commands/UpdateContainerAgentCommand.ts | 4 +--- .../src/commands/UpdateContainerInstancesStateCommand.ts | 4 +--- clients/client-ecs/src/commands/UpdateServiceCommand.ts | 4 +--- .../src/commands/UpdateServicePrimaryTaskSetCommand.ts | 4 +--- .../client-ecs/src/commands/UpdateTaskProtectionCommand.ts | 4 +--- clients/client-ecs/src/commands/UpdateTaskSetCommand.ts | 4 +--- clients/client-efs/src/commands/CreateAccessPointCommand.ts | 4 +--- clients/client-efs/src/commands/CreateFileSystemCommand.ts | 4 +--- clients/client-efs/src/commands/CreateMountTargetCommand.ts | 4 +--- .../src/commands/CreateReplicationConfigurationCommand.ts | 4 +--- clients/client-efs/src/commands/CreateTagsCommand.ts | 4 +--- clients/client-efs/src/commands/DeleteAccessPointCommand.ts | 4 +--- clients/client-efs/src/commands/DeleteFileSystemCommand.ts | 4 +--- .../client-efs/src/commands/DeleteFileSystemPolicyCommand.ts | 4 +--- clients/client-efs/src/commands/DeleteMountTargetCommand.ts | 4 +--- .../src/commands/DeleteReplicationConfigurationCommand.ts | 4 +--- clients/client-efs/src/commands/DeleteTagsCommand.ts | 4 +--- .../client-efs/src/commands/DescribeAccessPointsCommand.ts | 4 +--- .../src/commands/DescribeAccountPreferencesCommand.ts | 4 +--- .../client-efs/src/commands/DescribeBackupPolicyCommand.ts | 4 +--- .../src/commands/DescribeFileSystemPolicyCommand.ts | 4 +--- clients/client-efs/src/commands/DescribeFileSystemsCommand.ts | 4 +--- .../src/commands/DescribeLifecycleConfigurationCommand.ts | 4 +--- .../src/commands/DescribeMountTargetSecurityGroupsCommand.ts | 4 +--- .../client-efs/src/commands/DescribeMountTargetsCommand.ts | 4 +--- .../src/commands/DescribeReplicationConfigurationsCommand.ts | 4 +--- clients/client-efs/src/commands/DescribeTagsCommand.ts | 4 +--- clients/client-efs/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ModifyMountTargetSecurityGroupsCommand.ts | 4 +--- .../client-efs/src/commands/PutAccountPreferencesCommand.ts | 4 +--- clients/client-efs/src/commands/PutBackupPolicyCommand.ts | 4 +--- clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts | 4 +--- .../src/commands/PutLifecycleConfigurationCommand.ts | 4 +--- clients/client-efs/src/commands/TagResourceCommand.ts | 4 +--- clients/client-efs/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-efs/src/commands/UpdateFileSystemCommand.ts | 4 +--- .../src/commands/UpdateFileSystemProtectionCommand.ts | 4 +--- .../src/commands/AssumeRoleForPodIdentityCommand.ts | 4 +--- .../client-eks/src/commands/AssociateAccessPolicyCommand.ts | 4 +--- .../src/commands/AssociateEncryptionConfigCommand.ts | 4 +--- .../src/commands/AssociateIdentityProviderConfigCommand.ts | 4 +--- clients/client-eks/src/commands/CreateAccessEntryCommand.ts | 4 +--- clients/client-eks/src/commands/CreateAddonCommand.ts | 4 +--- clients/client-eks/src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateEksAnywhereSubscriptionCommand.ts | 4 +--- .../client-eks/src/commands/CreateFargateProfileCommand.ts | 4 +--- clients/client-eks/src/commands/CreateNodegroupCommand.ts | 4 +--- .../src/commands/CreatePodIdentityAssociationCommand.ts | 4 +--- clients/client-eks/src/commands/DeleteAccessEntryCommand.ts | 4 +--- clients/client-eks/src/commands/DeleteAddonCommand.ts | 4 +--- clients/client-eks/src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteEksAnywhereSubscriptionCommand.ts | 4 +--- .../client-eks/src/commands/DeleteFargateProfileCommand.ts | 4 +--- clients/client-eks/src/commands/DeleteNodegroupCommand.ts | 4 +--- .../src/commands/DeletePodIdentityAssociationCommand.ts | 4 +--- clients/client-eks/src/commands/DeregisterClusterCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeAccessEntryCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeAddonCommand.ts | 4 +--- .../src/commands/DescribeAddonConfigurationCommand.ts | 4 +--- .../client-eks/src/commands/DescribeAddonVersionsCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeClusterCommand.ts | 4 +--- .../src/commands/DescribeEksAnywhereSubscriptionCommand.ts | 4 +--- .../client-eks/src/commands/DescribeFargateProfileCommand.ts | 4 +--- .../src/commands/DescribeIdentityProviderConfigCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeInsightCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeNodegroupCommand.ts | 4 +--- .../src/commands/DescribePodIdentityAssociationCommand.ts | 4 +--- clients/client-eks/src/commands/DescribeUpdateCommand.ts | 4 +--- .../src/commands/DisassociateAccessPolicyCommand.ts | 4 +--- .../src/commands/DisassociateIdentityProviderConfigCommand.ts | 4 +--- clients/client-eks/src/commands/ListAccessEntriesCommand.ts | 4 +--- clients/client-eks/src/commands/ListAccessPoliciesCommand.ts | 4 +--- clients/client-eks/src/commands/ListAddonsCommand.ts | 4 +--- .../src/commands/ListAssociatedAccessPoliciesCommand.ts | 4 +--- clients/client-eks/src/commands/ListClustersCommand.ts | 4 +--- .../src/commands/ListEksAnywhereSubscriptionsCommand.ts | 4 +--- clients/client-eks/src/commands/ListFargateProfilesCommand.ts | 4 +--- .../src/commands/ListIdentityProviderConfigsCommand.ts | 4 +--- clients/client-eks/src/commands/ListInsightsCommand.ts | 4 +--- clients/client-eks/src/commands/ListNodegroupsCommand.ts | 4 +--- .../src/commands/ListPodIdentityAssociationsCommand.ts | 4 +--- clients/client-eks/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-eks/src/commands/ListUpdatesCommand.ts | 4 +--- clients/client-eks/src/commands/RegisterClusterCommand.ts | 4 +--- clients/client-eks/src/commands/TagResourceCommand.ts | 4 +--- clients/client-eks/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-eks/src/commands/UpdateAccessEntryCommand.ts | 4 +--- clients/client-eks/src/commands/UpdateAddonCommand.ts | 4 +--- clients/client-eks/src/commands/UpdateClusterConfigCommand.ts | 4 +--- .../client-eks/src/commands/UpdateClusterVersionCommand.ts | 4 +--- .../src/commands/UpdateEksAnywhereSubscriptionCommand.ts | 4 +--- .../client-eks/src/commands/UpdateNodegroupConfigCommand.ts | 4 +--- .../client-eks/src/commands/UpdateNodegroupVersionCommand.ts | 4 +--- .../src/commands/UpdatePodIdentityAssociationCommand.ts | 4 +--- .../src/commands/AbortEnvironmentUpdateCommand.ts | 4 +--- .../src/commands/ApplyEnvironmentManagedActionCommand.ts | 4 +--- .../src/commands/AssociateEnvironmentOperationsRoleCommand.ts | 4 +--- .../src/commands/CheckDNSAvailabilityCommand.ts | 4 +--- .../src/commands/ComposeEnvironmentsCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateApplicationVersionCommand.ts | 4 +--- .../src/commands/CreateConfigurationTemplateCommand.ts | 4 +--- .../src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/CreatePlatformVersionCommand.ts | 4 +--- .../src/commands/CreateStorageLocationCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteApplicationVersionCommand.ts | 4 +--- .../src/commands/DeleteConfigurationTemplateCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentConfigurationCommand.ts | 4 +--- .../src/commands/DeletePlatformVersionCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../src/commands/DescribeApplicationVersionsCommand.ts | 4 +--- .../src/commands/DescribeApplicationsCommand.ts | 4 +--- .../src/commands/DescribeConfigurationOptionsCommand.ts | 4 +--- .../src/commands/DescribeConfigurationSettingsCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentHealthCommand.ts | 4 +--- .../DescribeEnvironmentManagedActionHistoryCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentManagedActionsCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentResourcesCommand.ts | 4 +--- .../src/commands/DescribeEnvironmentsCommand.ts | 4 +--- .../src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeInstancesHealthCommand.ts | 4 +--- .../src/commands/DescribePlatformVersionCommand.ts | 4 +--- .../commands/DisassociateEnvironmentOperationsRoleCommand.ts | 4 +--- .../src/commands/ListAvailableSolutionStacksCommand.ts | 4 +--- .../src/commands/ListPlatformBranchesCommand.ts | 4 +--- .../src/commands/ListPlatformVersionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RebuildEnvironmentCommand.ts | 4 +--- .../src/commands/RequestEnvironmentInfoCommand.ts | 4 +--- .../src/commands/RestartAppServerCommand.ts | 4 +--- .../src/commands/RetrieveEnvironmentInfoCommand.ts | 4 +--- .../src/commands/SwapEnvironmentCNAMEsCommand.ts | 4 +--- .../src/commands/TerminateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateApplicationResourceLifecycleCommand.ts | 4 +--- .../src/commands/UpdateApplicationVersionCommand.ts | 4 +--- .../src/commands/UpdateConfigurationTemplateCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateTagsForResourceCommand.ts | 4 +--- .../src/commands/ValidateConfigurationSettingsCommand.ts | 4 +--- .../src/commands/DescribeAcceleratorOfferingsCommand.ts | 4 +--- .../src/commands/DescribeAcceleratorTypesCommand.ts | 4 +--- .../src/commands/DescribeAcceleratorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/AddListenerCertificatesCommand.ts | 4 +--- .../src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/AddTrustStoreRevocationsCommand.ts | 4 +--- .../src/commands/CreateListenerCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerCommand.ts | 4 +--- .../src/commands/CreateRuleCommand.ts | 4 +--- .../src/commands/CreateTargetGroupCommand.ts | 4 +--- .../src/commands/CreateTrustStoreCommand.ts | 4 +--- .../src/commands/DeleteListenerCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerCommand.ts | 4 +--- .../src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DeleteSharedTrustStoreAssociationCommand.ts | 4 +--- .../src/commands/DeleteTargetGroupCommand.ts | 4 +--- .../src/commands/DeleteTrustStoreCommand.ts | 4 +--- .../src/commands/DeregisterTargetsCommand.ts | 4 +--- .../src/commands/DescribeAccountLimitsCommand.ts | 4 +--- .../src/commands/DescribeListenerAttributesCommand.ts | 4 +--- .../src/commands/DescribeListenerCertificatesCommand.ts | 4 +--- .../src/commands/DescribeListenersCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancerAttributesCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancersCommand.ts | 4 +--- .../src/commands/DescribeRulesCommand.ts | 4 +--- .../src/commands/DescribeSSLPoliciesCommand.ts | 4 +--- .../src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeTargetGroupAttributesCommand.ts | 4 +--- .../src/commands/DescribeTargetGroupsCommand.ts | 4 +--- .../src/commands/DescribeTargetHealthCommand.ts | 4 +--- .../src/commands/DescribeTrustStoreAssociationsCommand.ts | 4 +--- .../src/commands/DescribeTrustStoreRevocationsCommand.ts | 4 +--- .../src/commands/DescribeTrustStoresCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/GetTrustStoreCaCertificatesBundleCommand.ts | 4 +--- .../src/commands/GetTrustStoreRevocationContentCommand.ts | 4 +--- .../src/commands/ModifyListenerAttributesCommand.ts | 4 +--- .../src/commands/ModifyListenerCommand.ts | 4 +--- .../src/commands/ModifyLoadBalancerAttributesCommand.ts | 4 +--- .../src/commands/ModifyRuleCommand.ts | 4 +--- .../src/commands/ModifyTargetGroupAttributesCommand.ts | 4 +--- .../src/commands/ModifyTargetGroupCommand.ts | 4 +--- .../src/commands/ModifyTrustStoreCommand.ts | 4 +--- .../src/commands/RegisterTargetsCommand.ts | 4 +--- .../src/commands/RemoveListenerCertificatesCommand.ts | 4 +--- .../src/commands/RemoveTagsCommand.ts | 4 +--- .../src/commands/RemoveTrustStoreRevocationsCommand.ts | 4 +--- .../src/commands/SetIpAddressTypeCommand.ts | 4 +--- .../src/commands/SetRulePrioritiesCommand.ts | 4 +--- .../src/commands/SetSecurityGroupsCommand.ts | 4 +--- .../src/commands/SetSubnetsCommand.ts | 4 +--- .../src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts | 4 +--- .../src/commands/AttachLoadBalancerToSubnetsCommand.ts | 4 +--- .../src/commands/ConfigureHealthCheckCommand.ts | 4 +--- .../src/commands/CreateAppCookieStickinessPolicyCommand.ts | 4 +--- .../src/commands/CreateLBCookieStickinessPolicyCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerListenersCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerPolicyCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerListenersCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerPolicyCommand.ts | 4 +--- .../commands/DeregisterInstancesFromLoadBalancerCommand.ts | 4 +--- .../src/commands/DescribeAccountLimitsCommand.ts | 4 +--- .../src/commands/DescribeInstanceHealthCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancerAttributesCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancerPoliciesCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancerPolicyTypesCommand.ts | 4 +--- .../src/commands/DescribeLoadBalancersCommand.ts | 4 +--- .../src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DetachLoadBalancerFromSubnetsCommand.ts | 4 +--- .../DisableAvailabilityZonesForLoadBalancerCommand.ts | 4 +--- .../commands/EnableAvailabilityZonesForLoadBalancerCommand.ts | 4 +--- .../src/commands/ModifyLoadBalancerAttributesCommand.ts | 4 +--- .../src/commands/RegisterInstancesWithLoadBalancerCommand.ts | 4 +--- .../src/commands/RemoveTagsCommand.ts | 4 +--- .../commands/SetLoadBalancerListenerSSLCertificateCommand.ts | 4 +--- .../SetLoadBalancerPoliciesForBackendServerCommand.ts | 4 +--- .../src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts | 4 +--- .../src/commands/CancelJobCommand.ts | 4 +--- .../src/commands/CreateJobCommand.ts | 4 +--- .../src/commands/CreatePipelineCommand.ts | 4 +--- .../src/commands/CreatePresetCommand.ts | 4 +--- .../src/commands/DeletePipelineCommand.ts | 4 +--- .../src/commands/DeletePresetCommand.ts | 4 +--- .../src/commands/ListJobsByPipelineCommand.ts | 4 +--- .../src/commands/ListJobsByStatusCommand.ts | 4 +--- .../src/commands/ListPipelinesCommand.ts | 4 +--- .../src/commands/ListPresetsCommand.ts | 4 +--- .../client-elastic-transcoder/src/commands/ReadJobCommand.ts | 4 +--- .../src/commands/ReadPipelineCommand.ts | 4 +--- .../src/commands/ReadPresetCommand.ts | 4 +--- .../client-elastic-transcoder/src/commands/TestRoleCommand.ts | 4 +--- .../src/commands/UpdatePipelineCommand.ts | 4 +--- .../src/commands/UpdatePipelineNotificationsCommand.ts | 4 +--- .../src/commands/UpdatePipelineStatusCommand.ts | 4 +--- .../src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts | 4 +--- .../src/commands/BatchApplyUpdateActionCommand.ts | 4 +--- .../src/commands/BatchStopUpdateActionCommand.ts | 4 +--- .../src/commands/CompleteMigrationCommand.ts | 4 +--- .../src/commands/CopyServerlessCacheSnapshotCommand.ts | 4 +--- .../client-elasticache/src/commands/CopySnapshotCommand.ts | 4 +--- .../src/commands/CreateCacheClusterCommand.ts | 4 +--- .../src/commands/CreateCacheParameterGroupCommand.ts | 4 +--- .../src/commands/CreateCacheSecurityGroupCommand.ts | 4 +--- .../src/commands/CreateCacheSubnetGroupCommand.ts | 4 +--- .../src/commands/CreateGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/CreateReplicationGroupCommand.ts | 4 +--- .../src/commands/CreateServerlessCacheCommand.ts | 4 +--- .../src/commands/CreateServerlessCacheSnapshotCommand.ts | 4 +--- .../client-elasticache/src/commands/CreateSnapshotCommand.ts | 4 +--- clients/client-elasticache/src/commands/CreateUserCommand.ts | 4 +--- .../client-elasticache/src/commands/CreateUserGroupCommand.ts | 4 +--- .../DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/DecreaseReplicaCountCommand.ts | 4 +--- .../src/commands/DeleteCacheClusterCommand.ts | 4 +--- .../src/commands/DeleteCacheParameterGroupCommand.ts | 4 +--- .../src/commands/DeleteCacheSecurityGroupCommand.ts | 4 +--- .../src/commands/DeleteCacheSubnetGroupCommand.ts | 4 +--- .../src/commands/DeleteGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/DeleteReplicationGroupCommand.ts | 4 +--- .../src/commands/DeleteServerlessCacheCommand.ts | 4 +--- .../src/commands/DeleteServerlessCacheSnapshotCommand.ts | 4 +--- .../client-elasticache/src/commands/DeleteSnapshotCommand.ts | 4 +--- clients/client-elasticache/src/commands/DeleteUserCommand.ts | 4 +--- .../client-elasticache/src/commands/DeleteUserGroupCommand.ts | 4 +--- .../src/commands/DescribeCacheClustersCommand.ts | 4 +--- .../src/commands/DescribeCacheEngineVersionsCommand.ts | 4 +--- .../src/commands/DescribeCacheParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeCacheParametersCommand.ts | 4 +--- .../src/commands/DescribeCacheSecurityGroupsCommand.ts | 4 +--- .../src/commands/DescribeCacheSubnetGroupsCommand.ts | 4 +--- .../src/commands/DescribeEngineDefaultParametersCommand.ts | 4 +--- .../client-elasticache/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeGlobalReplicationGroupsCommand.ts | 4 +--- .../src/commands/DescribeReplicationGroupsCommand.ts | 4 +--- .../src/commands/DescribeReservedCacheNodesCommand.ts | 4 +--- .../commands/DescribeReservedCacheNodesOfferingsCommand.ts | 4 +--- .../src/commands/DescribeServerlessCacheSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeServerlessCachesCommand.ts | 4 +--- .../src/commands/DescribeServiceUpdatesCommand.ts | 4 +--- .../src/commands/DescribeSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeUpdateActionsCommand.ts | 4 +--- .../src/commands/DescribeUserGroupsCommand.ts | 4 +--- .../client-elasticache/src/commands/DescribeUsersCommand.ts | 4 +--- .../src/commands/DisassociateGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/ExportServerlessCacheSnapshotCommand.ts | 4 +--- .../src/commands/FailoverGlobalReplicationGroupCommand.ts | 4 +--- .../IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/IncreaseReplicaCountCommand.ts | 4 +--- .../src/commands/ListAllowedNodeTypeModificationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ModifyCacheClusterCommand.ts | 4 +--- .../src/commands/ModifyCacheParameterGroupCommand.ts | 4 +--- .../src/commands/ModifyCacheSubnetGroupCommand.ts | 4 +--- .../src/commands/ModifyGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/ModifyReplicationGroupCommand.ts | 4 +--- .../ModifyReplicationGroupShardConfigurationCommand.ts | 4 +--- .../src/commands/ModifyServerlessCacheCommand.ts | 4 +--- clients/client-elasticache/src/commands/ModifyUserCommand.ts | 4 +--- .../client-elasticache/src/commands/ModifyUserGroupCommand.ts | 4 +--- .../src/commands/PurchaseReservedCacheNodesOfferingCommand.ts | 4 +--- .../commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts | 4 +--- .../src/commands/RebootCacheClusterCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/ResetCacheParameterGroupCommand.ts | 4 +--- .../src/commands/RevokeCacheSecurityGroupIngressCommand.ts | 4 +--- .../client-elasticache/src/commands/StartMigrationCommand.ts | 4 +--- .../client-elasticache/src/commands/TestFailoverCommand.ts | 4 +--- .../client-elasticache/src/commands/TestMigrationCommand.ts | 4 +--- .../AcceptInboundCrossClusterSearchConnectionCommand.ts | 4 +--- .../src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/AssociatePackageCommand.ts | 4 +--- .../src/commands/AuthorizeVpcEndpointAccessCommand.ts | 4 +--- .../src/commands/CancelDomainConfigChangeCommand.ts | 4 +--- .../CancelElasticsearchServiceSoftwareUpdateCommand.ts | 4 +--- .../src/commands/CreateElasticsearchDomainCommand.ts | 4 +--- .../CreateOutboundCrossClusterSearchConnectionCommand.ts | 4 +--- .../src/commands/CreatePackageCommand.ts | 4 +--- .../src/commands/CreateVpcEndpointCommand.ts | 4 +--- .../src/commands/DeleteElasticsearchDomainCommand.ts | 4 +--- .../src/commands/DeleteElasticsearchServiceRoleCommand.ts | 4 +--- .../DeleteInboundCrossClusterSearchConnectionCommand.ts | 4 +--- .../DeleteOutboundCrossClusterSearchConnectionCommand.ts | 4 +--- .../src/commands/DeletePackageCommand.ts | 4 +--- .../src/commands/DeleteVpcEndpointCommand.ts | 4 +--- .../src/commands/DescribeDomainAutoTunesCommand.ts | 4 +--- .../src/commands/DescribeDomainChangeProgressCommand.ts | 4 +--- .../src/commands/DescribeElasticsearchDomainCommand.ts | 4 +--- .../src/commands/DescribeElasticsearchDomainConfigCommand.ts | 4 +--- .../src/commands/DescribeElasticsearchDomainsCommand.ts | 4 +--- .../DescribeElasticsearchInstanceTypeLimitsCommand.ts | 4 +--- .../DescribeInboundCrossClusterSearchConnectionsCommand.ts | 4 +--- .../DescribeOutboundCrossClusterSearchConnectionsCommand.ts | 4 +--- .../src/commands/DescribePackagesCommand.ts | 4 +--- .../DescribeReservedElasticsearchInstanceOfferingsCommand.ts | 4 +--- .../commands/DescribeReservedElasticsearchInstancesCommand.ts | 4 +--- .../src/commands/DescribeVpcEndpointsCommand.ts | 4 +--- .../src/commands/DissociatePackageCommand.ts | 4 +--- .../src/commands/GetCompatibleElasticsearchVersionsCommand.ts | 4 +--- .../src/commands/GetPackageVersionHistoryCommand.ts | 4 +--- .../src/commands/GetUpgradeHistoryCommand.ts | 4 +--- .../src/commands/GetUpgradeStatusCommand.ts | 4 +--- .../src/commands/ListDomainNamesCommand.ts | 4 +--- .../src/commands/ListDomainsForPackageCommand.ts | 4 +--- .../src/commands/ListElasticsearchInstanceTypesCommand.ts | 4 +--- .../src/commands/ListElasticsearchVersionsCommand.ts | 4 +--- .../src/commands/ListPackagesForDomainCommand.ts | 4 +--- .../src/commands/ListTagsCommand.ts | 4 +--- .../src/commands/ListVpcEndpointAccessCommand.ts | 4 +--- .../src/commands/ListVpcEndpointsCommand.ts | 4 +--- .../src/commands/ListVpcEndpointsForDomainCommand.ts | 4 +--- .../PurchaseReservedElasticsearchInstanceOfferingCommand.ts | 4 +--- .../RejectInboundCrossClusterSearchConnectionCommand.ts | 4 +--- .../src/commands/RemoveTagsCommand.ts | 4 +--- .../src/commands/RevokeVpcEndpointAccessCommand.ts | 4 +--- .../StartElasticsearchServiceSoftwareUpdateCommand.ts | 4 +--- .../src/commands/UpdateElasticsearchDomainConfigCommand.ts | 4 +--- .../src/commands/UpdatePackageCommand.ts | 4 +--- .../src/commands/UpdateVpcEndpointCommand.ts | 4 +--- .../src/commands/UpgradeElasticsearchDomainCommand.ts | 4 +--- .../client-emr-containers/src/commands/CancelJobRunCommand.ts | 4 +--- .../src/commands/CreateJobTemplateCommand.ts | 4 +--- .../src/commands/CreateManagedEndpointCommand.ts | 4 +--- .../src/commands/CreateSecurityConfigurationCommand.ts | 4 +--- .../src/commands/CreateVirtualClusterCommand.ts | 4 +--- .../src/commands/DeleteJobTemplateCommand.ts | 4 +--- .../src/commands/DeleteManagedEndpointCommand.ts | 4 +--- .../src/commands/DeleteVirtualClusterCommand.ts | 4 +--- .../src/commands/DescribeJobRunCommand.ts | 4 +--- .../src/commands/DescribeJobTemplateCommand.ts | 4 +--- .../src/commands/DescribeManagedEndpointCommand.ts | 4 +--- .../src/commands/DescribeSecurityConfigurationCommand.ts | 4 +--- .../src/commands/DescribeVirtualClusterCommand.ts | 4 +--- .../commands/GetManagedEndpointSessionCredentialsCommand.ts | 4 +--- .../client-emr-containers/src/commands/ListJobRunsCommand.ts | 4 +--- .../src/commands/ListJobTemplatesCommand.ts | 4 +--- .../src/commands/ListManagedEndpointsCommand.ts | 4 +--- .../src/commands/ListSecurityConfigurationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVirtualClustersCommand.ts | 4 +--- .../client-emr-containers/src/commands/StartJobRunCommand.ts | 4 +--- .../client-emr-containers/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../client-emr-serverless/src/commands/CancelJobRunCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetDashboardForJobRunCommand.ts | 4 +--- .../client-emr-serverless/src/commands/GetJobRunCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListJobRunAttemptsCommand.ts | 4 +--- .../client-emr-serverless/src/commands/ListJobRunsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartApplicationCommand.ts | 4 +--- .../client-emr-serverless/src/commands/StartJobRunCommand.ts | 4 +--- .../src/commands/StopApplicationCommand.ts | 4 +--- .../client-emr-serverless/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- clients/client-emr/src/commands/AddInstanceFleetCommand.ts | 4 +--- clients/client-emr/src/commands/AddInstanceGroupsCommand.ts | 4 +--- clients/client-emr/src/commands/AddJobFlowStepsCommand.ts | 4 +--- clients/client-emr/src/commands/AddTagsCommand.ts | 4 +--- clients/client-emr/src/commands/CancelStepsCommand.ts | 4 +--- .../src/commands/CreateSecurityConfigurationCommand.ts | 4 +--- clients/client-emr/src/commands/CreateStudioCommand.ts | 4 +--- .../src/commands/CreateStudioSessionMappingCommand.ts | 4 +--- .../src/commands/DeleteSecurityConfigurationCommand.ts | 4 +--- clients/client-emr/src/commands/DeleteStudioCommand.ts | 4 +--- .../src/commands/DeleteStudioSessionMappingCommand.ts | 4 +--- clients/client-emr/src/commands/DescribeClusterCommand.ts | 4 +--- clients/client-emr/src/commands/DescribeJobFlowsCommand.ts | 4 +--- .../src/commands/DescribeNotebookExecutionCommand.ts | 4 +--- .../client-emr/src/commands/DescribeReleaseLabelCommand.ts | 4 +--- .../src/commands/DescribeSecurityConfigurationCommand.ts | 4 +--- clients/client-emr/src/commands/DescribeStepCommand.ts | 4 +--- clients/client-emr/src/commands/DescribeStudioCommand.ts | 4 +--- .../src/commands/GetAutoTerminationPolicyCommand.ts | 4 +--- .../src/commands/GetBlockPublicAccessConfigurationCommand.ts | 4 +--- .../src/commands/GetClusterSessionCredentialsCommand.ts | 4 +--- .../client-emr/src/commands/GetManagedScalingPolicyCommand.ts | 4 +--- .../client-emr/src/commands/GetStudioSessionMappingCommand.ts | 4 +--- .../client-emr/src/commands/ListBootstrapActionsCommand.ts | 4 +--- clients/client-emr/src/commands/ListClustersCommand.ts | 4 +--- clients/client-emr/src/commands/ListInstanceFleetsCommand.ts | 4 +--- clients/client-emr/src/commands/ListInstanceGroupsCommand.ts | 4 +--- clients/client-emr/src/commands/ListInstancesCommand.ts | 4 +--- .../client-emr/src/commands/ListNotebookExecutionsCommand.ts | 4 +--- clients/client-emr/src/commands/ListReleaseLabelsCommand.ts | 4 +--- .../src/commands/ListSecurityConfigurationsCommand.ts | 4 +--- clients/client-emr/src/commands/ListStepsCommand.ts | 4 +--- .../src/commands/ListStudioSessionMappingsCommand.ts | 4 +--- clients/client-emr/src/commands/ListStudiosCommand.ts | 4 +--- .../src/commands/ListSupportedInstanceTypesCommand.ts | 4 +--- clients/client-emr/src/commands/ModifyClusterCommand.ts | 4 +--- clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts | 4 +--- .../client-emr/src/commands/ModifyInstanceGroupsCommand.ts | 4 +--- .../client-emr/src/commands/PutAutoScalingPolicyCommand.ts | 4 +--- .../src/commands/PutAutoTerminationPolicyCommand.ts | 4 +--- .../src/commands/PutBlockPublicAccessConfigurationCommand.ts | 4 +--- .../client-emr/src/commands/PutManagedScalingPolicyCommand.ts | 4 +--- .../client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts | 4 +--- .../src/commands/RemoveAutoTerminationPolicyCommand.ts | 4 +--- .../src/commands/RemoveManagedScalingPolicyCommand.ts | 4 +--- clients/client-emr/src/commands/RemoveTagsCommand.ts | 4 +--- clients/client-emr/src/commands/RunJobFlowCommand.ts | 4 +--- .../src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts | 4 +--- .../src/commands/SetTerminationProtectionCommand.ts | 4 +--- .../src/commands/SetUnhealthyNodeReplacementCommand.ts | 4 +--- .../client-emr/src/commands/SetVisibleToAllUsersCommand.ts | 4 +--- .../client-emr/src/commands/StartNotebookExecutionCommand.ts | 4 +--- .../client-emr/src/commands/StopNotebookExecutionCommand.ts | 4 +--- clients/client-emr/src/commands/TerminateJobFlowsCommand.ts | 4 +--- clients/client-emr/src/commands/UpdateStudioCommand.ts | 4 +--- .../src/commands/UpdateStudioSessionMappingCommand.ts | 4 +--- .../src/commands/AddPolicyStatementCommand.ts | 4 +--- .../src/commands/BatchDeleteUniqueIdCommand.ts | 4 +--- .../src/commands/CreateIdMappingWorkflowCommand.ts | 4 +--- .../src/commands/CreateIdNamespaceCommand.ts | 4 +--- .../src/commands/CreateMatchingWorkflowCommand.ts | 4 +--- .../src/commands/CreateSchemaMappingCommand.ts | 4 +--- .../src/commands/DeleteIdMappingWorkflowCommand.ts | 4 +--- .../src/commands/DeleteIdNamespaceCommand.ts | 4 +--- .../src/commands/DeleteMatchingWorkflowCommand.ts | 4 +--- .../src/commands/DeletePolicyStatementCommand.ts | 4 +--- .../src/commands/DeleteSchemaMappingCommand.ts | 4 +--- .../src/commands/GetIdMappingJobCommand.ts | 4 +--- .../src/commands/GetIdMappingWorkflowCommand.ts | 4 +--- .../src/commands/GetIdNamespaceCommand.ts | 4 +--- .../client-entityresolution/src/commands/GetMatchIdCommand.ts | 4 +--- .../src/commands/GetMatchingJobCommand.ts | 4 +--- .../src/commands/GetMatchingWorkflowCommand.ts | 4 +--- .../client-entityresolution/src/commands/GetPolicyCommand.ts | 4 +--- .../src/commands/GetProviderServiceCommand.ts | 4 +--- .../src/commands/GetSchemaMappingCommand.ts | 4 +--- .../src/commands/ListIdMappingJobsCommand.ts | 4 +--- .../src/commands/ListIdMappingWorkflowsCommand.ts | 4 +--- .../src/commands/ListIdNamespacesCommand.ts | 4 +--- .../src/commands/ListMatchingJobsCommand.ts | 4 +--- .../src/commands/ListMatchingWorkflowsCommand.ts | 4 +--- .../src/commands/ListProviderServicesCommand.ts | 4 +--- .../src/commands/ListSchemaMappingsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-entityresolution/src/commands/PutPolicyCommand.ts | 4 +--- .../src/commands/StartIdMappingJobCommand.ts | 4 +--- .../src/commands/StartMatchingJobCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateIdMappingWorkflowCommand.ts | 4 +--- .../src/commands/UpdateIdNamespaceCommand.ts | 4 +--- .../src/commands/UpdateMatchingWorkflowCommand.ts | 4 +--- .../src/commands/UpdateSchemaMappingCommand.ts | 4 +--- .../src/commands/ActivateEventSourceCommand.ts | 4 +--- .../client-eventbridge/src/commands/CancelReplayCommand.ts | 4 +--- .../src/commands/CreateApiDestinationCommand.ts | 4 +--- .../client-eventbridge/src/commands/CreateArchiveCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../client-eventbridge/src/commands/CreateEndpointCommand.ts | 4 +--- .../client-eventbridge/src/commands/CreateEventBusCommand.ts | 4 +--- .../src/commands/CreatePartnerEventSourceCommand.ts | 4 +--- .../src/commands/DeactivateEventSourceCommand.ts | 4 +--- .../src/commands/DeauthorizeConnectionCommand.ts | 4 +--- .../src/commands/DeleteApiDestinationCommand.ts | 4 +--- .../client-eventbridge/src/commands/DeleteArchiveCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../client-eventbridge/src/commands/DeleteEndpointCommand.ts | 4 +--- .../client-eventbridge/src/commands/DeleteEventBusCommand.ts | 4 +--- .../src/commands/DeletePartnerEventSourceCommand.ts | 4 +--- clients/client-eventbridge/src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DescribeApiDestinationCommand.ts | 4 +--- .../client-eventbridge/src/commands/DescribeArchiveCommand.ts | 4 +--- .../src/commands/DescribeConnectionCommand.ts | 4 +--- .../src/commands/DescribeEndpointCommand.ts | 4 +--- .../src/commands/DescribeEventBusCommand.ts | 4 +--- .../src/commands/DescribeEventSourceCommand.ts | 4 +--- .../src/commands/DescribePartnerEventSourceCommand.ts | 4 +--- .../client-eventbridge/src/commands/DescribeReplayCommand.ts | 4 +--- .../client-eventbridge/src/commands/DescribeRuleCommand.ts | 4 +--- clients/client-eventbridge/src/commands/DisableRuleCommand.ts | 4 +--- clients/client-eventbridge/src/commands/EnableRuleCommand.ts | 4 +--- .../src/commands/ListApiDestinationsCommand.ts | 4 +--- .../client-eventbridge/src/commands/ListArchivesCommand.ts | 4 +--- .../client-eventbridge/src/commands/ListConnectionsCommand.ts | 4 +--- .../client-eventbridge/src/commands/ListEndpointsCommand.ts | 4 +--- .../client-eventbridge/src/commands/ListEventBusesCommand.ts | 4 +--- .../src/commands/ListEventSourcesCommand.ts | 4 +--- .../src/commands/ListPartnerEventSourceAccountsCommand.ts | 4 +--- .../src/commands/ListPartnerEventSourcesCommand.ts | 4 +--- clients/client-eventbridge/src/commands/ListReplaysCommand.ts | 4 +--- .../src/commands/ListRuleNamesByTargetCommand.ts | 4 +--- clients/client-eventbridge/src/commands/ListRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetsByRuleCommand.ts | 4 +--- .../src/commands/PutPartnerEventsCommand.ts | 4 +--- .../client-eventbridge/src/commands/PutPermissionCommand.ts | 4 +--- clients/client-eventbridge/src/commands/PutRuleCommand.ts | 4 +--- clients/client-eventbridge/src/commands/PutTargetsCommand.ts | 4 +--- .../src/commands/RemovePermissionCommand.ts | 4 +--- .../client-eventbridge/src/commands/RemoveTargetsCommand.ts | 4 +--- clients/client-eventbridge/src/commands/StartReplayCommand.ts | 4 +--- clients/client-eventbridge/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestEventPatternCommand.ts | 4 +--- .../client-eventbridge/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApiDestinationCommand.ts | 4 +--- .../client-eventbridge/src/commands/UpdateArchiveCommand.ts | 4 +--- .../src/commands/UpdateConnectionCommand.ts | 4 +--- .../client-eventbridge/src/commands/UpdateEndpointCommand.ts | 4 +--- .../client-eventbridge/src/commands/UpdateEventBusCommand.ts | 4 +--- .../src/commands/BatchEvaluateFeatureCommand.ts | 4 +--- .../client-evidently/src/commands/CreateExperimentCommand.ts | 4 +--- clients/client-evidently/src/commands/CreateFeatureCommand.ts | 4 +--- clients/client-evidently/src/commands/CreateLaunchCommand.ts | 4 +--- clients/client-evidently/src/commands/CreateProjectCommand.ts | 4 +--- clients/client-evidently/src/commands/CreateSegmentCommand.ts | 4 +--- .../client-evidently/src/commands/DeleteExperimentCommand.ts | 4 +--- clients/client-evidently/src/commands/DeleteFeatureCommand.ts | 4 +--- clients/client-evidently/src/commands/DeleteLaunchCommand.ts | 4 +--- clients/client-evidently/src/commands/DeleteProjectCommand.ts | 4 +--- clients/client-evidently/src/commands/DeleteSegmentCommand.ts | 4 +--- .../client-evidently/src/commands/EvaluateFeatureCommand.ts | 4 +--- clients/client-evidently/src/commands/GetExperimentCommand.ts | 4 +--- .../src/commands/GetExperimentResultsCommand.ts | 4 +--- clients/client-evidently/src/commands/GetFeatureCommand.ts | 4 +--- clients/client-evidently/src/commands/GetLaunchCommand.ts | 4 +--- clients/client-evidently/src/commands/GetProjectCommand.ts | 4 +--- clients/client-evidently/src/commands/GetSegmentCommand.ts | 4 +--- .../client-evidently/src/commands/ListExperimentsCommand.ts | 4 +--- clients/client-evidently/src/commands/ListFeaturesCommand.ts | 4 +--- clients/client-evidently/src/commands/ListLaunchesCommand.ts | 4 +--- clients/client-evidently/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListSegmentReferencesCommand.ts | 4 +--- clients/client-evidently/src/commands/ListSegmentsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-evidently/src/commands/PutProjectEventsCommand.ts | 4 +--- .../client-evidently/src/commands/StartExperimentCommand.ts | 4 +--- clients/client-evidently/src/commands/StartLaunchCommand.ts | 4 +--- .../client-evidently/src/commands/StopExperimentCommand.ts | 4 +--- clients/client-evidently/src/commands/StopLaunchCommand.ts | 4 +--- clients/client-evidently/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestSegmentPatternCommand.ts | 4 +--- clients/client-evidently/src/commands/UntagResourceCommand.ts | 4 +--- .../client-evidently/src/commands/UpdateExperimentCommand.ts | 4 +--- clients/client-evidently/src/commands/UpdateFeatureCommand.ts | 4 +--- clients/client-evidently/src/commands/UpdateLaunchCommand.ts | 4 +--- clients/client-evidently/src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/UpdateProjectDataDeliveryCommand.ts | 4 +--- .../src/commands/AssociateUserToPermissionGroupCommand.ts | 4 +--- .../src/commands/CreateChangesetCommand.ts | 4 +--- .../src/commands/CreateDataViewCommand.ts | 4 +--- .../client-finspace-data/src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreatePermissionGroupCommand.ts | 4 +--- .../client-finspace-data/src/commands/CreateUserCommand.ts | 4 +--- .../client-finspace-data/src/commands/DeleteDatasetCommand.ts | 4 +--- .../src/commands/DeletePermissionGroupCommand.ts | 4 +--- .../client-finspace-data/src/commands/DisableUserCommand.ts | 4 +--- .../commands/DisassociateUserFromPermissionGroupCommand.ts | 4 +--- .../client-finspace-data/src/commands/EnableUserCommand.ts | 4 +--- .../client-finspace-data/src/commands/GetChangesetCommand.ts | 4 +--- .../client-finspace-data/src/commands/GetDataViewCommand.ts | 4 +--- .../client-finspace-data/src/commands/GetDatasetCommand.ts | 4 +--- .../src/commands/GetExternalDataViewAccessDetailsCommand.ts | 4 +--- .../src/commands/GetPermissionGroupCommand.ts | 4 +--- .../src/commands/GetProgrammaticAccessCredentialsCommand.ts | 4 +--- clients/client-finspace-data/src/commands/GetUserCommand.ts | 4 +--- .../src/commands/GetWorkingLocationCommand.ts | 4 +--- .../src/commands/ListChangesetsCommand.ts | 4 +--- .../client-finspace-data/src/commands/ListDataViewsCommand.ts | 4 +--- .../client-finspace-data/src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListPermissionGroupsByUserCommand.ts | 4 +--- .../src/commands/ListPermissionGroupsCommand.ts | 4 +--- .../src/commands/ListUsersByPermissionGroupCommand.ts | 4 +--- clients/client-finspace-data/src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/ResetUserPasswordCommand.ts | 4 +--- .../src/commands/UpdateChangesetCommand.ts | 4 +--- .../client-finspace-data/src/commands/UpdateDatasetCommand.ts | 4 +--- .../src/commands/UpdatePermissionGroupCommand.ts | 4 +--- .../client-finspace-data/src/commands/UpdateUserCommand.ts | 4 +--- .../client-finspace/src/commands/CreateEnvironmentCommand.ts | 4 +--- .../client-finspace/src/commands/CreateKxChangesetCommand.ts | 4 +--- .../client-finspace/src/commands/CreateKxClusterCommand.ts | 4 +--- .../client-finspace/src/commands/CreateKxDatabaseCommand.ts | 4 +--- .../client-finspace/src/commands/CreateKxDataviewCommand.ts | 4 +--- .../src/commands/CreateKxEnvironmentCommand.ts | 4 +--- .../src/commands/CreateKxScalingGroupCommand.ts | 4 +--- clients/client-finspace/src/commands/CreateKxUserCommand.ts | 4 +--- clients/client-finspace/src/commands/CreateKxVolumeCommand.ts | 4 +--- .../client-finspace/src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../client-finspace/src/commands/DeleteKxClusterCommand.ts | 4 +--- .../src/commands/DeleteKxClusterNodeCommand.ts | 4 +--- .../client-finspace/src/commands/DeleteKxDatabaseCommand.ts | 4 +--- .../client-finspace/src/commands/DeleteKxDataviewCommand.ts | 4 +--- .../src/commands/DeleteKxEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteKxScalingGroupCommand.ts | 4 +--- clients/client-finspace/src/commands/DeleteKxUserCommand.ts | 4 +--- clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts | 4 +--- clients/client-finspace/src/commands/GetEnvironmentCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxChangesetCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxClusterCommand.ts | 4 +--- .../src/commands/GetKxConnectionStringCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxDatabaseCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxDataviewCommand.ts | 4 +--- .../client-finspace/src/commands/GetKxEnvironmentCommand.ts | 4 +--- .../client-finspace/src/commands/GetKxScalingGroupCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxUserCommand.ts | 4 +--- clients/client-finspace/src/commands/GetKxVolumeCommand.ts | 4 +--- .../client-finspace/src/commands/ListEnvironmentsCommand.ts | 4 +--- .../client-finspace/src/commands/ListKxChangesetsCommand.ts | 4 +--- .../client-finspace/src/commands/ListKxClusterNodesCommand.ts | 4 +--- clients/client-finspace/src/commands/ListKxClustersCommand.ts | 4 +--- .../client-finspace/src/commands/ListKxDatabasesCommand.ts | 4 +--- .../client-finspace/src/commands/ListKxDataviewsCommand.ts | 4 +--- .../client-finspace/src/commands/ListKxEnvironmentsCommand.ts | 4 +--- .../src/commands/ListKxScalingGroupsCommand.ts | 4 +--- clients/client-finspace/src/commands/ListKxUsersCommand.ts | 4 +--- clients/client-finspace/src/commands/ListKxVolumesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-finspace/src/commands/TagResourceCommand.ts | 4 +--- clients/client-finspace/src/commands/UntagResourceCommand.ts | 4 +--- .../client-finspace/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateKxClusterCodeConfigurationCommand.ts | 4 +--- .../src/commands/UpdateKxClusterDatabasesCommand.ts | 4 +--- .../client-finspace/src/commands/UpdateKxDatabaseCommand.ts | 4 +--- .../client-finspace/src/commands/UpdateKxDataviewCommand.ts | 4 +--- .../src/commands/UpdateKxEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateKxEnvironmentNetworkCommand.ts | 4 +--- clients/client-finspace/src/commands/UpdateKxUserCommand.ts | 4 +--- clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts | 4 +--- .../src/commands/CreateDeliveryStreamCommand.ts | 4 +--- .../src/commands/DeleteDeliveryStreamCommand.ts | 4 +--- .../src/commands/DescribeDeliveryStreamCommand.ts | 4 +--- .../src/commands/ListDeliveryStreamsCommand.ts | 4 +--- .../src/commands/ListTagsForDeliveryStreamCommand.ts | 4 +--- clients/client-firehose/src/commands/PutRecordBatchCommand.ts | 4 +--- clients/client-firehose/src/commands/PutRecordCommand.ts | 4 +--- .../src/commands/StartDeliveryStreamEncryptionCommand.ts | 4 +--- .../src/commands/StopDeliveryStreamEncryptionCommand.ts | 4 +--- .../client-firehose/src/commands/TagDeliveryStreamCommand.ts | 4 +--- .../src/commands/UntagDeliveryStreamCommand.ts | 4 +--- .../client-firehose/src/commands/UpdateDestinationCommand.ts | 4 +--- .../src/commands/CreateExperimentTemplateCommand.ts | 4 +--- .../src/commands/CreateTargetAccountConfigurationCommand.ts | 4 +--- .../src/commands/DeleteExperimentTemplateCommand.ts | 4 +--- .../src/commands/DeleteTargetAccountConfigurationCommand.ts | 4 +--- clients/client-fis/src/commands/GetActionCommand.ts | 4 +--- clients/client-fis/src/commands/GetExperimentCommand.ts | 4 +--- .../GetExperimentTargetAccountConfigurationCommand.ts | 4 +--- .../client-fis/src/commands/GetExperimentTemplateCommand.ts | 4 +--- clients/client-fis/src/commands/GetSafetyLeverCommand.ts | 4 +--- .../src/commands/GetTargetAccountConfigurationCommand.ts | 4 +--- .../client-fis/src/commands/GetTargetResourceTypeCommand.ts | 4 +--- clients/client-fis/src/commands/ListActionsCommand.ts | 4 +--- .../src/commands/ListExperimentResolvedTargetsCommand.ts | 4 +--- .../ListExperimentTargetAccountConfigurationsCommand.ts | 4 +--- .../client-fis/src/commands/ListExperimentTemplatesCommand.ts | 4 +--- clients/client-fis/src/commands/ListExperimentsCommand.ts | 4 +--- clients/client-fis/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetAccountConfigurationsCommand.ts | 4 +--- .../client-fis/src/commands/ListTargetResourceTypesCommand.ts | 4 +--- clients/client-fis/src/commands/StartExperimentCommand.ts | 4 +--- clients/client-fis/src/commands/StopExperimentCommand.ts | 4 +--- clients/client-fis/src/commands/TagResourceCommand.ts | 4 +--- clients/client-fis/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateExperimentTemplateCommand.ts | 4 +--- .../client-fis/src/commands/UpdateSafetyLeverStateCommand.ts | 4 +--- .../src/commands/UpdateTargetAccountConfigurationCommand.ts | 4 +--- .../client-fms/src/commands/AssociateAdminAccountCommand.ts | 4 +--- .../src/commands/AssociateThirdPartyFirewallCommand.ts | 4 +--- .../client-fms/src/commands/BatchAssociateResourceCommand.ts | 4 +--- .../src/commands/BatchDisassociateResourceCommand.ts | 4 +--- clients/client-fms/src/commands/DeleteAppsListCommand.ts | 4 +--- .../src/commands/DeleteNotificationChannelCommand.ts | 4 +--- clients/client-fms/src/commands/DeletePolicyCommand.ts | 4 +--- clients/client-fms/src/commands/DeleteProtocolsListCommand.ts | 4 +--- clients/client-fms/src/commands/DeleteResourceSetCommand.ts | 4 +--- .../src/commands/DisassociateAdminAccountCommand.ts | 4 +--- .../src/commands/DisassociateThirdPartyFirewallCommand.ts | 4 +--- clients/client-fms/src/commands/GetAdminAccountCommand.ts | 4 +--- clients/client-fms/src/commands/GetAdminScopeCommand.ts | 4 +--- clients/client-fms/src/commands/GetAppsListCommand.ts | 4 +--- clients/client-fms/src/commands/GetComplianceDetailCommand.ts | 4 +--- .../client-fms/src/commands/GetNotificationChannelCommand.ts | 4 +--- clients/client-fms/src/commands/GetPolicyCommand.ts | 4 +--- clients/client-fms/src/commands/GetProtectionStatusCommand.ts | 4 +--- clients/client-fms/src/commands/GetProtocolsListCommand.ts | 4 +--- clients/client-fms/src/commands/GetResourceSetCommand.ts | 4 +--- .../commands/GetThirdPartyFirewallAssociationStatusCommand.ts | 4 +--- clients/client-fms/src/commands/GetViolationDetailsCommand.ts | 4 +--- .../src/commands/ListAdminAccountsForOrganizationCommand.ts | 4 +--- .../src/commands/ListAdminsManagingAccountCommand.ts | 4 +--- clients/client-fms/src/commands/ListAppsListsCommand.ts | 4 +--- .../client-fms/src/commands/ListComplianceStatusCommand.ts | 4 +--- .../client-fms/src/commands/ListDiscoveredResourcesCommand.ts | 4 +--- clients/client-fms/src/commands/ListMemberAccountsCommand.ts | 4 +--- clients/client-fms/src/commands/ListPoliciesCommand.ts | 4 +--- clients/client-fms/src/commands/ListProtocolsListsCommand.ts | 4 +--- .../src/commands/ListResourceSetResourcesCommand.ts | 4 +--- clients/client-fms/src/commands/ListResourceSetsCommand.ts | 4 +--- clients/client-fms/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts | 4 +--- clients/client-fms/src/commands/PutAdminAccountCommand.ts | 4 +--- clients/client-fms/src/commands/PutAppsListCommand.ts | 4 +--- .../client-fms/src/commands/PutNotificationChannelCommand.ts | 4 +--- clients/client-fms/src/commands/PutPolicyCommand.ts | 4 +--- clients/client-fms/src/commands/PutProtocolsListCommand.ts | 4 +--- clients/client-fms/src/commands/PutResourceSetCommand.ts | 4 +--- clients/client-fms/src/commands/TagResourceCommand.ts | 4 +--- clients/client-fms/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateAutoPredictorCommand.ts | 4 +--- clients/client-forecast/src/commands/CreateDatasetCommand.ts | 4 +--- .../client-forecast/src/commands/CreateDatasetGroupCommand.ts | 4 +--- .../src/commands/CreateDatasetImportJobCommand.ts | 4 +--- .../src/commands/CreateExplainabilityCommand.ts | 4 +--- .../src/commands/CreateExplainabilityExportCommand.ts | 4 +--- clients/client-forecast/src/commands/CreateForecastCommand.ts | 4 +--- .../src/commands/CreateForecastExportJobCommand.ts | 4 +--- clients/client-forecast/src/commands/CreateMonitorCommand.ts | 4 +--- .../src/commands/CreatePredictorBacktestExportJobCommand.ts | 4 +--- .../client-forecast/src/commands/CreatePredictorCommand.ts | 4 +--- .../src/commands/CreateWhatIfAnalysisCommand.ts | 4 +--- .../src/commands/CreateWhatIfForecastCommand.ts | 4 +--- .../src/commands/CreateWhatIfForecastExportCommand.ts | 4 +--- clients/client-forecast/src/commands/DeleteDatasetCommand.ts | 4 +--- .../client-forecast/src/commands/DeleteDatasetGroupCommand.ts | 4 +--- .../src/commands/DeleteDatasetImportJobCommand.ts | 4 +--- .../src/commands/DeleteExplainabilityCommand.ts | 4 +--- .../src/commands/DeleteExplainabilityExportCommand.ts | 4 +--- clients/client-forecast/src/commands/DeleteForecastCommand.ts | 4 +--- .../src/commands/DeleteForecastExportJobCommand.ts | 4 +--- clients/client-forecast/src/commands/DeleteMonitorCommand.ts | 4 +--- .../src/commands/DeletePredictorBacktestExportJobCommand.ts | 4 +--- .../client-forecast/src/commands/DeletePredictorCommand.ts | 4 +--- .../client-forecast/src/commands/DeleteResourceTreeCommand.ts | 4 +--- .../src/commands/DeleteWhatIfAnalysisCommand.ts | 4 +--- .../src/commands/DeleteWhatIfForecastCommand.ts | 4 +--- .../src/commands/DeleteWhatIfForecastExportCommand.ts | 4 +--- .../src/commands/DescribeAutoPredictorCommand.ts | 4 +--- .../client-forecast/src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeDatasetGroupCommand.ts | 4 +--- .../src/commands/DescribeDatasetImportJobCommand.ts | 4 +--- .../src/commands/DescribeExplainabilityCommand.ts | 4 +--- .../src/commands/DescribeExplainabilityExportCommand.ts | 4 +--- .../client-forecast/src/commands/DescribeForecastCommand.ts | 4 +--- .../src/commands/DescribeForecastExportJobCommand.ts | 4 +--- .../client-forecast/src/commands/DescribeMonitorCommand.ts | 4 +--- .../src/commands/DescribePredictorBacktestExportJobCommand.ts | 4 +--- .../client-forecast/src/commands/DescribePredictorCommand.ts | 4 +--- .../src/commands/DescribeWhatIfAnalysisCommand.ts | 4 +--- .../src/commands/DescribeWhatIfForecastCommand.ts | 4 +--- .../src/commands/DescribeWhatIfForecastExportCommand.ts | 4 +--- .../client-forecast/src/commands/GetAccuracyMetricsCommand.ts | 4 +--- .../client-forecast/src/commands/ListDatasetGroupsCommand.ts | 4 +--- .../src/commands/ListDatasetImportJobsCommand.ts | 4 +--- clients/client-forecast/src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListExplainabilitiesCommand.ts | 4 +--- .../src/commands/ListExplainabilityExportsCommand.ts | 4 +--- .../src/commands/ListForecastExportJobsCommand.ts | 4 +--- clients/client-forecast/src/commands/ListForecastsCommand.ts | 4 +--- .../src/commands/ListMonitorEvaluationsCommand.ts | 4 +--- clients/client-forecast/src/commands/ListMonitorsCommand.ts | 4 +--- .../src/commands/ListPredictorBacktestExportJobsCommand.ts | 4 +--- clients/client-forecast/src/commands/ListPredictorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-forecast/src/commands/ListWhatIfAnalysesCommand.ts | 4 +--- .../src/commands/ListWhatIfForecastExportsCommand.ts | 4 +--- .../src/commands/ListWhatIfForecastsCommand.ts | 4 +--- clients/client-forecast/src/commands/ResumeResourceCommand.ts | 4 +--- clients/client-forecast/src/commands/StopResourceCommand.ts | 4 +--- clients/client-forecast/src/commands/TagResourceCommand.ts | 4 +--- clients/client-forecast/src/commands/UntagResourceCommand.ts | 4 +--- .../client-forecast/src/commands/UpdateDatasetGroupCommand.ts | 4 +--- .../client-forecastquery/src/commands/QueryForecastCommand.ts | 4 +--- .../src/commands/QueryWhatIfForecastCommand.ts | 4 +--- .../src/commands/BatchCreateVariableCommand.ts | 4 +--- .../src/commands/BatchGetVariableCommand.ts | 4 +--- .../src/commands/CancelBatchImportJobCommand.ts | 4 +--- .../src/commands/CancelBatchPredictionJobCommand.ts | 4 +--- .../src/commands/CreateBatchImportJobCommand.ts | 4 +--- .../src/commands/CreateBatchPredictionJobCommand.ts | 4 +--- .../src/commands/CreateDetectorVersionCommand.ts | 4 +--- .../client-frauddetector/src/commands/CreateListCommand.ts | 4 +--- .../client-frauddetector/src/commands/CreateModelCommand.ts | 4 +--- .../src/commands/CreateModelVersionCommand.ts | 4 +--- .../client-frauddetector/src/commands/CreateRuleCommand.ts | 4 +--- .../src/commands/CreateVariableCommand.ts | 4 +--- .../src/commands/DeleteBatchImportJobCommand.ts | 4 +--- .../src/commands/DeleteBatchPredictionJobCommand.ts | 4 +--- .../src/commands/DeleteDetectorCommand.ts | 4 +--- .../src/commands/DeleteDetectorVersionCommand.ts | 4 +--- .../src/commands/DeleteEntityTypeCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteEventCommand.ts | 4 +--- .../src/commands/DeleteEventTypeCommand.ts | 4 +--- .../src/commands/DeleteEventsByEventTypeCommand.ts | 4 +--- .../src/commands/DeleteExternalModelCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteLabelCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteListCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteModelCommand.ts | 4 +--- .../src/commands/DeleteModelVersionCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteOutcomeCommand.ts | 4 +--- .../client-frauddetector/src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DeleteVariableCommand.ts | 4 +--- .../src/commands/DescribeDetectorCommand.ts | 4 +--- .../src/commands/DescribeModelVersionsCommand.ts | 4 +--- .../src/commands/GetBatchImportJobsCommand.ts | 4 +--- .../src/commands/GetBatchPredictionJobsCommand.ts | 4 +--- .../src/commands/GetDeleteEventsByEventTypeStatusCommand.ts | 4 +--- .../src/commands/GetDetectorVersionCommand.ts | 4 +--- .../client-frauddetector/src/commands/GetDetectorsCommand.ts | 4 +--- .../src/commands/GetEntityTypesCommand.ts | 4 +--- clients/client-frauddetector/src/commands/GetEventCommand.ts | 4 +--- .../src/commands/GetEventPredictionCommand.ts | 4 +--- .../src/commands/GetEventPredictionMetadataCommand.ts | 4 +--- .../client-frauddetector/src/commands/GetEventTypesCommand.ts | 4 +--- .../src/commands/GetExternalModelsCommand.ts | 4 +--- .../src/commands/GetKMSEncryptionKeyCommand.ts | 4 +--- clients/client-frauddetector/src/commands/GetLabelsCommand.ts | 4 +--- .../src/commands/GetListElementsCommand.ts | 4 +--- .../src/commands/GetListsMetadataCommand.ts | 4 +--- .../src/commands/GetModelVersionCommand.ts | 4 +--- clients/client-frauddetector/src/commands/GetModelsCommand.ts | 4 +--- .../client-frauddetector/src/commands/GetOutcomesCommand.ts | 4 +--- clients/client-frauddetector/src/commands/GetRulesCommand.ts | 4 +--- .../client-frauddetector/src/commands/GetVariablesCommand.ts | 4 +--- .../src/commands/ListEventPredictionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-frauddetector/src/commands/PutDetectorCommand.ts | 4 +--- .../client-frauddetector/src/commands/PutEntityTypeCommand.ts | 4 +--- .../client-frauddetector/src/commands/PutEventTypeCommand.ts | 4 +--- .../src/commands/PutExternalModelCommand.ts | 4 +--- .../src/commands/PutKMSEncryptionKeyCommand.ts | 4 +--- clients/client-frauddetector/src/commands/PutLabelCommand.ts | 4 +--- .../client-frauddetector/src/commands/PutOutcomeCommand.ts | 4 +--- clients/client-frauddetector/src/commands/SendEventCommand.ts | 4 +--- .../client-frauddetector/src/commands/TagResourceCommand.ts | 4 +--- .../client-frauddetector/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDetectorVersionCommand.ts | 4 +--- .../src/commands/UpdateDetectorVersionMetadataCommand.ts | 4 +--- .../src/commands/UpdateDetectorVersionStatusCommand.ts | 4 +--- .../src/commands/UpdateEventLabelCommand.ts | 4 +--- .../client-frauddetector/src/commands/UpdateListCommand.ts | 4 +--- .../client-frauddetector/src/commands/UpdateModelCommand.ts | 4 +--- .../src/commands/UpdateModelVersionCommand.ts | 4 +--- .../src/commands/UpdateModelVersionStatusCommand.ts | 4 +--- .../src/commands/UpdateRuleMetadataCommand.ts | 4 +--- .../src/commands/UpdateRuleVersionCommand.ts | 4 +--- .../src/commands/UpdateVariableCommand.ts | 4 +--- .../client-freetier/src/commands/GetFreeTierUsageCommand.ts | 4 +--- .../src/commands/AssociateFileSystemAliasesCommand.ts | 4 +--- .../src/commands/CancelDataRepositoryTaskCommand.ts | 4 +--- clients/client-fsx/src/commands/CopyBackupCommand.ts | 4 +--- .../src/commands/CopySnapshotAndUpdateVolumeCommand.ts | 4 +--- clients/client-fsx/src/commands/CreateBackupCommand.ts | 4 +--- .../src/commands/CreateDataRepositoryAssociationCommand.ts | 4 +--- .../src/commands/CreateDataRepositoryTaskCommand.ts | 4 +--- clients/client-fsx/src/commands/CreateFileCacheCommand.ts | 4 +--- clients/client-fsx/src/commands/CreateFileSystemCommand.ts | 4 +--- .../src/commands/CreateFileSystemFromBackupCommand.ts | 4 +--- clients/client-fsx/src/commands/CreateSnapshotCommand.ts | 4 +--- .../src/commands/CreateStorageVirtualMachineCommand.ts | 4 +--- clients/client-fsx/src/commands/CreateVolumeCommand.ts | 4 +--- .../client-fsx/src/commands/CreateVolumeFromBackupCommand.ts | 4 +--- clients/client-fsx/src/commands/DeleteBackupCommand.ts | 4 +--- .../src/commands/DeleteDataRepositoryAssociationCommand.ts | 4 +--- clients/client-fsx/src/commands/DeleteFileCacheCommand.ts | 4 +--- clients/client-fsx/src/commands/DeleteFileSystemCommand.ts | 4 +--- clients/client-fsx/src/commands/DeleteSnapshotCommand.ts | 4 +--- .../src/commands/DeleteStorageVirtualMachineCommand.ts | 4 +--- clients/client-fsx/src/commands/DeleteVolumeCommand.ts | 4 +--- clients/client-fsx/src/commands/DescribeBackupsCommand.ts | 4 +--- .../src/commands/DescribeDataRepositoryAssociationsCommand.ts | 4 +--- .../src/commands/DescribeDataRepositoryTasksCommand.ts | 4 +--- clients/client-fsx/src/commands/DescribeFileCachesCommand.ts | 4 +--- .../src/commands/DescribeFileSystemAliasesCommand.ts | 4 +--- clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts | 4 +--- .../src/commands/DescribeSharedVpcConfigurationCommand.ts | 4 +--- clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeStorageVirtualMachinesCommand.ts | 4 +--- clients/client-fsx/src/commands/DescribeVolumesCommand.ts | 4 +--- .../src/commands/DisassociateFileSystemAliasesCommand.ts | 4 +--- clients/client-fsx/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ReleaseFileSystemNfsV3LocksCommand.ts | 4 +--- .../src/commands/RestoreVolumeFromSnapshotCommand.ts | 4 +--- .../src/commands/StartMisconfiguredStateRecoveryCommand.ts | 4 +--- clients/client-fsx/src/commands/TagResourceCommand.ts | 4 +--- clients/client-fsx/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDataRepositoryAssociationCommand.ts | 4 +--- clients/client-fsx/src/commands/UpdateFileCacheCommand.ts | 4 +--- clients/client-fsx/src/commands/UpdateFileSystemCommand.ts | 4 +--- .../src/commands/UpdateSharedVpcConfigurationCommand.ts | 4 +--- clients/client-fsx/src/commands/UpdateSnapshotCommand.ts | 4 +--- .../src/commands/UpdateStorageVirtualMachineCommand.ts | 4 +--- clients/client-fsx/src/commands/UpdateVolumeCommand.ts | 4 +--- clients/client-gamelift/src/commands/AcceptMatchCommand.ts | 4 +--- .../client-gamelift/src/commands/ClaimGameServerCommand.ts | 4 +--- clients/client-gamelift/src/commands/CreateAliasCommand.ts | 4 +--- clients/client-gamelift/src/commands/CreateBuildCommand.ts | 4 +--- .../src/commands/CreateContainerGroupDefinitionCommand.ts | 4 +--- clients/client-gamelift/src/commands/CreateFleetCommand.ts | 4 +--- .../src/commands/CreateFleetLocationsCommand.ts | 4 +--- .../src/commands/CreateGameServerGroupCommand.ts | 4 +--- .../client-gamelift/src/commands/CreateGameSessionCommand.ts | 4 +--- .../src/commands/CreateGameSessionQueueCommand.ts | 4 +--- clients/client-gamelift/src/commands/CreateLocationCommand.ts | 4 +--- .../src/commands/CreateMatchmakingConfigurationCommand.ts | 4 +--- .../src/commands/CreateMatchmakingRuleSetCommand.ts | 4 +--- .../src/commands/CreatePlayerSessionCommand.ts | 4 +--- .../src/commands/CreatePlayerSessionsCommand.ts | 4 +--- clients/client-gamelift/src/commands/CreateScriptCommand.ts | 4 +--- .../src/commands/CreateVpcPeeringAuthorizationCommand.ts | 4 +--- .../src/commands/CreateVpcPeeringConnectionCommand.ts | 4 +--- clients/client-gamelift/src/commands/DeleteAliasCommand.ts | 4 +--- clients/client-gamelift/src/commands/DeleteBuildCommand.ts | 4 +--- .../src/commands/DeleteContainerGroupDefinitionCommand.ts | 4 +--- clients/client-gamelift/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DeleteFleetLocationsCommand.ts | 4 +--- .../src/commands/DeleteGameServerGroupCommand.ts | 4 +--- .../src/commands/DeleteGameSessionQueueCommand.ts | 4 +--- clients/client-gamelift/src/commands/DeleteLocationCommand.ts | 4 +--- .../src/commands/DeleteMatchmakingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteMatchmakingRuleSetCommand.ts | 4 +--- .../src/commands/DeleteScalingPolicyCommand.ts | 4 +--- clients/client-gamelift/src/commands/DeleteScriptCommand.ts | 4 +--- .../src/commands/DeleteVpcPeeringAuthorizationCommand.ts | 4 +--- .../src/commands/DeleteVpcPeeringConnectionCommand.ts | 4 +--- .../client-gamelift/src/commands/DeregisterComputeCommand.ts | 4 +--- .../src/commands/DeregisterGameServerCommand.ts | 4 +--- clients/client-gamelift/src/commands/DescribeAliasCommand.ts | 4 +--- clients/client-gamelift/src/commands/DescribeBuildCommand.ts | 4 +--- .../client-gamelift/src/commands/DescribeComputeCommand.ts | 4 +--- .../src/commands/DescribeContainerGroupDefinitionCommand.ts | 4 +--- .../src/commands/DescribeEC2InstanceLimitsCommand.ts | 4 +--- .../src/commands/DescribeFleetAttributesCommand.ts | 4 +--- .../src/commands/DescribeFleetCapacityCommand.ts | 4 +--- .../src/commands/DescribeFleetEventsCommand.ts | 4 +--- .../src/commands/DescribeFleetLocationAttributesCommand.ts | 4 +--- .../src/commands/DescribeFleetLocationCapacityCommand.ts | 4 +--- .../src/commands/DescribeFleetLocationUtilizationCommand.ts | 4 +--- .../src/commands/DescribeFleetPortSettingsCommand.ts | 4 +--- .../src/commands/DescribeFleetUtilizationCommand.ts | 4 +--- .../client-gamelift/src/commands/DescribeGameServerCommand.ts | 4 +--- .../src/commands/DescribeGameServerGroupCommand.ts | 4 +--- .../src/commands/DescribeGameServerInstancesCommand.ts | 4 +--- .../src/commands/DescribeGameSessionDetailsCommand.ts | 4 +--- .../src/commands/DescribeGameSessionPlacementCommand.ts | 4 +--- .../src/commands/DescribeGameSessionQueuesCommand.ts | 4 +--- .../src/commands/DescribeGameSessionsCommand.ts | 4 +--- .../client-gamelift/src/commands/DescribeInstancesCommand.ts | 4 +--- .../src/commands/DescribeMatchmakingCommand.ts | 4 +--- .../src/commands/DescribeMatchmakingConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeMatchmakingRuleSetsCommand.ts | 4 +--- .../src/commands/DescribePlayerSessionsCommand.ts | 4 +--- .../src/commands/DescribeRuntimeConfigurationCommand.ts | 4 +--- .../src/commands/DescribeScalingPoliciesCommand.ts | 4 +--- clients/client-gamelift/src/commands/DescribeScriptCommand.ts | 4 +--- .../src/commands/DescribeVpcPeeringAuthorizationsCommand.ts | 4 +--- .../src/commands/DescribeVpcPeeringConnectionsCommand.ts | 4 +--- .../client-gamelift/src/commands/GetComputeAccessCommand.ts | 4 +--- .../src/commands/GetComputeAuthTokenCommand.ts | 4 +--- .../src/commands/GetGameSessionLogUrlCommand.ts | 4 +--- .../client-gamelift/src/commands/GetInstanceAccessCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListAliasesCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListBuildsCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListComputeCommand.ts | 4 +--- .../src/commands/ListContainerGroupDefinitionsCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListFleetsCommand.ts | 4 +--- .../src/commands/ListGameServerGroupsCommand.ts | 4 +--- .../client-gamelift/src/commands/ListGameServersCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListLocationsCommand.ts | 4 +--- clients/client-gamelift/src/commands/ListScriptsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-gamelift/src/commands/PutScalingPolicyCommand.ts | 4 +--- .../client-gamelift/src/commands/RegisterComputeCommand.ts | 4 +--- .../client-gamelift/src/commands/RegisterGameServerCommand.ts | 4 +--- .../src/commands/RequestUploadCredentialsCommand.ts | 4 +--- clients/client-gamelift/src/commands/ResolveAliasCommand.ts | 4 +--- .../src/commands/ResumeGameServerGroupCommand.ts | 4 +--- .../client-gamelift/src/commands/SearchGameSessionsCommand.ts | 4 +--- .../client-gamelift/src/commands/StartFleetActionsCommand.ts | 4 +--- .../src/commands/StartGameSessionPlacementCommand.ts | 4 +--- .../client-gamelift/src/commands/StartMatchBackfillCommand.ts | 4 +--- .../client-gamelift/src/commands/StartMatchmakingCommand.ts | 4 +--- .../client-gamelift/src/commands/StopFleetActionsCommand.ts | 4 +--- .../src/commands/StopGameSessionPlacementCommand.ts | 4 +--- .../client-gamelift/src/commands/StopMatchmakingCommand.ts | 4 +--- .../src/commands/SuspendGameServerGroupCommand.ts | 4 +--- clients/client-gamelift/src/commands/TagResourceCommand.ts | 4 +--- clients/client-gamelift/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-gamelift/src/commands/UpdateAliasCommand.ts | 4 +--- clients/client-gamelift/src/commands/UpdateBuildCommand.ts | 4 +--- .../src/commands/UpdateFleetAttributesCommand.ts | 4 +--- .../src/commands/UpdateFleetCapacityCommand.ts | 4 +--- .../src/commands/UpdateFleetPortSettingsCommand.ts | 4 +--- .../client-gamelift/src/commands/UpdateGameServerCommand.ts | 4 +--- .../src/commands/UpdateGameServerGroupCommand.ts | 4 +--- .../client-gamelift/src/commands/UpdateGameSessionCommand.ts | 4 +--- .../src/commands/UpdateGameSessionQueueCommand.ts | 4 +--- .../src/commands/UpdateMatchmakingConfigurationCommand.ts | 4 +--- .../src/commands/UpdateRuntimeConfigurationCommand.ts | 4 +--- clients/client-gamelift/src/commands/UpdateScriptCommand.ts | 4 +--- .../src/commands/ValidateMatchmakingRuleSetCommand.ts | 4 +--- .../src/commands/AbortMultipartUploadCommand.ts | 4 +--- clients/client-glacier/src/commands/AbortVaultLockCommand.ts | 4 +--- clients/client-glacier/src/commands/AddTagsToVaultCommand.ts | 4 +--- .../src/commands/CompleteMultipartUploadCommand.ts | 4 +--- .../client-glacier/src/commands/CompleteVaultLockCommand.ts | 4 +--- clients/client-glacier/src/commands/CreateVaultCommand.ts | 4 +--- clients/client-glacier/src/commands/DeleteArchiveCommand.ts | 4 +--- .../src/commands/DeleteVaultAccessPolicyCommand.ts | 4 +--- clients/client-glacier/src/commands/DeleteVaultCommand.ts | 4 +--- .../src/commands/DeleteVaultNotificationsCommand.ts | 4 +--- clients/client-glacier/src/commands/DescribeJobCommand.ts | 4 +--- clients/client-glacier/src/commands/DescribeVaultCommand.ts | 4 +--- .../src/commands/GetDataRetrievalPolicyCommand.ts | 4 +--- clients/client-glacier/src/commands/GetJobOutputCommand.ts | 4 +--- .../src/commands/GetVaultAccessPolicyCommand.ts | 4 +--- clients/client-glacier/src/commands/GetVaultLockCommand.ts | 4 +--- .../src/commands/GetVaultNotificationsCommand.ts | 4 +--- clients/client-glacier/src/commands/InitiateJobCommand.ts | 4 +--- .../src/commands/InitiateMultipartUploadCommand.ts | 4 +--- .../client-glacier/src/commands/InitiateVaultLockCommand.ts | 4 +--- clients/client-glacier/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListMultipartUploadsCommand.ts | 4 +--- clients/client-glacier/src/commands/ListPartsCommand.ts | 4 +--- .../src/commands/ListProvisionedCapacityCommand.ts | 4 +--- .../client-glacier/src/commands/ListTagsForVaultCommand.ts | 4 +--- clients/client-glacier/src/commands/ListVaultsCommand.ts | 4 +--- .../src/commands/PurchaseProvisionedCapacityCommand.ts | 4 +--- .../client-glacier/src/commands/RemoveTagsFromVaultCommand.ts | 4 +--- .../src/commands/SetDataRetrievalPolicyCommand.ts | 4 +--- .../src/commands/SetVaultAccessPolicyCommand.ts | 4 +--- .../src/commands/SetVaultNotificationsCommand.ts | 4 +--- clients/client-glacier/src/commands/UploadArchiveCommand.ts | 4 +--- .../client-glacier/src/commands/UploadMultipartPartCommand.ts | 4 +--- .../src/commands/AddCustomRoutingEndpointsCommand.ts | 4 +--- .../src/commands/AddEndpointsCommand.ts | 4 +--- .../src/commands/AdvertiseByoipCidrCommand.ts | 4 +--- .../src/commands/AllowCustomRoutingTrafficCommand.ts | 4 +--- .../src/commands/CreateAcceleratorCommand.ts | 4 +--- .../src/commands/CreateCrossAccountAttachmentCommand.ts | 4 +--- .../src/commands/CreateCustomRoutingAcceleratorCommand.ts | 4 +--- .../src/commands/CreateCustomRoutingEndpointGroupCommand.ts | 4 +--- .../src/commands/CreateCustomRoutingListenerCommand.ts | 4 +--- .../src/commands/CreateEndpointGroupCommand.ts | 4 +--- .../src/commands/CreateListenerCommand.ts | 4 +--- .../src/commands/DeleteAcceleratorCommand.ts | 4 +--- .../src/commands/DeleteCrossAccountAttachmentCommand.ts | 4 +--- .../src/commands/DeleteCustomRoutingAcceleratorCommand.ts | 4 +--- .../src/commands/DeleteCustomRoutingEndpointGroupCommand.ts | 4 +--- .../src/commands/DeleteCustomRoutingListenerCommand.ts | 4 +--- .../src/commands/DeleteEndpointGroupCommand.ts | 4 +--- .../src/commands/DeleteListenerCommand.ts | 4 +--- .../src/commands/DenyCustomRoutingTrafficCommand.ts | 4 +--- .../src/commands/DeprovisionByoipCidrCommand.ts | 4 +--- .../src/commands/DescribeAcceleratorAttributesCommand.ts | 4 +--- .../src/commands/DescribeAcceleratorCommand.ts | 4 +--- .../src/commands/DescribeCrossAccountAttachmentCommand.ts | 4 +--- .../DescribeCustomRoutingAcceleratorAttributesCommand.ts | 4 +--- .../src/commands/DescribeCustomRoutingAcceleratorCommand.ts | 4 +--- .../src/commands/DescribeCustomRoutingEndpointGroupCommand.ts | 4 +--- .../src/commands/DescribeCustomRoutingListenerCommand.ts | 4 +--- .../src/commands/DescribeEndpointGroupCommand.ts | 4 +--- .../src/commands/DescribeListenerCommand.ts | 4 +--- .../src/commands/ListAcceleratorsCommand.ts | 4 +--- .../src/commands/ListByoipCidrsCommand.ts | 4 +--- .../src/commands/ListCrossAccountAttachmentsCommand.ts | 4 +--- .../src/commands/ListCrossAccountResourceAccountsCommand.ts | 4 +--- .../src/commands/ListCrossAccountResourcesCommand.ts | 4 +--- .../src/commands/ListCustomRoutingAcceleratorsCommand.ts | 4 +--- .../src/commands/ListCustomRoutingEndpointGroupsCommand.ts | 4 +--- .../src/commands/ListCustomRoutingListenersCommand.ts | 4 +--- .../ListCustomRoutingPortMappingsByDestinationCommand.ts | 4 +--- .../src/commands/ListCustomRoutingPortMappingsCommand.ts | 4 +--- .../src/commands/ListEndpointGroupsCommand.ts | 4 +--- .../src/commands/ListListenersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ProvisionByoipCidrCommand.ts | 4 +--- .../src/commands/RemoveCustomRoutingEndpointsCommand.ts | 4 +--- .../src/commands/RemoveEndpointsCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAcceleratorAttributesCommand.ts | 4 +--- .../src/commands/UpdateAcceleratorCommand.ts | 4 +--- .../src/commands/UpdateCrossAccountAttachmentCommand.ts | 4 +--- .../UpdateCustomRoutingAcceleratorAttributesCommand.ts | 4 +--- .../src/commands/UpdateCustomRoutingAcceleratorCommand.ts | 4 +--- .../src/commands/UpdateCustomRoutingListenerCommand.ts | 4 +--- .../src/commands/UpdateEndpointGroupCommand.ts | 4 +--- .../src/commands/UpdateListenerCommand.ts | 4 +--- .../src/commands/WithdrawByoipCidrCommand.ts | 4 +--- .../client-glue/src/commands/BatchCreatePartitionCommand.ts | 4 +--- .../client-glue/src/commands/BatchDeleteConnectionCommand.ts | 4 +--- .../client-glue/src/commands/BatchDeletePartitionCommand.ts | 4 +--- clients/client-glue/src/commands/BatchDeleteTableCommand.ts | 4 +--- .../src/commands/BatchDeleteTableVersionCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetCrawlersCommand.ts | 4 +--- .../src/commands/BatchGetCustomEntityTypesCommand.ts | 4 +--- .../src/commands/BatchGetDataQualityResultCommand.ts | 4 +--- .../client-glue/src/commands/BatchGetDevEndpointsCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetJobsCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetPartitionCommand.ts | 4 +--- .../client-glue/src/commands/BatchGetTableOptimizerCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetTriggersCommand.ts | 4 +--- clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts | 4 +--- .../commands/BatchPutDataQualityStatisticAnnotationCommand.ts | 4 +--- clients/client-glue/src/commands/BatchStopJobRunCommand.ts | 4 +--- .../client-glue/src/commands/BatchUpdatePartitionCommand.ts | 4 +--- .../commands/CancelDataQualityRuleRecommendationRunCommand.ts | 4 +--- .../commands/CancelDataQualityRulesetEvaluationRunCommand.ts | 4 +--- clients/client-glue/src/commands/CancelMLTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/CancelStatementCommand.ts | 4 +--- .../src/commands/CheckSchemaVersionValidityCommand.ts | 4 +--- clients/client-glue/src/commands/CreateBlueprintCommand.ts | 4 +--- clients/client-glue/src/commands/CreateClassifierCommand.ts | 4 +--- clients/client-glue/src/commands/CreateConnectionCommand.ts | 4 +--- clients/client-glue/src/commands/CreateCrawlerCommand.ts | 4 +--- .../client-glue/src/commands/CreateCustomEntityTypeCommand.ts | 4 +--- .../src/commands/CreateDataQualityRulesetCommand.ts | 4 +--- clients/client-glue/src/commands/CreateDatabaseCommand.ts | 4 +--- clients/client-glue/src/commands/CreateDevEndpointCommand.ts | 4 +--- clients/client-glue/src/commands/CreateJobCommand.ts | 4 +--- clients/client-glue/src/commands/CreateMLTransformCommand.ts | 4 +--- clients/client-glue/src/commands/CreatePartitionCommand.ts | 4 +--- .../client-glue/src/commands/CreatePartitionIndexCommand.ts | 4 +--- clients/client-glue/src/commands/CreateRegistryCommand.ts | 4 +--- clients/client-glue/src/commands/CreateSchemaCommand.ts | 4 +--- clients/client-glue/src/commands/CreateScriptCommand.ts | 4 +--- .../src/commands/CreateSecurityConfigurationCommand.ts | 4 +--- clients/client-glue/src/commands/CreateSessionCommand.ts | 4 +--- clients/client-glue/src/commands/CreateTableCommand.ts | 4 +--- .../client-glue/src/commands/CreateTableOptimizerCommand.ts | 4 +--- clients/client-glue/src/commands/CreateTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/CreateUsageProfileCommand.ts | 4 +--- .../src/commands/CreateUserDefinedFunctionCommand.ts | 4 +--- clients/client-glue/src/commands/CreateWorkflowCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteBlueprintCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteClassifierCommand.ts | 4 +--- .../src/commands/DeleteColumnStatisticsForPartitionCommand.ts | 4 +--- .../src/commands/DeleteColumnStatisticsForTableCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteConnectionCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteCrawlerCommand.ts | 4 +--- .../client-glue/src/commands/DeleteCustomEntityTypeCommand.ts | 4 +--- .../src/commands/DeleteDataQualityRulesetCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteDatabaseCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteDevEndpointCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteJobCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteMLTransformCommand.ts | 4 +--- clients/client-glue/src/commands/DeletePartitionCommand.ts | 4 +--- .../client-glue/src/commands/DeletePartitionIndexCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteRegistryCommand.ts | 4 +--- .../client-glue/src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteSchemaCommand.ts | 4 +--- .../client-glue/src/commands/DeleteSchemaVersionsCommand.ts | 4 +--- .../src/commands/DeleteSecurityConfigurationCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteSessionCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteTableCommand.ts | 4 +--- .../client-glue/src/commands/DeleteTableOptimizerCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteTableVersionCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteUsageProfileCommand.ts | 4 +--- .../src/commands/DeleteUserDefinedFunctionCommand.ts | 4 +--- clients/client-glue/src/commands/DeleteWorkflowCommand.ts | 4 +--- clients/client-glue/src/commands/GetBlueprintCommand.ts | 4 +--- clients/client-glue/src/commands/GetBlueprintRunCommand.ts | 4 +--- clients/client-glue/src/commands/GetBlueprintRunsCommand.ts | 4 +--- .../client-glue/src/commands/GetCatalogImportStatusCommand.ts | 4 +--- clients/client-glue/src/commands/GetClassifierCommand.ts | 4 +--- clients/client-glue/src/commands/GetClassifiersCommand.ts | 4 +--- .../src/commands/GetColumnStatisticsForPartitionCommand.ts | 4 +--- .../src/commands/GetColumnStatisticsForTableCommand.ts | 4 +--- .../src/commands/GetColumnStatisticsTaskRunCommand.ts | 4 +--- .../src/commands/GetColumnStatisticsTaskRunsCommand.ts | 4 +--- clients/client-glue/src/commands/GetConnectionCommand.ts | 4 +--- clients/client-glue/src/commands/GetConnectionsCommand.ts | 4 +--- clients/client-glue/src/commands/GetCrawlerCommand.ts | 4 +--- clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts | 4 +--- clients/client-glue/src/commands/GetCrawlersCommand.ts | 4 +--- .../client-glue/src/commands/GetCustomEntityTypeCommand.ts | 4 +--- .../src/commands/GetDataCatalogEncryptionSettingsCommand.ts | 4 +--- .../client-glue/src/commands/GetDataQualityModelCommand.ts | 4 +--- .../src/commands/GetDataQualityModelResultCommand.ts | 4 +--- .../client-glue/src/commands/GetDataQualityResultCommand.ts | 4 +--- .../commands/GetDataQualityRuleRecommendationRunCommand.ts | 4 +--- .../client-glue/src/commands/GetDataQualityRulesetCommand.ts | 4 +--- .../src/commands/GetDataQualityRulesetEvaluationRunCommand.ts | 4 +--- clients/client-glue/src/commands/GetDatabaseCommand.ts | 4 +--- clients/client-glue/src/commands/GetDatabasesCommand.ts | 4 +--- clients/client-glue/src/commands/GetDataflowGraphCommand.ts | 4 +--- clients/client-glue/src/commands/GetDevEndpointCommand.ts | 4 +--- clients/client-glue/src/commands/GetDevEndpointsCommand.ts | 4 +--- clients/client-glue/src/commands/GetJobBookmarkCommand.ts | 4 +--- clients/client-glue/src/commands/GetJobCommand.ts | 4 +--- clients/client-glue/src/commands/GetJobRunCommand.ts | 4 +--- clients/client-glue/src/commands/GetJobRunsCommand.ts | 4 +--- clients/client-glue/src/commands/GetJobsCommand.ts | 4 +--- clients/client-glue/src/commands/GetMLTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/GetMLTaskRunsCommand.ts | 4 +--- clients/client-glue/src/commands/GetMLTransformCommand.ts | 4 +--- clients/client-glue/src/commands/GetMLTransformsCommand.ts | 4 +--- clients/client-glue/src/commands/GetMappingCommand.ts | 4 +--- clients/client-glue/src/commands/GetPartitionCommand.ts | 4 +--- .../client-glue/src/commands/GetPartitionIndexesCommand.ts | 4 +--- clients/client-glue/src/commands/GetPartitionsCommand.ts | 4 +--- clients/client-glue/src/commands/GetPlanCommand.ts | 4 +--- clients/client-glue/src/commands/GetRegistryCommand.ts | 4 +--- .../client-glue/src/commands/GetResourcePoliciesCommand.ts | 4 +--- clients/client-glue/src/commands/GetResourcePolicyCommand.ts | 4 +--- .../client-glue/src/commands/GetSchemaByDefinitionCommand.ts | 4 +--- clients/client-glue/src/commands/GetSchemaCommand.ts | 4 +--- clients/client-glue/src/commands/GetSchemaVersionCommand.ts | 4 +--- .../client-glue/src/commands/GetSchemaVersionsDiffCommand.ts | 4 +--- .../src/commands/GetSecurityConfigurationCommand.ts | 4 +--- .../src/commands/GetSecurityConfigurationsCommand.ts | 4 +--- clients/client-glue/src/commands/GetSessionCommand.ts | 4 +--- clients/client-glue/src/commands/GetStatementCommand.ts | 4 +--- clients/client-glue/src/commands/GetTableCommand.ts | 4 +--- clients/client-glue/src/commands/GetTableOptimizerCommand.ts | 4 +--- clients/client-glue/src/commands/GetTableVersionCommand.ts | 4 +--- clients/client-glue/src/commands/GetTableVersionsCommand.ts | 4 +--- clients/client-glue/src/commands/GetTablesCommand.ts | 4 +--- clients/client-glue/src/commands/GetTagsCommand.ts | 4 +--- clients/client-glue/src/commands/GetTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/GetTriggersCommand.ts | 4 +--- .../src/commands/GetUnfilteredPartitionMetadataCommand.ts | 4 +--- .../src/commands/GetUnfilteredPartitionsMetadataCommand.ts | 4 +--- .../src/commands/GetUnfilteredTableMetadataCommand.ts | 4 +--- clients/client-glue/src/commands/GetUsageProfileCommand.ts | 4 +--- .../client-glue/src/commands/GetUserDefinedFunctionCommand.ts | 4 +--- .../src/commands/GetUserDefinedFunctionsCommand.ts | 4 +--- clients/client-glue/src/commands/GetWorkflowCommand.ts | 4 +--- clients/client-glue/src/commands/GetWorkflowRunCommand.ts | 4 +--- .../src/commands/GetWorkflowRunPropertiesCommand.ts | 4 +--- clients/client-glue/src/commands/GetWorkflowRunsCommand.ts | 4 +--- .../client-glue/src/commands/ImportCatalogToGlueCommand.ts | 4 +--- clients/client-glue/src/commands/ListBlueprintsCommand.ts | 4 +--- .../src/commands/ListColumnStatisticsTaskRunsCommand.ts | 4 +--- clients/client-glue/src/commands/ListCrawlersCommand.ts | 4 +--- clients/client-glue/src/commands/ListCrawlsCommand.ts | 4 +--- .../client-glue/src/commands/ListCustomEntityTypesCommand.ts | 4 +--- .../client-glue/src/commands/ListDataQualityResultsCommand.ts | 4 +--- .../commands/ListDataQualityRuleRecommendationRunsCommand.ts | 4 +--- .../commands/ListDataQualityRulesetEvaluationRunsCommand.ts | 4 +--- .../src/commands/ListDataQualityRulesetsCommand.ts | 4 +--- .../commands/ListDataQualityStatisticAnnotationsCommand.ts | 4 +--- .../src/commands/ListDataQualityStatisticsCommand.ts | 4 +--- clients/client-glue/src/commands/ListDevEndpointsCommand.ts | 4 +--- clients/client-glue/src/commands/ListJobsCommand.ts | 4 +--- clients/client-glue/src/commands/ListMLTransformsCommand.ts | 4 +--- clients/client-glue/src/commands/ListRegistriesCommand.ts | 4 +--- clients/client-glue/src/commands/ListSchemaVersionsCommand.ts | 4 +--- clients/client-glue/src/commands/ListSchemasCommand.ts | 4 +--- clients/client-glue/src/commands/ListSessionsCommand.ts | 4 +--- clients/client-glue/src/commands/ListStatementsCommand.ts | 4 +--- .../client-glue/src/commands/ListTableOptimizerRunsCommand.ts | 4 +--- clients/client-glue/src/commands/ListTriggersCommand.ts | 4 +--- clients/client-glue/src/commands/ListUsageProfilesCommand.ts | 4 +--- clients/client-glue/src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/PutDataCatalogEncryptionSettingsCommand.ts | 4 +--- .../src/commands/PutDataQualityProfileAnnotationCommand.ts | 4 +--- clients/client-glue/src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/PutSchemaVersionMetadataCommand.ts | 4 +--- .../src/commands/PutWorkflowRunPropertiesCommand.ts | 4 +--- .../src/commands/QuerySchemaVersionMetadataCommand.ts | 4 +--- .../client-glue/src/commands/RegisterSchemaVersionCommand.ts | 4 +--- .../src/commands/RemoveSchemaVersionMetadataCommand.ts | 4 +--- clients/client-glue/src/commands/ResetJobBookmarkCommand.ts | 4 +--- clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts | 4 +--- clients/client-glue/src/commands/RunStatementCommand.ts | 4 +--- clients/client-glue/src/commands/SearchTablesCommand.ts | 4 +--- clients/client-glue/src/commands/StartBlueprintRunCommand.ts | 4 +--- .../src/commands/StartColumnStatisticsTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/StartCrawlerCommand.ts | 4 +--- .../client-glue/src/commands/StartCrawlerScheduleCommand.ts | 4 +--- .../commands/StartDataQualityRuleRecommendationRunCommand.ts | 4 +--- .../commands/StartDataQualityRulesetEvaluationRunCommand.ts | 4 +--- .../src/commands/StartExportLabelsTaskRunCommand.ts | 4 +--- .../src/commands/StartImportLabelsTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/StartJobRunCommand.ts | 4 +--- .../src/commands/StartMLEvaluationTaskRunCommand.ts | 4 +--- .../commands/StartMLLabelingSetGenerationTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/StartTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/StartWorkflowRunCommand.ts | 4 +--- .../src/commands/StopColumnStatisticsTaskRunCommand.ts | 4 +--- clients/client-glue/src/commands/StopCrawlerCommand.ts | 4 +--- .../client-glue/src/commands/StopCrawlerScheduleCommand.ts | 4 +--- clients/client-glue/src/commands/StopSessionCommand.ts | 4 +--- clients/client-glue/src/commands/StopTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/StopWorkflowRunCommand.ts | 4 +--- clients/client-glue/src/commands/TagResourceCommand.ts | 4 +--- clients/client-glue/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateBlueprintCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateClassifierCommand.ts | 4 +--- .../src/commands/UpdateColumnStatisticsForPartitionCommand.ts | 4 +--- .../src/commands/UpdateColumnStatisticsForTableCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateConnectionCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateCrawlerCommand.ts | 4 +--- .../client-glue/src/commands/UpdateCrawlerScheduleCommand.ts | 4 +--- .../src/commands/UpdateDataQualityRulesetCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateDatabaseCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateDevEndpointCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateJobCommand.ts | 4 +--- .../src/commands/UpdateJobFromSourceControlCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateMLTransformCommand.ts | 4 +--- clients/client-glue/src/commands/UpdatePartitionCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateRegistryCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateSchemaCommand.ts | 4 +--- .../src/commands/UpdateSourceControlFromJobCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateTableCommand.ts | 4 +--- .../client-glue/src/commands/UpdateTableOptimizerCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateTriggerCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateUsageProfileCommand.ts | 4 +--- .../src/commands/UpdateUserDefinedFunctionCommand.ts | 4 +--- clients/client-glue/src/commands/UpdateWorkflowCommand.ts | 4 +--- .../client-grafana/src/commands/AssociateLicenseCommand.ts | 4 +--- .../src/commands/CreateWorkspaceApiKeyCommand.ts | 4 +--- clients/client-grafana/src/commands/CreateWorkspaceCommand.ts | 4 +--- .../src/commands/CreateWorkspaceServiceAccountCommand.ts | 4 +--- .../src/commands/CreateWorkspaceServiceAccountTokenCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceApiKeyCommand.ts | 4 +--- clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceServiceAccountCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceAuthenticationCommand.ts | 4 +--- .../client-grafana/src/commands/DescribeWorkspaceCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceConfigurationCommand.ts | 4 +--- .../client-grafana/src/commands/DisassociateLicenseCommand.ts | 4 +--- clients/client-grafana/src/commands/ListPermissionsCommand.ts | 4 +--- .../client-grafana/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-grafana/src/commands/ListVersionsCommand.ts | 4 +--- .../src/commands/ListWorkspaceServiceAccountTokensCommand.ts | 4 +--- .../src/commands/ListWorkspaceServiceAccountsCommand.ts | 4 +--- clients/client-grafana/src/commands/ListWorkspacesCommand.ts | 4 +--- clients/client-grafana/src/commands/TagResourceCommand.ts | 4 +--- clients/client-grafana/src/commands/UntagResourceCommand.ts | 4 +--- .../client-grafana/src/commands/UpdatePermissionsCommand.ts | 4 +--- .../src/commands/UpdateWorkspaceAuthenticationCommand.ts | 4 +--- clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts | 4 +--- .../src/commands/UpdateWorkspaceConfigurationCommand.ts | 4 +--- .../src/commands/AssociateRoleToGroupCommand.ts | 4 +--- .../src/commands/AssociateServiceRoleToAccountCommand.ts | 4 +--- .../src/commands/CreateConnectorDefinitionCommand.ts | 4 +--- .../src/commands/CreateConnectorDefinitionVersionCommand.ts | 4 +--- .../src/commands/CreateCoreDefinitionCommand.ts | 4 +--- .../src/commands/CreateCoreDefinitionVersionCommand.ts | 4 +--- .../client-greengrass/src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/CreateDeviceDefinitionCommand.ts | 4 +--- .../src/commands/CreateDeviceDefinitionVersionCommand.ts | 4 +--- .../src/commands/CreateFunctionDefinitionCommand.ts | 4 +--- .../src/commands/CreateFunctionDefinitionVersionCommand.ts | 4 +--- .../src/commands/CreateGroupCertificateAuthorityCommand.ts | 4 +--- clients/client-greengrass/src/commands/CreateGroupCommand.ts | 4 +--- .../src/commands/CreateGroupVersionCommand.ts | 4 +--- .../src/commands/CreateLoggerDefinitionCommand.ts | 4 +--- .../src/commands/CreateLoggerDefinitionVersionCommand.ts | 4 +--- .../src/commands/CreateResourceDefinitionCommand.ts | 4 +--- .../src/commands/CreateResourceDefinitionVersionCommand.ts | 4 +--- .../src/commands/CreateSoftwareUpdateJobCommand.ts | 4 +--- .../src/commands/CreateSubscriptionDefinitionCommand.ts | 4 +--- .../commands/CreateSubscriptionDefinitionVersionCommand.ts | 4 +--- .../src/commands/DeleteConnectorDefinitionCommand.ts | 4 +--- .../src/commands/DeleteCoreDefinitionCommand.ts | 4 +--- .../src/commands/DeleteDeviceDefinitionCommand.ts | 4 +--- .../src/commands/DeleteFunctionDefinitionCommand.ts | 4 +--- clients/client-greengrass/src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/DeleteLoggerDefinitionCommand.ts | 4 +--- .../src/commands/DeleteResourceDefinitionCommand.ts | 4 +--- .../src/commands/DeleteSubscriptionDefinitionCommand.ts | 4 +--- .../src/commands/DisassociateRoleFromGroupCommand.ts | 4 +--- .../src/commands/DisassociateServiceRoleFromAccountCommand.ts | 4 +--- .../src/commands/GetAssociatedRoleCommand.ts | 4 +--- .../src/commands/GetBulkDeploymentStatusCommand.ts | 4 +--- .../src/commands/GetConnectivityInfoCommand.ts | 4 +--- .../src/commands/GetConnectorDefinitionCommand.ts | 4 +--- .../src/commands/GetConnectorDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetCoreDefinitionCommand.ts | 4 +--- .../src/commands/GetCoreDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetDeploymentStatusCommand.ts | 4 +--- .../src/commands/GetDeviceDefinitionCommand.ts | 4 +--- .../src/commands/GetDeviceDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetFunctionDefinitionCommand.ts | 4 +--- .../src/commands/GetFunctionDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetGroupCertificateAuthorityCommand.ts | 4 +--- .../src/commands/GetGroupCertificateConfigurationCommand.ts | 4 +--- clients/client-greengrass/src/commands/GetGroupCommand.ts | 4 +--- .../client-greengrass/src/commands/GetGroupVersionCommand.ts | 4 +--- .../src/commands/GetLoggerDefinitionCommand.ts | 4 +--- .../src/commands/GetLoggerDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetResourceDefinitionCommand.ts | 4 +--- .../src/commands/GetResourceDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetServiceRoleForAccountCommand.ts | 4 +--- .../src/commands/GetSubscriptionDefinitionCommand.ts | 4 +--- .../src/commands/GetSubscriptionDefinitionVersionCommand.ts | 4 +--- .../src/commands/GetThingRuntimeConfigurationCommand.ts | 4 +--- .../src/commands/ListBulkDeploymentDetailedReportsCommand.ts | 4 +--- .../src/commands/ListBulkDeploymentsCommand.ts | 4 +--- .../src/commands/ListConnectorDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListConnectorDefinitionsCommand.ts | 4 +--- .../src/commands/ListCoreDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListCoreDefinitionsCommand.ts | 4 +--- .../client-greengrass/src/commands/ListDeploymentsCommand.ts | 4 +--- .../src/commands/ListDeviceDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListDeviceDefinitionsCommand.ts | 4 +--- .../src/commands/ListFunctionDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListFunctionDefinitionsCommand.ts | 4 +--- .../src/commands/ListGroupCertificateAuthoritiesCommand.ts | 4 +--- .../src/commands/ListGroupVersionsCommand.ts | 4 +--- clients/client-greengrass/src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/ListLoggerDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListLoggerDefinitionsCommand.ts | 4 +--- .../src/commands/ListResourceDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListResourceDefinitionsCommand.ts | 4 +--- .../src/commands/ListSubscriptionDefinitionVersionsCommand.ts | 4 +--- .../src/commands/ListSubscriptionDefinitionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-greengrass/src/commands/ResetDeploymentsCommand.ts | 4 +--- .../src/commands/StartBulkDeploymentCommand.ts | 4 +--- .../src/commands/StopBulkDeploymentCommand.ts | 4 +--- clients/client-greengrass/src/commands/TagResourceCommand.ts | 4 +--- .../client-greengrass/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectivityInfoCommand.ts | 4 +--- .../src/commands/UpdateConnectorDefinitionCommand.ts | 4 +--- .../src/commands/UpdateCoreDefinitionCommand.ts | 4 +--- .../src/commands/UpdateDeviceDefinitionCommand.ts | 4 +--- .../src/commands/UpdateFunctionDefinitionCommand.ts | 4 +--- .../commands/UpdateGroupCertificateConfigurationCommand.ts | 4 +--- clients/client-greengrass/src/commands/UpdateGroupCommand.ts | 4 +--- .../src/commands/UpdateLoggerDefinitionCommand.ts | 4 +--- .../src/commands/UpdateResourceDefinitionCommand.ts | 4 +--- .../src/commands/UpdateSubscriptionDefinitionCommand.ts | 4 +--- .../src/commands/UpdateThingRuntimeConfigurationCommand.ts | 4 +--- .../src/commands/AssociateServiceRoleToAccountCommand.ts | 4 +--- .../BatchAssociateClientDeviceWithCoreDeviceCommand.ts | 4 +--- .../BatchDisassociateClientDeviceFromCoreDeviceCommand.ts | 4 +--- .../src/commands/CancelDeploymentCommand.ts | 4 +--- .../src/commands/CreateComponentVersionCommand.ts | 4 +--- .../src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/DeleteComponentCommand.ts | 4 +--- .../src/commands/DeleteCoreDeviceCommand.ts | 4 +--- .../src/commands/DeleteDeploymentCommand.ts | 4 +--- .../src/commands/DescribeComponentCommand.ts | 4 +--- .../src/commands/DisassociateServiceRoleFromAccountCommand.ts | 4 +--- .../client-greengrassv2/src/commands/GetComponentCommand.ts | 4 +--- .../src/commands/GetComponentVersionArtifactCommand.ts | 4 +--- .../src/commands/GetConnectivityInfoCommand.ts | 4 +--- .../client-greengrassv2/src/commands/GetCoreDeviceCommand.ts | 4 +--- .../client-greengrassv2/src/commands/GetDeploymentCommand.ts | 4 +--- .../src/commands/GetServiceRoleForAccountCommand.ts | 4 +--- .../ListClientDevicesAssociatedWithCoreDeviceCommand.ts | 4 +--- .../src/commands/ListComponentVersionsCommand.ts | 4 +--- .../client-greengrassv2/src/commands/ListComponentsCommand.ts | 4 +--- .../src/commands/ListCoreDevicesCommand.ts | 4 +--- .../src/commands/ListDeploymentsCommand.ts | 4 +--- .../src/commands/ListEffectiveDeploymentsCommand.ts | 4 +--- .../src/commands/ListInstalledComponentsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ResolveComponentCandidatesCommand.ts | 4 +--- .../client-greengrassv2/src/commands/TagResourceCommand.ts | 4 +--- .../client-greengrassv2/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectivityInfoCommand.ts | 4 +--- .../client-groundstation/src/commands/CancelContactCommand.ts | 4 +--- .../client-groundstation/src/commands/CreateConfigCommand.ts | 4 +--- .../src/commands/CreateDataflowEndpointGroupCommand.ts | 4 +--- .../src/commands/CreateEphemerisCommand.ts | 4 +--- .../src/commands/CreateMissionProfileCommand.ts | 4 +--- .../client-groundstation/src/commands/DeleteConfigCommand.ts | 4 +--- .../src/commands/DeleteDataflowEndpointGroupCommand.ts | 4 +--- .../src/commands/DeleteEphemerisCommand.ts | 4 +--- .../src/commands/DeleteMissionProfileCommand.ts | 4 +--- .../src/commands/DescribeContactCommand.ts | 4 +--- .../src/commands/DescribeEphemerisCommand.ts | 4 +--- .../src/commands/GetAgentConfigurationCommand.ts | 4 +--- clients/client-groundstation/src/commands/GetConfigCommand.ts | 4 +--- .../src/commands/GetDataflowEndpointGroupCommand.ts | 4 +--- .../src/commands/GetMinuteUsageCommand.ts | 4 +--- .../src/commands/GetMissionProfileCommand.ts | 4 +--- .../client-groundstation/src/commands/GetSatelliteCommand.ts | 4 +--- .../client-groundstation/src/commands/ListConfigsCommand.ts | 4 +--- .../client-groundstation/src/commands/ListContactsCommand.ts | 4 +--- .../src/commands/ListDataflowEndpointGroupsCommand.ts | 4 +--- .../src/commands/ListEphemeridesCommand.ts | 4 +--- .../src/commands/ListGroundStationsCommand.ts | 4 +--- .../src/commands/ListMissionProfilesCommand.ts | 4 +--- .../src/commands/ListSatellitesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-groundstation/src/commands/RegisterAgentCommand.ts | 4 +--- .../src/commands/ReserveContactCommand.ts | 4 +--- .../client-groundstation/src/commands/TagResourceCommand.ts | 4 +--- .../client-groundstation/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAgentStatusCommand.ts | 4 +--- .../client-groundstation/src/commands/UpdateConfigCommand.ts | 4 +--- .../src/commands/UpdateEphemerisCommand.ts | 4 +--- .../src/commands/UpdateMissionProfileCommand.ts | 4 +--- .../src/commands/AcceptAdministratorInvitationCommand.ts | 4 +--- .../client-guardduty/src/commands/AcceptInvitationCommand.ts | 4 +--- .../client-guardduty/src/commands/ArchiveFindingsCommand.ts | 4 +--- .../client-guardduty/src/commands/CreateDetectorCommand.ts | 4 +--- clients/client-guardduty/src/commands/CreateFilterCommand.ts | 4 +--- clients/client-guardduty/src/commands/CreateIPSetCommand.ts | 4 +--- .../src/commands/CreateMalwareProtectionPlanCommand.ts | 4 +--- clients/client-guardduty/src/commands/CreateMembersCommand.ts | 4 +--- .../src/commands/CreatePublishingDestinationCommand.ts | 4 +--- .../src/commands/CreateSampleFindingsCommand.ts | 4 +--- .../src/commands/CreateThreatIntelSetCommand.ts | 4 +--- .../src/commands/DeclineInvitationsCommand.ts | 4 +--- .../client-guardduty/src/commands/DeleteDetectorCommand.ts | 4 +--- clients/client-guardduty/src/commands/DeleteFilterCommand.ts | 4 +--- clients/client-guardduty/src/commands/DeleteIPSetCommand.ts | 4 +--- .../client-guardduty/src/commands/DeleteInvitationsCommand.ts | 4 +--- .../src/commands/DeleteMalwareProtectionPlanCommand.ts | 4 +--- clients/client-guardduty/src/commands/DeleteMembersCommand.ts | 4 +--- .../src/commands/DeletePublishingDestinationCommand.ts | 4 +--- .../src/commands/DeleteThreatIntelSetCommand.ts | 4 +--- .../src/commands/DescribeMalwareScansCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/DescribePublishingDestinationCommand.ts | 4 +--- .../src/commands/DisableOrganizationAdminAccountCommand.ts | 4 +--- .../commands/DisassociateFromAdministratorAccountCommand.ts | 4 +--- .../src/commands/DisassociateFromMasterAccountCommand.ts | 4 +--- .../src/commands/DisassociateMembersCommand.ts | 4 +--- .../src/commands/EnableOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/GetAdministratorAccountCommand.ts | 4 +--- .../src/commands/GetCoverageStatisticsCommand.ts | 4 +--- clients/client-guardduty/src/commands/GetDetectorCommand.ts | 4 +--- clients/client-guardduty/src/commands/GetFilterCommand.ts | 4 +--- clients/client-guardduty/src/commands/GetFindingsCommand.ts | 4 +--- .../src/commands/GetFindingsStatisticsCommand.ts | 4 +--- clients/client-guardduty/src/commands/GetIPSetCommand.ts | 4 +--- .../src/commands/GetInvitationsCountCommand.ts | 4 +--- .../src/commands/GetMalwareProtectionPlanCommand.ts | 4 +--- .../src/commands/GetMalwareScanSettingsCommand.ts | 4 +--- .../client-guardduty/src/commands/GetMasterAccountCommand.ts | 4 +--- .../src/commands/GetMemberDetectorsCommand.ts | 4 +--- clients/client-guardduty/src/commands/GetMembersCommand.ts | 4 +--- .../src/commands/GetOrganizationStatisticsCommand.ts | 4 +--- .../src/commands/GetRemainingFreeTrialDaysCommand.ts | 4 +--- .../client-guardduty/src/commands/GetThreatIntelSetCommand.ts | 4 +--- .../src/commands/GetUsageStatisticsCommand.ts | 4 +--- clients/client-guardduty/src/commands/InviteMembersCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListCoverageCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListDetectorsCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListFiltersCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListFindingsCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListIPSetsCommand.ts | 4 +--- .../client-guardduty/src/commands/ListInvitationsCommand.ts | 4 +--- .../src/commands/ListMalwareProtectionPlansCommand.ts | 4 +--- clients/client-guardduty/src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListOrganizationAdminAccountsCommand.ts | 4 +--- .../src/commands/ListPublishingDestinationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListThreatIntelSetsCommand.ts | 4 +--- .../client-guardduty/src/commands/StartMalwareScanCommand.ts | 4 +--- .../src/commands/StartMonitoringMembersCommand.ts | 4 +--- .../src/commands/StopMonitoringMembersCommand.ts | 4 +--- clients/client-guardduty/src/commands/TagResourceCommand.ts | 4 +--- .../client-guardduty/src/commands/UnarchiveFindingsCommand.ts | 4 +--- clients/client-guardduty/src/commands/UntagResourceCommand.ts | 4 +--- .../client-guardduty/src/commands/UpdateDetectorCommand.ts | 4 +--- clients/client-guardduty/src/commands/UpdateFilterCommand.ts | 4 +--- .../src/commands/UpdateFindingsFeedbackCommand.ts | 4 +--- clients/client-guardduty/src/commands/UpdateIPSetCommand.ts | 4 +--- .../src/commands/UpdateMalwareProtectionPlanCommand.ts | 4 +--- .../src/commands/UpdateMalwareScanSettingsCommand.ts | 4 +--- .../src/commands/UpdateMemberDetectorsCommand.ts | 4 +--- .../src/commands/UpdateOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/UpdatePublishingDestinationCommand.ts | 4 +--- .../src/commands/UpdateThreatIntelSetCommand.ts | 4 +--- .../DescribeAffectedAccountsForOrganizationCommand.ts | 4 +--- .../src/commands/DescribeAffectedEntitiesCommand.ts | 4 +--- .../DescribeAffectedEntitiesForOrganizationCommand.ts | 4 +--- .../src/commands/DescribeEntityAggregatesCommand.ts | 4 +--- .../DescribeEntityAggregatesForOrganizationCommand.ts | 4 +--- .../src/commands/DescribeEventAggregatesCommand.ts | 4 +--- .../client-health/src/commands/DescribeEventDetailsCommand.ts | 4 +--- .../commands/DescribeEventDetailsForOrganizationCommand.ts | 4 +--- .../client-health/src/commands/DescribeEventTypesCommand.ts | 4 +--- clients/client-health/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeEventsForOrganizationCommand.ts | 4 +--- .../DescribeHealthServiceStatusForOrganizationCommand.ts | 4 +--- .../DisableHealthServiceAccessForOrganizationCommand.ts | 4 +--- .../EnableHealthServiceAccessForOrganizationCommand.ts | 4 +--- .../src/commands/CreateFHIRDatastoreCommand.ts | 4 +--- .../src/commands/DeleteFHIRDatastoreCommand.ts | 4 +--- .../src/commands/DescribeFHIRDatastoreCommand.ts | 4 +--- .../src/commands/DescribeFHIRExportJobCommand.ts | 4 +--- .../src/commands/DescribeFHIRImportJobCommand.ts | 4 +--- .../src/commands/ListFHIRDatastoresCommand.ts | 4 +--- .../src/commands/ListFHIRExportJobsCommand.ts | 4 +--- .../src/commands/ListFHIRImportJobsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartFHIRExportJobCommand.ts | 4 +--- .../src/commands/StartFHIRImportJobCommand.ts | 4 +--- clients/client-healthlake/src/commands/TagResourceCommand.ts | 4 +--- .../client-healthlake/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/AddClientIDToOpenIDConnectProviderCommand.ts | 4 +--- .../src/commands/AddRoleToInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/AddUserToGroupCommand.ts | 4 +--- clients/client-iam/src/commands/AttachGroupPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/AttachRolePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/AttachUserPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/ChangePasswordCommand.ts | 4 +--- clients/client-iam/src/commands/CreateAccessKeyCommand.ts | 4 +--- clients/client-iam/src/commands/CreateAccountAliasCommand.ts | 4 +--- clients/client-iam/src/commands/CreateGroupCommand.ts | 4 +--- .../client-iam/src/commands/CreateInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/CreateLoginProfileCommand.ts | 4 +--- .../src/commands/CreateOpenIDConnectProviderCommand.ts | 4 +--- clients/client-iam/src/commands/CreatePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/CreatePolicyVersionCommand.ts | 4 +--- clients/client-iam/src/commands/CreateRoleCommand.ts | 4 +--- clients/client-iam/src/commands/CreateSAMLProviderCommand.ts | 4 +--- .../client-iam/src/commands/CreateServiceLinkedRoleCommand.ts | 4 +--- .../src/commands/CreateServiceSpecificCredentialCommand.ts | 4 +--- clients/client-iam/src/commands/CreateUserCommand.ts | 4 +--- .../client-iam/src/commands/CreateVirtualMFADeviceCommand.ts | 4 +--- clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteAccessKeyCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteAccountAliasCommand.ts | 4 +--- .../src/commands/DeleteAccountPasswordPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteGroupCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts | 4 +--- .../client-iam/src/commands/DeleteInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteLoginProfileCommand.ts | 4 +--- .../src/commands/DeleteOpenIDConnectProviderCommand.ts | 4 +--- clients/client-iam/src/commands/DeletePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/DeletePolicyVersionCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteRoleCommand.ts | 4 +--- .../src/commands/DeleteRolePermissionsBoundaryCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteRolePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts | 4 +--- .../client-iam/src/commands/DeleteServerCertificateCommand.ts | 4 +--- .../client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts | 4 +--- .../src/commands/DeleteServiceSpecificCredentialCommand.ts | 4 +--- .../src/commands/DeleteSigningCertificateCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeleteUserPermissionsBoundaryCommand.ts | 4 +--- clients/client-iam/src/commands/DeleteUserPolicyCommand.ts | 4 +--- .../client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts | 4 +--- clients/client-iam/src/commands/DetachGroupPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/DetachRolePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/DetachUserPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/EnableMFADeviceCommand.ts | 4 +--- .../src/commands/GenerateCredentialReportCommand.ts | 4 +--- .../src/commands/GenerateOrganizationsAccessReportCommand.ts | 4 +--- .../src/commands/GenerateServiceLastAccessedDetailsCommand.ts | 4 +--- .../client-iam/src/commands/GetAccessKeyLastUsedCommand.ts | 4 +--- .../src/commands/GetAccountAuthorizationDetailsCommand.ts | 4 +--- .../src/commands/GetAccountPasswordPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/GetAccountSummaryCommand.ts | 4 +--- .../src/commands/GetContextKeysForCustomPolicyCommand.ts | 4 +--- .../src/commands/GetContextKeysForPrincipalPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/GetCredentialReportCommand.ts | 4 +--- clients/client-iam/src/commands/GetGroupCommand.ts | 4 +--- clients/client-iam/src/commands/GetGroupPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/GetInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/GetLoginProfileCommand.ts | 4 +--- clients/client-iam/src/commands/GetMFADeviceCommand.ts | 4 +--- .../src/commands/GetOpenIDConnectProviderCommand.ts | 4 +--- .../src/commands/GetOrganizationsAccessReportCommand.ts | 4 +--- clients/client-iam/src/commands/GetPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/GetPolicyVersionCommand.ts | 4 +--- clients/client-iam/src/commands/GetRoleCommand.ts | 4 +--- clients/client-iam/src/commands/GetRolePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/GetSAMLProviderCommand.ts | 4 +--- clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts | 4 +--- .../client-iam/src/commands/GetServerCertificateCommand.ts | 4 +--- .../src/commands/GetServiceLastAccessedDetailsCommand.ts | 4 +--- .../GetServiceLastAccessedDetailsWithEntitiesCommand.ts | 4 +--- .../src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts | 4 +--- clients/client-iam/src/commands/GetUserCommand.ts | 4 +--- clients/client-iam/src/commands/GetUserPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/ListAccessKeysCommand.ts | 4 +--- clients/client-iam/src/commands/ListAccountAliasesCommand.ts | 4 +--- .../src/commands/ListAttachedGroupPoliciesCommand.ts | 4 +--- .../src/commands/ListAttachedRolePoliciesCommand.ts | 4 +--- .../src/commands/ListAttachedUserPoliciesCommand.ts | 4 +--- .../client-iam/src/commands/ListEntitiesForPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/ListGroupPoliciesCommand.ts | 4 +--- clients/client-iam/src/commands/ListGroupsCommand.ts | 4 +--- clients/client-iam/src/commands/ListGroupsForUserCommand.ts | 4 +--- .../client-iam/src/commands/ListInstanceProfileTagsCommand.ts | 4 +--- .../client-iam/src/commands/ListInstanceProfilesCommand.ts | 4 +--- .../src/commands/ListInstanceProfilesForRoleCommand.ts | 4 +--- clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts | 4 +--- clients/client-iam/src/commands/ListMFADevicesCommand.ts | 4 +--- .../src/commands/ListOpenIDConnectProviderTagsCommand.ts | 4 +--- .../src/commands/ListOpenIDConnectProvidersCommand.ts | 4 +--- clients/client-iam/src/commands/ListPoliciesCommand.ts | 4 +--- .../src/commands/ListPoliciesGrantingServiceAccessCommand.ts | 4 +--- clients/client-iam/src/commands/ListPolicyTagsCommand.ts | 4 +--- clients/client-iam/src/commands/ListPolicyVersionsCommand.ts | 4 +--- clients/client-iam/src/commands/ListRolePoliciesCommand.ts | 4 +--- clients/client-iam/src/commands/ListRoleTagsCommand.ts | 4 +--- clients/client-iam/src/commands/ListRolesCommand.ts | 4 +--- .../client-iam/src/commands/ListSAMLProviderTagsCommand.ts | 4 +--- clients/client-iam/src/commands/ListSAMLProvidersCommand.ts | 4 +--- clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts | 4 +--- .../src/commands/ListServerCertificateTagsCommand.ts | 4 +--- .../client-iam/src/commands/ListServerCertificatesCommand.ts | 4 +--- .../src/commands/ListServiceSpecificCredentialsCommand.ts | 4 +--- .../client-iam/src/commands/ListSigningCertificatesCommand.ts | 4 +--- clients/client-iam/src/commands/ListUserPoliciesCommand.ts | 4 +--- clients/client-iam/src/commands/ListUserTagsCommand.ts | 4 +--- clients/client-iam/src/commands/ListUsersCommand.ts | 4 +--- .../client-iam/src/commands/ListVirtualMFADevicesCommand.ts | 4 +--- clients/client-iam/src/commands/PutGroupPolicyCommand.ts | 4 +--- .../src/commands/PutRolePermissionsBoundaryCommand.ts | 4 +--- clients/client-iam/src/commands/PutRolePolicyCommand.ts | 4 +--- .../src/commands/PutUserPermissionsBoundaryCommand.ts | 4 +--- clients/client-iam/src/commands/PutUserPolicyCommand.ts | 4 +--- .../RemoveClientIDFromOpenIDConnectProviderCommand.ts | 4 +--- .../src/commands/RemoveRoleFromInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts | 4 +--- .../src/commands/ResetServiceSpecificCredentialCommand.ts | 4 +--- clients/client-iam/src/commands/ResyncMFADeviceCommand.ts | 4 +--- .../client-iam/src/commands/SetDefaultPolicyVersionCommand.ts | 4 +--- .../src/commands/SetSecurityTokenServicePreferencesCommand.ts | 4 +--- .../client-iam/src/commands/SimulateCustomPolicyCommand.ts | 4 +--- .../client-iam/src/commands/SimulatePrincipalPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/TagInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/TagMFADeviceCommand.ts | 4 +--- .../src/commands/TagOpenIDConnectProviderCommand.ts | 4 +--- clients/client-iam/src/commands/TagPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/TagRoleCommand.ts | 4 +--- clients/client-iam/src/commands/TagSAMLProviderCommand.ts | 4 +--- .../client-iam/src/commands/TagServerCertificateCommand.ts | 4 +--- clients/client-iam/src/commands/TagUserCommand.ts | 4 +--- .../client-iam/src/commands/UntagInstanceProfileCommand.ts | 4 +--- clients/client-iam/src/commands/UntagMFADeviceCommand.ts | 4 +--- .../src/commands/UntagOpenIDConnectProviderCommand.ts | 4 +--- clients/client-iam/src/commands/UntagPolicyCommand.ts | 4 +--- clients/client-iam/src/commands/UntagRoleCommand.ts | 4 +--- clients/client-iam/src/commands/UntagSAMLProviderCommand.ts | 4 +--- .../client-iam/src/commands/UntagServerCertificateCommand.ts | 4 +--- clients/client-iam/src/commands/UntagUserCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateAccessKeyCommand.ts | 4 +--- .../src/commands/UpdateAccountPasswordPolicyCommand.ts | 4 +--- .../client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateGroupCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateLoginProfileCommand.ts | 4 +--- .../commands/UpdateOpenIDConnectProviderThumbprintCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateRoleCommand.ts | 4 +--- .../client-iam/src/commands/UpdateRoleDescriptionCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts | 4 +--- .../client-iam/src/commands/UpdateServerCertificateCommand.ts | 4 +--- .../src/commands/UpdateServiceSpecificCredentialCommand.ts | 4 +--- .../src/commands/UpdateSigningCertificateCommand.ts | 4 +--- clients/client-iam/src/commands/UpdateUserCommand.ts | 4 +--- clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts | 4 +--- .../client-iam/src/commands/UploadServerCertificateCommand.ts | 4 +--- .../src/commands/UploadSigningCertificateCommand.ts | 4 +--- .../client-identitystore/src/commands/CreateGroupCommand.ts | 4 +--- .../src/commands/CreateGroupMembershipCommand.ts | 4 +--- .../client-identitystore/src/commands/CreateUserCommand.ts | 4 +--- .../client-identitystore/src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/DeleteGroupMembershipCommand.ts | 4 +--- .../client-identitystore/src/commands/DeleteUserCommand.ts | 4 +--- .../client-identitystore/src/commands/DescribeGroupCommand.ts | 4 +--- .../src/commands/DescribeGroupMembershipCommand.ts | 4 +--- .../client-identitystore/src/commands/DescribeUserCommand.ts | 4 +--- .../client-identitystore/src/commands/GetGroupIdCommand.ts | 4 +--- .../src/commands/GetGroupMembershipIdCommand.ts | 4 +--- clients/client-identitystore/src/commands/GetUserIdCommand.ts | 4 +--- .../src/commands/IsMemberInGroupsCommand.ts | 4 +--- .../src/commands/ListGroupMembershipsCommand.ts | 4 +--- .../src/commands/ListGroupMembershipsForMemberCommand.ts | 4 +--- .../client-identitystore/src/commands/ListGroupsCommand.ts | 4 +--- clients/client-identitystore/src/commands/ListUsersCommand.ts | 4 +--- .../client-identitystore/src/commands/UpdateGroupCommand.ts | 4 +--- .../client-identitystore/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/CancelImageCreationCommand.ts | 4 +--- .../src/commands/CancelLifecycleExecutionCommand.ts | 4 +--- .../src/commands/CreateComponentCommand.ts | 4 +--- .../src/commands/CreateContainerRecipeCommand.ts | 4 +--- .../src/commands/CreateDistributionConfigurationCommand.ts | 4 +--- .../client-imagebuilder/src/commands/CreateImageCommand.ts | 4 +--- .../src/commands/CreateImagePipelineCommand.ts | 4 +--- .../src/commands/CreateImageRecipeCommand.ts | 4 +--- .../src/commands/CreateInfrastructureConfigurationCommand.ts | 4 +--- .../src/commands/CreateLifecyclePolicyCommand.ts | 4 +--- .../client-imagebuilder/src/commands/CreateWorkflowCommand.ts | 4 +--- .../src/commands/DeleteComponentCommand.ts | 4 +--- .../src/commands/DeleteContainerRecipeCommand.ts | 4 +--- .../src/commands/DeleteDistributionConfigurationCommand.ts | 4 +--- .../client-imagebuilder/src/commands/DeleteImageCommand.ts | 4 +--- .../src/commands/DeleteImagePipelineCommand.ts | 4 +--- .../src/commands/DeleteImageRecipeCommand.ts | 4 +--- .../src/commands/DeleteInfrastructureConfigurationCommand.ts | 4 +--- .../src/commands/DeleteLifecyclePolicyCommand.ts | 4 +--- .../client-imagebuilder/src/commands/DeleteWorkflowCommand.ts | 4 +--- .../client-imagebuilder/src/commands/GetComponentCommand.ts | 4 +--- .../src/commands/GetComponentPolicyCommand.ts | 4 +--- .../src/commands/GetContainerRecipeCommand.ts | 4 +--- .../src/commands/GetContainerRecipePolicyCommand.ts | 4 +--- .../src/commands/GetDistributionConfigurationCommand.ts | 4 +--- clients/client-imagebuilder/src/commands/GetImageCommand.ts | 4 +--- .../src/commands/GetImagePipelineCommand.ts | 4 +--- .../client-imagebuilder/src/commands/GetImagePolicyCommand.ts | 4 +--- .../client-imagebuilder/src/commands/GetImageRecipeCommand.ts | 4 +--- .../src/commands/GetImageRecipePolicyCommand.ts | 4 +--- .../src/commands/GetInfrastructureConfigurationCommand.ts | 4 +--- .../src/commands/GetLifecycleExecutionCommand.ts | 4 +--- .../src/commands/GetLifecyclePolicyCommand.ts | 4 +--- .../client-imagebuilder/src/commands/GetWorkflowCommand.ts | 4 +--- .../src/commands/GetWorkflowExecutionCommand.ts | 4 +--- .../src/commands/GetWorkflowStepExecutionCommand.ts | 4 +--- .../src/commands/ImportComponentCommand.ts | 4 +--- .../client-imagebuilder/src/commands/ImportVmImageCommand.ts | 4 +--- .../src/commands/ListComponentBuildVersionsCommand.ts | 4 +--- .../client-imagebuilder/src/commands/ListComponentsCommand.ts | 4 +--- .../src/commands/ListContainerRecipesCommand.ts | 4 +--- .../src/commands/ListDistributionConfigurationsCommand.ts | 4 +--- .../src/commands/ListImageBuildVersionsCommand.ts | 4 +--- .../src/commands/ListImagePackagesCommand.ts | 4 +--- .../src/commands/ListImagePipelineImagesCommand.ts | 4 +--- .../src/commands/ListImagePipelinesCommand.ts | 4 +--- .../src/commands/ListImageRecipesCommand.ts | 4 +--- .../src/commands/ListImageScanFindingAggregationsCommand.ts | 4 +--- .../src/commands/ListImageScanFindingsCommand.ts | 4 +--- clients/client-imagebuilder/src/commands/ListImagesCommand.ts | 4 +--- .../src/commands/ListInfrastructureConfigurationsCommand.ts | 4 +--- .../src/commands/ListLifecycleExecutionResourcesCommand.ts | 4 +--- .../src/commands/ListLifecycleExecutionsCommand.ts | 4 +--- .../src/commands/ListLifecyclePoliciesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWaitingWorkflowStepsCommand.ts | 4 +--- .../src/commands/ListWorkflowBuildVersionsCommand.ts | 4 +--- .../src/commands/ListWorkflowExecutionsCommand.ts | 4 +--- .../src/commands/ListWorkflowStepExecutionsCommand.ts | 4 +--- .../client-imagebuilder/src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/PutComponentPolicyCommand.ts | 4 +--- .../src/commands/PutContainerRecipePolicyCommand.ts | 4 +--- .../client-imagebuilder/src/commands/PutImagePolicyCommand.ts | 4 +--- .../src/commands/PutImageRecipePolicyCommand.ts | 4 +--- .../src/commands/SendWorkflowStepActionCommand.ts | 4 +--- .../src/commands/StartImagePipelineExecutionCommand.ts | 4 +--- .../src/commands/StartResourceStateUpdateCommand.ts | 4 +--- .../client-imagebuilder/src/commands/TagResourceCommand.ts | 4 +--- .../client-imagebuilder/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDistributionConfigurationCommand.ts | 4 +--- .../src/commands/UpdateImagePipelineCommand.ts | 4 +--- .../src/commands/UpdateInfrastructureConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLifecyclePolicyCommand.ts | 4 +--- clients/client-inspector-scan/src/commands/ScanSbomCommand.ts | 4 +--- .../src/commands/AddAttributesToFindingsCommand.ts | 4 +--- .../src/commands/CreateAssessmentTargetCommand.ts | 4 +--- .../src/commands/CreateAssessmentTemplateCommand.ts | 4 +--- .../src/commands/CreateExclusionsPreviewCommand.ts | 4 +--- .../src/commands/CreateResourceGroupCommand.ts | 4 +--- .../src/commands/DeleteAssessmentRunCommand.ts | 4 +--- .../src/commands/DeleteAssessmentTargetCommand.ts | 4 +--- .../src/commands/DeleteAssessmentTemplateCommand.ts | 4 +--- .../src/commands/DescribeAssessmentRunsCommand.ts | 4 +--- .../src/commands/DescribeAssessmentTargetsCommand.ts | 4 +--- .../src/commands/DescribeAssessmentTemplatesCommand.ts | 4 +--- .../src/commands/DescribeCrossAccountAccessRoleCommand.ts | 4 +--- .../src/commands/DescribeExclusionsCommand.ts | 4 +--- .../client-inspector/src/commands/DescribeFindingsCommand.ts | 4 +--- .../src/commands/DescribeResourceGroupsCommand.ts | 4 +--- .../src/commands/DescribeRulesPackagesCommand.ts | 4 +--- .../src/commands/GetAssessmentReportCommand.ts | 4 +--- .../src/commands/GetExclusionsPreviewCommand.ts | 4 +--- .../src/commands/GetTelemetryMetadataCommand.ts | 4 +--- .../src/commands/ListAssessmentRunAgentsCommand.ts | 4 +--- .../src/commands/ListAssessmentRunsCommand.ts | 4 +--- .../src/commands/ListAssessmentTargetsCommand.ts | 4 +--- .../src/commands/ListAssessmentTemplatesCommand.ts | 4 +--- .../src/commands/ListEventSubscriptionsCommand.ts | 4 +--- .../client-inspector/src/commands/ListExclusionsCommand.ts | 4 +--- clients/client-inspector/src/commands/ListFindingsCommand.ts | 4 +--- .../client-inspector/src/commands/ListRulesPackagesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-inspector/src/commands/PreviewAgentsCommand.ts | 4 +--- .../src/commands/RegisterCrossAccountAccessRoleCommand.ts | 4 +--- .../src/commands/RemoveAttributesFromFindingsCommand.ts | 4 +--- .../src/commands/SetTagsForResourceCommand.ts | 4 +--- .../src/commands/StartAssessmentRunCommand.ts | 4 +--- .../client-inspector/src/commands/StopAssessmentRunCommand.ts | 4 +--- .../client-inspector/src/commands/SubscribeToEventCommand.ts | 4 +--- .../src/commands/UnsubscribeFromEventCommand.ts | 4 +--- .../src/commands/UpdateAssessmentTargetCommand.ts | 4 +--- .../client-inspector2/src/commands/AssociateMemberCommand.ts | 4 +--- .../src/commands/BatchGetAccountStatusCommand.ts | 4 +--- .../src/commands/BatchGetCodeSnippetCommand.ts | 4 +--- .../src/commands/BatchGetFindingDetailsCommand.ts | 4 +--- .../src/commands/BatchGetFreeTrialInfoCommand.ts | 4 +--- .../commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts | 4 +--- .../BatchUpdateMemberEc2DeepInspectionStatusCommand.ts | 4 +--- .../src/commands/CancelFindingsReportCommand.ts | 4 +--- .../client-inspector2/src/commands/CancelSbomExportCommand.ts | 4 +--- .../src/commands/CreateCisScanConfigurationCommand.ts | 4 +--- clients/client-inspector2/src/commands/CreateFilterCommand.ts | 4 +--- .../src/commands/CreateFindingsReportCommand.ts | 4 +--- .../client-inspector2/src/commands/CreateSbomExportCommand.ts | 4 +--- .../src/commands/DeleteCisScanConfigurationCommand.ts | 4 +--- clients/client-inspector2/src/commands/DeleteFilterCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigurationCommand.ts | 4 +--- clients/client-inspector2/src/commands/DisableCommand.ts | 4 +--- .../src/commands/DisableDelegatedAdminAccountCommand.ts | 4 +--- .../src/commands/DisassociateMemberCommand.ts | 4 +--- clients/client-inspector2/src/commands/EnableCommand.ts | 4 +--- .../src/commands/EnableDelegatedAdminAccountCommand.ts | 4 +--- .../client-inspector2/src/commands/GetCisScanReportCommand.ts | 4 +--- .../src/commands/GetCisScanResultDetailsCommand.ts | 4 +--- .../client-inspector2/src/commands/GetConfigurationCommand.ts | 4 +--- .../src/commands/GetDelegatedAdminAccountCommand.ts | 4 +--- .../src/commands/GetEc2DeepInspectionConfigurationCommand.ts | 4 +--- .../client-inspector2/src/commands/GetEncryptionKeyCommand.ts | 4 +--- .../src/commands/GetFindingsReportStatusCommand.ts | 4 +--- clients/client-inspector2/src/commands/GetMemberCommand.ts | 4 +--- .../client-inspector2/src/commands/GetSbomExportCommand.ts | 4 +--- .../src/commands/ListAccountPermissionsCommand.ts | 4 +--- .../src/commands/ListCisScanConfigurationsCommand.ts | 4 +--- .../commands/ListCisScanResultsAggregatedByChecksCommand.ts | 4 +--- .../ListCisScanResultsAggregatedByTargetResourceCommand.ts | 4 +--- clients/client-inspector2/src/commands/ListCisScansCommand.ts | 4 +--- clients/client-inspector2/src/commands/ListCoverageCommand.ts | 4 +--- .../src/commands/ListCoverageStatisticsCommand.ts | 4 +--- .../src/commands/ListDelegatedAdminAccountsCommand.ts | 4 +--- clients/client-inspector2/src/commands/ListFiltersCommand.ts | 4 +--- .../src/commands/ListFindingAggregationsCommand.ts | 4 +--- clients/client-inspector2/src/commands/ListFindingsCommand.ts | 4 +--- clients/client-inspector2/src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-inspector2/src/commands/ListUsageTotalsCommand.ts | 4 +--- .../src/commands/ResetEncryptionKeyCommand.ts | 4 +--- .../src/commands/SearchVulnerabilitiesCommand.ts | 4 +--- .../src/commands/SendCisSessionHealthCommand.ts | 4 +--- .../src/commands/SendCisSessionTelemetryCommand.ts | 4 +--- .../client-inspector2/src/commands/StartCisSessionCommand.ts | 4 +--- .../client-inspector2/src/commands/StopCisSessionCommand.ts | 4 +--- clients/client-inspector2/src/commands/TagResourceCommand.ts | 4 +--- .../client-inspector2/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCisScanConfigurationCommand.ts | 4 +--- .../src/commands/UpdateConfigurationCommand.ts | 4 +--- .../commands/UpdateEc2DeepInspectionConfigurationCommand.ts | 4 +--- .../src/commands/UpdateEncryptionKeyCommand.ts | 4 +--- clients/client-inspector2/src/commands/UpdateFilterCommand.ts | 4 +--- .../UpdateOrgEc2DeepInspectionConfigurationCommand.ts | 4 +--- .../src/commands/UpdateOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/CreateMonitorCommand.ts | 4 +--- .../src/commands/DeleteMonitorCommand.ts | 4 +--- .../src/commands/GetHealthEventCommand.ts | 4 +--- .../src/commands/GetInternetEventCommand.ts | 4 +--- .../client-internetmonitor/src/commands/GetMonitorCommand.ts | 4 +--- .../src/commands/GetQueryResultsCommand.ts | 4 +--- .../src/commands/GetQueryStatusCommand.ts | 4 +--- .../src/commands/ListHealthEventsCommand.ts | 4 +--- .../src/commands/ListInternetEventsCommand.ts | 4 +--- .../src/commands/ListMonitorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-internetmonitor/src/commands/StartQueryCommand.ts | 4 +--- .../client-internetmonitor/src/commands/StopQueryCommand.ts | 4 +--- .../client-internetmonitor/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateMonitorCommand.ts | 4 +--- .../src/commands/ClaimDevicesByClaimCodeCommand.ts | 4 +--- .../src/commands/DescribeDeviceCommand.ts | 4 +--- .../src/commands/FinalizeDeviceClaimCommand.ts | 4 +--- .../src/commands/GetDeviceMethodsCommand.ts | 4 +--- .../src/commands/InitiateDeviceClaimCommand.ts | 4 +--- .../src/commands/InvokeDeviceMethodCommand.ts | 4 +--- .../src/commands/ListDeviceEventsCommand.ts | 4 +--- .../src/commands/ListDevicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UnclaimDeviceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDeviceStateCommand.ts | 4 +--- .../src/commands/AssociateDeviceWithPlacementCommand.ts | 4 +--- .../src/commands/CreatePlacementCommand.ts | 4 +--- .../src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/DeletePlacementCommand.ts | 4 +--- .../src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DescribePlacementCommand.ts | 4 +--- .../src/commands/DescribeProjectCommand.ts | 4 +--- .../src/commands/DisassociateDeviceFromPlacementCommand.ts | 4 +--- .../src/commands/GetDevicesInPlacementCommand.ts | 4 +--- .../src/commands/ListPlacementsCommand.ts | 4 +--- .../src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdatePlacementCommand.ts | 4 +--- .../src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/DeleteThingShadowCommand.ts | 4 +--- .../src/commands/GetRetainedMessageCommand.ts | 4 +--- .../src/commands/GetThingShadowCommand.ts | 4 +--- .../src/commands/ListNamedShadowsForThingCommand.ts | 4 +--- .../src/commands/ListRetainedMessagesCommand.ts | 4 +--- clients/client-iot-data-plane/src/commands/PublishCommand.ts | 4 +--- .../src/commands/UpdateThingShadowCommand.ts | 4 +--- .../src/commands/BatchAcknowledgeAlarmCommand.ts | 4 +--- .../src/commands/BatchDeleteDetectorCommand.ts | 4 +--- .../src/commands/BatchDisableAlarmCommand.ts | 4 +--- .../src/commands/BatchEnableAlarmCommand.ts | 4 +--- .../src/commands/BatchPutMessageCommand.ts | 4 +--- .../src/commands/BatchResetAlarmCommand.ts | 4 +--- .../src/commands/BatchSnoozeAlarmCommand.ts | 4 +--- .../src/commands/BatchUpdateDetectorCommand.ts | 4 +--- .../src/commands/DescribeAlarmCommand.ts | 4 +--- .../src/commands/DescribeDetectorCommand.ts | 4 +--- .../client-iot-events-data/src/commands/ListAlarmsCommand.ts | 4 +--- .../src/commands/ListDetectorsCommand.ts | 4 +--- .../client-iot-events/src/commands/CreateAlarmModelCommand.ts | 4 +--- .../src/commands/CreateDetectorModelCommand.ts | 4 +--- clients/client-iot-events/src/commands/CreateInputCommand.ts | 4 +--- .../client-iot-events/src/commands/DeleteAlarmModelCommand.ts | 4 +--- .../src/commands/DeleteDetectorModelCommand.ts | 4 +--- clients/client-iot-events/src/commands/DeleteInputCommand.ts | 4 +--- .../src/commands/DescribeAlarmModelCommand.ts | 4 +--- .../src/commands/DescribeDetectorModelAnalysisCommand.ts | 4 +--- .../src/commands/DescribeDetectorModelCommand.ts | 4 +--- .../client-iot-events/src/commands/DescribeInputCommand.ts | 4 +--- .../src/commands/DescribeLoggingOptionsCommand.ts | 4 +--- .../src/commands/GetDetectorModelAnalysisResultsCommand.ts | 4 +--- .../src/commands/ListAlarmModelVersionsCommand.ts | 4 +--- .../client-iot-events/src/commands/ListAlarmModelsCommand.ts | 4 +--- .../src/commands/ListDetectorModelVersionsCommand.ts | 4 +--- .../src/commands/ListDetectorModelsCommand.ts | 4 +--- .../src/commands/ListInputRoutingsCommand.ts | 4 +--- clients/client-iot-events/src/commands/ListInputsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutLoggingOptionsCommand.ts | 4 +--- .../src/commands/StartDetectorModelAnalysisCommand.ts | 4 +--- clients/client-iot-events/src/commands/TagResourceCommand.ts | 4 +--- .../client-iot-events/src/commands/UntagResourceCommand.ts | 4 +--- .../client-iot-events/src/commands/UpdateAlarmModelCommand.ts | 4 +--- .../src/commands/UpdateDetectorModelCommand.ts | 4 +--- clients/client-iot-events/src/commands/UpdateInputCommand.ts | 4 +--- .../src/commands/DescribeJobExecutionCommand.ts | 4 +--- .../src/commands/GetPendingJobExecutionsCommand.ts | 4 +--- .../src/commands/StartNextPendingJobExecutionCommand.ts | 4 +--- .../src/commands/UpdateJobExecutionCommand.ts | 4 +--- .../commands/AssociateAwsAccountWithPartnerAccountCommand.ts | 4 +--- .../commands/AssociateMulticastGroupWithFuotaTaskCommand.ts | 4 +--- .../commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts | 4 +--- .../AssociateWirelessDeviceWithMulticastGroupCommand.ts | 4 +--- .../src/commands/AssociateWirelessDeviceWithThingCommand.ts | 4 +--- .../AssociateWirelessGatewayWithCertificateCommand.ts | 4 +--- .../src/commands/AssociateWirelessGatewayWithThingCommand.ts | 4 +--- .../src/commands/CancelMulticastGroupSessionCommand.ts | 4 +--- .../src/commands/CreateDestinationCommand.ts | 4 +--- .../src/commands/CreateDeviceProfileCommand.ts | 4 +--- .../src/commands/CreateFuotaTaskCommand.ts | 4 +--- .../src/commands/CreateMulticastGroupCommand.ts | 4 +--- .../src/commands/CreateNetworkAnalyzerConfigurationCommand.ts | 4 +--- .../src/commands/CreateServiceProfileCommand.ts | 4 +--- .../src/commands/CreateWirelessDeviceCommand.ts | 4 +--- .../src/commands/CreateWirelessGatewayCommand.ts | 4 +--- .../src/commands/CreateWirelessGatewayTaskCommand.ts | 4 +--- .../commands/CreateWirelessGatewayTaskDefinitionCommand.ts | 4 +--- .../src/commands/DeleteDestinationCommand.ts | 4 +--- .../src/commands/DeleteDeviceProfileCommand.ts | 4 +--- .../src/commands/DeleteFuotaTaskCommand.ts | 4 +--- .../src/commands/DeleteMulticastGroupCommand.ts | 4 +--- .../src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts | 4 +--- .../src/commands/DeleteQueuedMessagesCommand.ts | 4 +--- .../src/commands/DeleteServiceProfileCommand.ts | 4 +--- .../src/commands/DeleteWirelessDeviceCommand.ts | 4 +--- .../src/commands/DeleteWirelessDeviceImportTaskCommand.ts | 4 +--- .../src/commands/DeleteWirelessGatewayCommand.ts | 4 +--- .../src/commands/DeleteWirelessGatewayTaskCommand.ts | 4 +--- .../commands/DeleteWirelessGatewayTaskDefinitionCommand.ts | 4 +--- .../src/commands/DeregisterWirelessDeviceCommand.ts | 4 +--- .../DisassociateAwsAccountFromPartnerAccountCommand.ts | 4 +--- .../DisassociateMulticastGroupFromFuotaTaskCommand.ts | 4 +--- .../DisassociateWirelessDeviceFromFuotaTaskCommand.ts | 4 +--- .../DisassociateWirelessDeviceFromMulticastGroupCommand.ts | 4 +--- .../commands/DisassociateWirelessDeviceFromThingCommand.ts | 4 +--- .../DisassociateWirelessGatewayFromCertificateCommand.ts | 4 +--- .../commands/DisassociateWirelessGatewayFromThingCommand.ts | 4 +--- .../client-iot-wireless/src/commands/GetDestinationCommand.ts | 4 +--- .../src/commands/GetDeviceProfileCommand.ts | 4 +--- .../commands/GetEventConfigurationByResourceTypesCommand.ts | 4 +--- .../client-iot-wireless/src/commands/GetFuotaTaskCommand.ts | 4 +--- .../src/commands/GetLogLevelsByResourceTypesCommand.ts | 4 +--- .../src/commands/GetMetricConfigurationCommand.ts | 4 +--- clients/client-iot-wireless/src/commands/GetMetricsCommand.ts | 4 +--- .../src/commands/GetMulticastGroupCommand.ts | 4 +--- .../src/commands/GetMulticastGroupSessionCommand.ts | 4 +--- .../src/commands/GetNetworkAnalyzerConfigurationCommand.ts | 4 +--- .../src/commands/GetPartnerAccountCommand.ts | 4 +--- .../client-iot-wireless/src/commands/GetPositionCommand.ts | 4 +--- .../src/commands/GetPositionConfigurationCommand.ts | 4 +--- .../src/commands/GetPositionEstimateCommand.ts | 4 +--- .../src/commands/GetResourceEventConfigurationCommand.ts | 4 +--- .../src/commands/GetResourceLogLevelCommand.ts | 4 +--- .../src/commands/GetResourcePositionCommand.ts | 4 +--- .../src/commands/GetServiceEndpointCommand.ts | 4 +--- .../src/commands/GetServiceProfileCommand.ts | 4 +--- .../src/commands/GetWirelessDeviceCommand.ts | 4 +--- .../src/commands/GetWirelessDeviceImportTaskCommand.ts | 4 +--- .../src/commands/GetWirelessDeviceStatisticsCommand.ts | 4 +--- .../src/commands/GetWirelessGatewayCertificateCommand.ts | 4 +--- .../src/commands/GetWirelessGatewayCommand.ts | 4 +--- .../commands/GetWirelessGatewayFirmwareInformationCommand.ts | 4 +--- .../src/commands/GetWirelessGatewayStatisticsCommand.ts | 4 +--- .../src/commands/GetWirelessGatewayTaskCommand.ts | 4 +--- .../src/commands/GetWirelessGatewayTaskDefinitionCommand.ts | 4 +--- .../src/commands/ListDestinationsCommand.ts | 4 +--- .../src/commands/ListDeviceProfilesCommand.ts | 4 +--- .../commands/ListDevicesForWirelessDeviceImportTaskCommand.ts | 4 +--- .../src/commands/ListEventConfigurationsCommand.ts | 4 +--- .../client-iot-wireless/src/commands/ListFuotaTasksCommand.ts | 4 +--- .../src/commands/ListMulticastGroupsByFuotaTaskCommand.ts | 4 +--- .../src/commands/ListMulticastGroupsCommand.ts | 4 +--- .../src/commands/ListNetworkAnalyzerConfigurationsCommand.ts | 4 +--- .../src/commands/ListPartnerAccountsCommand.ts | 4 +--- .../src/commands/ListPositionConfigurationsCommand.ts | 4 +--- .../src/commands/ListQueuedMessagesCommand.ts | 4 +--- .../src/commands/ListServiceProfilesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWirelessDeviceImportTasksCommand.ts | 4 +--- .../src/commands/ListWirelessDevicesCommand.ts | 4 +--- .../src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts | 4 +--- .../src/commands/ListWirelessGatewaysCommand.ts | 4 +--- .../src/commands/PutPositionConfigurationCommand.ts | 4 +--- .../src/commands/PutResourceLogLevelCommand.ts | 4 +--- .../src/commands/ResetAllResourceLogLevelsCommand.ts | 4 +--- .../src/commands/ResetResourceLogLevelCommand.ts | 4 +--- .../src/commands/SendDataToMulticastGroupCommand.ts | 4 +--- .../src/commands/SendDataToWirelessDeviceCommand.ts | 4 +--- ...artBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts | 4 +--- ...BulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts | 4 +--- .../client-iot-wireless/src/commands/StartFuotaTaskCommand.ts | 4 +--- .../src/commands/StartMulticastGroupSessionCommand.ts | 4 +--- .../commands/StartSingleWirelessDeviceImportTaskCommand.ts | 4 +--- .../src/commands/StartWirelessDeviceImportTaskCommand.ts | 4 +--- .../client-iot-wireless/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestWirelessDeviceCommand.ts | 4 +--- .../client-iot-wireless/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDestinationCommand.ts | 4 +--- .../UpdateEventConfigurationByResourceTypesCommand.ts | 4 +--- .../src/commands/UpdateFuotaTaskCommand.ts | 4 +--- .../src/commands/UpdateLogLevelsByResourceTypesCommand.ts | 4 +--- .../src/commands/UpdateMetricConfigurationCommand.ts | 4 +--- .../src/commands/UpdateMulticastGroupCommand.ts | 4 +--- .../src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts | 4 +--- .../src/commands/UpdatePartnerAccountCommand.ts | 4 +--- .../client-iot-wireless/src/commands/UpdatePositionCommand.ts | 4 +--- .../src/commands/UpdateResourceEventConfigurationCommand.ts | 4 +--- .../src/commands/UpdateResourcePositionCommand.ts | 4 +--- .../src/commands/UpdateWirelessDeviceCommand.ts | 4 +--- .../src/commands/UpdateWirelessDeviceImportTaskCommand.ts | 4 +--- .../src/commands/UpdateWirelessGatewayCommand.ts | 4 +--- .../src/commands/AcceptCertificateTransferCommand.ts | 4 +--- .../client-iot/src/commands/AddThingToBillingGroupCommand.ts | 4 +--- .../client-iot/src/commands/AddThingToThingGroupCommand.ts | 4 +--- .../client-iot/src/commands/AssociateTargetsWithJobCommand.ts | 4 +--- clients/client-iot/src/commands/AttachPolicyCommand.ts | 4 +--- .../client-iot/src/commands/AttachPrincipalPolicyCommand.ts | 4 +--- .../client-iot/src/commands/AttachSecurityProfileCommand.ts | 4 +--- .../client-iot/src/commands/AttachThingPrincipalCommand.ts | 4 +--- .../src/commands/CancelAuditMitigationActionsTaskCommand.ts | 4 +--- clients/client-iot/src/commands/CancelAuditTaskCommand.ts | 4 +--- .../src/commands/CancelCertificateTransferCommand.ts | 4 +--- .../src/commands/CancelDetectMitigationActionsTaskCommand.ts | 4 +--- clients/client-iot/src/commands/CancelJobCommand.ts | 4 +--- clients/client-iot/src/commands/CancelJobExecutionCommand.ts | 4 +--- .../client-iot/src/commands/ClearDefaultAuthorizerCommand.ts | 4 +--- .../src/commands/ConfirmTopicRuleDestinationCommand.ts | 4 +--- .../client-iot/src/commands/CreateAuditSuppressionCommand.ts | 4 +--- clients/client-iot/src/commands/CreateAuthorizerCommand.ts | 4 +--- clients/client-iot/src/commands/CreateBillingGroupCommand.ts | 4 +--- .../src/commands/CreateCertificateFromCsrCommand.ts | 4 +--- .../src/commands/CreateCertificateProviderCommand.ts | 4 +--- clients/client-iot/src/commands/CreateCustomMetricCommand.ts | 4 +--- clients/client-iot/src/commands/CreateDimensionCommand.ts | 4 +--- .../src/commands/CreateDomainConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/CreateDynamicThingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/CreateFleetMetricCommand.ts | 4 +--- clients/client-iot/src/commands/CreateJobCommand.ts | 4 +--- clients/client-iot/src/commands/CreateJobTemplateCommand.ts | 4 +--- .../src/commands/CreateKeysAndCertificateCommand.ts | 4 +--- .../client-iot/src/commands/CreateMitigationActionCommand.ts | 4 +--- clients/client-iot/src/commands/CreateOTAUpdateCommand.ts | 4 +--- clients/client-iot/src/commands/CreatePackageCommand.ts | 4 +--- .../client-iot/src/commands/CreatePackageVersionCommand.ts | 4 +--- clients/client-iot/src/commands/CreatePolicyCommand.ts | 4 +--- clients/client-iot/src/commands/CreatePolicyVersionCommand.ts | 4 +--- .../client-iot/src/commands/CreateProvisioningClaimCommand.ts | 4 +--- .../src/commands/CreateProvisioningTemplateCommand.ts | 4 +--- .../src/commands/CreateProvisioningTemplateVersionCommand.ts | 4 +--- clients/client-iot/src/commands/CreateRoleAliasCommand.ts | 4 +--- .../client-iot/src/commands/CreateScheduledAuditCommand.ts | 4 +--- .../client-iot/src/commands/CreateSecurityProfileCommand.ts | 4 +--- clients/client-iot/src/commands/CreateStreamCommand.ts | 4 +--- clients/client-iot/src/commands/CreateThingCommand.ts | 4 +--- clients/client-iot/src/commands/CreateThingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/CreateThingTypeCommand.ts | 4 +--- clients/client-iot/src/commands/CreateTopicRuleCommand.ts | 4 +--- .../src/commands/CreateTopicRuleDestinationCommand.ts | 4 +--- .../src/commands/DeleteAccountAuditConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/DeleteAuditSuppressionCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteAuthorizerCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteBillingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteCACertificateCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteCertificateCommand.ts | 4 +--- .../src/commands/DeleteCertificateProviderCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteCustomMetricCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteDimensionCommand.ts | 4 +--- .../src/commands/DeleteDomainConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/DeleteDynamicThingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteFleetMetricCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteJobCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteJobExecutionCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteJobTemplateCommand.ts | 4 +--- .../client-iot/src/commands/DeleteMitigationActionCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts | 4 +--- clients/client-iot/src/commands/DeletePackageCommand.ts | 4 +--- .../client-iot/src/commands/DeletePackageVersionCommand.ts | 4 +--- clients/client-iot/src/commands/DeletePolicyCommand.ts | 4 +--- clients/client-iot/src/commands/DeletePolicyVersionCommand.ts | 4 +--- .../src/commands/DeleteProvisioningTemplateCommand.ts | 4 +--- .../src/commands/DeleteProvisioningTemplateVersionCommand.ts | 4 +--- .../client-iot/src/commands/DeleteRegistrationCodeCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteRoleAliasCommand.ts | 4 +--- .../client-iot/src/commands/DeleteScheduledAuditCommand.ts | 4 +--- .../client-iot/src/commands/DeleteSecurityProfileCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteStreamCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteThingCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteThingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteThingTypeCommand.ts | 4 +--- clients/client-iot/src/commands/DeleteTopicRuleCommand.ts | 4 +--- .../src/commands/DeleteTopicRuleDestinationCommand.ts | 4 +--- .../client-iot/src/commands/DeleteV2LoggingLevelCommand.ts | 4 +--- clients/client-iot/src/commands/DeprecateThingTypeCommand.ts | 4 +--- .../src/commands/DescribeAccountAuditConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/DescribeAuditFindingCommand.ts | 4 +--- .../src/commands/DescribeAuditMitigationActionsTaskCommand.ts | 4 +--- .../src/commands/DescribeAuditSuppressionCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeAuditTaskCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeAuthorizerCommand.ts | 4 +--- .../client-iot/src/commands/DescribeBillingGroupCommand.ts | 4 +--- .../client-iot/src/commands/DescribeCACertificateCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeCertificateCommand.ts | 4 +--- .../src/commands/DescribeCertificateProviderCommand.ts | 4 +--- .../client-iot/src/commands/DescribeCustomMetricCommand.ts | 4 +--- .../src/commands/DescribeDefaultAuthorizerCommand.ts | 4 +--- .../commands/DescribeDetectMitigationActionsTaskCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeDimensionCommand.ts | 4 +--- .../src/commands/DescribeDomainConfigurationCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeEndpointCommand.ts | 4 +--- .../src/commands/DescribeEventConfigurationsCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeFleetMetricCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeIndexCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeJobCommand.ts | 4 +--- .../client-iot/src/commands/DescribeJobExecutionCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeJobTemplateCommand.ts | 4 +--- .../src/commands/DescribeManagedJobTemplateCommand.ts | 4 +--- .../src/commands/DescribeMitigationActionCommand.ts | 4 +--- .../src/commands/DescribeProvisioningTemplateCommand.ts | 4 +--- .../commands/DescribeProvisioningTemplateVersionCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeRoleAliasCommand.ts | 4 +--- .../client-iot/src/commands/DescribeScheduledAuditCommand.ts | 4 +--- .../client-iot/src/commands/DescribeSecurityProfileCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeStreamCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeThingCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeThingGroupCommand.ts | 4 +--- .../src/commands/DescribeThingRegistrationTaskCommand.ts | 4 +--- clients/client-iot/src/commands/DescribeThingTypeCommand.ts | 4 +--- clients/client-iot/src/commands/DetachPolicyCommand.ts | 4 +--- .../client-iot/src/commands/DetachPrincipalPolicyCommand.ts | 4 +--- .../client-iot/src/commands/DetachSecurityProfileCommand.ts | 4 +--- .../client-iot/src/commands/DetachThingPrincipalCommand.ts | 4 +--- clients/client-iot/src/commands/DisableTopicRuleCommand.ts | 4 +--- clients/client-iot/src/commands/EnableTopicRuleCommand.ts | 4 +--- .../src/commands/GetBehaviorModelTrainingSummariesCommand.ts | 4 +--- .../client-iot/src/commands/GetBucketsAggregationCommand.ts | 4 +--- clients/client-iot/src/commands/GetCardinalityCommand.ts | 4 +--- .../client-iot/src/commands/GetEffectivePoliciesCommand.ts | 4 +--- .../src/commands/GetIndexingConfigurationCommand.ts | 4 +--- clients/client-iot/src/commands/GetJobDocumentCommand.ts | 4 +--- clients/client-iot/src/commands/GetLoggingOptionsCommand.ts | 4 +--- clients/client-iot/src/commands/GetOTAUpdateCommand.ts | 4 +--- clients/client-iot/src/commands/GetPackageCommand.ts | 4 +--- .../client-iot/src/commands/GetPackageConfigurationCommand.ts | 4 +--- clients/client-iot/src/commands/GetPackageVersionCommand.ts | 4 +--- clients/client-iot/src/commands/GetPercentilesCommand.ts | 4 +--- clients/client-iot/src/commands/GetPolicyCommand.ts | 4 +--- clients/client-iot/src/commands/GetPolicyVersionCommand.ts | 4 +--- clients/client-iot/src/commands/GetRegistrationCodeCommand.ts | 4 +--- clients/client-iot/src/commands/GetStatisticsCommand.ts | 4 +--- clients/client-iot/src/commands/GetTopicRuleCommand.ts | 4 +--- .../client-iot/src/commands/GetTopicRuleDestinationCommand.ts | 4 +--- clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts | 4 +--- .../client-iot/src/commands/ListActiveViolationsCommand.ts | 4 +--- .../client-iot/src/commands/ListAttachedPoliciesCommand.ts | 4 +--- clients/client-iot/src/commands/ListAuditFindingsCommand.ts | 4 +--- .../commands/ListAuditMitigationActionsExecutionsCommand.ts | 4 +--- .../src/commands/ListAuditMitigationActionsTasksCommand.ts | 4 +--- .../client-iot/src/commands/ListAuditSuppressionsCommand.ts | 4 +--- clients/client-iot/src/commands/ListAuditTasksCommand.ts | 4 +--- clients/client-iot/src/commands/ListAuthorizersCommand.ts | 4 +--- clients/client-iot/src/commands/ListBillingGroupsCommand.ts | 4 +--- clients/client-iot/src/commands/ListCACertificatesCommand.ts | 4 +--- .../src/commands/ListCertificateProvidersCommand.ts | 4 +--- .../client-iot/src/commands/ListCertificatesByCACommand.ts | 4 +--- clients/client-iot/src/commands/ListCertificatesCommand.ts | 4 +--- clients/client-iot/src/commands/ListCustomMetricsCommand.ts | 4 +--- .../commands/ListDetectMitigationActionsExecutionsCommand.ts | 4 +--- .../src/commands/ListDetectMitigationActionsTasksCommand.ts | 4 +--- clients/client-iot/src/commands/ListDimensionsCommand.ts | 4 +--- .../src/commands/ListDomainConfigurationsCommand.ts | 4 +--- clients/client-iot/src/commands/ListFleetMetricsCommand.ts | 4 +--- clients/client-iot/src/commands/ListIndicesCommand.ts | 4 +--- .../client-iot/src/commands/ListJobExecutionsForJobCommand.ts | 4 +--- .../src/commands/ListJobExecutionsForThingCommand.ts | 4 +--- clients/client-iot/src/commands/ListJobTemplatesCommand.ts | 4 +--- clients/client-iot/src/commands/ListJobsCommand.ts | 4 +--- .../client-iot/src/commands/ListManagedJobTemplatesCommand.ts | 4 +--- clients/client-iot/src/commands/ListMetricValuesCommand.ts | 4 +--- .../client-iot/src/commands/ListMitigationActionsCommand.ts | 4 +--- clients/client-iot/src/commands/ListOTAUpdatesCommand.ts | 4 +--- .../src/commands/ListOutgoingCertificatesCommand.ts | 4 +--- clients/client-iot/src/commands/ListPackageVersionsCommand.ts | 4 +--- clients/client-iot/src/commands/ListPackagesCommand.ts | 4 +--- clients/client-iot/src/commands/ListPoliciesCommand.ts | 4 +--- .../client-iot/src/commands/ListPolicyPrincipalsCommand.ts | 4 +--- clients/client-iot/src/commands/ListPolicyVersionsCommand.ts | 4 +--- .../client-iot/src/commands/ListPrincipalPoliciesCommand.ts | 4 +--- clients/client-iot/src/commands/ListPrincipalThingsCommand.ts | 4 +--- .../src/commands/ListProvisioningTemplateVersionsCommand.ts | 4 +--- .../src/commands/ListProvisioningTemplatesCommand.ts | 4 +--- .../commands/ListRelatedResourcesForAuditFindingCommand.ts | 4 +--- clients/client-iot/src/commands/ListRoleAliasesCommand.ts | 4 +--- clients/client-iot/src/commands/ListScheduledAuditsCommand.ts | 4 +--- .../client-iot/src/commands/ListSecurityProfilesCommand.ts | 4 +--- .../src/commands/ListSecurityProfilesForTargetCommand.ts | 4 +--- clients/client-iot/src/commands/ListStreamsCommand.ts | 4 +--- clients/client-iot/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-iot/src/commands/ListTargetsForPolicyCommand.ts | 4 +--- .../src/commands/ListTargetsForSecurityProfileCommand.ts | 4 +--- clients/client-iot/src/commands/ListThingGroupsCommand.ts | 4 +--- .../client-iot/src/commands/ListThingGroupsForThingCommand.ts | 4 +--- clients/client-iot/src/commands/ListThingPrincipalsCommand.ts | 4 +--- .../src/commands/ListThingRegistrationTaskReportsCommand.ts | 4 +--- .../src/commands/ListThingRegistrationTasksCommand.ts | 4 +--- clients/client-iot/src/commands/ListThingTypesCommand.ts | 4 +--- clients/client-iot/src/commands/ListThingsCommand.ts | 4 +--- .../src/commands/ListThingsInBillingGroupCommand.ts | 4 +--- .../client-iot/src/commands/ListThingsInThingGroupCommand.ts | 4 +--- .../src/commands/ListTopicRuleDestinationsCommand.ts | 4 +--- clients/client-iot/src/commands/ListTopicRulesCommand.ts | 4 +--- clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts | 4 +--- clients/client-iot/src/commands/ListViolationEventsCommand.ts | 4 +--- .../src/commands/PutVerificationStateOnViolationCommand.ts | 4 +--- .../client-iot/src/commands/RegisterCACertificateCommand.ts | 4 +--- clients/client-iot/src/commands/RegisterCertificateCommand.ts | 4 +--- .../src/commands/RegisterCertificateWithoutCACommand.ts | 4 +--- clients/client-iot/src/commands/RegisterThingCommand.ts | 4 +--- .../src/commands/RejectCertificateTransferCommand.ts | 4 +--- .../src/commands/RemoveThingFromBillingGroupCommand.ts | 4 +--- .../src/commands/RemoveThingFromThingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts | 4 +--- clients/client-iot/src/commands/SearchIndexCommand.ts | 4 +--- .../client-iot/src/commands/SetDefaultAuthorizerCommand.ts | 4 +--- .../client-iot/src/commands/SetDefaultPolicyVersionCommand.ts | 4 +--- clients/client-iot/src/commands/SetLoggingOptionsCommand.ts | 4 +--- clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts | 4 +--- clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts | 4 +--- .../src/commands/StartAuditMitigationActionsTaskCommand.ts | 4 +--- .../src/commands/StartDetectMitigationActionsTaskCommand.ts | 4 +--- .../client-iot/src/commands/StartOnDemandAuditTaskCommand.ts | 4 +--- .../src/commands/StartThingRegistrationTaskCommand.ts | 4 +--- .../src/commands/StopThingRegistrationTaskCommand.ts | 4 +--- clients/client-iot/src/commands/TagResourceCommand.ts | 4 +--- clients/client-iot/src/commands/TestAuthorizationCommand.ts | 4 +--- .../client-iot/src/commands/TestInvokeAuthorizerCommand.ts | 4 +--- clients/client-iot/src/commands/TransferCertificateCommand.ts | 4 +--- clients/client-iot/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountAuditConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/UpdateAuditSuppressionCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateAuthorizerCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateBillingGroupCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateCACertificateCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateCertificateCommand.ts | 4 +--- .../src/commands/UpdateCertificateProviderCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateCustomMetricCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateDimensionCommand.ts | 4 +--- .../src/commands/UpdateDomainConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/UpdateDynamicThingGroupCommand.ts | 4 +--- .../src/commands/UpdateEventConfigurationsCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateFleetMetricCommand.ts | 4 +--- .../src/commands/UpdateIndexingConfigurationCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateJobCommand.ts | 4 +--- .../client-iot/src/commands/UpdateMitigationActionCommand.ts | 4 +--- clients/client-iot/src/commands/UpdatePackageCommand.ts | 4 +--- .../src/commands/UpdatePackageConfigurationCommand.ts | 4 +--- .../client-iot/src/commands/UpdatePackageVersionCommand.ts | 4 +--- .../src/commands/UpdateProvisioningTemplateCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateRoleAliasCommand.ts | 4 +--- .../client-iot/src/commands/UpdateScheduledAuditCommand.ts | 4 +--- .../client-iot/src/commands/UpdateSecurityProfileCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateStreamCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateThingCommand.ts | 4 +--- clients/client-iot/src/commands/UpdateThingGroupCommand.ts | 4 +--- .../src/commands/UpdateThingGroupsForThingCommand.ts | 4 +--- .../src/commands/UpdateTopicRuleDestinationCommand.ts | 4 +--- .../src/commands/ValidateSecurityProfileBehaviorsCommand.ts | 4 +--- .../src/commands/BatchPutMessageCommand.ts | 4 +--- .../src/commands/CancelPipelineReprocessingCommand.ts | 4 +--- .../client-iotanalytics/src/commands/CreateChannelCommand.ts | 4 +--- .../client-iotanalytics/src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreateDatasetContentCommand.ts | 4 +--- .../src/commands/CreateDatastoreCommand.ts | 4 +--- .../client-iotanalytics/src/commands/CreatePipelineCommand.ts | 4 +--- .../client-iotanalytics/src/commands/DeleteChannelCommand.ts | 4 +--- .../client-iotanalytics/src/commands/DeleteDatasetCommand.ts | 4 +--- .../src/commands/DeleteDatasetContentCommand.ts | 4 +--- .../src/commands/DeleteDatastoreCommand.ts | 4 +--- .../client-iotanalytics/src/commands/DeletePipelineCommand.ts | 4 +--- .../src/commands/DescribeChannelCommand.ts | 4 +--- .../src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeDatastoreCommand.ts | 4 +--- .../src/commands/DescribeLoggingOptionsCommand.ts | 4 +--- .../src/commands/DescribePipelineCommand.ts | 4 +--- .../src/commands/GetDatasetContentCommand.ts | 4 +--- .../client-iotanalytics/src/commands/ListChannelsCommand.ts | 4 +--- .../src/commands/ListDatasetContentsCommand.ts | 4 +--- .../client-iotanalytics/src/commands/ListDatasetsCommand.ts | 4 +--- .../client-iotanalytics/src/commands/ListDatastoresCommand.ts | 4 +--- .../client-iotanalytics/src/commands/ListPipelinesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutLoggingOptionsCommand.ts | 4 +--- .../src/commands/RunPipelineActivityCommand.ts | 4 +--- .../src/commands/SampleChannelDataCommand.ts | 4 +--- .../src/commands/StartPipelineReprocessingCommand.ts | 4 +--- .../client-iotanalytics/src/commands/TagResourceCommand.ts | 4 +--- .../client-iotanalytics/src/commands/UntagResourceCommand.ts | 4 +--- .../client-iotanalytics/src/commands/UpdateChannelCommand.ts | 4 +--- .../client-iotanalytics/src/commands/UpdateDatasetCommand.ts | 4 +--- .../src/commands/UpdateDatastoreCommand.ts | 4 +--- .../client-iotanalytics/src/commands/UpdatePipelineCommand.ts | 4 +--- .../src/commands/CreateSuiteDefinitionCommand.ts | 4 +--- .../src/commands/DeleteSuiteDefinitionCommand.ts | 4 +--- .../src/commands/GetEndpointCommand.ts | 4 +--- .../src/commands/GetSuiteDefinitionCommand.ts | 4 +--- .../src/commands/GetSuiteRunCommand.ts | 4 +--- .../src/commands/GetSuiteRunReportCommand.ts | 4 +--- .../src/commands/ListSuiteDefinitionsCommand.ts | 4 +--- .../src/commands/ListSuiteRunsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartSuiteRunCommand.ts | 4 +--- .../src/commands/StopSuiteRunCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateSuiteDefinitionCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DescribeApplicationCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-iotfleethub/src/commands/TagResourceCommand.ts | 4 +--- .../client-iotfleethub/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/AssociateVehicleFleetCommand.ts | 4 +--- .../src/commands/BatchCreateVehicleCommand.ts | 4 +--- .../src/commands/BatchUpdateVehicleCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/CreateCampaignCommand.ts | 4 +--- .../src/commands/CreateDecoderManifestCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/CreateFleetCommand.ts | 4 +--- .../src/commands/CreateModelManifestCommand.ts | 4 +--- .../src/commands/CreateSignalCatalogCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/CreateVehicleCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/DeleteCampaignCommand.ts | 4 +--- .../src/commands/DeleteDecoderManifestCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DeleteModelManifestCommand.ts | 4 +--- .../src/commands/DeleteSignalCatalogCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/DeleteVehicleCommand.ts | 4 +--- .../src/commands/DisassociateVehicleFleetCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/GetCampaignCommand.ts | 4 +--- .../src/commands/GetDecoderManifestCommand.ts | 4 +--- .../src/commands/GetEncryptionConfigurationCommand.ts | 4 +--- clients/client-iotfleetwise/src/commands/GetFleetCommand.ts | 4 +--- .../src/commands/GetLoggingOptionsCommand.ts | 4 +--- .../src/commands/GetModelManifestCommand.ts | 4 +--- .../src/commands/GetRegisterAccountStatusCommand.ts | 4 +--- .../src/commands/GetSignalCatalogCommand.ts | 4 +--- clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts | 4 +--- .../src/commands/GetVehicleStatusCommand.ts | 4 +--- .../src/commands/ImportDecoderManifestCommand.ts | 4 +--- .../src/commands/ImportSignalCatalogCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/ListCampaignsCommand.ts | 4 +--- .../commands/ListDecoderManifestNetworkInterfacesCommand.ts | 4 +--- .../src/commands/ListDecoderManifestSignalsCommand.ts | 4 +--- .../src/commands/ListDecoderManifestsCommand.ts | 4 +--- clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts | 4 +--- .../src/commands/ListFleetsForVehicleCommand.ts | 4 +--- .../src/commands/ListModelManifestNodesCommand.ts | 4 +--- .../src/commands/ListModelManifestsCommand.ts | 4 +--- .../src/commands/ListSignalCatalogNodesCommand.ts | 4 +--- .../src/commands/ListSignalCatalogsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/ListVehiclesCommand.ts | 4 +--- .../src/commands/ListVehiclesInFleetCommand.ts | 4 +--- .../src/commands/PutEncryptionConfigurationCommand.ts | 4 +--- .../src/commands/PutLoggingOptionsCommand.ts | 4 +--- .../src/commands/RegisterAccountCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/TagResourceCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/UntagResourceCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/UpdateCampaignCommand.ts | 4 +--- .../src/commands/UpdateDecoderManifestCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/UpdateFleetCommand.ts | 4 +--- .../src/commands/UpdateModelManifestCommand.ts | 4 +--- .../src/commands/UpdateSignalCatalogCommand.ts | 4 +--- .../client-iotfleetwise/src/commands/UpdateVehicleCommand.ts | 4 +--- .../src/commands/CloseTunnelCommand.ts | 4 +--- .../src/commands/DescribeTunnelCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTunnelsCommand.ts | 4 +--- .../src/commands/OpenTunnelCommand.ts | 4 +--- .../src/commands/RotateTunnelAccessTokenCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../client-iotsitewise/src/commands/AssociateAssetsCommand.ts | 4 +--- .../src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts | 4 +--- .../src/commands/BatchAssociateProjectAssetsCommand.ts | 4 +--- .../src/commands/BatchDisassociateProjectAssetsCommand.ts | 4 +--- .../src/commands/BatchGetAssetPropertyAggregatesCommand.ts | 4 +--- .../src/commands/BatchGetAssetPropertyValueCommand.ts | 4 +--- .../src/commands/BatchGetAssetPropertyValueHistoryCommand.ts | 4 +--- .../src/commands/BatchPutAssetPropertyValueCommand.ts | 4 +--- .../src/commands/CreateAccessPolicyCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/CreateAssetCommand.ts | 4 +--- .../src/commands/CreateAssetModelCommand.ts | 4 +--- .../src/commands/CreateAssetModelCompositeModelCommand.ts | 4 +--- .../src/commands/CreateBulkImportJobCommand.ts | 4 +--- .../client-iotsitewise/src/commands/CreateDashboardCommand.ts | 4 +--- .../client-iotsitewise/src/commands/CreateGatewayCommand.ts | 4 +--- .../client-iotsitewise/src/commands/CreatePortalCommand.ts | 4 +--- .../client-iotsitewise/src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/DeleteAccessPolicyCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts | 4 +--- .../src/commands/DeleteAssetModelCommand.ts | 4 +--- .../src/commands/DeleteAssetModelCompositeModelCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DeleteDashboardCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DeleteGatewayCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DeletePortalCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteTimeSeriesCommand.ts | 4 +--- .../src/commands/DescribeAccessPolicyCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DescribeActionCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DescribeAssetCommand.ts | 4 +--- .../src/commands/DescribeAssetCompositeModelCommand.ts | 4 +--- .../src/commands/DescribeAssetModelCommand.ts | 4 +--- .../src/commands/DescribeAssetModelCompositeModelCommand.ts | 4 +--- .../src/commands/DescribeAssetPropertyCommand.ts | 4 +--- .../src/commands/DescribeBulkImportJobCommand.ts | 4 +--- .../src/commands/DescribeDashboardCommand.ts | 4 +--- .../commands/DescribeDefaultEncryptionConfigurationCommand.ts | 4 +--- .../commands/DescribeGatewayCapabilityConfigurationCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DescribeGatewayCommand.ts | 4 +--- .../src/commands/DescribeLoggingOptionsCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DescribePortalCommand.ts | 4 +--- .../client-iotsitewise/src/commands/DescribeProjectCommand.ts | 4 +--- .../src/commands/DescribeStorageConfigurationCommand.ts | 4 +--- .../src/commands/DescribeTimeSeriesCommand.ts | 4 +--- .../src/commands/DisassociateAssetsCommand.ts | 4 +--- .../DisassociateTimeSeriesFromAssetPropertyCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ExecuteActionCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ExecuteQueryCommand.ts | 4 +--- .../src/commands/GetAssetPropertyAggregatesCommand.ts | 4 +--- .../src/commands/GetAssetPropertyValueCommand.ts | 4 +--- .../src/commands/GetAssetPropertyValueHistoryCommand.ts | 4 +--- .../src/commands/GetInterpolatedAssetPropertyValuesCommand.ts | 4 +--- .../src/commands/ListAccessPoliciesCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/ListActionsCommand.ts | 4 +--- .../src/commands/ListAssetModelCompositeModelsCommand.ts | 4 +--- .../src/commands/ListAssetModelPropertiesCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ListAssetModelsCommand.ts | 4 +--- .../src/commands/ListAssetPropertiesCommand.ts | 4 +--- .../src/commands/ListAssetRelationshipsCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/ListAssetsCommand.ts | 4 +--- .../src/commands/ListAssociatedAssetsCommand.ts | 4 +--- .../src/commands/ListBulkImportJobsCommand.ts | 4 +--- .../src/commands/ListCompositionRelationshipsCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ListDashboardsCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ListGatewaysCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/ListPortalsCommand.ts | 4 +--- .../src/commands/ListProjectAssetsCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-iotsitewise/src/commands/ListTimeSeriesCommand.ts | 4 +--- .../src/commands/PutDefaultEncryptionConfigurationCommand.ts | 4 +--- .../src/commands/PutLoggingOptionsCommand.ts | 4 +--- .../src/commands/PutStorageConfigurationCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/TagResourceCommand.ts | 4 +--- .../client-iotsitewise/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccessPolicyCommand.ts | 4 +--- clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts | 4 +--- .../src/commands/UpdateAssetModelCommand.ts | 4 +--- .../src/commands/UpdateAssetModelCompositeModelCommand.ts | 4 +--- .../src/commands/UpdateAssetPropertyCommand.ts | 4 +--- .../client-iotsitewise/src/commands/UpdateDashboardCommand.ts | 4 +--- .../commands/UpdateGatewayCapabilityConfigurationCommand.ts | 4 +--- .../client-iotsitewise/src/commands/UpdateGatewayCommand.ts | 4 +--- .../client-iotsitewise/src/commands/UpdatePortalCommand.ts | 4 +--- .../client-iotsitewise/src/commands/UpdateProjectCommand.ts | 4 +--- .../src/commands/AssociateEntityToThingCommand.ts | 4 +--- .../src/commands/CreateFlowTemplateCommand.ts | 4 +--- .../src/commands/CreateSystemInstanceCommand.ts | 4 +--- .../src/commands/CreateSystemTemplateCommand.ts | 4 +--- .../src/commands/DeleteFlowTemplateCommand.ts | 4 +--- .../src/commands/DeleteNamespaceCommand.ts | 4 +--- .../src/commands/DeleteSystemInstanceCommand.ts | 4 +--- .../src/commands/DeleteSystemTemplateCommand.ts | 4 +--- .../src/commands/DeploySystemInstanceCommand.ts | 4 +--- .../src/commands/DeprecateFlowTemplateCommand.ts | 4 +--- .../src/commands/DeprecateSystemTemplateCommand.ts | 4 +--- .../src/commands/DescribeNamespaceCommand.ts | 4 +--- .../src/commands/DissociateEntityFromThingCommand.ts | 4 +--- .../client-iotthingsgraph/src/commands/GetEntitiesCommand.ts | 4 +--- .../src/commands/GetFlowTemplateCommand.ts | 4 +--- .../src/commands/GetFlowTemplateRevisionsCommand.ts | 4 +--- .../src/commands/GetNamespaceDeletionStatusCommand.ts | 4 +--- .../src/commands/GetSystemInstanceCommand.ts | 4 +--- .../src/commands/GetSystemTemplateCommand.ts | 4 +--- .../src/commands/GetSystemTemplateRevisionsCommand.ts | 4 +--- .../src/commands/GetUploadStatusCommand.ts | 4 +--- .../src/commands/ListFlowExecutionMessagesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/SearchEntitiesCommand.ts | 4 +--- .../src/commands/SearchFlowExecutionsCommand.ts | 4 +--- .../src/commands/SearchFlowTemplatesCommand.ts | 4 +--- .../src/commands/SearchSystemInstancesCommand.ts | 4 +--- .../src/commands/SearchSystemTemplatesCommand.ts | 4 +--- .../client-iotthingsgraph/src/commands/SearchThingsCommand.ts | 4 +--- .../client-iotthingsgraph/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UndeploySystemInstanceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateFlowTemplateCommand.ts | 4 +--- .../src/commands/UpdateSystemTemplateCommand.ts | 4 +--- .../src/commands/UploadEntityDefinitionsCommand.ts | 4 +--- .../src/commands/BatchPutPropertyValuesCommand.ts | 4 +--- .../src/commands/CancelMetadataTransferJobCommand.ts | 4 +--- .../src/commands/CreateComponentTypeCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/CreateEntityCommand.ts | 4 +--- .../src/commands/CreateMetadataTransferJobCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/CreateSceneCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/CreateSyncJobCommand.ts | 4 +--- .../src/commands/CreateWorkspaceCommand.ts | 4 +--- .../src/commands/DeleteComponentTypeCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/DeleteEntityCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/DeleteSceneCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ExecuteQueryCommand.ts | 4 +--- .../src/commands/GetComponentTypeCommand.ts | 4 +--- clients/client-iottwinmaker/src/commands/GetEntityCommand.ts | 4 +--- .../src/commands/GetMetadataTransferJobCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/GetPricingPlanCommand.ts | 4 +--- .../src/commands/GetPropertyValueCommand.ts | 4 +--- .../src/commands/GetPropertyValueHistoryCommand.ts | 4 +--- clients/client-iottwinmaker/src/commands/GetSceneCommand.ts | 4 +--- clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/GetWorkspaceCommand.ts | 4 +--- .../src/commands/ListComponentTypesCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ListComponentsCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ListEntitiesCommand.ts | 4 +--- .../src/commands/ListMetadataTransferJobsCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ListPropertiesCommand.ts | 4 +--- clients/client-iottwinmaker/src/commands/ListScenesCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ListSyncJobsCommand.ts | 4 +--- .../src/commands/ListSyncResourcesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/ListWorkspacesCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/TagResourceCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateComponentTypeCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/UpdateEntityCommand.ts | 4 +--- .../src/commands/UpdatePricingPlanCommand.ts | 4 +--- .../client-iottwinmaker/src/commands/UpdateSceneCommand.ts | 4 +--- .../src/commands/UpdateWorkspaceCommand.ts | 4 +--- .../src/commands/CreateEncoderConfigurationCommand.ts | 4 +--- .../src/commands/CreateIngestConfigurationCommand.ts | 4 +--- .../src/commands/CreateParticipantTokenCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/CreateStageCommand.ts | 4 +--- .../src/commands/CreateStorageConfigurationCommand.ts | 4 +--- .../src/commands/DeleteEncoderConfigurationCommand.ts | 4 +--- .../src/commands/DeleteIngestConfigurationCommand.ts | 4 +--- .../src/commands/DeletePublicKeyCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/DeleteStageCommand.ts | 4 +--- .../src/commands/DeleteStorageConfigurationCommand.ts | 4 +--- .../src/commands/DisconnectParticipantCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/GetCompositionCommand.ts | 4 +--- .../src/commands/GetEncoderConfigurationCommand.ts | 4 +--- .../src/commands/GetIngestConfigurationCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/GetParticipantCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/GetPublicKeyCommand.ts | 4 +--- clients/client-ivs-realtime/src/commands/GetStageCommand.ts | 4 +--- .../src/commands/GetStageSessionCommand.ts | 4 +--- .../src/commands/GetStorageConfigurationCommand.ts | 4 +--- .../src/commands/ImportPublicKeyCommand.ts | 4 +--- .../src/commands/ListCompositionsCommand.ts | 4 +--- .../src/commands/ListEncoderConfigurationsCommand.ts | 4 +--- .../src/commands/ListIngestConfigurationsCommand.ts | 4 +--- .../src/commands/ListParticipantEventsCommand.ts | 4 +--- .../src/commands/ListParticipantsCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/ListPublicKeysCommand.ts | 4 +--- .../src/commands/ListStageSessionsCommand.ts | 4 +--- clients/client-ivs-realtime/src/commands/ListStagesCommand.ts | 4 +--- .../src/commands/ListStorageConfigurationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartCompositionCommand.ts | 4 +--- .../src/commands/StopCompositionCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/TagResourceCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateIngestConfigurationCommand.ts | 4 +--- .../client-ivs-realtime/src/commands/UpdateStageCommand.ts | 4 +--- clients/client-ivs/src/commands/BatchGetChannelCommand.ts | 4 +--- clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts | 4 +--- .../src/commands/BatchStartViewerSessionRevocationCommand.ts | 4 +--- clients/client-ivs/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreatePlaybackRestrictionPolicyCommand.ts | 4 +--- .../src/commands/CreateRecordingConfigurationCommand.ts | 4 +--- clients/client-ivs/src/commands/CreateStreamKeyCommand.ts | 4 +--- clients/client-ivs/src/commands/DeleteChannelCommand.ts | 4 +--- .../client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts | 4 +--- .../src/commands/DeletePlaybackRestrictionPolicyCommand.ts | 4 +--- .../src/commands/DeleteRecordingConfigurationCommand.ts | 4 +--- clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts | 4 +--- clients/client-ivs/src/commands/GetChannelCommand.ts | 4 +--- clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts | 4 +--- .../src/commands/GetPlaybackRestrictionPolicyCommand.ts | 4 +--- .../src/commands/GetRecordingConfigurationCommand.ts | 4 +--- clients/client-ivs/src/commands/GetStreamCommand.ts | 4 +--- clients/client-ivs/src/commands/GetStreamKeyCommand.ts | 4 +--- clients/client-ivs/src/commands/GetStreamSessionCommand.ts | 4 +--- .../client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts | 4 +--- clients/client-ivs/src/commands/ListChannelsCommand.ts | 4 +--- .../client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts | 4 +--- .../src/commands/ListPlaybackRestrictionPoliciesCommand.ts | 4 +--- .../src/commands/ListRecordingConfigurationsCommand.ts | 4 +--- clients/client-ivs/src/commands/ListStreamKeysCommand.ts | 4 +--- clients/client-ivs/src/commands/ListStreamSessionsCommand.ts | 4 +--- clients/client-ivs/src/commands/ListStreamsCommand.ts | 4 +--- clients/client-ivs/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-ivs/src/commands/PutMetadataCommand.ts | 4 +--- .../src/commands/StartViewerSessionRevocationCommand.ts | 4 +--- clients/client-ivs/src/commands/StopStreamCommand.ts | 4 +--- clients/client-ivs/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ivs/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-ivs/src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdatePlaybackRestrictionPolicyCommand.ts | 4 +--- clients/client-ivschat/src/commands/CreateChatTokenCommand.ts | 4 +--- .../src/commands/CreateLoggingConfigurationCommand.ts | 4 +--- clients/client-ivschat/src/commands/CreateRoomCommand.ts | 4 +--- .../src/commands/DeleteLoggingConfigurationCommand.ts | 4 +--- clients/client-ivschat/src/commands/DeleteMessageCommand.ts | 4 +--- clients/client-ivschat/src/commands/DeleteRoomCommand.ts | 4 +--- clients/client-ivschat/src/commands/DisconnectUserCommand.ts | 4 +--- .../src/commands/GetLoggingConfigurationCommand.ts | 4 +--- clients/client-ivschat/src/commands/GetRoomCommand.ts | 4 +--- .../src/commands/ListLoggingConfigurationsCommand.ts | 4 +--- clients/client-ivschat/src/commands/ListRoomsCommand.ts | 4 +--- .../client-ivschat/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-ivschat/src/commands/SendEventCommand.ts | 4 +--- clients/client-ivschat/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ivschat/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateLoggingConfigurationCommand.ts | 4 +--- clients/client-ivschat/src/commands/UpdateRoomCommand.ts | 4 +--- .../src/commands/BatchAssociateScramSecretCommand.ts | 4 +--- .../src/commands/BatchDisassociateScramSecretCommand.ts | 4 +--- clients/client-kafka/src/commands/CreateClusterCommand.ts | 4 +--- clients/client-kafka/src/commands/CreateClusterV2Command.ts | 4 +--- .../client-kafka/src/commands/CreateConfigurationCommand.ts | 4 +--- clients/client-kafka/src/commands/CreateReplicatorCommand.ts | 4 +--- .../client-kafka/src/commands/CreateVpcConnectionCommand.ts | 4 +--- clients/client-kafka/src/commands/DeleteClusterCommand.ts | 4 +--- .../client-kafka/src/commands/DeleteClusterPolicyCommand.ts | 4 +--- .../client-kafka/src/commands/DeleteConfigurationCommand.ts | 4 +--- clients/client-kafka/src/commands/DeleteReplicatorCommand.ts | 4 +--- .../client-kafka/src/commands/DeleteVpcConnectionCommand.ts | 4 +--- clients/client-kafka/src/commands/DescribeClusterCommand.ts | 4 +--- .../src/commands/DescribeClusterOperationCommand.ts | 4 +--- .../src/commands/DescribeClusterOperationV2Command.ts | 4 +--- clients/client-kafka/src/commands/DescribeClusterV2Command.ts | 4 +--- .../client-kafka/src/commands/DescribeConfigurationCommand.ts | 4 +--- .../src/commands/DescribeConfigurationRevisionCommand.ts | 4 +--- .../client-kafka/src/commands/DescribeReplicatorCommand.ts | 4 +--- .../client-kafka/src/commands/DescribeVpcConnectionCommand.ts | 4 +--- .../client-kafka/src/commands/GetBootstrapBrokersCommand.ts | 4 +--- clients/client-kafka/src/commands/GetClusterPolicyCommand.ts | 4 +--- .../src/commands/GetCompatibleKafkaVersionsCommand.ts | 4 +--- .../src/commands/ListClientVpcConnectionsCommand.ts | 4 +--- .../client-kafka/src/commands/ListClusterOperationsCommand.ts | 4 +--- .../src/commands/ListClusterOperationsV2Command.ts | 4 +--- clients/client-kafka/src/commands/ListClustersCommand.ts | 4 +--- clients/client-kafka/src/commands/ListClustersV2Command.ts | 4 +--- .../src/commands/ListConfigurationRevisionsCommand.ts | 4 +--- .../client-kafka/src/commands/ListConfigurationsCommand.ts | 4 +--- clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts | 4 +--- clients/client-kafka/src/commands/ListNodesCommand.ts | 4 +--- clients/client-kafka/src/commands/ListReplicatorsCommand.ts | 4 +--- clients/client-kafka/src/commands/ListScramSecretsCommand.ts | 4 +--- .../client-kafka/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-kafka/src/commands/ListVpcConnectionsCommand.ts | 4 +--- clients/client-kafka/src/commands/PutClusterPolicyCommand.ts | 4 +--- clients/client-kafka/src/commands/RebootBrokerCommand.ts | 4 +--- .../src/commands/RejectClientVpcConnectionCommand.ts | 4 +--- clients/client-kafka/src/commands/TagResourceCommand.ts | 4 +--- clients/client-kafka/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts | 4 +--- .../client-kafka/src/commands/UpdateBrokerStorageCommand.ts | 4 +--- clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts | 4 +--- .../src/commands/UpdateClusterConfigurationCommand.ts | 4 +--- .../src/commands/UpdateClusterKafkaVersionCommand.ts | 4 +--- .../client-kafka/src/commands/UpdateConfigurationCommand.ts | 4 +--- .../client-kafka/src/commands/UpdateConnectivityCommand.ts | 4 +--- clients/client-kafka/src/commands/UpdateMonitoringCommand.ts | 4 +--- .../client-kafka/src/commands/UpdateReplicationInfoCommand.ts | 4 +--- clients/client-kafka/src/commands/UpdateSecurityCommand.ts | 4 +--- clients/client-kafka/src/commands/UpdateStorageCommand.ts | 4 +--- .../src/commands/CreateConnectorCommand.ts | 4 +--- .../src/commands/CreateCustomPluginCommand.ts | 4 +--- .../src/commands/CreateWorkerConfigurationCommand.ts | 4 +--- .../src/commands/DeleteConnectorCommand.ts | 4 +--- .../src/commands/DeleteCustomPluginCommand.ts | 4 +--- .../src/commands/DeleteWorkerConfigurationCommand.ts | 4 +--- .../src/commands/DescribeConnectorCommand.ts | 4 +--- .../src/commands/DescribeCustomPluginCommand.ts | 4 +--- .../src/commands/DescribeWorkerConfigurationCommand.ts | 4 +--- .../client-kafkaconnect/src/commands/ListConnectorsCommand.ts | 4 +--- .../src/commands/ListCustomPluginsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWorkerConfigurationsCommand.ts | 4 +--- .../client-kafkaconnect/src/commands/TagResourceCommand.ts | 4 +--- .../client-kafkaconnect/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectorCommand.ts | 4 +--- .../src/commands/CreateRescoreExecutionPlanCommand.ts | 4 +--- .../src/commands/DeleteRescoreExecutionPlanCommand.ts | 4 +--- .../src/commands/DescribeRescoreExecutionPlanCommand.ts | 4 +--- .../src/commands/ListRescoreExecutionPlansCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-kendra-ranking/src/commands/RescoreCommand.ts | 4 +--- .../client-kendra-ranking/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateRescoreExecutionPlanCommand.ts | 4 +--- .../src/commands/AssociateEntitiesToExperienceCommand.ts | 4 +--- .../src/commands/AssociatePersonasToEntitiesCommand.ts | 4 +--- .../client-kendra/src/commands/BatchDeleteDocumentCommand.ts | 4 +--- .../src/commands/BatchDeleteFeaturedResultsSetCommand.ts | 4 +--- .../src/commands/BatchGetDocumentStatusCommand.ts | 4 +--- clients/client-kendra/src/commands/BatchPutDocumentCommand.ts | 4 +--- .../src/commands/ClearQuerySuggestionsCommand.ts | 4 +--- .../src/commands/CreateAccessControlConfigurationCommand.ts | 4 +--- clients/client-kendra/src/commands/CreateDataSourceCommand.ts | 4 +--- clients/client-kendra/src/commands/CreateExperienceCommand.ts | 4 +--- clients/client-kendra/src/commands/CreateFaqCommand.ts | 4 +--- .../src/commands/CreateFeaturedResultsSetCommand.ts | 4 +--- clients/client-kendra/src/commands/CreateIndexCommand.ts | 4 +--- .../src/commands/CreateQuerySuggestionsBlockListCommand.ts | 4 +--- clients/client-kendra/src/commands/CreateThesaurusCommand.ts | 4 +--- .../src/commands/DeleteAccessControlConfigurationCommand.ts | 4 +--- clients/client-kendra/src/commands/DeleteDataSourceCommand.ts | 4 +--- clients/client-kendra/src/commands/DeleteExperienceCommand.ts | 4 +--- clients/client-kendra/src/commands/DeleteFaqCommand.ts | 4 +--- clients/client-kendra/src/commands/DeleteIndexCommand.ts | 4 +--- .../src/commands/DeletePrincipalMappingCommand.ts | 4 +--- .../src/commands/DeleteQuerySuggestionsBlockListCommand.ts | 4 +--- clients/client-kendra/src/commands/DeleteThesaurusCommand.ts | 4 +--- .../src/commands/DescribeAccessControlConfigurationCommand.ts | 4 +--- .../client-kendra/src/commands/DescribeDataSourceCommand.ts | 4 +--- .../client-kendra/src/commands/DescribeExperienceCommand.ts | 4 +--- clients/client-kendra/src/commands/DescribeFaqCommand.ts | 4 +--- .../src/commands/DescribeFeaturedResultsSetCommand.ts | 4 +--- clients/client-kendra/src/commands/DescribeIndexCommand.ts | 4 +--- .../src/commands/DescribePrincipalMappingCommand.ts | 4 +--- .../src/commands/DescribeQuerySuggestionsBlockListCommand.ts | 4 +--- .../src/commands/DescribeQuerySuggestionsConfigCommand.ts | 4 +--- .../client-kendra/src/commands/DescribeThesaurusCommand.ts | 4 +--- .../src/commands/DisassociateEntitiesFromExperienceCommand.ts | 4 +--- .../src/commands/DisassociatePersonasFromEntitiesCommand.ts | 4 +--- .../client-kendra/src/commands/GetQuerySuggestionsCommand.ts | 4 +--- clients/client-kendra/src/commands/GetSnapshotsCommand.ts | 4 +--- .../src/commands/ListAccessControlConfigurationsCommand.ts | 4 +--- .../src/commands/ListDataSourceSyncJobsCommand.ts | 4 +--- clients/client-kendra/src/commands/ListDataSourcesCommand.ts | 4 +--- .../client-kendra/src/commands/ListEntityPersonasCommand.ts | 4 +--- .../src/commands/ListExperienceEntitiesCommand.ts | 4 +--- clients/client-kendra/src/commands/ListExperiencesCommand.ts | 4 +--- clients/client-kendra/src/commands/ListFaqsCommand.ts | 4 +--- .../src/commands/ListFeaturedResultsSetsCommand.ts | 4 +--- .../src/commands/ListGroupsOlderThanOrderingIdCommand.ts | 4 +--- clients/client-kendra/src/commands/ListIndicesCommand.ts | 4 +--- .../src/commands/ListQuerySuggestionsBlockListsCommand.ts | 4 +--- .../client-kendra/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-kendra/src/commands/ListThesauriCommand.ts | 4 +--- .../client-kendra/src/commands/PutPrincipalMappingCommand.ts | 4 +--- clients/client-kendra/src/commands/QueryCommand.ts | 4 +--- clients/client-kendra/src/commands/RetrieveCommand.ts | 4 +--- .../src/commands/StartDataSourceSyncJobCommand.ts | 4 +--- .../src/commands/StopDataSourceSyncJobCommand.ts | 4 +--- clients/client-kendra/src/commands/SubmitFeedbackCommand.ts | 4 +--- clients/client-kendra/src/commands/TagResourceCommand.ts | 4 +--- clients/client-kendra/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccessControlConfigurationCommand.ts | 4 +--- clients/client-kendra/src/commands/UpdateDataSourceCommand.ts | 4 +--- clients/client-kendra/src/commands/UpdateExperienceCommand.ts | 4 +--- .../src/commands/UpdateFeaturedResultsSetCommand.ts | 4 +--- clients/client-kendra/src/commands/UpdateIndexCommand.ts | 4 +--- .../src/commands/UpdateQuerySuggestionsBlockListCommand.ts | 4 +--- .../src/commands/UpdateQuerySuggestionsConfigCommand.ts | 4 +--- clients/client-kendra/src/commands/UpdateThesaurusCommand.ts | 4 +--- .../client-keyspaces/src/commands/CreateKeyspaceCommand.ts | 4 +--- clients/client-keyspaces/src/commands/CreateTableCommand.ts | 4 +--- .../client-keyspaces/src/commands/DeleteKeyspaceCommand.ts | 4 +--- clients/client-keyspaces/src/commands/DeleteTableCommand.ts | 4 +--- clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts | 4 +--- .../src/commands/GetTableAutoScalingSettingsCommand.ts | 4 +--- clients/client-keyspaces/src/commands/GetTableCommand.ts | 4 +--- clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts | 4 +--- clients/client-keyspaces/src/commands/ListTablesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-keyspaces/src/commands/RestoreTableCommand.ts | 4 +--- clients/client-keyspaces/src/commands/TagResourceCommand.ts | 4 +--- clients/client-keyspaces/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-keyspaces/src/commands/UpdateTableCommand.ts | 4 +--- .../commands/AddApplicationCloudWatchLoggingOptionCommand.ts | 4 +--- .../src/commands/AddApplicationInputCommand.ts | 4 +--- .../AddApplicationInputProcessingConfigurationCommand.ts | 4 +--- .../src/commands/AddApplicationOutputCommand.ts | 4 +--- .../src/commands/AddApplicationReferenceDataSourceCommand.ts | 4 +--- .../src/commands/AddApplicationVpcConfigurationCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateApplicationPresignedUrlCommand.ts | 4 +--- .../src/commands/CreateApplicationSnapshotCommand.ts | 4 +--- .../DeleteApplicationCloudWatchLoggingOptionCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../DeleteApplicationInputProcessingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteApplicationOutputCommand.ts | 4 +--- .../commands/DeleteApplicationReferenceDataSourceCommand.ts | 4 +--- .../src/commands/DeleteApplicationSnapshotCommand.ts | 4 +--- .../src/commands/DeleteApplicationVpcConfigurationCommand.ts | 4 +--- .../src/commands/DescribeApplicationCommand.ts | 4 +--- .../src/commands/DescribeApplicationOperationCommand.ts | 4 +--- .../src/commands/DescribeApplicationSnapshotCommand.ts | 4 +--- .../src/commands/DescribeApplicationVersionCommand.ts | 4 +--- .../src/commands/DiscoverInputSchemaCommand.ts | 4 +--- .../src/commands/ListApplicationOperationsCommand.ts | 4 +--- .../src/commands/ListApplicationSnapshotsCommand.ts | 4 +--- .../src/commands/ListApplicationVersionsCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RollbackApplicationCommand.ts | 4 +--- .../src/commands/StartApplicationCommand.ts | 4 +--- .../src/commands/StopApplicationCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../UpdateApplicationMaintenanceConfigurationCommand.ts | 4 +--- .../commands/AddApplicationCloudWatchLoggingOptionCommand.ts | 4 +--- .../src/commands/AddApplicationInputCommand.ts | 4 +--- .../AddApplicationInputProcessingConfigurationCommand.ts | 4 +--- .../src/commands/AddApplicationOutputCommand.ts | 4 +--- .../src/commands/AddApplicationReferenceDataSourceCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../DeleteApplicationCloudWatchLoggingOptionCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../DeleteApplicationInputProcessingConfigurationCommand.ts | 4 +--- .../src/commands/DeleteApplicationOutputCommand.ts | 4 +--- .../commands/DeleteApplicationReferenceDataSourceCommand.ts | 4 +--- .../src/commands/DescribeApplicationCommand.ts | 4 +--- .../src/commands/DiscoverInputSchemaCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartApplicationCommand.ts | 4 +--- .../src/commands/StopApplicationCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/GetClipCommand.ts | 4 +--- .../src/commands/GetDASHStreamingSessionURLCommand.ts | 4 +--- .../src/commands/GetHLSStreamingSessionURLCommand.ts | 4 +--- .../src/commands/GetImagesCommand.ts | 4 +--- .../src/commands/GetMediaForFragmentListCommand.ts | 4 +--- .../src/commands/ListFragmentsCommand.ts | 4 +--- .../src/commands/GetMediaCommand.ts | 4 +--- .../src/commands/GetIceServerConfigCommand.ts | 4 +--- .../src/commands/SendAlexaOfferToMasterCommand.ts | 4 +--- .../src/commands/JoinStorageSessionAsViewerCommand.ts | 4 +--- .../src/commands/JoinStorageSessionCommand.ts | 4 +--- .../src/commands/CreateSignalingChannelCommand.ts | 4 +--- .../client-kinesis-video/src/commands/CreateStreamCommand.ts | 4 +--- .../src/commands/DeleteEdgeConfigurationCommand.ts | 4 +--- .../src/commands/DeleteSignalingChannelCommand.ts | 4 +--- .../client-kinesis-video/src/commands/DeleteStreamCommand.ts | 4 +--- .../src/commands/DescribeEdgeConfigurationCommand.ts | 4 +--- .../commands/DescribeImageGenerationConfigurationCommand.ts | 4 +--- .../commands/DescribeMappedResourceConfigurationCommand.ts | 4 +--- .../src/commands/DescribeMediaStorageConfigurationCommand.ts | 4 +--- .../src/commands/DescribeNotificationConfigurationCommand.ts | 4 +--- .../src/commands/DescribeSignalingChannelCommand.ts | 4 +--- .../src/commands/DescribeStreamCommand.ts | 4 +--- .../src/commands/GetDataEndpointCommand.ts | 4 +--- .../src/commands/GetSignalingChannelEndpointCommand.ts | 4 +--- .../src/commands/ListEdgeAgentConfigurationsCommand.ts | 4 +--- .../src/commands/ListSignalingChannelsCommand.ts | 4 +--- .../client-kinesis-video/src/commands/ListStreamsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTagsForStreamCommand.ts | 4 +--- .../src/commands/StartEdgeConfigurationUpdateCommand.ts | 4 +--- .../client-kinesis-video/src/commands/TagResourceCommand.ts | 4 +--- clients/client-kinesis-video/src/commands/TagStreamCommand.ts | 4 +--- .../client-kinesis-video/src/commands/UntagResourceCommand.ts | 4 +--- .../client-kinesis-video/src/commands/UntagStreamCommand.ts | 4 +--- .../src/commands/UpdateDataRetentionCommand.ts | 4 +--- .../src/commands/UpdateImageGenerationConfigurationCommand.ts | 4 +--- .../src/commands/UpdateMediaStorageConfigurationCommand.ts | 4 +--- .../src/commands/UpdateNotificationConfigurationCommand.ts | 4 +--- .../src/commands/UpdateSignalingChannelCommand.ts | 4 +--- .../client-kinesis-video/src/commands/UpdateStreamCommand.ts | 4 +--- clients/client-kinesis/src/commands/CreateStreamCommand.ts | 4 +--- clients/client-kinesis/src/commands/DescribeLimitsCommand.ts | 4 +--- clients/client-kinesis/src/commands/ListStreamsCommand.ts | 4 +--- clients/client-kms/src/commands/CancelKeyDeletionCommand.ts | 4 +--- .../client-kms/src/commands/ConnectCustomKeyStoreCommand.ts | 4 +--- clients/client-kms/src/commands/CreateAliasCommand.ts | 4 +--- .../client-kms/src/commands/CreateCustomKeyStoreCommand.ts | 4 +--- clients/client-kms/src/commands/CreateGrantCommand.ts | 4 +--- clients/client-kms/src/commands/CreateKeyCommand.ts | 4 +--- clients/client-kms/src/commands/DecryptCommand.ts | 4 +--- clients/client-kms/src/commands/DeleteAliasCommand.ts | 4 +--- .../client-kms/src/commands/DeleteCustomKeyStoreCommand.ts | 4 +--- .../src/commands/DeleteImportedKeyMaterialCommand.ts | 4 +--- clients/client-kms/src/commands/DeriveSharedSecretCommand.ts | 4 +--- .../client-kms/src/commands/DescribeCustomKeyStoresCommand.ts | 4 +--- clients/client-kms/src/commands/DescribeKeyCommand.ts | 4 +--- clients/client-kms/src/commands/DisableKeyCommand.ts | 4 +--- clients/client-kms/src/commands/DisableKeyRotationCommand.ts | 4 +--- .../src/commands/DisconnectCustomKeyStoreCommand.ts | 4 +--- clients/client-kms/src/commands/EnableKeyCommand.ts | 4 +--- clients/client-kms/src/commands/EnableKeyRotationCommand.ts | 4 +--- clients/client-kms/src/commands/EncryptCommand.ts | 4 +--- clients/client-kms/src/commands/GenerateDataKeyCommand.ts | 4 +--- clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts | 4 +--- .../commands/GenerateDataKeyPairWithoutPlaintextCommand.ts | 4 +--- .../src/commands/GenerateDataKeyWithoutPlaintextCommand.ts | 4 +--- clients/client-kms/src/commands/GenerateMacCommand.ts | 4 +--- clients/client-kms/src/commands/GenerateRandomCommand.ts | 4 +--- clients/client-kms/src/commands/GetKeyPolicyCommand.ts | 4 +--- .../client-kms/src/commands/GetKeyRotationStatusCommand.ts | 4 +--- .../client-kms/src/commands/GetParametersForImportCommand.ts | 4 +--- clients/client-kms/src/commands/GetPublicKeyCommand.ts | 4 +--- clients/client-kms/src/commands/ImportKeyMaterialCommand.ts | 4 +--- clients/client-kms/src/commands/ListAliasesCommand.ts | 4 +--- clients/client-kms/src/commands/ListGrantsCommand.ts | 4 +--- clients/client-kms/src/commands/ListKeyPoliciesCommand.ts | 4 +--- clients/client-kms/src/commands/ListKeyRotationsCommand.ts | 4 +--- clients/client-kms/src/commands/ListKeysCommand.ts | 4 +--- clients/client-kms/src/commands/ListResourceTagsCommand.ts | 4 +--- clients/client-kms/src/commands/ListRetirableGrantsCommand.ts | 4 +--- clients/client-kms/src/commands/PutKeyPolicyCommand.ts | 4 +--- clients/client-kms/src/commands/ReEncryptCommand.ts | 4 +--- clients/client-kms/src/commands/ReplicateKeyCommand.ts | 4 +--- clients/client-kms/src/commands/RetireGrantCommand.ts | 4 +--- clients/client-kms/src/commands/RevokeGrantCommand.ts | 4 +--- clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts | 4 +--- clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts | 4 +--- clients/client-kms/src/commands/SignCommand.ts | 4 +--- clients/client-kms/src/commands/TagResourceCommand.ts | 4 +--- clients/client-kms/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-kms/src/commands/UpdateAliasCommand.ts | 4 +--- .../client-kms/src/commands/UpdateCustomKeyStoreCommand.ts | 4 +--- .../client-kms/src/commands/UpdateKeyDescriptionCommand.ts | 4 +--- clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts | 4 +--- clients/client-kms/src/commands/VerifyCommand.ts | 4 +--- clients/client-kms/src/commands/VerifyMacCommand.ts | 4 +--- .../src/commands/AddLFTagsToResourceCommand.ts | 4 +--- .../src/commands/AssumeDecoratedRoleWithSAMLCommand.ts | 4 +--- .../src/commands/BatchGrantPermissionsCommand.ts | 4 +--- .../src/commands/BatchRevokePermissionsCommand.ts | 4 +--- .../src/commands/CancelTransactionCommand.ts | 4 +--- .../src/commands/CommitTransactionCommand.ts | 4 +--- .../src/commands/CreateDataCellsFilterCommand.ts | 4 +--- .../client-lakeformation/src/commands/CreateLFTagCommand.ts | 4 +--- .../CreateLakeFormationIdentityCenterConfigurationCommand.ts | 4 +--- .../src/commands/CreateLakeFormationOptInCommand.ts | 4 +--- .../src/commands/DeleteDataCellsFilterCommand.ts | 4 +--- .../client-lakeformation/src/commands/DeleteLFTagCommand.ts | 4 +--- .../DeleteLakeFormationIdentityCenterConfigurationCommand.ts | 4 +--- .../src/commands/DeleteLakeFormationOptInCommand.ts | 4 +--- .../src/commands/DeleteObjectsOnCancelCommand.ts | 4 +--- .../src/commands/DeregisterResourceCommand.ts | 4 +--- ...DescribeLakeFormationIdentityCenterConfigurationCommand.ts | 4 +--- .../src/commands/DescribeResourceCommand.ts | 4 +--- .../src/commands/DescribeTransactionCommand.ts | 4 +--- .../src/commands/ExtendTransactionCommand.ts | 4 +--- .../src/commands/GetDataCellsFilterCommand.ts | 4 +--- .../src/commands/GetDataLakePrincipalCommand.ts | 4 +--- .../src/commands/GetDataLakeSettingsCommand.ts | 4 +--- .../src/commands/GetEffectivePermissionsForPathCommand.ts | 4 +--- clients/client-lakeformation/src/commands/GetLFTagCommand.ts | 4 +--- .../client-lakeformation/src/commands/GetQueryStateCommand.ts | 4 +--- .../src/commands/GetQueryStatisticsCommand.ts | 4 +--- .../src/commands/GetResourceLFTagsCommand.ts | 4 +--- .../src/commands/GetTableObjectsCommand.ts | 4 +--- .../commands/GetTemporaryGluePartitionCredentialsCommand.ts | 4 +--- .../src/commands/GetTemporaryGlueTableCredentialsCommand.ts | 4 +--- .../src/commands/GetWorkUnitResultsCommand.ts | 4 +--- .../client-lakeformation/src/commands/GetWorkUnitsCommand.ts | 4 +--- .../src/commands/GrantPermissionsCommand.ts | 4 +--- .../src/commands/ListDataCellsFilterCommand.ts | 4 +--- .../client-lakeformation/src/commands/ListLFTagsCommand.ts | 4 +--- .../src/commands/ListLakeFormationOptInsCommand.ts | 4 +--- .../src/commands/ListPermissionsCommand.ts | 4 +--- .../client-lakeformation/src/commands/ListResourcesCommand.ts | 4 +--- .../src/commands/ListTableStorageOptimizersCommand.ts | 4 +--- .../src/commands/ListTransactionsCommand.ts | 4 +--- .../src/commands/PutDataLakeSettingsCommand.ts | 4 +--- .../src/commands/RegisterResourceCommand.ts | 4 +--- .../src/commands/RemoveLFTagsFromResourceCommand.ts | 4 +--- .../src/commands/RevokePermissionsCommand.ts | 4 +--- .../src/commands/SearchDatabasesByLFTagsCommand.ts | 4 +--- .../src/commands/SearchTablesByLFTagsCommand.ts | 4 +--- .../src/commands/StartQueryPlanningCommand.ts | 4 +--- .../src/commands/StartTransactionCommand.ts | 4 +--- .../src/commands/UpdateDataCellsFilterCommand.ts | 4 +--- .../client-lakeformation/src/commands/UpdateLFTagCommand.ts | 4 +--- .../UpdateLakeFormationIdentityCenterConfigurationCommand.ts | 4 +--- .../src/commands/UpdateResourceCommand.ts | 4 +--- .../src/commands/UpdateTableObjectsCommand.ts | 4 +--- .../src/commands/UpdateTableStorageOptimizerCommand.ts | 4 +--- .../src/commands/AddLayerVersionPermissionCommand.ts | 4 +--- clients/client-lambda/src/commands/AddPermissionCommand.ts | 4 +--- clients/client-lambda/src/commands/CreateAliasCommand.ts | 4 +--- .../src/commands/CreateCodeSigningConfigCommand.ts | 4 +--- .../src/commands/CreateEventSourceMappingCommand.ts | 4 +--- clients/client-lambda/src/commands/CreateFunctionCommand.ts | 4 +--- .../src/commands/CreateFunctionUrlConfigCommand.ts | 4 +--- clients/client-lambda/src/commands/DeleteAliasCommand.ts | 4 +--- .../src/commands/DeleteCodeSigningConfigCommand.ts | 4 +--- .../src/commands/DeleteEventSourceMappingCommand.ts | 4 +--- .../src/commands/DeleteFunctionCodeSigningConfigCommand.ts | 4 +--- clients/client-lambda/src/commands/DeleteFunctionCommand.ts | 4 +--- .../src/commands/DeleteFunctionConcurrencyCommand.ts | 4 +--- .../src/commands/DeleteFunctionEventInvokeConfigCommand.ts | 4 +--- .../src/commands/DeleteFunctionUrlConfigCommand.ts | 4 +--- .../client-lambda/src/commands/DeleteLayerVersionCommand.ts | 4 +--- .../src/commands/DeleteProvisionedConcurrencyConfigCommand.ts | 4 +--- .../client-lambda/src/commands/GetAccountSettingsCommand.ts | 4 +--- clients/client-lambda/src/commands/GetAliasCommand.ts | 4 +--- .../client-lambda/src/commands/GetCodeSigningConfigCommand.ts | 4 +--- .../src/commands/GetEventSourceMappingCommand.ts | 4 +--- .../src/commands/GetFunctionCodeSigningConfigCommand.ts | 4 +--- clients/client-lambda/src/commands/GetFunctionCommand.ts | 4 +--- .../src/commands/GetFunctionConcurrencyCommand.ts | 4 +--- .../src/commands/GetFunctionConfigurationCommand.ts | 4 +--- .../src/commands/GetFunctionEventInvokeConfigCommand.ts | 4 +--- .../src/commands/GetFunctionRecursionConfigCommand.ts | 4 +--- .../client-lambda/src/commands/GetFunctionUrlConfigCommand.ts | 4 +--- .../client-lambda/src/commands/GetLayerVersionByArnCommand.ts | 4 +--- clients/client-lambda/src/commands/GetLayerVersionCommand.ts | 4 +--- .../src/commands/GetLayerVersionPolicyCommand.ts | 4 +--- clients/client-lambda/src/commands/GetPolicyCommand.ts | 4 +--- .../src/commands/GetProvisionedConcurrencyConfigCommand.ts | 4 +--- .../src/commands/GetRuntimeManagementConfigCommand.ts | 4 +--- clients/client-lambda/src/commands/InvokeAsyncCommand.ts | 4 +--- clients/client-lambda/src/commands/InvokeCommand.ts | 4 +--- .../src/commands/InvokeWithResponseStreamCommand.ts | 4 +--- clients/client-lambda/src/commands/ListAliasesCommand.ts | 4 +--- .../src/commands/ListCodeSigningConfigsCommand.ts | 4 +--- .../src/commands/ListEventSourceMappingsCommand.ts | 4 +--- .../src/commands/ListFunctionEventInvokeConfigsCommand.ts | 4 +--- .../src/commands/ListFunctionUrlConfigsCommand.ts | 4 +--- .../src/commands/ListFunctionsByCodeSigningConfigCommand.ts | 4 +--- clients/client-lambda/src/commands/ListFunctionsCommand.ts | 4 +--- .../client-lambda/src/commands/ListLayerVersionsCommand.ts | 4 +--- clients/client-lambda/src/commands/ListLayersCommand.ts | 4 +--- .../src/commands/ListProvisionedConcurrencyConfigsCommand.ts | 4 +--- clients/client-lambda/src/commands/ListTagsCommand.ts | 4 +--- .../src/commands/ListVersionsByFunctionCommand.ts | 4 +--- .../client-lambda/src/commands/PublishLayerVersionCommand.ts | 4 +--- clients/client-lambda/src/commands/PublishVersionCommand.ts | 4 +--- .../src/commands/PutFunctionCodeSigningConfigCommand.ts | 4 +--- .../src/commands/PutFunctionConcurrencyCommand.ts | 4 +--- .../src/commands/PutFunctionEventInvokeConfigCommand.ts | 4 +--- .../src/commands/PutFunctionRecursionConfigCommand.ts | 4 +--- .../src/commands/PutProvisionedConcurrencyConfigCommand.ts | 4 +--- .../src/commands/PutRuntimeManagementConfigCommand.ts | 4 +--- .../src/commands/RemoveLayerVersionPermissionCommand.ts | 4 +--- clients/client-lambda/src/commands/RemovePermissionCommand.ts | 4 +--- clients/client-lambda/src/commands/TagResourceCommand.ts | 4 +--- clients/client-lambda/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-lambda/src/commands/UpdateAliasCommand.ts | 4 +--- .../src/commands/UpdateCodeSigningConfigCommand.ts | 4 +--- .../src/commands/UpdateEventSourceMappingCommand.ts | 4 +--- .../client-lambda/src/commands/UpdateFunctionCodeCommand.ts | 4 +--- .../src/commands/UpdateFunctionConfigurationCommand.ts | 4 +--- .../src/commands/UpdateFunctionEventInvokeConfigCommand.ts | 4 +--- .../src/commands/UpdateFunctionUrlConfigCommand.ts | 4 +--- .../src/commands/CreateDeploymentCommand.ts | 4 +--- .../src/commands/DeleteDeploymentCommand.ts | 4 +--- .../client-launch-wizard/src/commands/GetDeploymentCommand.ts | 4 +--- .../client-launch-wizard/src/commands/GetWorkloadCommand.ts | 4 +--- .../src/commands/GetWorkloadDeploymentPatternCommand.ts | 4 +--- .../src/commands/ListDeploymentEventsCommand.ts | 4 +--- .../src/commands/ListDeploymentsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWorkloadDeploymentPatternsCommand.ts | 4 +--- .../client-launch-wizard/src/commands/ListWorkloadsCommand.ts | 4 +--- .../client-launch-wizard/src/commands/TagResourceCommand.ts | 4 +--- .../client-launch-wizard/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateBotVersionCommand.ts | 4 +--- .../src/commands/CreateIntentVersionCommand.ts | 4 +--- .../src/commands/CreateSlotTypeVersionCommand.ts | 4 +--- .../src/commands/DeleteBotAliasCommand.ts | 4 +--- .../src/commands/DeleteBotChannelAssociationCommand.ts | 4 +--- .../src/commands/DeleteBotCommand.ts | 4 +--- .../src/commands/DeleteBotVersionCommand.ts | 4 +--- .../src/commands/DeleteIntentCommand.ts | 4 +--- .../src/commands/DeleteIntentVersionCommand.ts | 4 +--- .../src/commands/DeleteSlotTypeCommand.ts | 4 +--- .../src/commands/DeleteSlotTypeVersionCommand.ts | 4 +--- .../src/commands/DeleteUtterancesCommand.ts | 4 +--- .../src/commands/GetBotAliasCommand.ts | 4 +--- .../src/commands/GetBotAliasesCommand.ts | 4 +--- .../src/commands/GetBotChannelAssociationCommand.ts | 4 +--- .../src/commands/GetBotChannelAssociationsCommand.ts | 4 +--- .../src/commands/GetBotCommand.ts | 4 +--- .../src/commands/GetBotVersionsCommand.ts | 4 +--- .../src/commands/GetBotsCommand.ts | 4 +--- .../src/commands/GetBuiltinIntentCommand.ts | 4 +--- .../src/commands/GetBuiltinIntentsCommand.ts | 4 +--- .../src/commands/GetBuiltinSlotTypesCommand.ts | 4 +--- .../src/commands/GetExportCommand.ts | 4 +--- .../src/commands/GetImportCommand.ts | 4 +--- .../src/commands/GetIntentCommand.ts | 4 +--- .../src/commands/GetIntentVersionsCommand.ts | 4 +--- .../src/commands/GetIntentsCommand.ts | 4 +--- .../src/commands/GetMigrationCommand.ts | 4 +--- .../src/commands/GetMigrationsCommand.ts | 4 +--- .../src/commands/GetSlotTypeCommand.ts | 4 +--- .../src/commands/GetSlotTypeVersionsCommand.ts | 4 +--- .../src/commands/GetSlotTypesCommand.ts | 4 +--- .../src/commands/GetUtterancesViewCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutBotAliasCommand.ts | 4 +--- .../src/commands/PutBotCommand.ts | 4 +--- .../src/commands/PutIntentCommand.ts | 4 +--- .../src/commands/PutSlotTypeCommand.ts | 4 +--- .../src/commands/StartImportCommand.ts | 4 +--- .../src/commands/StartMigrationCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/BatchCreateCustomVocabularyItemCommand.ts | 4 +--- .../src/commands/BatchDeleteCustomVocabularyItemCommand.ts | 4 +--- .../src/commands/BatchUpdateCustomVocabularyItemCommand.ts | 4 +--- .../src/commands/BuildBotLocaleCommand.ts | 4 +--- .../src/commands/CreateBotAliasCommand.ts | 4 +--- clients/client-lex-models-v2/src/commands/CreateBotCommand.ts | 4 +--- .../src/commands/CreateBotLocaleCommand.ts | 4 +--- .../src/commands/CreateBotReplicaCommand.ts | 4 +--- .../src/commands/CreateBotVersionCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/CreateExportCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/CreateIntentCommand.ts | 4 +--- .../src/commands/CreateResourcePolicyCommand.ts | 4 +--- .../src/commands/CreateResourcePolicyStatementCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/CreateSlotCommand.ts | 4 +--- .../src/commands/CreateSlotTypeCommand.ts | 4 +--- .../src/commands/CreateTestSetDiscrepancyReportCommand.ts | 4 +--- .../src/commands/CreateUploadUrlCommand.ts | 4 +--- .../src/commands/DeleteBotAliasCommand.ts | 4 +--- clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts | 4 +--- .../src/commands/DeleteBotLocaleCommand.ts | 4 +--- .../src/commands/DeleteBotReplicaCommand.ts | 4 +--- .../src/commands/DeleteBotVersionCommand.ts | 4 +--- .../src/commands/DeleteCustomVocabularyCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DeleteExportCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DeleteImportCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DeleteIntentCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyStatementCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DeleteSlotCommand.ts | 4 +--- .../src/commands/DeleteSlotTypeCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DeleteTestSetCommand.ts | 4 +--- .../src/commands/DeleteUtterancesCommand.ts | 4 +--- .../src/commands/DescribeBotAliasCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DescribeBotCommand.ts | 4 +--- .../src/commands/DescribeBotLocaleCommand.ts | 4 +--- .../src/commands/DescribeBotRecommendationCommand.ts | 4 +--- .../src/commands/DescribeBotReplicaCommand.ts | 4 +--- .../src/commands/DescribeBotResourceGenerationCommand.ts | 4 +--- .../src/commands/DescribeBotVersionCommand.ts | 4 +--- .../src/commands/DescribeCustomVocabularyMetadataCommand.ts | 4 +--- .../src/commands/DescribeExportCommand.ts | 4 +--- .../src/commands/DescribeImportCommand.ts | 4 +--- .../src/commands/DescribeIntentCommand.ts | 4 +--- .../src/commands/DescribeResourcePolicyCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/DescribeSlotCommand.ts | 4 +--- .../src/commands/DescribeSlotTypeCommand.ts | 4 +--- .../src/commands/DescribeTestExecutionCommand.ts | 4 +--- .../src/commands/DescribeTestSetCommand.ts | 4 +--- .../src/commands/DescribeTestSetDiscrepancyReportCommand.ts | 4 +--- .../src/commands/DescribeTestSetGenerationCommand.ts | 4 +--- .../src/commands/GenerateBotElementCommand.ts | 4 +--- .../src/commands/GetTestExecutionArtifactsUrlCommand.ts | 4 +--- .../src/commands/ListAggregatedUtterancesCommand.ts | 4 +--- .../src/commands/ListBotAliasReplicasCommand.ts | 4 +--- .../src/commands/ListBotAliasesCommand.ts | 4 +--- .../src/commands/ListBotLocalesCommand.ts | 4 +--- .../src/commands/ListBotRecommendationsCommand.ts | 4 +--- .../src/commands/ListBotReplicasCommand.ts | 4 +--- .../src/commands/ListBotResourceGenerationsCommand.ts | 4 +--- .../src/commands/ListBotVersionReplicasCommand.ts | 4 +--- .../src/commands/ListBotVersionsCommand.ts | 4 +--- clients/client-lex-models-v2/src/commands/ListBotsCommand.ts | 4 +--- .../src/commands/ListBuiltInIntentsCommand.ts | 4 +--- .../src/commands/ListBuiltInSlotTypesCommand.ts | 4 +--- .../src/commands/ListCustomVocabularyItemsCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/ListExportsCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/ListImportsCommand.ts | 4 +--- .../src/commands/ListIntentMetricsCommand.ts | 4 +--- .../src/commands/ListIntentPathsCommand.ts | 4 +--- .../src/commands/ListIntentStageMetricsCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/ListIntentsCommand.ts | 4 +--- .../src/commands/ListRecommendedIntentsCommand.ts | 4 +--- .../src/commands/ListSessionAnalyticsDataCommand.ts | 4 +--- .../src/commands/ListSessionMetricsCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/ListSlotTypesCommand.ts | 4 +--- clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTestExecutionResultItemsCommand.ts | 4 +--- .../src/commands/ListTestExecutionsCommand.ts | 4 +--- .../src/commands/ListTestSetRecordsCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/ListTestSetsCommand.ts | 4 +--- .../src/commands/ListUtteranceAnalyticsDataCommand.ts | 4 +--- .../src/commands/ListUtteranceMetricsCommand.ts | 4 +--- .../src/commands/SearchAssociatedTranscriptsCommand.ts | 4 +--- .../src/commands/StartBotRecommendationCommand.ts | 4 +--- .../src/commands/StartBotResourceGenerationCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/StartImportCommand.ts | 4 +--- .../src/commands/StartTestExecutionCommand.ts | 4 +--- .../src/commands/StartTestSetGenerationCommand.ts | 4 +--- .../src/commands/StopBotRecommendationCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/TagResourceCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateBotAliasCommand.ts | 4 +--- clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts | 4 +--- .../src/commands/UpdateBotLocaleCommand.ts | 4 +--- .../src/commands/UpdateBotRecommendationCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/UpdateExportCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/UpdateIntentCommand.ts | 4 +--- .../src/commands/UpdateResourcePolicyCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/UpdateSlotCommand.ts | 4 +--- .../src/commands/UpdateSlotTypeCommand.ts | 4 +--- .../client-lex-models-v2/src/commands/UpdateTestSetCommand.ts | 4 +--- .../src/commands/DeleteSessionCommand.ts | 4 +--- .../src/commands/GetSessionCommand.ts | 4 +--- .../src/commands/PostContentCommand.ts | 4 +--- .../src/commands/PostTextCommand.ts | 4 +--- .../src/commands/PutSessionCommand.ts | 4 +--- .../src/commands/DeleteSessionCommand.ts | 4 +--- .../client-lex-runtime-v2/src/commands/GetSessionCommand.ts | 4 +--- .../client-lex-runtime-v2/src/commands/PutSessionCommand.ts | 4 +--- .../src/commands/RecognizeTextCommand.ts | 4 +--- .../src/commands/RecognizeUtteranceCommand.ts | 4 +--- .../src/commands/StartConversationCommand.ts | 4 +--- .../src/commands/DeregisterSubscriptionProviderCommand.ts | 4 +--- .../src/commands/GetRegisteredSubscriptionProviderCommand.ts | 4 +--- .../src/commands/GetServiceSettingsCommand.ts | 4 +--- .../src/commands/ListLinuxSubscriptionInstancesCommand.ts | 4 +--- .../src/commands/ListLinuxSubscriptionsCommand.ts | 4 +--- .../commands/ListRegisteredSubscriptionProvidersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RegisterSubscriptionProviderCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateServiceSettingsCommand.ts | 4 +--- .../src/commands/AssociateUserCommand.ts | 4 +--- .../src/commands/DeregisterIdentityProviderCommand.ts | 4 +--- .../src/commands/DisassociateUserCommand.ts | 4 +--- .../src/commands/ListIdentityProvidersCommand.ts | 4 +--- .../src/commands/ListInstancesCommand.ts | 4 +--- .../src/commands/ListProductSubscriptionsCommand.ts | 4 +--- .../src/commands/ListUserAssociationsCommand.ts | 4 +--- .../src/commands/RegisterIdentityProviderCommand.ts | 4 +--- .../src/commands/StartProductSubscriptionCommand.ts | 4 +--- .../src/commands/StopProductSubscriptionCommand.ts | 4 +--- .../src/commands/UpdateIdentityProviderSettingsCommand.ts | 4 +--- .../client-license-manager/src/commands/AcceptGrantCommand.ts | 4 +--- .../src/commands/CheckInLicenseCommand.ts | 4 +--- .../src/commands/CheckoutBorrowLicenseCommand.ts | 4 +--- .../src/commands/CheckoutLicenseCommand.ts | 4 +--- .../client-license-manager/src/commands/CreateGrantCommand.ts | 4 +--- .../src/commands/CreateGrantVersionCommand.ts | 4 +--- .../src/commands/CreateLicenseCommand.ts | 4 +--- .../src/commands/CreateLicenseConfigurationCommand.ts | 4 +--- .../commands/CreateLicenseConversionTaskForResourceCommand.ts | 4 +--- .../commands/CreateLicenseManagerReportGeneratorCommand.ts | 4 +--- .../src/commands/CreateLicenseVersionCommand.ts | 4 +--- .../client-license-manager/src/commands/CreateTokenCommand.ts | 4 +--- .../client-license-manager/src/commands/DeleteGrantCommand.ts | 4 +--- .../src/commands/DeleteLicenseCommand.ts | 4 +--- .../src/commands/DeleteLicenseConfigurationCommand.ts | 4 +--- .../commands/DeleteLicenseManagerReportGeneratorCommand.ts | 4 +--- .../client-license-manager/src/commands/DeleteTokenCommand.ts | 4 +--- .../src/commands/ExtendLicenseConsumptionCommand.ts | 4 +--- .../src/commands/GetAccessTokenCommand.ts | 4 +--- .../client-license-manager/src/commands/GetGrantCommand.ts | 4 +--- .../client-license-manager/src/commands/GetLicenseCommand.ts | 4 +--- .../src/commands/GetLicenseConfigurationCommand.ts | 4 +--- .../src/commands/GetLicenseConversionTaskCommand.ts | 4 +--- .../src/commands/GetLicenseManagerReportGeneratorCommand.ts | 4 +--- .../src/commands/GetLicenseUsageCommand.ts | 4 +--- .../src/commands/GetServiceSettingsCommand.ts | 4 +--- .../ListAssociationsForLicenseConfigurationCommand.ts | 4 +--- .../src/commands/ListDistributedGrantsCommand.ts | 4 +--- .../ListFailuresForLicenseConfigurationOperationsCommand.ts | 4 +--- .../src/commands/ListLicenseConfigurationsCommand.ts | 4 +--- .../src/commands/ListLicenseConversionTasksCommand.ts | 4 +--- .../src/commands/ListLicenseManagerReportGeneratorsCommand.ts | 4 +--- .../commands/ListLicenseSpecificationsForResourceCommand.ts | 4 +--- .../src/commands/ListLicenseVersionsCommand.ts | 4 +--- .../src/commands/ListLicensesCommand.ts | 4 +--- .../src/commands/ListReceivedGrantsCommand.ts | 4 +--- .../src/commands/ListReceivedGrantsForOrganizationCommand.ts | 4 +--- .../src/commands/ListReceivedLicensesCommand.ts | 4 +--- .../commands/ListReceivedLicensesForOrganizationCommand.ts | 4 +--- .../src/commands/ListResourceInventoryCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-license-manager/src/commands/ListTokensCommand.ts | 4 +--- .../src/commands/ListUsageForLicenseConfigurationCommand.ts | 4 +--- .../client-license-manager/src/commands/RejectGrantCommand.ts | 4 +--- .../client-license-manager/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateLicenseConfigurationCommand.ts | 4 +--- .../commands/UpdateLicenseManagerReportGeneratorCommand.ts | 4 +--- .../commands/UpdateLicenseSpecificationsForResourceCommand.ts | 4 +--- .../src/commands/UpdateServiceSettingsCommand.ts | 4 +--- .../client-lightsail/src/commands/AllocateStaticIpCommand.ts | 4 +--- .../src/commands/AttachCertificateToDistributionCommand.ts | 4 +--- clients/client-lightsail/src/commands/AttachDiskCommand.ts | 4 +--- .../src/commands/AttachInstancesToLoadBalancerCommand.ts | 4 +--- .../src/commands/AttachLoadBalancerTlsCertificateCommand.ts | 4 +--- .../client-lightsail/src/commands/AttachStaticIpCommand.ts | 4 +--- .../src/commands/CloseInstancePublicPortsCommand.ts | 4 +--- clients/client-lightsail/src/commands/CopySnapshotCommand.ts | 4 +--- .../src/commands/CreateBucketAccessKeyCommand.ts | 4 +--- clients/client-lightsail/src/commands/CreateBucketCommand.ts | 4 +--- .../client-lightsail/src/commands/CreateCertificateCommand.ts | 4 +--- .../src/commands/CreateCloudFormationStackCommand.ts | 4 +--- .../src/commands/CreateContactMethodCommand.ts | 4 +--- .../src/commands/CreateContainerServiceCommand.ts | 4 +--- .../src/commands/CreateContainerServiceDeploymentCommand.ts | 4 +--- .../commands/CreateContainerServiceRegistryLoginCommand.ts | 4 +--- clients/client-lightsail/src/commands/CreateDiskCommand.ts | 4 +--- .../src/commands/CreateDiskFromSnapshotCommand.ts | 4 +--- .../src/commands/CreateDiskSnapshotCommand.ts | 4 +--- .../src/commands/CreateDistributionCommand.ts | 4 +--- clients/client-lightsail/src/commands/CreateDomainCommand.ts | 4 +--- .../client-lightsail/src/commands/CreateDomainEntryCommand.ts | 4 +--- .../src/commands/CreateGUISessionAccessDetailsCommand.ts | 4 +--- .../src/commands/CreateInstanceSnapshotCommand.ts | 4 +--- .../client-lightsail/src/commands/CreateInstancesCommand.ts | 4 +--- .../src/commands/CreateInstancesFromSnapshotCommand.ts | 4 +--- clients/client-lightsail/src/commands/CreateKeyPairCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerCommand.ts | 4 +--- .../src/commands/CreateLoadBalancerTlsCertificateCommand.ts | 4 +--- .../src/commands/CreateRelationalDatabaseCommand.ts | 4 +--- .../commands/CreateRelationalDatabaseFromSnapshotCommand.ts | 4 +--- .../src/commands/CreateRelationalDatabaseSnapshotCommand.ts | 4 +--- clients/client-lightsail/src/commands/DeleteAlarmCommand.ts | 4 +--- .../src/commands/DeleteAutoSnapshotCommand.ts | 4 +--- .../src/commands/DeleteBucketAccessKeyCommand.ts | 4 +--- clients/client-lightsail/src/commands/DeleteBucketCommand.ts | 4 +--- .../client-lightsail/src/commands/DeleteCertificateCommand.ts | 4 +--- .../src/commands/DeleteContactMethodCommand.ts | 4 +--- .../src/commands/DeleteContainerImageCommand.ts | 4 +--- .../src/commands/DeleteContainerServiceCommand.ts | 4 +--- clients/client-lightsail/src/commands/DeleteDiskCommand.ts | 4 +--- .../src/commands/DeleteDiskSnapshotCommand.ts | 4 +--- .../src/commands/DeleteDistributionCommand.ts | 4 +--- clients/client-lightsail/src/commands/DeleteDomainCommand.ts | 4 +--- .../client-lightsail/src/commands/DeleteDomainEntryCommand.ts | 4 +--- .../client-lightsail/src/commands/DeleteInstanceCommand.ts | 4 +--- .../src/commands/DeleteInstanceSnapshotCommand.ts | 4 +--- clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts | 4 +--- .../src/commands/DeleteKnownHostKeysCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerCommand.ts | 4 +--- .../src/commands/DeleteLoadBalancerTlsCertificateCommand.ts | 4 +--- .../src/commands/DeleteRelationalDatabaseCommand.ts | 4 +--- .../src/commands/DeleteRelationalDatabaseSnapshotCommand.ts | 4 +--- .../src/commands/DetachCertificateFromDistributionCommand.ts | 4 +--- clients/client-lightsail/src/commands/DetachDiskCommand.ts | 4 +--- .../src/commands/DetachInstancesFromLoadBalancerCommand.ts | 4 +--- .../client-lightsail/src/commands/DetachStaticIpCommand.ts | 4 +--- clients/client-lightsail/src/commands/DisableAddOnCommand.ts | 4 +--- .../src/commands/DownloadDefaultKeyPairCommand.ts | 4 +--- clients/client-lightsail/src/commands/EnableAddOnCommand.ts | 4 +--- .../client-lightsail/src/commands/ExportSnapshotCommand.ts | 4 +--- .../client-lightsail/src/commands/GetActiveNamesCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetAlarmsCommand.ts | 4 +--- .../client-lightsail/src/commands/GetAutoSnapshotsCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetBlueprintsCommand.ts | 4 +--- .../src/commands/GetBucketAccessKeysCommand.ts | 4 +--- .../client-lightsail/src/commands/GetBucketBundlesCommand.ts | 4 +--- .../src/commands/GetBucketMetricDataCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetBucketsCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetBundlesCommand.ts | 4 +--- .../client-lightsail/src/commands/GetCertificatesCommand.ts | 4 +--- .../src/commands/GetCloudFormationStackRecordsCommand.ts | 4 +--- .../client-lightsail/src/commands/GetContactMethodsCommand.ts | 4 +--- .../src/commands/GetContainerAPIMetadataCommand.ts | 4 +--- .../src/commands/GetContainerImagesCommand.ts | 4 +--- .../client-lightsail/src/commands/GetContainerLogCommand.ts | 4 +--- .../src/commands/GetContainerServiceDeploymentsCommand.ts | 4 +--- .../src/commands/GetContainerServiceMetricDataCommand.ts | 4 +--- .../src/commands/GetContainerServicePowersCommand.ts | 4 +--- .../src/commands/GetContainerServicesCommand.ts | 4 +--- .../client-lightsail/src/commands/GetCostEstimateCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetDiskCommand.ts | 4 +--- .../client-lightsail/src/commands/GetDiskSnapshotCommand.ts | 4 +--- .../client-lightsail/src/commands/GetDiskSnapshotsCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetDisksCommand.ts | 4 +--- .../src/commands/GetDistributionBundlesCommand.ts | 4 +--- .../src/commands/GetDistributionLatestCacheResetCommand.ts | 4 +--- .../src/commands/GetDistributionMetricDataCommand.ts | 4 +--- .../client-lightsail/src/commands/GetDistributionsCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetDomainCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetDomainsCommand.ts | 4 +--- .../src/commands/GetExportSnapshotRecordsCommand.ts | 4 +--- .../src/commands/GetInstanceAccessDetailsCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetInstanceCommand.ts | 4 +--- .../src/commands/GetInstanceMetricDataCommand.ts | 4 +--- .../src/commands/GetInstancePortStatesCommand.ts | 4 +--- .../src/commands/GetInstanceSnapshotCommand.ts | 4 +--- .../src/commands/GetInstanceSnapshotsCommand.ts | 4 +--- .../client-lightsail/src/commands/GetInstanceStateCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetInstancesCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetKeyPairCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetKeyPairsCommand.ts | 4 +--- .../client-lightsail/src/commands/GetLoadBalancerCommand.ts | 4 +--- .../src/commands/GetLoadBalancerMetricDataCommand.ts | 4 +--- .../src/commands/GetLoadBalancerTlsCertificatesCommand.ts | 4 +--- .../src/commands/GetLoadBalancerTlsPoliciesCommand.ts | 4 +--- .../client-lightsail/src/commands/GetLoadBalancersCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetOperationCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetOperationsCommand.ts | 4 +--- .../src/commands/GetOperationsForResourceCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetRegionsCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseBlueprintsCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseBundlesCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseEventsCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseLogEventsCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseLogStreamsCommand.ts | 4 +--- .../GetRelationalDatabaseMasterUserPasswordCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseMetricDataCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseParametersCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseSnapshotCommand.ts | 4 +--- .../src/commands/GetRelationalDatabaseSnapshotsCommand.ts | 4 +--- .../src/commands/GetRelationalDatabasesCommand.ts | 4 +--- .../client-lightsail/src/commands/GetSetupHistoryCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetStaticIpCommand.ts | 4 +--- clients/client-lightsail/src/commands/GetStaticIpsCommand.ts | 4 +--- clients/client-lightsail/src/commands/ImportKeyPairCommand.ts | 4 +--- clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts | 4 +--- .../src/commands/OpenInstancePublicPortsCommand.ts | 4 +--- clients/client-lightsail/src/commands/PeerVpcCommand.ts | 4 +--- clients/client-lightsail/src/commands/PutAlarmCommand.ts | 4 +--- .../src/commands/PutInstancePublicPortsCommand.ts | 4 +--- .../client-lightsail/src/commands/RebootInstanceCommand.ts | 4 +--- .../src/commands/RebootRelationalDatabaseCommand.ts | 4 +--- .../src/commands/RegisterContainerImageCommand.ts | 4 +--- .../client-lightsail/src/commands/ReleaseStaticIpCommand.ts | 4 +--- .../src/commands/ResetDistributionCacheCommand.ts | 4 +--- .../src/commands/SendContactMethodVerificationCommand.ts | 4 +--- .../client-lightsail/src/commands/SetIpAddressTypeCommand.ts | 4 +--- .../src/commands/SetResourceAccessForBucketCommand.ts | 4 +--- .../src/commands/SetupInstanceHttpsCommand.ts | 4 +--- .../client-lightsail/src/commands/StartGUISessionCommand.ts | 4 +--- clients/client-lightsail/src/commands/StartInstanceCommand.ts | 4 +--- .../src/commands/StartRelationalDatabaseCommand.ts | 4 +--- .../client-lightsail/src/commands/StopGUISessionCommand.ts | 4 +--- clients/client-lightsail/src/commands/StopInstanceCommand.ts | 4 +--- .../src/commands/StopRelationalDatabaseCommand.ts | 4 +--- clients/client-lightsail/src/commands/TagResourceCommand.ts | 4 +--- clients/client-lightsail/src/commands/TestAlarmCommand.ts | 4 +--- clients/client-lightsail/src/commands/UnpeerVpcCommand.ts | 4 +--- clients/client-lightsail/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateBucketBundleCommand.ts | 4 +--- clients/client-lightsail/src/commands/UpdateBucketCommand.ts | 4 +--- .../src/commands/UpdateContainerServiceCommand.ts | 4 +--- .../src/commands/UpdateDistributionBundleCommand.ts | 4 +--- .../src/commands/UpdateDistributionCommand.ts | 4 +--- .../client-lightsail/src/commands/UpdateDomainEntryCommand.ts | 4 +--- .../src/commands/UpdateInstanceMetadataOptionsCommand.ts | 4 +--- .../src/commands/UpdateLoadBalancerAttributeCommand.ts | 4 +--- .../src/commands/UpdateRelationalDatabaseCommand.ts | 4 +--- .../src/commands/UpdateRelationalDatabaseParametersCommand.ts | 4 +--- .../src/commands/AssociateTrackerConsumerCommand.ts | 4 +--- .../src/commands/BatchDeleteDevicePositionHistoryCommand.ts | 4 +--- .../src/commands/BatchDeleteGeofenceCommand.ts | 4 +--- .../src/commands/BatchEvaluateGeofencesCommand.ts | 4 +--- .../src/commands/BatchGetDevicePositionCommand.ts | 4 +--- .../client-location/src/commands/BatchPutGeofenceCommand.ts | 4 +--- .../src/commands/BatchUpdateDevicePositionCommand.ts | 4 +--- clients/client-location/src/commands/CalculateRouteCommand.ts | 4 +--- .../src/commands/CalculateRouteMatrixCommand.ts | 4 +--- .../src/commands/CreateGeofenceCollectionCommand.ts | 4 +--- clients/client-location/src/commands/CreateKeyCommand.ts | 4 +--- clients/client-location/src/commands/CreateMapCommand.ts | 4 +--- .../client-location/src/commands/CreatePlaceIndexCommand.ts | 4 +--- .../src/commands/CreateRouteCalculatorCommand.ts | 4 +--- clients/client-location/src/commands/CreateTrackerCommand.ts | 4 +--- .../src/commands/DeleteGeofenceCollectionCommand.ts | 4 +--- clients/client-location/src/commands/DeleteKeyCommand.ts | 4 +--- clients/client-location/src/commands/DeleteMapCommand.ts | 4 +--- .../client-location/src/commands/DeletePlaceIndexCommand.ts | 4 +--- .../src/commands/DeleteRouteCalculatorCommand.ts | 4 +--- clients/client-location/src/commands/DeleteTrackerCommand.ts | 4 +--- .../src/commands/DescribeGeofenceCollectionCommand.ts | 4 +--- clients/client-location/src/commands/DescribeKeyCommand.ts | 4 +--- clients/client-location/src/commands/DescribeMapCommand.ts | 4 +--- .../client-location/src/commands/DescribePlaceIndexCommand.ts | 4 +--- .../src/commands/DescribeRouteCalculatorCommand.ts | 4 +--- .../client-location/src/commands/DescribeTrackerCommand.ts | 4 +--- .../src/commands/DisassociateTrackerConsumerCommand.ts | 4 +--- .../src/commands/ForecastGeofenceEventsCommand.ts | 4 +--- .../client-location/src/commands/GetDevicePositionCommand.ts | 4 +--- .../src/commands/GetDevicePositionHistoryCommand.ts | 4 +--- clients/client-location/src/commands/GetGeofenceCommand.ts | 4 +--- clients/client-location/src/commands/GetMapGlyphsCommand.ts | 4 +--- clients/client-location/src/commands/GetMapSpritesCommand.ts | 4 +--- .../src/commands/GetMapStyleDescriptorCommand.ts | 4 +--- clients/client-location/src/commands/GetMapTileCommand.ts | 4 +--- clients/client-location/src/commands/GetPlaceCommand.ts | 4 +--- .../src/commands/ListDevicePositionsCommand.ts | 4 +--- .../src/commands/ListGeofenceCollectionsCommand.ts | 4 +--- clients/client-location/src/commands/ListGeofencesCommand.ts | 4 +--- clients/client-location/src/commands/ListKeysCommand.ts | 4 +--- clients/client-location/src/commands/ListMapsCommand.ts | 4 +--- .../client-location/src/commands/ListPlaceIndexesCommand.ts | 4 +--- .../src/commands/ListRouteCalculatorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrackerConsumersCommand.ts | 4 +--- clients/client-location/src/commands/ListTrackersCommand.ts | 4 +--- clients/client-location/src/commands/PutGeofenceCommand.ts | 4 +--- .../src/commands/SearchPlaceIndexForPositionCommand.ts | 4 +--- .../src/commands/SearchPlaceIndexForSuggestionsCommand.ts | 4 +--- .../src/commands/SearchPlaceIndexForTextCommand.ts | 4 +--- clients/client-location/src/commands/TagResourceCommand.ts | 4 +--- clients/client-location/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateGeofenceCollectionCommand.ts | 4 +--- clients/client-location/src/commands/UpdateKeyCommand.ts | 4 +--- clients/client-location/src/commands/UpdateMapCommand.ts | 4 +--- .../client-location/src/commands/UpdatePlaceIndexCommand.ts | 4 +--- .../src/commands/UpdateRouteCalculatorCommand.ts | 4 +--- clients/client-location/src/commands/UpdateTrackerCommand.ts | 4 +--- .../src/commands/VerifyDevicePositionCommand.ts | 4 +--- .../src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreateInferenceSchedulerCommand.ts | 4 +--- .../src/commands/CreateLabelCommand.ts | 4 +--- .../src/commands/CreateLabelGroupCommand.ts | 4 +--- .../src/commands/CreateModelCommand.ts | 4 +--- .../src/commands/CreateRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/DeleteDatasetCommand.ts | 4 +--- .../src/commands/DeleteInferenceSchedulerCommand.ts | 4 +--- .../src/commands/DeleteLabelCommand.ts | 4 +--- .../src/commands/DeleteLabelGroupCommand.ts | 4 +--- .../src/commands/DeleteModelCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/DescribeDataIngestionJobCommand.ts | 4 +--- .../src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeInferenceSchedulerCommand.ts | 4 +--- .../src/commands/DescribeLabelCommand.ts | 4 +--- .../src/commands/DescribeLabelGroupCommand.ts | 4 +--- .../src/commands/DescribeModelCommand.ts | 4 +--- .../src/commands/DescribeModelVersionCommand.ts | 4 +--- .../src/commands/DescribeResourcePolicyCommand.ts | 4 +--- .../src/commands/DescribeRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/ImportDatasetCommand.ts | 4 +--- .../src/commands/ImportModelVersionCommand.ts | 4 +--- .../src/commands/ListDataIngestionJobsCommand.ts | 4 +--- .../src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListInferenceEventsCommand.ts | 4 +--- .../src/commands/ListInferenceExecutionsCommand.ts | 4 +--- .../src/commands/ListInferenceSchedulersCommand.ts | 4 +--- .../src/commands/ListLabelGroupsCommand.ts | 4 +--- .../client-lookoutequipment/src/commands/ListLabelsCommand.ts | 4 +--- .../src/commands/ListModelVersionsCommand.ts | 4 +--- .../client-lookoutequipment/src/commands/ListModelsCommand.ts | 4 +--- .../src/commands/ListRetrainingSchedulersCommand.ts | 4 +--- .../src/commands/ListSensorStatisticsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/StartDataIngestionJobCommand.ts | 4 +--- .../src/commands/StartInferenceSchedulerCommand.ts | 4 +--- .../src/commands/StartRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/StopInferenceSchedulerCommand.ts | 4 +--- .../src/commands/StopRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateActiveModelVersionCommand.ts | 4 +--- .../src/commands/UpdateInferenceSchedulerCommand.ts | 4 +--- .../src/commands/UpdateLabelGroupCommand.ts | 4 +--- .../src/commands/UpdateModelCommand.ts | 4 +--- .../src/commands/UpdateRetrainingSchedulerCommand.ts | 4 +--- .../src/commands/ActivateAnomalyDetectorCommand.ts | 4 +--- .../src/commands/BackTestAnomalyDetectorCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/CreateAlertCommand.ts | 4 +--- .../src/commands/CreateAnomalyDetectorCommand.ts | 4 +--- .../src/commands/CreateMetricSetCommand.ts | 4 +--- .../src/commands/DeactivateAnomalyDetectorCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/DeleteAlertCommand.ts | 4 +--- .../src/commands/DeleteAnomalyDetectorCommand.ts | 4 +--- .../src/commands/DescribeAlertCommand.ts | 4 +--- .../src/commands/DescribeAnomalyDetectionExecutionsCommand.ts | 4 +--- .../src/commands/DescribeAnomalyDetectorCommand.ts | 4 +--- .../src/commands/DescribeMetricSetCommand.ts | 4 +--- .../src/commands/DetectMetricSetConfigCommand.ts | 4 +--- .../src/commands/GetAnomalyGroupCommand.ts | 4 +--- .../src/commands/GetDataQualityMetricsCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/GetFeedbackCommand.ts | 4 +--- .../src/commands/GetSampleDataCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/ListAlertsCommand.ts | 4 +--- .../src/commands/ListAnomalyDetectorsCommand.ts | 4 +--- .../src/commands/ListAnomalyGroupRelatedMetricsCommand.ts | 4 +--- .../src/commands/ListAnomalyGroupSummariesCommand.ts | 4 +--- .../src/commands/ListAnomalyGroupTimeSeriesCommand.ts | 4 +--- .../src/commands/ListMetricSetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/PutFeedbackCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../client-lookoutmetrics/src/commands/UpdateAlertCommand.ts | 4 +--- .../src/commands/UpdateAnomalyDetectorCommand.ts | 4 +--- .../src/commands/UpdateMetricSetCommand.ts | 4 +--- .../client-lookoutvision/src/commands/CreateDatasetCommand.ts | 4 +--- .../client-lookoutvision/src/commands/CreateModelCommand.ts | 4 +--- .../client-lookoutvision/src/commands/CreateProjectCommand.ts | 4 +--- .../client-lookoutvision/src/commands/DeleteDatasetCommand.ts | 4 +--- .../client-lookoutvision/src/commands/DeleteModelCommand.ts | 4 +--- .../client-lookoutvision/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DescribeDatasetCommand.ts | 4 +--- .../client-lookoutvision/src/commands/DescribeModelCommand.ts | 4 +--- .../src/commands/DescribeModelPackagingJobCommand.ts | 4 +--- .../src/commands/DescribeProjectCommand.ts | 4 +--- .../src/commands/DetectAnomaliesCommand.ts | 4 +--- .../src/commands/ListDatasetEntriesCommand.ts | 4 +--- .../src/commands/ListModelPackagingJobsCommand.ts | 4 +--- .../client-lookoutvision/src/commands/ListModelsCommand.ts | 4 +--- .../client-lookoutvision/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-lookoutvision/src/commands/StartModelCommand.ts | 4 +--- .../src/commands/StartModelPackagingJobCommand.ts | 4 +--- clients/client-lookoutvision/src/commands/StopModelCommand.ts | 4 +--- .../client-lookoutvision/src/commands/TagResourceCommand.ts | 4 +--- .../client-lookoutvision/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDatasetEntriesCommand.ts | 4 +--- .../client-m2/src/commands/CancelBatchJobExecutionCommand.ts | 4 +--- clients/client-m2/src/commands/CreateApplicationCommand.ts | 4 +--- .../client-m2/src/commands/CreateDataSetImportTaskCommand.ts | 4 +--- clients/client-m2/src/commands/CreateDeploymentCommand.ts | 4 +--- clients/client-m2/src/commands/CreateEnvironmentCommand.ts | 4 +--- clients/client-m2/src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteApplicationFromEnvironmentCommand.ts | 4 +--- clients/client-m2/src/commands/DeleteEnvironmentCommand.ts | 4 +--- clients/client-m2/src/commands/GetApplicationCommand.ts | 4 +--- .../client-m2/src/commands/GetApplicationVersionCommand.ts | 4 +--- clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts | 4 +--- clients/client-m2/src/commands/GetDataSetDetailsCommand.ts | 4 +--- clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts | 4 +--- clients/client-m2/src/commands/GetDeploymentCommand.ts | 4 +--- clients/client-m2/src/commands/GetEnvironmentCommand.ts | 4 +--- .../client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts | 4 +--- .../client-m2/src/commands/ListApplicationVersionsCommand.ts | 4 +--- clients/client-m2/src/commands/ListApplicationsCommand.ts | 4 +--- .../client-m2/src/commands/ListBatchJobDefinitionsCommand.ts | 4 +--- .../client-m2/src/commands/ListBatchJobExecutionsCommand.ts | 4 +--- .../src/commands/ListBatchJobRestartPointsCommand.ts | 4 +--- .../client-m2/src/commands/ListDataSetImportHistoryCommand.ts | 4 +--- clients/client-m2/src/commands/ListDataSetsCommand.ts | 4 +--- clients/client-m2/src/commands/ListDeploymentsCommand.ts | 4 +--- clients/client-m2/src/commands/ListEngineVersionsCommand.ts | 4 +--- clients/client-m2/src/commands/ListEnvironmentsCommand.ts | 4 +--- clients/client-m2/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-m2/src/commands/StartApplicationCommand.ts | 4 +--- clients/client-m2/src/commands/StartBatchJobCommand.ts | 4 +--- clients/client-m2/src/commands/StopApplicationCommand.ts | 4 +--- clients/client-m2/src/commands/TagResourceCommand.ts | 4 +--- clients/client-m2/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-m2/src/commands/UpdateApplicationCommand.ts | 4 +--- clients/client-m2/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../client-machine-learning/src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/CreateBatchPredictionCommand.ts | 4 +--- .../src/commands/CreateDataSourceFromRDSCommand.ts | 4 +--- .../src/commands/CreateDataSourceFromRedshiftCommand.ts | 4 +--- .../src/commands/CreateDataSourceFromS3Command.ts | 4 +--- .../src/commands/CreateEvaluationCommand.ts | 4 +--- .../src/commands/CreateMLModelCommand.ts | 4 +--- .../src/commands/CreateRealtimeEndpointCommand.ts | 4 +--- .../src/commands/DeleteBatchPredictionCommand.ts | 4 +--- .../src/commands/DeleteDataSourceCommand.ts | 4 +--- .../src/commands/DeleteEvaluationCommand.ts | 4 +--- .../src/commands/DeleteMLModelCommand.ts | 4 +--- .../src/commands/DeleteRealtimeEndpointCommand.ts | 4 +--- .../client-machine-learning/src/commands/DeleteTagsCommand.ts | 4 +--- .../src/commands/DescribeBatchPredictionsCommand.ts | 4 +--- .../src/commands/DescribeDataSourcesCommand.ts | 4 +--- .../src/commands/DescribeEvaluationsCommand.ts | 4 +--- .../src/commands/DescribeMLModelsCommand.ts | 4 +--- .../src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/GetBatchPredictionCommand.ts | 4 +--- .../src/commands/GetDataSourceCommand.ts | 4 +--- .../src/commands/GetEvaluationCommand.ts | 4 +--- .../client-machine-learning/src/commands/GetMLModelCommand.ts | 4 +--- .../client-machine-learning/src/commands/PredictCommand.ts | 4 +--- .../src/commands/UpdateBatchPredictionCommand.ts | 4 +--- .../src/commands/UpdateDataSourceCommand.ts | 4 +--- .../src/commands/UpdateEvaluationCommand.ts | 4 +--- .../src/commands/UpdateMLModelCommand.ts | 4 +--- clients/client-macie2/src/commands/AcceptInvitationCommand.ts | 4 +--- .../src/commands/BatchGetCustomDataIdentifiersCommand.ts | 4 +--- .../commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts | 4 +--- clients/client-macie2/src/commands/CreateAllowListCommand.ts | 4 +--- .../src/commands/CreateClassificationJobCommand.ts | 4 +--- .../src/commands/CreateCustomDataIdentifierCommand.ts | 4 +--- .../client-macie2/src/commands/CreateFindingsFilterCommand.ts | 4 +--- .../client-macie2/src/commands/CreateInvitationsCommand.ts | 4 +--- clients/client-macie2/src/commands/CreateMemberCommand.ts | 4 +--- .../client-macie2/src/commands/CreateSampleFindingsCommand.ts | 4 +--- .../client-macie2/src/commands/DeclineInvitationsCommand.ts | 4 +--- clients/client-macie2/src/commands/DeleteAllowListCommand.ts | 4 +--- .../src/commands/DeleteCustomDataIdentifierCommand.ts | 4 +--- .../client-macie2/src/commands/DeleteFindingsFilterCommand.ts | 4 +--- .../client-macie2/src/commands/DeleteInvitationsCommand.ts | 4 +--- clients/client-macie2/src/commands/DeleteMemberCommand.ts | 4 +--- clients/client-macie2/src/commands/DescribeBucketsCommand.ts | 4 +--- .../src/commands/DescribeClassificationJobCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigurationCommand.ts | 4 +--- clients/client-macie2/src/commands/DisableMacieCommand.ts | 4 +--- .../src/commands/DisableOrganizationAdminAccountCommand.ts | 4 +--- .../commands/DisassociateFromAdministratorAccountCommand.ts | 4 +--- .../src/commands/DisassociateFromMasterAccountCommand.ts | 4 +--- .../client-macie2/src/commands/DisassociateMemberCommand.ts | 4 +--- clients/client-macie2/src/commands/EnableMacieCommand.ts | 4 +--- .../src/commands/EnableOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/GetAdministratorAccountCommand.ts | 4 +--- clients/client-macie2/src/commands/GetAllowListCommand.ts | 4 +--- .../src/commands/GetAutomatedDiscoveryConfigurationCommand.ts | 4 +--- .../client-macie2/src/commands/GetBucketStatisticsCommand.ts | 4 +--- .../commands/GetClassificationExportConfigurationCommand.ts | 4 +--- .../src/commands/GetClassificationScopeCommand.ts | 4 +--- .../src/commands/GetCustomDataIdentifierCommand.ts | 4 +--- .../client-macie2/src/commands/GetFindingStatisticsCommand.ts | 4 +--- clients/client-macie2/src/commands/GetFindingsCommand.ts | 4 +--- .../client-macie2/src/commands/GetFindingsFilterCommand.ts | 4 +--- .../commands/GetFindingsPublicationConfigurationCommand.ts | 4 +--- .../client-macie2/src/commands/GetInvitationsCountCommand.ts | 4 +--- clients/client-macie2/src/commands/GetMacieSessionCommand.ts | 4 +--- clients/client-macie2/src/commands/GetMasterAccountCommand.ts | 4 +--- clients/client-macie2/src/commands/GetMemberCommand.ts | 4 +--- .../client-macie2/src/commands/GetResourceProfileCommand.ts | 4 +--- .../src/commands/GetRevealConfigurationCommand.ts | 4 +--- .../GetSensitiveDataOccurrencesAvailabilityCommand.ts | 4 +--- .../src/commands/GetSensitiveDataOccurrencesCommand.ts | 4 +--- .../src/commands/GetSensitivityInspectionTemplateCommand.ts | 4 +--- .../client-macie2/src/commands/GetUsageStatisticsCommand.ts | 4 +--- clients/client-macie2/src/commands/GetUsageTotalsCommand.ts | 4 +--- clients/client-macie2/src/commands/ListAllowListsCommand.ts | 4 +--- .../src/commands/ListAutomatedDiscoveryAccountsCommand.ts | 4 +--- .../src/commands/ListClassificationJobsCommand.ts | 4 +--- .../src/commands/ListClassificationScopesCommand.ts | 4 +--- .../src/commands/ListCustomDataIdentifiersCommand.ts | 4 +--- clients/client-macie2/src/commands/ListFindingsCommand.ts | 4 +--- .../client-macie2/src/commands/ListFindingsFiltersCommand.ts | 4 +--- clients/client-macie2/src/commands/ListInvitationsCommand.ts | 4 +--- .../src/commands/ListManagedDataIdentifiersCommand.ts | 4 +--- clients/client-macie2/src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListOrganizationAdminAccountsCommand.ts | 4 +--- .../src/commands/ListResourceProfileArtifactsCommand.ts | 4 +--- .../src/commands/ListResourceProfileDetectionsCommand.ts | 4 +--- .../src/commands/ListSensitivityInspectionTemplatesCommand.ts | 4 +--- .../client-macie2/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/PutClassificationExportConfigurationCommand.ts | 4 +--- .../commands/PutFindingsPublicationConfigurationCommand.ts | 4 +--- clients/client-macie2/src/commands/SearchResourcesCommand.ts | 4 +--- clients/client-macie2/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestCustomDataIdentifierCommand.ts | 4 +--- clients/client-macie2/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-macie2/src/commands/UpdateAllowListCommand.ts | 4 +--- .../commands/UpdateAutomatedDiscoveryConfigurationCommand.ts | 4 +--- .../src/commands/UpdateClassificationJobCommand.ts | 4 +--- .../src/commands/UpdateClassificationScopeCommand.ts | 4 +--- .../client-macie2/src/commands/UpdateFindingsFilterCommand.ts | 4 +--- .../client-macie2/src/commands/UpdateMacieSessionCommand.ts | 4 +--- .../client-macie2/src/commands/UpdateMemberSessionCommand.ts | 4 +--- .../src/commands/UpdateOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/UpdateResourceProfileCommand.ts | 4 +--- .../src/commands/UpdateResourceProfileDetectionsCommand.ts | 4 +--- .../src/commands/UpdateRevealConfigurationCommand.ts | 4 +--- .../commands/UpdateSensitivityInspectionTemplateCommand.ts | 4 +--- .../src/commands/CreateAddonInstanceCommand.ts | 4 +--- .../src/commands/CreateAddonSubscriptionCommand.ts | 4 +--- .../client-mailmanager/src/commands/CreateArchiveCommand.ts | 4 +--- .../src/commands/CreateIngressPointCommand.ts | 4 +--- clients/client-mailmanager/src/commands/CreateRelayCommand.ts | 4 +--- .../client-mailmanager/src/commands/CreateRuleSetCommand.ts | 4 +--- .../src/commands/CreateTrafficPolicyCommand.ts | 4 +--- .../src/commands/DeleteAddonInstanceCommand.ts | 4 +--- .../src/commands/DeleteAddonSubscriptionCommand.ts | 4 +--- .../client-mailmanager/src/commands/DeleteArchiveCommand.ts | 4 +--- .../src/commands/DeleteIngressPointCommand.ts | 4 +--- clients/client-mailmanager/src/commands/DeleteRelayCommand.ts | 4 +--- .../client-mailmanager/src/commands/DeleteRuleSetCommand.ts | 4 +--- .../src/commands/DeleteTrafficPolicyCommand.ts | 4 +--- .../src/commands/GetAddonInstanceCommand.ts | 4 +--- .../src/commands/GetAddonSubscriptionCommand.ts | 4 +--- clients/client-mailmanager/src/commands/GetArchiveCommand.ts | 4 +--- .../src/commands/GetArchiveExportCommand.ts | 4 +--- .../src/commands/GetArchiveMessageCommand.ts | 4 +--- .../src/commands/GetArchiveMessageContentCommand.ts | 4 +--- .../src/commands/GetArchiveSearchCommand.ts | 4 +--- .../src/commands/GetArchiveSearchResultsCommand.ts | 4 +--- .../client-mailmanager/src/commands/GetIngressPointCommand.ts | 4 +--- clients/client-mailmanager/src/commands/GetRelayCommand.ts | 4 +--- clients/client-mailmanager/src/commands/GetRuleSetCommand.ts | 4 +--- .../src/commands/GetTrafficPolicyCommand.ts | 4 +--- .../src/commands/ListAddonInstancesCommand.ts | 4 +--- .../src/commands/ListAddonSubscriptionsCommand.ts | 4 +--- .../src/commands/ListArchiveExportsCommand.ts | 4 +--- .../src/commands/ListArchiveSearchesCommand.ts | 4 +--- .../client-mailmanager/src/commands/ListArchivesCommand.ts | 4 +--- .../src/commands/ListIngressPointsCommand.ts | 4 +--- clients/client-mailmanager/src/commands/ListRelaysCommand.ts | 4 +--- .../client-mailmanager/src/commands/ListRuleSetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrafficPoliciesCommand.ts | 4 +--- .../src/commands/StartArchiveExportCommand.ts | 4 +--- .../src/commands/StartArchiveSearchCommand.ts | 4 +--- .../src/commands/StopArchiveExportCommand.ts | 4 +--- .../src/commands/StopArchiveSearchCommand.ts | 4 +--- clients/client-mailmanager/src/commands/TagResourceCommand.ts | 4 +--- .../client-mailmanager/src/commands/UntagResourceCommand.ts | 4 +--- .../client-mailmanager/src/commands/UpdateArchiveCommand.ts | 4 +--- .../src/commands/UpdateIngressPointCommand.ts | 4 +--- clients/client-mailmanager/src/commands/UpdateRelayCommand.ts | 4 +--- .../client-mailmanager/src/commands/UpdateRuleSetCommand.ts | 4 +--- .../src/commands/UpdateTrafficPolicyCommand.ts | 4 +--- .../src/commands/BatchGetTokenBalanceCommand.ts | 4 +--- .../src/commands/GetAssetContractCommand.ts | 4 +--- .../src/commands/GetTokenBalanceCommand.ts | 4 +--- .../src/commands/GetTransactionCommand.ts | 4 +--- .../src/commands/ListAssetContractsCommand.ts | 4 +--- .../src/commands/ListFilteredTransactionEventsCommand.ts | 4 +--- .../src/commands/ListTokenBalancesCommand.ts | 4 +--- .../src/commands/ListTransactionEventsCommand.ts | 4 +--- .../src/commands/ListTransactionsCommand.ts | 4 +--- .../src/commands/CreateAccessorCommand.ts | 4 +--- .../src/commands/CreateMemberCommand.ts | 4 +--- .../src/commands/CreateNetworkCommand.ts | 4 +--- .../src/commands/CreateNodeCommand.ts | 4 +--- .../src/commands/CreateProposalCommand.ts | 4 +--- .../src/commands/DeleteAccessorCommand.ts | 4 +--- .../src/commands/DeleteMemberCommand.ts | 4 +--- .../src/commands/DeleteNodeCommand.ts | 4 +--- .../src/commands/GetAccessorCommand.ts | 4 +--- .../client-managedblockchain/src/commands/GetMemberCommand.ts | 4 +--- .../src/commands/GetNetworkCommand.ts | 4 +--- .../client-managedblockchain/src/commands/GetNodeCommand.ts | 4 +--- .../src/commands/GetProposalCommand.ts | 4 +--- .../src/commands/ListAccessorsCommand.ts | 4 +--- .../src/commands/ListInvitationsCommand.ts | 4 +--- .../src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListNetworksCommand.ts | 4 +--- .../client-managedblockchain/src/commands/ListNodesCommand.ts | 4 +--- .../src/commands/ListProposalVotesCommand.ts | 4 +--- .../src/commands/ListProposalsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RejectInvitationCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateMemberCommand.ts | 4 +--- .../src/commands/UpdateNodeCommand.ts | 4 +--- .../src/commands/VoteOnProposalCommand.ts | 4 +--- .../src/commands/DescribeAgreementCommand.ts | 4 +--- .../src/commands/GetAgreementTermsCommand.ts | 4 +--- .../src/commands/SearchAgreementsCommand.ts | 4 +--- .../src/commands/BatchDescribeEntitiesCommand.ts | 4 +--- .../src/commands/CancelChangeSetCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DescribeChangeSetCommand.ts | 4 +--- .../src/commands/DescribeEntityCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/ListChangeSetsCommand.ts | 4 +--- .../src/commands/ListEntitiesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/StartChangeSetCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/GenerateDataSetCommand.ts | 4 +--- .../src/commands/StartSupportDataExportCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutDeploymentParameterCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/GetEntitlementsCommand.ts | 4 +--- .../src/commands/BatchMeterUsageCommand.ts | 4 +--- .../src/commands/MeterUsageCommand.ts | 4 +--- .../src/commands/RegisterUsageCommand.ts | 4 +--- .../src/commands/ResolveCustomerCommand.ts | 4 +--- .../src/commands/AddBridgeOutputsCommand.ts | 4 +--- .../src/commands/AddBridgeSourcesCommand.ts | 4 +--- .../src/commands/AddFlowMediaStreamsCommand.ts | 4 +--- .../client-mediaconnect/src/commands/AddFlowOutputsCommand.ts | 4 +--- .../client-mediaconnect/src/commands/AddFlowSourcesCommand.ts | 4 +--- .../src/commands/AddFlowVpcInterfacesCommand.ts | 4 +--- .../client-mediaconnect/src/commands/CreateBridgeCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/CreateFlowCommand.ts | 4 +--- .../client-mediaconnect/src/commands/CreateGatewayCommand.ts | 4 +--- .../client-mediaconnect/src/commands/DeleteBridgeCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts | 4 +--- .../client-mediaconnect/src/commands/DeleteGatewayCommand.ts | 4 +--- .../src/commands/DeregisterGatewayInstanceCommand.ts | 4 +--- .../client-mediaconnect/src/commands/DescribeBridgeCommand.ts | 4 +--- .../client-mediaconnect/src/commands/DescribeFlowCommand.ts | 4 +--- .../src/commands/DescribeFlowSourceMetadataCommand.ts | 4 +--- .../src/commands/DescribeFlowSourceThumbnailCommand.ts | 4 +--- .../src/commands/DescribeGatewayCommand.ts | 4 +--- .../src/commands/DescribeGatewayInstanceCommand.ts | 4 +--- .../src/commands/DescribeOfferingCommand.ts | 4 +--- .../src/commands/DescribeReservationCommand.ts | 4 +--- .../src/commands/GrantFlowEntitlementsCommand.ts | 4 +--- .../client-mediaconnect/src/commands/ListBridgesCommand.ts | 4 +--- .../src/commands/ListEntitlementsCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/ListFlowsCommand.ts | 4 +--- .../src/commands/ListGatewayInstancesCommand.ts | 4 +--- .../client-mediaconnect/src/commands/ListGatewaysCommand.ts | 4 +--- .../client-mediaconnect/src/commands/ListOfferingsCommand.ts | 4 +--- .../src/commands/ListReservationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PurchaseOfferingCommand.ts | 4 +--- .../src/commands/RemoveBridgeOutputCommand.ts | 4 +--- .../src/commands/RemoveBridgeSourceCommand.ts | 4 +--- .../src/commands/RemoveFlowMediaStreamCommand.ts | 4 +--- .../src/commands/RemoveFlowOutputCommand.ts | 4 +--- .../src/commands/RemoveFlowSourceCommand.ts | 4 +--- .../src/commands/RemoveFlowVpcInterfaceCommand.ts | 4 +--- .../src/commands/RevokeFlowEntitlementCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/StartFlowCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/StopFlowCommand.ts | 4 +--- .../client-mediaconnect/src/commands/TagResourceCommand.ts | 4 +--- .../client-mediaconnect/src/commands/UntagResourceCommand.ts | 4 +--- .../client-mediaconnect/src/commands/UpdateBridgeCommand.ts | 4 +--- .../src/commands/UpdateBridgeOutputCommand.ts | 4 +--- .../src/commands/UpdateBridgeSourceCommand.ts | 4 +--- .../src/commands/UpdateBridgeStateCommand.ts | 4 +--- clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts | 4 +--- .../src/commands/UpdateFlowEntitlementCommand.ts | 4 +--- .../src/commands/UpdateFlowMediaStreamCommand.ts | 4 +--- .../src/commands/UpdateFlowOutputCommand.ts | 4 +--- .../src/commands/UpdateFlowSourceCommand.ts | 4 +--- .../src/commands/UpdateGatewayInstanceCommand.ts | 4 +--- .../src/commands/AssociateCertificateCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/CancelJobCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/CreateJobCommand.ts | 4 +--- .../src/commands/CreateJobTemplateCommand.ts | 4 +--- .../client-mediaconvert/src/commands/CreatePresetCommand.ts | 4 +--- .../client-mediaconvert/src/commands/CreateQueueCommand.ts | 4 +--- .../src/commands/DeleteJobTemplateCommand.ts | 4 +--- .../client-mediaconvert/src/commands/DeletePolicyCommand.ts | 4 +--- .../client-mediaconvert/src/commands/DeletePresetCommand.ts | 4 +--- .../client-mediaconvert/src/commands/DeleteQueueCommand.ts | 4 +--- .../src/commands/DescribeEndpointsCommand.ts | 4 +--- .../src/commands/DisassociateCertificateCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/GetJobCommand.ts | 4 +--- .../client-mediaconvert/src/commands/GetJobTemplateCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/GetPolicyCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/GetPresetCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/GetQueueCommand.ts | 4 +--- .../src/commands/ListJobTemplatesCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/ListJobsCommand.ts | 4 +--- .../client-mediaconvert/src/commands/ListPresetsCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/ListQueuesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/PutPolicyCommand.ts | 4 +--- clients/client-mediaconvert/src/commands/SearchJobsCommand.ts | 4 +--- .../client-mediaconvert/src/commands/TagResourceCommand.ts | 4 +--- .../client-mediaconvert/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateJobTemplateCommand.ts | 4 +--- .../client-mediaconvert/src/commands/UpdatePresetCommand.ts | 4 +--- .../client-mediaconvert/src/commands/UpdateQueueCommand.ts | 4 +--- .../src/commands/AcceptInputDeviceTransferCommand.ts | 4 +--- clients/client-medialive/src/commands/BatchDeleteCommand.ts | 4 +--- clients/client-medialive/src/commands/BatchStartCommand.ts | 4 +--- clients/client-medialive/src/commands/BatchStopCommand.ts | 4 +--- .../src/commands/BatchUpdateScheduleCommand.ts | 4 +--- .../src/commands/CancelInputDeviceTransferCommand.ts | 4 +--- clients/client-medialive/src/commands/ClaimDeviceCommand.ts | 4 +--- clients/client-medialive/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateCloudWatchAlarmTemplateCommand.ts | 4 +--- .../src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts | 4 +--- .../src/commands/CreateEventBridgeRuleTemplateCommand.ts | 4 +--- .../src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts | 4 +--- clients/client-medialive/src/commands/CreateInputCommand.ts | 4 +--- .../src/commands/CreateInputSecurityGroupCommand.ts | 4 +--- .../client-medialive/src/commands/CreateMultiplexCommand.ts | 4 +--- .../src/commands/CreateMultiplexProgramCommand.ts | 4 +--- .../src/commands/CreatePartnerInputCommand.ts | 4 +--- .../client-medialive/src/commands/CreateSignalMapCommand.ts | 4 +--- clients/client-medialive/src/commands/CreateTagsCommand.ts | 4 +--- clients/client-medialive/src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteCloudWatchAlarmTemplateCommand.ts | 4 +--- .../src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts | 4 +--- .../src/commands/DeleteEventBridgeRuleTemplateCommand.ts | 4 +--- .../src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts | 4 +--- clients/client-medialive/src/commands/DeleteInputCommand.ts | 4 +--- .../src/commands/DeleteInputSecurityGroupCommand.ts | 4 +--- .../client-medialive/src/commands/DeleteMultiplexCommand.ts | 4 +--- .../src/commands/DeleteMultiplexProgramCommand.ts | 4 +--- .../client-medialive/src/commands/DeleteReservationCommand.ts | 4 +--- .../client-medialive/src/commands/DeleteScheduleCommand.ts | 4 +--- .../client-medialive/src/commands/DeleteSignalMapCommand.ts | 4 +--- clients/client-medialive/src/commands/DeleteTagsCommand.ts | 4 +--- .../src/commands/DescribeAccountConfigurationCommand.ts | 4 +--- .../client-medialive/src/commands/DescribeChannelCommand.ts | 4 +--- clients/client-medialive/src/commands/DescribeInputCommand.ts | 4 +--- .../src/commands/DescribeInputDeviceCommand.ts | 4 +--- .../src/commands/DescribeInputDeviceThumbnailCommand.ts | 4 +--- .../src/commands/DescribeInputSecurityGroupCommand.ts | 4 +--- .../client-medialive/src/commands/DescribeMultiplexCommand.ts | 4 +--- .../src/commands/DescribeMultiplexProgramCommand.ts | 4 +--- .../client-medialive/src/commands/DescribeOfferingCommand.ts | 4 +--- .../src/commands/DescribeReservationCommand.ts | 4 +--- .../client-medialive/src/commands/DescribeScheduleCommand.ts | 4 +--- .../src/commands/DescribeThumbnailsCommand.ts | 4 +--- .../src/commands/GetCloudWatchAlarmTemplateCommand.ts | 4 +--- .../src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts | 4 +--- .../src/commands/GetEventBridgeRuleTemplateCommand.ts | 4 +--- .../src/commands/GetEventBridgeRuleTemplateGroupCommand.ts | 4 +--- clients/client-medialive/src/commands/GetSignalMapCommand.ts | 4 +--- clients/client-medialive/src/commands/ListChannelsCommand.ts | 4 +--- .../src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts | 4 +--- .../src/commands/ListCloudWatchAlarmTemplatesCommand.ts | 4 +--- .../src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts | 4 +--- .../src/commands/ListEventBridgeRuleTemplatesCommand.ts | 4 +--- .../src/commands/ListInputDeviceTransfersCommand.ts | 4 +--- .../client-medialive/src/commands/ListInputDevicesCommand.ts | 4 +--- .../src/commands/ListInputSecurityGroupsCommand.ts | 4 +--- clients/client-medialive/src/commands/ListInputsCommand.ts | 4 +--- .../src/commands/ListMultiplexProgramsCommand.ts | 4 +--- .../client-medialive/src/commands/ListMultiplexesCommand.ts | 4 +--- clients/client-medialive/src/commands/ListOfferingsCommand.ts | 4 +--- .../client-medialive/src/commands/ListReservationsCommand.ts | 4 +--- .../client-medialive/src/commands/ListSignalMapsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-medialive/src/commands/PurchaseOfferingCommand.ts | 4 +--- .../client-medialive/src/commands/RebootInputDeviceCommand.ts | 4 +--- .../src/commands/RejectInputDeviceTransferCommand.ts | 4 +--- .../src/commands/RestartChannelPipelinesCommand.ts | 4 +--- clients/client-medialive/src/commands/StartChannelCommand.ts | 4 +--- .../src/commands/StartDeleteMonitorDeploymentCommand.ts | 4 +--- .../client-medialive/src/commands/StartInputDeviceCommand.ts | 4 +--- .../src/commands/StartInputDeviceMaintenanceWindowCommand.ts | 4 +--- .../src/commands/StartMonitorDeploymentCommand.ts | 4 +--- .../client-medialive/src/commands/StartMultiplexCommand.ts | 4 +--- .../src/commands/StartUpdateSignalMapCommand.ts | 4 +--- clients/client-medialive/src/commands/StopChannelCommand.ts | 4 +--- .../client-medialive/src/commands/StopInputDeviceCommand.ts | 4 +--- clients/client-medialive/src/commands/StopMultiplexCommand.ts | 4 +--- .../src/commands/TransferInputDeviceCommand.ts | 4 +--- .../src/commands/UpdateAccountConfigurationCommand.ts | 4 +--- .../src/commands/UpdateChannelClassCommand.ts | 4 +--- clients/client-medialive/src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateCloudWatchAlarmTemplateCommand.ts | 4 +--- .../src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts | 4 +--- .../src/commands/UpdateEventBridgeRuleTemplateCommand.ts | 4 +--- .../src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts | 4 +--- clients/client-medialive/src/commands/UpdateInputCommand.ts | 4 +--- .../client-medialive/src/commands/UpdateInputDeviceCommand.ts | 4 +--- .../src/commands/UpdateInputSecurityGroupCommand.ts | 4 +--- .../client-medialive/src/commands/UpdateMultiplexCommand.ts | 4 +--- .../src/commands/UpdateMultiplexProgramCommand.ts | 4 +--- .../client-medialive/src/commands/UpdateReservationCommand.ts | 4 +--- .../src/commands/ConfigureLogsCommand.ts | 4 +--- .../src/commands/CreateAssetCommand.ts | 4 +--- .../src/commands/CreatePackagingConfigurationCommand.ts | 4 +--- .../src/commands/CreatePackagingGroupCommand.ts | 4 +--- .../src/commands/DeleteAssetCommand.ts | 4 +--- .../src/commands/DeletePackagingConfigurationCommand.ts | 4 +--- .../src/commands/DeletePackagingGroupCommand.ts | 4 +--- .../src/commands/DescribeAssetCommand.ts | 4 +--- .../src/commands/DescribePackagingConfigurationCommand.ts | 4 +--- .../src/commands/DescribePackagingGroupCommand.ts | 4 +--- .../client-mediapackage-vod/src/commands/ListAssetsCommand.ts | 4 +--- .../src/commands/ListPackagingConfigurationsCommand.ts | 4 +--- .../src/commands/ListPackagingGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdatePackagingGroupCommand.ts | 4 +--- .../client-mediapackage/src/commands/ConfigureLogsCommand.ts | 4 +--- .../client-mediapackage/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateHarvestJobCommand.ts | 4 +--- .../src/commands/CreateOriginEndpointCommand.ts | 4 +--- .../client-mediapackage/src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteOriginEndpointCommand.ts | 4 +--- .../src/commands/DescribeChannelCommand.ts | 4 +--- .../src/commands/DescribeHarvestJobCommand.ts | 4 +--- .../src/commands/DescribeOriginEndpointCommand.ts | 4 +--- .../client-mediapackage/src/commands/ListChannelsCommand.ts | 4 +--- .../src/commands/ListHarvestJobsCommand.ts | 4 +--- .../src/commands/ListOriginEndpointsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RotateChannelCredentialsCommand.ts | 4 +--- .../src/commands/RotateIngestEndpointCredentialsCommand.ts | 4 +--- .../client-mediapackage/src/commands/TagResourceCommand.ts | 4 +--- .../client-mediapackage/src/commands/UntagResourceCommand.ts | 4 +--- .../client-mediapackage/src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateOriginEndpointCommand.ts | 4 +--- .../src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateChannelGroupCommand.ts | 4 +--- .../src/commands/CreateOriginEndpointCommand.ts | 4 +--- .../src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteChannelGroupCommand.ts | 4 +--- .../src/commands/DeleteChannelPolicyCommand.ts | 4 +--- .../src/commands/DeleteOriginEndpointCommand.ts | 4 +--- .../src/commands/DeleteOriginEndpointPolicyCommand.ts | 4 +--- .../client-mediapackagev2/src/commands/GetChannelCommand.ts | 4 +--- .../src/commands/GetChannelGroupCommand.ts | 4 +--- .../src/commands/GetChannelPolicyCommand.ts | 4 +--- .../src/commands/GetOriginEndpointCommand.ts | 4 +--- .../src/commands/GetOriginEndpointPolicyCommand.ts | 4 +--- .../src/commands/ListChannelGroupsCommand.ts | 4 +--- .../client-mediapackagev2/src/commands/ListChannelsCommand.ts | 4 +--- .../src/commands/ListOriginEndpointsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutChannelPolicyCommand.ts | 4 +--- .../src/commands/PutOriginEndpointPolicyCommand.ts | 4 +--- .../client-mediapackagev2/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateChannelGroupCommand.ts | 4 +--- .../src/commands/UpdateOriginEndpointCommand.ts | 4 +--- .../src/commands/DeleteObjectCommand.ts | 4 +--- .../src/commands/DescribeObjectCommand.ts | 4 +--- .../client-mediastore-data/src/commands/GetObjectCommand.ts | 4 +--- .../client-mediastore-data/src/commands/ListItemsCommand.ts | 4 +--- .../client-mediastore-data/src/commands/PutObjectCommand.ts | 4 +--- .../client-mediastore/src/commands/CreateContainerCommand.ts | 4 +--- .../client-mediastore/src/commands/DeleteContainerCommand.ts | 4 +--- .../src/commands/DeleteContainerPolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/DeleteCorsPolicyCommand.ts | 4 +--- .../src/commands/DeleteLifecyclePolicyCommand.ts | 4 +--- .../src/commands/DeleteMetricPolicyCommand.ts | 4 +--- .../src/commands/DescribeContainerCommand.ts | 4 +--- .../src/commands/GetContainerPolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/GetCorsPolicyCommand.ts | 4 +--- .../src/commands/GetLifecyclePolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/GetMetricPolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/ListContainersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutContainerPolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/PutCorsPolicyCommand.ts | 4 +--- .../src/commands/PutLifecyclePolicyCommand.ts | 4 +--- .../client-mediastore/src/commands/PutMetricPolicyCommand.ts | 4 +--- .../src/commands/StartAccessLoggingCommand.ts | 4 +--- .../src/commands/StopAccessLoggingCommand.ts | 4 +--- clients/client-mediastore/src/commands/TagResourceCommand.ts | 4 +--- .../client-mediastore/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/ConfigureLogsForChannelCommand.ts | 4 +--- .../commands/ConfigureLogsForPlaybackConfigurationCommand.ts | 4 +--- .../client-mediatailor/src/commands/CreateChannelCommand.ts | 4 +--- .../src/commands/CreateLiveSourceCommand.ts | 4 +--- .../src/commands/CreatePrefetchScheduleCommand.ts | 4 +--- .../client-mediatailor/src/commands/CreateProgramCommand.ts | 4 +--- .../src/commands/CreateSourceLocationCommand.ts | 4 +--- .../client-mediatailor/src/commands/CreateVodSourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/DeleteChannelCommand.ts | 4 +--- .../src/commands/DeleteChannelPolicyCommand.ts | 4 +--- .../src/commands/DeleteLiveSourceCommand.ts | 4 +--- .../src/commands/DeletePlaybackConfigurationCommand.ts | 4 +--- .../src/commands/DeletePrefetchScheduleCommand.ts | 4 +--- .../client-mediatailor/src/commands/DeleteProgramCommand.ts | 4 +--- .../src/commands/DeleteSourceLocationCommand.ts | 4 +--- .../client-mediatailor/src/commands/DeleteVodSourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/DescribeChannelCommand.ts | 4 +--- .../src/commands/DescribeLiveSourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/DescribeProgramCommand.ts | 4 +--- .../src/commands/DescribeSourceLocationCommand.ts | 4 +--- .../src/commands/DescribeVodSourceCommand.ts | 4 +--- .../src/commands/GetChannelPolicyCommand.ts | 4 +--- .../src/commands/GetChannelScheduleCommand.ts | 4 +--- .../src/commands/GetPlaybackConfigurationCommand.ts | 4 +--- .../src/commands/GetPrefetchScheduleCommand.ts | 4 +--- clients/client-mediatailor/src/commands/ListAlertsCommand.ts | 4 +--- .../client-mediatailor/src/commands/ListChannelsCommand.ts | 4 +--- .../client-mediatailor/src/commands/ListLiveSourcesCommand.ts | 4 +--- .../src/commands/ListPlaybackConfigurationsCommand.ts | 4 +--- .../src/commands/ListPrefetchSchedulesCommand.ts | 4 +--- .../src/commands/ListSourceLocationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/ListVodSourcesCommand.ts | 4 +--- .../src/commands/PutChannelPolicyCommand.ts | 4 +--- .../src/commands/PutPlaybackConfigurationCommand.ts | 4 +--- .../client-mediatailor/src/commands/StartChannelCommand.ts | 4 +--- clients/client-mediatailor/src/commands/StopChannelCommand.ts | 4 +--- clients/client-mediatailor/src/commands/TagResourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/UntagResourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/UpdateChannelCommand.ts | 4 +--- .../src/commands/UpdateLiveSourceCommand.ts | 4 +--- .../client-mediatailor/src/commands/UpdateProgramCommand.ts | 4 +--- .../src/commands/UpdateSourceLocationCommand.ts | 4 +--- .../client-mediatailor/src/commands/UpdateVodSourceCommand.ts | 4 +--- .../src/commands/CopyImageSetCommand.ts | 4 +--- .../src/commands/CreateDatastoreCommand.ts | 4 +--- .../src/commands/DeleteDatastoreCommand.ts | 4 +--- .../src/commands/DeleteImageSetCommand.ts | 4 +--- .../src/commands/GetDICOMImportJobCommand.ts | 4 +--- .../src/commands/GetDatastoreCommand.ts | 4 +--- .../src/commands/GetImageFrameCommand.ts | 4 +--- .../client-medical-imaging/src/commands/GetImageSetCommand.ts | 4 +--- .../src/commands/GetImageSetMetadataCommand.ts | 4 +--- .../src/commands/ListDICOMImportJobsCommand.ts | 4 +--- .../src/commands/ListDatastoresCommand.ts | 4 +--- .../src/commands/ListImageSetVersionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/SearchImageSetsCommand.ts | 4 +--- .../src/commands/StartDICOMImportJobCommand.ts | 4 +--- .../client-medical-imaging/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateImageSetMetadataCommand.ts | 4 +--- .../client-memorydb/src/commands/BatchUpdateClusterCommand.ts | 4 +--- clients/client-memorydb/src/commands/CopySnapshotCommand.ts | 4 +--- clients/client-memorydb/src/commands/CreateACLCommand.ts | 4 +--- clients/client-memorydb/src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateParameterGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/CreateSnapshotCommand.ts | 4 +--- .../client-memorydb/src/commands/CreateSubnetGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/CreateUserCommand.ts | 4 +--- clients/client-memorydb/src/commands/DeleteACLCommand.ts | 4 +--- clients/client-memorydb/src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteParameterGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts | 4 +--- .../client-memorydb/src/commands/DeleteSubnetGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/DeleteUserCommand.ts | 4 +--- clients/client-memorydb/src/commands/DescribeACLsCommand.ts | 4 +--- .../client-memorydb/src/commands/DescribeClustersCommand.ts | 4 +--- .../src/commands/DescribeEngineVersionsCommand.ts | 4 +--- clients/client-memorydb/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeParameterGroupsCommand.ts | 4 +--- .../client-memorydb/src/commands/DescribeParametersCommand.ts | 4 +--- .../src/commands/DescribeReservedNodesCommand.ts | 4 +--- .../src/commands/DescribeReservedNodesOfferingsCommand.ts | 4 +--- .../src/commands/DescribeServiceUpdatesCommand.ts | 4 +--- .../client-memorydb/src/commands/DescribeSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeSubnetGroupsCommand.ts | 4 +--- clients/client-memorydb/src/commands/DescribeUsersCommand.ts | 4 +--- clients/client-memorydb/src/commands/FailoverShardCommand.ts | 4 +--- .../src/commands/ListAllowedNodeTypeUpdatesCommand.ts | 4 +--- clients/client-memorydb/src/commands/ListTagsCommand.ts | 4 +--- .../src/commands/PurchaseReservedNodesOfferingCommand.ts | 4 +--- .../src/commands/ResetParameterGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/TagResourceCommand.ts | 4 +--- clients/client-memorydb/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-memorydb/src/commands/UpdateACLCommand.ts | 4 +--- clients/client-memorydb/src/commands/UpdateClusterCommand.ts | 4 +--- .../src/commands/UpdateParameterGroupCommand.ts | 4 +--- .../client-memorydb/src/commands/UpdateSubnetGroupCommand.ts | 4 +--- clients/client-memorydb/src/commands/UpdateUserCommand.ts | 4 +--- clients/client-mgn/src/commands/ArchiveApplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/ArchiveWaveCommand.ts | 4 +--- .../client-mgn/src/commands/AssociateApplicationsCommand.ts | 4 +--- .../client-mgn/src/commands/AssociateSourceServersCommand.ts | 4 +--- .../src/commands/ChangeServerLifeCycleStateCommand.ts | 4 +--- clients/client-mgn/src/commands/CreateApplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/CreateConnectorCommand.ts | 4 +--- .../src/commands/CreateLaunchConfigurationTemplateCommand.ts | 4 +--- .../commands/CreateReplicationConfigurationTemplateCommand.ts | 4 +--- clients/client-mgn/src/commands/CreateWaveCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteApplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteConnectorCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteJobCommand.ts | 4 +--- .../src/commands/DeleteLaunchConfigurationTemplateCommand.ts | 4 +--- .../commands/DeleteReplicationConfigurationTemplateCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteSourceServerCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts | 4 +--- clients/client-mgn/src/commands/DeleteWaveCommand.ts | 4 +--- clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts | 4 +--- clients/client-mgn/src/commands/DescribeJobsCommand.ts | 4 +--- .../commands/DescribeLaunchConfigurationTemplatesCommand.ts | 4 +--- .../DescribeReplicationConfigurationTemplatesCommand.ts | 4 +--- .../client-mgn/src/commands/DescribeSourceServersCommand.ts | 4 +--- .../client-mgn/src/commands/DescribeVcenterClientsCommand.ts | 4 +--- .../src/commands/DisassociateApplicationsCommand.ts | 4 +--- .../src/commands/DisassociateSourceServersCommand.ts | 4 +--- .../client-mgn/src/commands/DisconnectFromServiceCommand.ts | 4 +--- clients/client-mgn/src/commands/FinalizeCutoverCommand.ts | 4 +--- .../client-mgn/src/commands/GetLaunchConfigurationCommand.ts | 4 +--- .../src/commands/GetReplicationConfigurationCommand.ts | 4 +--- clients/client-mgn/src/commands/InitializeServiceCommand.ts | 4 +--- clients/client-mgn/src/commands/ListApplicationsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListConnectorsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListExportErrorsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListExportsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListImportErrorsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListImportsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListManagedAccountsCommand.ts | 4 +--- .../client-mgn/src/commands/ListSourceServerActionsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-mgn/src/commands/ListTemplateActionsCommand.ts | 4 +--- clients/client-mgn/src/commands/ListWavesCommand.ts | 4 +--- clients/client-mgn/src/commands/MarkAsArchivedCommand.ts | 4 +--- clients/client-mgn/src/commands/PauseReplicationCommand.ts | 4 +--- .../client-mgn/src/commands/PutSourceServerActionCommand.ts | 4 +--- clients/client-mgn/src/commands/PutTemplateActionCommand.ts | 4 +--- .../src/commands/RemoveSourceServerActionCommand.ts | 4 +--- .../client-mgn/src/commands/RemoveTemplateActionCommand.ts | 4 +--- clients/client-mgn/src/commands/ResumeReplicationCommand.ts | 4 +--- .../client-mgn/src/commands/RetryDataReplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/StartCutoverCommand.ts | 4 +--- clients/client-mgn/src/commands/StartExportCommand.ts | 4 +--- clients/client-mgn/src/commands/StartImportCommand.ts | 4 +--- clients/client-mgn/src/commands/StartReplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/StartTestCommand.ts | 4 +--- clients/client-mgn/src/commands/StopReplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TerminateTargetInstancesCommand.ts | 4 +--- .../client-mgn/src/commands/UnarchiveApplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/UnarchiveWaveCommand.ts | 4 +--- clients/client-mgn/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-mgn/src/commands/UpdateApplicationCommand.ts | 4 +--- clients/client-mgn/src/commands/UpdateConnectorCommand.ts | 4 +--- .../src/commands/UpdateLaunchConfigurationCommand.ts | 4 +--- .../src/commands/UpdateLaunchConfigurationTemplateCommand.ts | 4 +--- .../src/commands/UpdateReplicationConfigurationCommand.ts | 4 +--- .../commands/UpdateReplicationConfigurationTemplateCommand.ts | 4 +--- clients/client-mgn/src/commands/UpdateSourceServerCommand.ts | 4 +--- .../src/commands/UpdateSourceServerReplicationTypeCommand.ts | 4 +--- clients/client-mgn/src/commands/UpdateWaveCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/CreateRouteCommand.ts | 4 +--- .../src/commands/CreateServiceCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteRouteCommand.ts | 4 +--- .../src/commands/DeleteServiceCommand.ts | 4 +--- .../src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetEnvironmentCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/GetRouteCommand.ts | 4 +--- .../src/commands/GetServiceCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListEnvironmentVpcsCommand.ts | 4 +--- .../src/commands/ListEnvironmentsCommand.ts | 4 +--- .../src/commands/ListRoutesCommand.ts | 4 +--- .../src/commands/ListServicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateRouteCommand.ts | 4 +--- .../src/commands/AssociateCreatedArtifactCommand.ts | 4 +--- .../src/commands/AssociateDiscoveredResourceCommand.ts | 4 +--- .../src/commands/CreateProgressUpdateStreamCommand.ts | 4 +--- .../src/commands/DeleteProgressUpdateStreamCommand.ts | 4 +--- .../src/commands/DescribeApplicationStateCommand.ts | 4 +--- .../src/commands/DescribeMigrationTaskCommand.ts | 4 +--- .../src/commands/DisassociateCreatedArtifactCommand.ts | 4 +--- .../src/commands/DisassociateDiscoveredResourceCommand.ts | 4 +--- .../src/commands/ImportMigrationTaskCommand.ts | 4 +--- .../src/commands/ListApplicationStatesCommand.ts | 4 +--- .../src/commands/ListCreatedArtifactsCommand.ts | 4 +--- .../src/commands/ListDiscoveredResourcesCommand.ts | 4 +--- .../src/commands/ListMigrationTasksCommand.ts | 4 +--- .../src/commands/ListProgressUpdateStreamsCommand.ts | 4 +--- .../src/commands/NotifyApplicationStateCommand.ts | 4 +--- .../src/commands/NotifyMigrationTaskStateCommand.ts | 4 +--- .../src/commands/PutResourceAttributesCommand.ts | 4 +--- .../src/commands/CreateHomeRegionControlCommand.ts | 4 +--- .../src/commands/DeleteHomeRegionControlCommand.ts | 4 +--- .../src/commands/DescribeHomeRegionControlsCommand.ts | 4 +--- .../src/commands/GetHomeRegionCommand.ts | 4 +--- .../src/commands/CreateTemplateCommand.ts | 4 +--- .../src/commands/CreateWorkflowCommand.ts | 4 +--- .../src/commands/CreateWorkflowStepCommand.ts | 4 +--- .../src/commands/CreateWorkflowStepGroupCommand.ts | 4 +--- .../src/commands/DeleteTemplateCommand.ts | 4 +--- .../src/commands/DeleteWorkflowCommand.ts | 4 +--- .../src/commands/DeleteWorkflowStepCommand.ts | 4 +--- .../src/commands/DeleteWorkflowStepGroupCommand.ts | 4 +--- .../src/commands/GetTemplateCommand.ts | 4 +--- .../src/commands/GetTemplateStepCommand.ts | 4 +--- .../src/commands/GetTemplateStepGroupCommand.ts | 4 +--- .../src/commands/GetWorkflowCommand.ts | 4 +--- .../src/commands/GetWorkflowStepCommand.ts | 4 +--- .../src/commands/GetWorkflowStepGroupCommand.ts | 4 +--- .../src/commands/ListPluginsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTemplateStepGroupsCommand.ts | 4 +--- .../src/commands/ListTemplateStepsCommand.ts | 4 +--- .../src/commands/ListTemplatesCommand.ts | 4 +--- .../src/commands/ListWorkflowStepGroupsCommand.ts | 4 +--- .../src/commands/ListWorkflowStepsCommand.ts | 4 +--- .../src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/RetryWorkflowStepCommand.ts | 4 +--- .../src/commands/StartWorkflowCommand.ts | 4 +--- .../src/commands/StopWorkflowCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateTemplateCommand.ts | 4 +--- .../src/commands/UpdateWorkflowCommand.ts | 4 +--- .../src/commands/UpdateWorkflowStepCommand.ts | 4 +--- .../src/commands/UpdateWorkflowStepGroupCommand.ts | 4 +--- .../src/commands/GetApplicationComponentDetailsCommand.ts | 4 +--- .../src/commands/GetApplicationComponentStrategiesCommand.ts | 4 +--- .../src/commands/GetAssessmentCommand.ts | 4 +--- .../src/commands/GetImportFileTaskCommand.ts | 4 +--- .../src/commands/GetLatestAssessmentIdCommand.ts | 4 +--- .../src/commands/GetPortfolioPreferencesCommand.ts | 4 +--- .../src/commands/GetPortfolioSummaryCommand.ts | 4 +--- .../src/commands/GetRecommendationReportDetailsCommand.ts | 4 +--- .../src/commands/GetServerDetailsCommand.ts | 4 +--- .../src/commands/GetServerStrategiesCommand.ts | 4 +--- .../src/commands/ListAnalyzableServersCommand.ts | 4 +--- .../src/commands/ListApplicationComponentsCommand.ts | 4 +--- .../src/commands/ListCollectorsCommand.ts | 4 +--- .../src/commands/ListImportFileTaskCommand.ts | 4 +--- .../src/commands/ListServersCommand.ts | 4 +--- .../src/commands/PutPortfolioPreferencesCommand.ts | 4 +--- .../src/commands/StartAssessmentCommand.ts | 4 +--- .../src/commands/StartImportFileTaskCommand.ts | 4 +--- .../commands/StartRecommendationReportGenerationCommand.ts | 4 +--- .../src/commands/StopAssessmentCommand.ts | 4 +--- .../src/commands/UpdateApplicationComponentConfigCommand.ts | 4 +--- .../src/commands/UpdateServerConfigCommand.ts | 4 +--- clients/client-mq/src/commands/CreateBrokerCommand.ts | 4 +--- clients/client-mq/src/commands/CreateConfigurationCommand.ts | 4 +--- clients/client-mq/src/commands/CreateTagsCommand.ts | 4 +--- clients/client-mq/src/commands/CreateUserCommand.ts | 4 +--- clients/client-mq/src/commands/DeleteBrokerCommand.ts | 4 +--- clients/client-mq/src/commands/DeleteTagsCommand.ts | 4 +--- clients/client-mq/src/commands/DeleteUserCommand.ts | 4 +--- clients/client-mq/src/commands/DescribeBrokerCommand.ts | 4 +--- .../src/commands/DescribeBrokerEngineTypesCommand.ts | 4 +--- .../src/commands/DescribeBrokerInstanceOptionsCommand.ts | 4 +--- .../client-mq/src/commands/DescribeConfigurationCommand.ts | 4 +--- .../src/commands/DescribeConfigurationRevisionCommand.ts | 4 +--- clients/client-mq/src/commands/DescribeUserCommand.ts | 4 +--- clients/client-mq/src/commands/ListBrokersCommand.ts | 4 +--- .../src/commands/ListConfigurationRevisionsCommand.ts | 4 +--- clients/client-mq/src/commands/ListConfigurationsCommand.ts | 4 +--- clients/client-mq/src/commands/ListTagsCommand.ts | 4 +--- clients/client-mq/src/commands/ListUsersCommand.ts | 4 +--- clients/client-mq/src/commands/PromoteCommand.ts | 4 +--- clients/client-mq/src/commands/RebootBrokerCommand.ts | 4 +--- clients/client-mq/src/commands/UpdateBrokerCommand.ts | 4 +--- clients/client-mq/src/commands/UpdateConfigurationCommand.ts | 4 +--- clients/client-mq/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/AcceptQualificationRequestCommand.ts | 4 +--- clients/client-mturk/src/commands/ApproveAssignmentCommand.ts | 4 +--- .../src/commands/AssociateQualificationWithWorkerCommand.ts | 4 +--- .../src/commands/CreateAdditionalAssignmentsForHITCommand.ts | 4 +--- clients/client-mturk/src/commands/CreateHITCommand.ts | 4 +--- clients/client-mturk/src/commands/CreateHITTypeCommand.ts | 4 +--- .../client-mturk/src/commands/CreateHITWithHITTypeCommand.ts | 4 +--- .../src/commands/CreateQualificationTypeCommand.ts | 4 +--- clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts | 4 +--- clients/client-mturk/src/commands/DeleteHITCommand.ts | 4 +--- .../src/commands/DeleteQualificationTypeCommand.ts | 4 +--- clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts | 4 +--- .../commands/DisassociateQualificationFromWorkerCommand.ts | 4 +--- clients/client-mturk/src/commands/GetAccountBalanceCommand.ts | 4 +--- clients/client-mturk/src/commands/GetAssignmentCommand.ts | 4 +--- clients/client-mturk/src/commands/GetFileUploadURLCommand.ts | 4 +--- clients/client-mturk/src/commands/GetHITCommand.ts | 4 +--- .../client-mturk/src/commands/GetQualificationScoreCommand.ts | 4 +--- .../client-mturk/src/commands/GetQualificationTypeCommand.ts | 4 +--- .../client-mturk/src/commands/ListAssignmentsForHITCommand.ts | 4 +--- clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts | 4 +--- clients/client-mturk/src/commands/ListHITsCommand.ts | 4 +--- .../src/commands/ListHITsForQualificationTypeCommand.ts | 4 +--- .../src/commands/ListQualificationRequestsCommand.ts | 4 +--- .../src/commands/ListQualificationTypesCommand.ts | 4 +--- .../src/commands/ListReviewPolicyResultsForHITCommand.ts | 4 +--- .../client-mturk/src/commands/ListReviewableHITsCommand.ts | 4 +--- clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts | 4 +--- .../src/commands/ListWorkersWithQualificationTypeCommand.ts | 4 +--- clients/client-mturk/src/commands/NotifyWorkersCommand.ts | 4 +--- clients/client-mturk/src/commands/RejectAssignmentCommand.ts | 4 +--- .../src/commands/RejectQualificationRequestCommand.ts | 4 +--- clients/client-mturk/src/commands/SendBonusCommand.ts | 4 +--- .../src/commands/SendTestEventNotificationCommand.ts | 4 +--- .../src/commands/UpdateExpirationForHITCommand.ts | 4 +--- .../client-mturk/src/commands/UpdateHITReviewStatusCommand.ts | 4 +--- .../client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts | 4 +--- .../src/commands/UpdateNotificationSettingsCommand.ts | 4 +--- .../src/commands/UpdateQualificationTypeCommand.ts | 4 +--- clients/client-mwaa/src/commands/CreateCliTokenCommand.ts | 4 +--- clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts | 4 +--- .../client-mwaa/src/commands/CreateWebLoginTokenCommand.ts | 4 +--- clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts | 4 +--- clients/client-mwaa/src/commands/GetEnvironmentCommand.ts | 4 +--- clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts | 4 +--- .../client-mwaa/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-mwaa/src/commands/PublishMetricsCommand.ts | 4 +--- clients/client-mwaa/src/commands/TagResourceCommand.ts | 4 +--- clients/client-mwaa/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../client-neptune/src/commands/AddRoleToDBClusterCommand.ts | 4 +--- .../src/commands/AddSourceIdentifierToSubscriptionCommand.ts | 4 +--- .../client-neptune/src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/ApplyPendingMaintenanceActionCommand.ts | 4 +--- .../src/commands/CopyDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/CopyDBClusterSnapshotCommand.ts | 4 +--- .../src/commands/CopyDBParameterGroupCommand.ts | 4 +--- clients/client-neptune/src/commands/CreateDBClusterCommand.ts | 4 +--- .../src/commands/CreateDBClusterEndpointCommand.ts | 4 +--- .../src/commands/CreateDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/CreateDBClusterSnapshotCommand.ts | 4 +--- .../client-neptune/src/commands/CreateDBInstanceCommand.ts | 4 +--- .../src/commands/CreateDBParameterGroupCommand.ts | 4 +--- .../client-neptune/src/commands/CreateDBSubnetGroupCommand.ts | 4 +--- .../src/commands/CreateEventSubscriptionCommand.ts | 4 +--- .../client-neptune/src/commands/CreateGlobalClusterCommand.ts | 4 +--- clients/client-neptune/src/commands/DeleteDBClusterCommand.ts | 4 +--- .../src/commands/DeleteDBClusterEndpointCommand.ts | 4 +--- .../src/commands/DeleteDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/DeleteDBClusterSnapshotCommand.ts | 4 +--- .../client-neptune/src/commands/DeleteDBInstanceCommand.ts | 4 +--- .../src/commands/DeleteDBParameterGroupCommand.ts | 4 +--- .../client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts | 4 +--- .../src/commands/DeleteEventSubscriptionCommand.ts | 4 +--- .../client-neptune/src/commands/DeleteGlobalClusterCommand.ts | 4 +--- .../src/commands/DescribeDBClusterEndpointsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParametersCommand.ts | 4 +--- .../commands/DescribeDBClusterSnapshotAttributesCommand.ts | 4 +--- .../src/commands/DescribeDBClusterSnapshotsCommand.ts | 4 +--- .../client-neptune/src/commands/DescribeDBClustersCommand.ts | 4 +--- .../src/commands/DescribeDBEngineVersionsCommand.ts | 4 +--- .../client-neptune/src/commands/DescribeDBInstancesCommand.ts | 4 +--- .../src/commands/DescribeDBParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeDBParametersCommand.ts | 4 +--- .../src/commands/DescribeDBSubnetGroupsCommand.ts | 4 +--- .../commands/DescribeEngineDefaultClusterParametersCommand.ts | 4 +--- .../src/commands/DescribeEngineDefaultParametersCommand.ts | 4 +--- .../src/commands/DescribeEventCategoriesCommand.ts | 4 +--- .../src/commands/DescribeEventSubscriptionsCommand.ts | 4 +--- clients/client-neptune/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeGlobalClustersCommand.ts | 4 +--- .../src/commands/DescribeOrderableDBInstanceOptionsCommand.ts | 4 +--- .../src/commands/DescribePendingMaintenanceActionsCommand.ts | 4 +--- .../commands/DescribeValidDBInstanceModificationsCommand.ts | 4 +--- .../client-neptune/src/commands/FailoverDBClusterCommand.ts | 4 +--- .../src/commands/FailoverGlobalClusterCommand.ts | 4 +--- .../client-neptune/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-neptune/src/commands/ModifyDBClusterCommand.ts | 4 +--- .../src/commands/ModifyDBClusterEndpointCommand.ts | 4 +--- .../src/commands/ModifyDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/ModifyDBClusterSnapshotAttributeCommand.ts | 4 +--- .../client-neptune/src/commands/ModifyDBInstanceCommand.ts | 4 +--- .../src/commands/ModifyDBParameterGroupCommand.ts | 4 +--- .../client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts | 4 +--- .../src/commands/ModifyEventSubscriptionCommand.ts | 4 +--- .../client-neptune/src/commands/ModifyGlobalClusterCommand.ts | 4 +--- .../src/commands/PromoteReadReplicaDBClusterCommand.ts | 4 +--- .../client-neptune/src/commands/RebootDBInstanceCommand.ts | 4 +--- .../src/commands/RemoveFromGlobalClusterCommand.ts | 4 +--- .../src/commands/RemoveRoleFromDBClusterCommand.ts | 4 +--- .../commands/RemoveSourceIdentifierFromSubscriptionCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/ResetDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/ResetDBParameterGroupCommand.ts | 4 +--- .../src/commands/RestoreDBClusterFromSnapshotCommand.ts | 4 +--- .../src/commands/RestoreDBClusterToPointInTimeCommand.ts | 4 +--- clients/client-neptune/src/commands/StartDBClusterCommand.ts | 4 +--- clients/client-neptune/src/commands/StopDBClusterCommand.ts | 4 +--- .../src/commands/CancelGremlinQueryCommand.ts | 4 +--- .../client-neptunedata/src/commands/CancelLoaderJobCommand.ts | 4 +--- .../src/commands/CancelMLDataProcessingJobCommand.ts | 4 +--- .../src/commands/CancelMLModelTrainingJobCommand.ts | 4 +--- .../src/commands/CancelMLModelTransformJobCommand.ts | 4 +--- .../src/commands/CancelOpenCypherQueryCommand.ts | 4 +--- .../src/commands/CreateMLEndpointCommand.ts | 4 +--- .../src/commands/DeleteMLEndpointCommand.ts | 4 +--- .../src/commands/DeletePropertygraphStatisticsCommand.ts | 4 +--- .../src/commands/DeleteSparqlStatisticsCommand.ts | 4 +--- .../src/commands/ExecuteFastResetCommand.ts | 4 +--- .../src/commands/ExecuteGremlinExplainQueryCommand.ts | 4 +--- .../src/commands/ExecuteGremlinProfileQueryCommand.ts | 4 +--- .../src/commands/ExecuteGremlinQueryCommand.ts | 4 +--- .../src/commands/ExecuteOpenCypherExplainQueryCommand.ts | 4 +--- .../src/commands/ExecuteOpenCypherQueryCommand.ts | 4 +--- .../client-neptunedata/src/commands/GetEngineStatusCommand.ts | 4 +--- .../src/commands/GetGremlinQueryStatusCommand.ts | 4 +--- .../src/commands/GetLoaderJobStatusCommand.ts | 4 +--- .../src/commands/GetMLDataProcessingJobCommand.ts | 4 +--- .../client-neptunedata/src/commands/GetMLEndpointCommand.ts | 4 +--- .../src/commands/GetMLModelTrainingJobCommand.ts | 4 +--- .../src/commands/GetMLModelTransformJobCommand.ts | 4 +--- .../src/commands/GetOpenCypherQueryStatusCommand.ts | 4 +--- .../src/commands/GetPropertygraphStatisticsCommand.ts | 4 +--- .../src/commands/GetPropertygraphStreamCommand.ts | 4 +--- .../src/commands/GetPropertygraphSummaryCommand.ts | 4 +--- .../src/commands/GetRDFGraphSummaryCommand.ts | 4 +--- .../src/commands/GetSparqlStatisticsCommand.ts | 4 +--- .../client-neptunedata/src/commands/GetSparqlStreamCommand.ts | 4 +--- .../src/commands/ListGremlinQueriesCommand.ts | 4 +--- .../client-neptunedata/src/commands/ListLoaderJobsCommand.ts | 4 +--- .../src/commands/ListMLDataProcessingJobsCommand.ts | 4 +--- .../client-neptunedata/src/commands/ListMLEndpointsCommand.ts | 4 +--- .../src/commands/ListMLModelTrainingJobsCommand.ts | 4 +--- .../src/commands/ListMLModelTransformJobsCommand.ts | 4 +--- .../src/commands/ListOpenCypherQueriesCommand.ts | 4 +--- .../src/commands/ManagePropertygraphStatisticsCommand.ts | 4 +--- .../src/commands/ManageSparqlStatisticsCommand.ts | 4 +--- .../client-neptunedata/src/commands/StartLoaderJobCommand.ts | 4 +--- .../src/commands/StartMLDataProcessingJobCommand.ts | 4 +--- .../src/commands/StartMLModelTrainingJobCommand.ts | 4 +--- .../src/commands/StartMLModelTransformJobCommand.ts | 4 +--- .../src/commands/AssociateFirewallPolicyCommand.ts | 4 +--- .../src/commands/AssociateSubnetsCommand.ts | 4 +--- .../src/commands/CreateFirewallCommand.ts | 4 +--- .../src/commands/CreateFirewallPolicyCommand.ts | 4 +--- .../src/commands/CreateRuleGroupCommand.ts | 4 +--- .../src/commands/CreateTLSInspectionConfigurationCommand.ts | 4 +--- .../src/commands/DeleteFirewallCommand.ts | 4 +--- .../src/commands/DeleteFirewallPolicyCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteRuleGroupCommand.ts | 4 +--- .../src/commands/DeleteTLSInspectionConfigurationCommand.ts | 4 +--- .../src/commands/DescribeFirewallCommand.ts | 4 +--- .../src/commands/DescribeFirewallPolicyCommand.ts | 4 +--- .../src/commands/DescribeLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DescribeResourcePolicyCommand.ts | 4 +--- .../src/commands/DescribeRuleGroupCommand.ts | 4 +--- .../src/commands/DescribeRuleGroupMetadataCommand.ts | 4 +--- .../src/commands/DescribeTLSInspectionConfigurationCommand.ts | 4 +--- .../src/commands/DisassociateSubnetsCommand.ts | 4 +--- .../src/commands/ListFirewallPoliciesCommand.ts | 4 +--- .../src/commands/ListFirewallsCommand.ts | 4 +--- .../src/commands/ListRuleGroupsCommand.ts | 4 +--- .../src/commands/ListTLSInspectionConfigurationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateFirewallDeleteProtectionCommand.ts | 4 +--- .../src/commands/UpdateFirewallDescriptionCommand.ts | 4 +--- .../commands/UpdateFirewallEncryptionConfigurationCommand.ts | 4 +--- .../commands/UpdateFirewallPolicyChangeProtectionCommand.ts | 4 +--- .../src/commands/UpdateFirewallPolicyCommand.ts | 4 +--- .../src/commands/UpdateLoggingConfigurationCommand.ts | 4 +--- .../src/commands/UpdateRuleGroupCommand.ts | 4 +--- .../src/commands/UpdateSubnetChangeProtectionCommand.ts | 4 +--- .../src/commands/UpdateTLSInspectionConfigurationCommand.ts | 4 +--- .../src/commands/AcceptAttachmentCommand.ts | 4 +--- .../src/commands/AssociateConnectPeerCommand.ts | 4 +--- .../src/commands/AssociateCustomerGatewayCommand.ts | 4 +--- .../src/commands/AssociateLinkCommand.ts | 4 +--- .../src/commands/AssociateTransitGatewayConnectPeerCommand.ts | 4 +--- .../src/commands/CreateConnectAttachmentCommand.ts | 4 +--- .../src/commands/CreateConnectPeerCommand.ts | 4 +--- .../src/commands/CreateConnectionCommand.ts | 4 +--- .../src/commands/CreateCoreNetworkCommand.ts | 4 +--- .../client-networkmanager/src/commands/CreateDeviceCommand.ts | 4 +--- .../src/commands/CreateGlobalNetworkCommand.ts | 4 +--- .../client-networkmanager/src/commands/CreateLinkCommand.ts | 4 +--- .../client-networkmanager/src/commands/CreateSiteCommand.ts | 4 +--- .../src/commands/CreateSiteToSiteVpnAttachmentCommand.ts | 4 +--- .../src/commands/CreateTransitGatewayPeeringCommand.ts | 4 +--- .../CreateTransitGatewayRouteTableAttachmentCommand.ts | 4 +--- .../src/commands/CreateVpcAttachmentCommand.ts | 4 +--- .../src/commands/DeleteAttachmentCommand.ts | 4 +--- .../src/commands/DeleteConnectPeerCommand.ts | 4 +--- .../src/commands/DeleteConnectionCommand.ts | 4 +--- .../src/commands/DeleteCoreNetworkCommand.ts | 4 +--- .../src/commands/DeleteCoreNetworkPolicyVersionCommand.ts | 4 +--- .../client-networkmanager/src/commands/DeleteDeviceCommand.ts | 4 +--- .../src/commands/DeleteGlobalNetworkCommand.ts | 4 +--- .../client-networkmanager/src/commands/DeleteLinkCommand.ts | 4 +--- .../src/commands/DeletePeeringCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../client-networkmanager/src/commands/DeleteSiteCommand.ts | 4 +--- .../src/commands/DeregisterTransitGatewayCommand.ts | 4 +--- .../src/commands/DescribeGlobalNetworksCommand.ts | 4 +--- .../src/commands/DisassociateConnectPeerCommand.ts | 4 +--- .../src/commands/DisassociateCustomerGatewayCommand.ts | 4 +--- .../src/commands/DisassociateLinkCommand.ts | 4 +--- .../commands/DisassociateTransitGatewayConnectPeerCommand.ts | 4 +--- .../src/commands/ExecuteCoreNetworkChangeSetCommand.ts | 4 +--- .../src/commands/GetConnectAttachmentCommand.ts | 4 +--- .../src/commands/GetConnectPeerAssociationsCommand.ts | 4 +--- .../src/commands/GetConnectPeerCommand.ts | 4 +--- .../src/commands/GetConnectionsCommand.ts | 4 +--- .../src/commands/GetCoreNetworkChangeEventsCommand.ts | 4 +--- .../src/commands/GetCoreNetworkChangeSetCommand.ts | 4 +--- .../src/commands/GetCoreNetworkCommand.ts | 4 +--- .../src/commands/GetCoreNetworkPolicyCommand.ts | 4 +--- .../src/commands/GetCustomerGatewayAssociationsCommand.ts | 4 +--- .../client-networkmanager/src/commands/GetDevicesCommand.ts | 4 +--- .../src/commands/GetLinkAssociationsCommand.ts | 4 +--- clients/client-networkmanager/src/commands/GetLinksCommand.ts | 4 +--- .../src/commands/GetNetworkResourceCountsCommand.ts | 4 +--- .../src/commands/GetNetworkResourceRelationshipsCommand.ts | 4 +--- .../src/commands/GetNetworkResourcesCommand.ts | 4 +--- .../src/commands/GetNetworkRoutesCommand.ts | 4 +--- .../src/commands/GetNetworkTelemetryCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/GetRouteAnalysisCommand.ts | 4 +--- .../src/commands/GetSiteToSiteVpnAttachmentCommand.ts | 4 +--- clients/client-networkmanager/src/commands/GetSitesCommand.ts | 4 +--- .../GetTransitGatewayConnectPeerAssociationsCommand.ts | 4 +--- .../src/commands/GetTransitGatewayPeeringCommand.ts | 4 +--- .../src/commands/GetTransitGatewayRegistrationsCommand.ts | 4 +--- .../commands/GetTransitGatewayRouteTableAttachmentCommand.ts | 4 +--- .../src/commands/GetVpcAttachmentCommand.ts | 4 +--- .../src/commands/ListAttachmentsCommand.ts | 4 +--- .../src/commands/ListConnectPeersCommand.ts | 4 +--- .../src/commands/ListCoreNetworkPolicyVersionsCommand.ts | 4 +--- .../src/commands/ListCoreNetworksCommand.ts | 4 +--- .../commands/ListOrganizationServiceAccessStatusCommand.ts | 4 +--- .../client-networkmanager/src/commands/ListPeeringsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutCoreNetworkPolicyCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/RegisterTransitGatewayCommand.ts | 4 +--- .../src/commands/RejectAttachmentCommand.ts | 4 +--- .../src/commands/RestoreCoreNetworkPolicyVersionCommand.ts | 4 +--- .../commands/StartOrganizationServiceAccessUpdateCommand.ts | 4 +--- .../src/commands/StartRouteAnalysisCommand.ts | 4 +--- .../client-networkmanager/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConnectionCommand.ts | 4 +--- .../src/commands/UpdateCoreNetworkCommand.ts | 4 +--- .../client-networkmanager/src/commands/UpdateDeviceCommand.ts | 4 +--- .../src/commands/UpdateGlobalNetworkCommand.ts | 4 +--- .../client-networkmanager/src/commands/UpdateLinkCommand.ts | 4 +--- .../src/commands/UpdateNetworkResourceMetadataCommand.ts | 4 +--- .../client-networkmanager/src/commands/UpdateSiteCommand.ts | 4 +--- .../src/commands/UpdateVpcAttachmentCommand.ts | 4 +--- .../src/commands/CreateMonitorCommand.ts | 4 +--- .../client-networkmonitor/src/commands/CreateProbeCommand.ts | 4 +--- .../src/commands/DeleteMonitorCommand.ts | 4 +--- .../client-networkmonitor/src/commands/DeleteProbeCommand.ts | 4 +--- .../client-networkmonitor/src/commands/GetMonitorCommand.ts | 4 +--- clients/client-networkmonitor/src/commands/GetProbeCommand.ts | 4 +--- .../client-networkmonitor/src/commands/ListMonitorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-networkmonitor/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateMonitorCommand.ts | 4 +--- .../client-networkmonitor/src/commands/UpdateProbeCommand.ts | 4 +--- clients/client-nimble/src/commands/AcceptEulasCommand.ts | 4 +--- .../client-nimble/src/commands/CreateLaunchProfileCommand.ts | 4 +--- .../client-nimble/src/commands/CreateStreamingImageCommand.ts | 4 +--- .../src/commands/CreateStreamingSessionCommand.ts | 4 +--- .../src/commands/CreateStreamingSessionStreamCommand.ts | 4 +--- clients/client-nimble/src/commands/CreateStudioCommand.ts | 4 +--- .../src/commands/CreateStudioComponentCommand.ts | 4 +--- .../client-nimble/src/commands/DeleteLaunchProfileCommand.ts | 4 +--- .../src/commands/DeleteLaunchProfileMemberCommand.ts | 4 +--- .../client-nimble/src/commands/DeleteStreamingImageCommand.ts | 4 +--- .../src/commands/DeleteStreamingSessionCommand.ts | 4 +--- clients/client-nimble/src/commands/DeleteStudioCommand.ts | 4 +--- .../src/commands/DeleteStudioComponentCommand.ts | 4 +--- .../client-nimble/src/commands/DeleteStudioMemberCommand.ts | 4 +--- clients/client-nimble/src/commands/GetEulaCommand.ts | 4 +--- clients/client-nimble/src/commands/GetLaunchProfileCommand.ts | 4 +--- .../src/commands/GetLaunchProfileDetailsCommand.ts | 4 +--- .../src/commands/GetLaunchProfileInitializationCommand.ts | 4 +--- .../src/commands/GetLaunchProfileMemberCommand.ts | 4 +--- .../client-nimble/src/commands/GetStreamingImageCommand.ts | 4 +--- .../src/commands/GetStreamingSessionBackupCommand.ts | 4 +--- .../client-nimble/src/commands/GetStreamingSessionCommand.ts | 4 +--- .../src/commands/GetStreamingSessionStreamCommand.ts | 4 +--- clients/client-nimble/src/commands/GetStudioCommand.ts | 4 +--- .../client-nimble/src/commands/GetStudioComponentCommand.ts | 4 +--- clients/client-nimble/src/commands/GetStudioMemberCommand.ts | 4 +--- .../client-nimble/src/commands/ListEulaAcceptancesCommand.ts | 4 +--- clients/client-nimble/src/commands/ListEulasCommand.ts | 4 +--- .../src/commands/ListLaunchProfileMembersCommand.ts | 4 +--- .../client-nimble/src/commands/ListLaunchProfilesCommand.ts | 4 +--- .../client-nimble/src/commands/ListStreamingImagesCommand.ts | 4 +--- .../src/commands/ListStreamingSessionBackupsCommand.ts | 4 +--- .../src/commands/ListStreamingSessionsCommand.ts | 4 +--- .../client-nimble/src/commands/ListStudioComponentsCommand.ts | 4 +--- .../client-nimble/src/commands/ListStudioMembersCommand.ts | 4 +--- clients/client-nimble/src/commands/ListStudiosCommand.ts | 4 +--- .../client-nimble/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutLaunchProfileMembersCommand.ts | 4 +--- clients/client-nimble/src/commands/PutStudioMembersCommand.ts | 4 +--- .../src/commands/StartStreamingSessionCommand.ts | 4 +--- .../src/commands/StartStudioSSOConfigurationRepairCommand.ts | 4 +--- .../client-nimble/src/commands/StopStreamingSessionCommand.ts | 4 +--- clients/client-nimble/src/commands/TagResourceCommand.ts | 4 +--- clients/client-nimble/src/commands/UntagResourceCommand.ts | 4 +--- .../client-nimble/src/commands/UpdateLaunchProfileCommand.ts | 4 +--- .../src/commands/UpdateLaunchProfileMemberCommand.ts | 4 +--- .../client-nimble/src/commands/UpdateStreamingImageCommand.ts | 4 +--- clients/client-nimble/src/commands/UpdateStudioCommand.ts | 4 +--- .../src/commands/UpdateStudioComponentCommand.ts | 4 +--- clients/client-oam/src/commands/CreateLinkCommand.ts | 4 +--- clients/client-oam/src/commands/CreateSinkCommand.ts | 4 +--- clients/client-oam/src/commands/DeleteLinkCommand.ts | 4 +--- clients/client-oam/src/commands/DeleteSinkCommand.ts | 4 +--- clients/client-oam/src/commands/GetLinkCommand.ts | 4 +--- clients/client-oam/src/commands/GetSinkCommand.ts | 4 +--- clients/client-oam/src/commands/GetSinkPolicyCommand.ts | 4 +--- clients/client-oam/src/commands/ListAttachedLinksCommand.ts | 4 +--- clients/client-oam/src/commands/ListLinksCommand.ts | 4 +--- clients/client-oam/src/commands/ListSinksCommand.ts | 4 +--- clients/client-oam/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-oam/src/commands/PutSinkPolicyCommand.ts | 4 +--- clients/client-oam/src/commands/TagResourceCommand.ts | 4 +--- clients/client-oam/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-oam/src/commands/UpdateLinkCommand.ts | 4 +--- .../src/commands/AbortMultipartReadSetUploadCommand.ts | 4 +--- clients/client-omics/src/commands/AcceptShareCommand.ts | 4 +--- .../client-omics/src/commands/BatchDeleteReadSetCommand.ts | 4 +--- .../src/commands/CancelAnnotationImportJobCommand.ts | 4 +--- clients/client-omics/src/commands/CancelRunCommand.ts | 4 +--- .../src/commands/CancelVariantImportJobCommand.ts | 4 +--- .../src/commands/CompleteMultipartReadSetUploadCommand.ts | 4 +--- .../client-omics/src/commands/CreateAnnotationStoreCommand.ts | 4 +--- .../src/commands/CreateAnnotationStoreVersionCommand.ts | 4 +--- .../src/commands/CreateMultipartReadSetUploadCommand.ts | 4 +--- .../client-omics/src/commands/CreateReferenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/CreateRunGroupCommand.ts | 4 +--- .../client-omics/src/commands/CreateSequenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/CreateShareCommand.ts | 4 +--- .../client-omics/src/commands/CreateVariantStoreCommand.ts | 4 +--- clients/client-omics/src/commands/CreateWorkflowCommand.ts | 4 +--- .../client-omics/src/commands/DeleteAnnotationStoreCommand.ts | 4 +--- .../src/commands/DeleteAnnotationStoreVersionsCommand.ts | 4 +--- clients/client-omics/src/commands/DeleteReferenceCommand.ts | 4 +--- .../client-omics/src/commands/DeleteReferenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/DeleteRunCommand.ts | 4 +--- clients/client-omics/src/commands/DeleteRunGroupCommand.ts | 4 +--- .../client-omics/src/commands/DeleteSequenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/DeleteShareCommand.ts | 4 +--- .../client-omics/src/commands/DeleteVariantStoreCommand.ts | 4 +--- clients/client-omics/src/commands/DeleteWorkflowCommand.ts | 4 +--- .../src/commands/GetAnnotationImportJobCommand.ts | 4 +--- .../client-omics/src/commands/GetAnnotationStoreCommand.ts | 4 +--- .../src/commands/GetAnnotationStoreVersionCommand.ts | 4 +--- .../src/commands/GetReadSetActivationJobCommand.ts | 4 +--- clients/client-omics/src/commands/GetReadSetCommand.ts | 4 +--- .../client-omics/src/commands/GetReadSetExportJobCommand.ts | 4 +--- .../client-omics/src/commands/GetReadSetImportJobCommand.ts | 4 +--- .../client-omics/src/commands/GetReadSetMetadataCommand.ts | 4 +--- clients/client-omics/src/commands/GetReferenceCommand.ts | 4 +--- .../client-omics/src/commands/GetReferenceImportJobCommand.ts | 4 +--- .../client-omics/src/commands/GetReferenceMetadataCommand.ts | 4 +--- clients/client-omics/src/commands/GetReferenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/GetRunCommand.ts | 4 +--- clients/client-omics/src/commands/GetRunGroupCommand.ts | 4 +--- clients/client-omics/src/commands/GetRunTaskCommand.ts | 4 +--- clients/client-omics/src/commands/GetSequenceStoreCommand.ts | 4 +--- clients/client-omics/src/commands/GetShareCommand.ts | 4 +--- .../client-omics/src/commands/GetVariantImportJobCommand.ts | 4 +--- clients/client-omics/src/commands/GetVariantStoreCommand.ts | 4 +--- clients/client-omics/src/commands/GetWorkflowCommand.ts | 4 +--- .../src/commands/ListAnnotationImportJobsCommand.ts | 4 +--- .../src/commands/ListAnnotationStoreVersionsCommand.ts | 4 +--- .../client-omics/src/commands/ListAnnotationStoresCommand.ts | 4 +--- .../src/commands/ListMultipartReadSetUploadsCommand.ts | 4 +--- .../src/commands/ListReadSetActivationJobsCommand.ts | 4 +--- .../client-omics/src/commands/ListReadSetExportJobsCommand.ts | 4 +--- .../client-omics/src/commands/ListReadSetImportJobsCommand.ts | 4 +--- .../src/commands/ListReadSetUploadPartsCommand.ts | 4 +--- clients/client-omics/src/commands/ListReadSetsCommand.ts | 4 +--- .../src/commands/ListReferenceImportJobsCommand.ts | 4 +--- .../client-omics/src/commands/ListReferenceStoresCommand.ts | 4 +--- clients/client-omics/src/commands/ListReferencesCommand.ts | 4 +--- clients/client-omics/src/commands/ListRunGroupsCommand.ts | 4 +--- clients/client-omics/src/commands/ListRunTasksCommand.ts | 4 +--- clients/client-omics/src/commands/ListRunsCommand.ts | 4 +--- .../client-omics/src/commands/ListSequenceStoresCommand.ts | 4 +--- clients/client-omics/src/commands/ListSharesCommand.ts | 4 +--- .../client-omics/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-omics/src/commands/ListVariantImportJobsCommand.ts | 4 +--- clients/client-omics/src/commands/ListVariantStoresCommand.ts | 4 +--- clients/client-omics/src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/StartAnnotationImportJobCommand.ts | 4 +--- .../src/commands/StartReadSetActivationJobCommand.ts | 4 +--- .../client-omics/src/commands/StartReadSetExportJobCommand.ts | 4 +--- .../client-omics/src/commands/StartReadSetImportJobCommand.ts | 4 +--- .../src/commands/StartReferenceImportJobCommand.ts | 4 +--- clients/client-omics/src/commands/StartRunCommand.ts | 4 +--- .../client-omics/src/commands/StartVariantImportJobCommand.ts | 4 +--- clients/client-omics/src/commands/TagResourceCommand.ts | 4 +--- clients/client-omics/src/commands/UntagResourceCommand.ts | 4 +--- .../client-omics/src/commands/UpdateAnnotationStoreCommand.ts | 4 +--- .../src/commands/UpdateAnnotationStoreVersionCommand.ts | 4 +--- clients/client-omics/src/commands/UpdateRunGroupCommand.ts | 4 +--- .../client-omics/src/commands/UpdateVariantStoreCommand.ts | 4 +--- clients/client-omics/src/commands/UpdateWorkflowCommand.ts | 4 +--- clients/client-omics/src/commands/UploadReadSetPartCommand.ts | 4 +--- .../src/commands/AcceptInboundConnectionCommand.ts | 4 +--- .../client-opensearch/src/commands/AddDataSourceCommand.ts | 4 +--- clients/client-opensearch/src/commands/AddTagsCommand.ts | 4 +--- .../client-opensearch/src/commands/AssociatePackageCommand.ts | 4 +--- .../src/commands/AuthorizeVpcEndpointAccessCommand.ts | 4 +--- .../src/commands/CancelDomainConfigChangeCommand.ts | 4 +--- .../src/commands/CancelServiceSoftwareUpdateCommand.ts | 4 +--- clients/client-opensearch/src/commands/CreateDomainCommand.ts | 4 +--- .../src/commands/CreateOutboundConnectionCommand.ts | 4 +--- .../client-opensearch/src/commands/CreatePackageCommand.ts | 4 +--- .../src/commands/CreateVpcEndpointCommand.ts | 4 +--- .../client-opensearch/src/commands/DeleteDataSourceCommand.ts | 4 +--- clients/client-opensearch/src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteInboundConnectionCommand.ts | 4 +--- .../src/commands/DeleteOutboundConnectionCommand.ts | 4 +--- .../client-opensearch/src/commands/DeletePackageCommand.ts | 4 +--- .../src/commands/DeleteVpcEndpointCommand.ts | 4 +--- .../src/commands/DescribeDomainAutoTunesCommand.ts | 4 +--- .../src/commands/DescribeDomainChangeProgressCommand.ts | 4 +--- .../client-opensearch/src/commands/DescribeDomainCommand.ts | 4 +--- .../src/commands/DescribeDomainConfigCommand.ts | 4 +--- .../src/commands/DescribeDomainHealthCommand.ts | 4 +--- .../src/commands/DescribeDomainNodesCommand.ts | 4 +--- .../client-opensearch/src/commands/DescribeDomainsCommand.ts | 4 +--- .../src/commands/DescribeDryRunProgressCommand.ts | 4 +--- .../src/commands/DescribeInboundConnectionsCommand.ts | 4 +--- .../src/commands/DescribeInstanceTypeLimitsCommand.ts | 4 +--- .../src/commands/DescribeOutboundConnectionsCommand.ts | 4 +--- .../client-opensearch/src/commands/DescribePackagesCommand.ts | 4 +--- .../src/commands/DescribeReservedInstanceOfferingsCommand.ts | 4 +--- .../src/commands/DescribeReservedInstancesCommand.ts | 4 +--- .../src/commands/DescribeVpcEndpointsCommand.ts | 4 +--- .../src/commands/DissociatePackageCommand.ts | 4 +--- .../src/commands/GetCompatibleVersionsCommand.ts | 4 +--- .../client-opensearch/src/commands/GetDataSourceCommand.ts | 4 +--- .../src/commands/GetDomainMaintenanceStatusCommand.ts | 4 +--- .../src/commands/GetPackageVersionHistoryCommand.ts | 4 +--- .../src/commands/GetUpgradeHistoryCommand.ts | 4 +--- .../client-opensearch/src/commands/GetUpgradeStatusCommand.ts | 4 +--- .../client-opensearch/src/commands/ListDataSourcesCommand.ts | 4 +--- .../src/commands/ListDomainMaintenancesCommand.ts | 4 +--- .../client-opensearch/src/commands/ListDomainNamesCommand.ts | 4 +--- .../src/commands/ListDomainsForPackageCommand.ts | 4 +--- .../src/commands/ListInstanceTypeDetailsCommand.ts | 4 +--- .../src/commands/ListPackagesForDomainCommand.ts | 4 +--- .../src/commands/ListScheduledActionsCommand.ts | 4 +--- clients/client-opensearch/src/commands/ListTagsCommand.ts | 4 +--- clients/client-opensearch/src/commands/ListVersionsCommand.ts | 4 +--- .../src/commands/ListVpcEndpointAccessCommand.ts | 4 +--- .../client-opensearch/src/commands/ListVpcEndpointsCommand.ts | 4 +--- .../src/commands/ListVpcEndpointsForDomainCommand.ts | 4 +--- .../src/commands/PurchaseReservedInstanceOfferingCommand.ts | 4 +--- .../src/commands/RejectInboundConnectionCommand.ts | 4 +--- clients/client-opensearch/src/commands/RemoveTagsCommand.ts | 4 +--- .../src/commands/RevokeVpcEndpointAccessCommand.ts | 4 +--- .../src/commands/StartDomainMaintenanceCommand.ts | 4 +--- .../src/commands/StartServiceSoftwareUpdateCommand.ts | 4 +--- .../client-opensearch/src/commands/UpdateDataSourceCommand.ts | 4 +--- .../src/commands/UpdateDomainConfigCommand.ts | 4 +--- .../client-opensearch/src/commands/UpdatePackageCommand.ts | 4 +--- .../src/commands/UpdateScheduledActionCommand.ts | 4 +--- .../src/commands/UpdateVpcEndpointCommand.ts | 4 +--- .../client-opensearch/src/commands/UpgradeDomainCommand.ts | 4 +--- .../src/commands/BatchGetCollectionCommand.ts | 4 +--- .../src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts | 4 +--- .../src/commands/BatchGetLifecyclePolicyCommand.ts | 4 +--- .../src/commands/BatchGetVpcEndpointCommand.ts | 4 +--- .../src/commands/CreateAccessPolicyCommand.ts | 4 +--- .../src/commands/CreateCollectionCommand.ts | 4 +--- .../src/commands/CreateLifecyclePolicyCommand.ts | 4 +--- .../src/commands/CreateSecurityConfigCommand.ts | 4 +--- .../src/commands/CreateSecurityPolicyCommand.ts | 4 +--- .../src/commands/CreateVpcEndpointCommand.ts | 4 +--- .../src/commands/DeleteAccessPolicyCommand.ts | 4 +--- .../src/commands/DeleteCollectionCommand.ts | 4 +--- .../src/commands/DeleteLifecyclePolicyCommand.ts | 4 +--- .../src/commands/DeleteSecurityConfigCommand.ts | 4 +--- .../src/commands/DeleteSecurityPolicyCommand.ts | 4 +--- .../src/commands/DeleteVpcEndpointCommand.ts | 4 +--- .../src/commands/GetAccessPolicyCommand.ts | 4 +--- .../src/commands/GetAccountSettingsCommand.ts | 4 +--- .../src/commands/GetPoliciesStatsCommand.ts | 4 +--- .../src/commands/GetSecurityConfigCommand.ts | 4 +--- .../src/commands/GetSecurityPolicyCommand.ts | 4 +--- .../src/commands/ListAccessPoliciesCommand.ts | 4 +--- .../src/commands/ListCollectionsCommand.ts | 4 +--- .../src/commands/ListLifecyclePoliciesCommand.ts | 4 +--- .../src/commands/ListSecurityConfigsCommand.ts | 4 +--- .../src/commands/ListSecurityPoliciesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVpcEndpointsCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccessPolicyCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- .../src/commands/UpdateCollectionCommand.ts | 4 +--- .../src/commands/UpdateLifecyclePolicyCommand.ts | 4 +--- .../src/commands/UpdateSecurityConfigCommand.ts | 4 +--- .../src/commands/UpdateSecurityPolicyCommand.ts | 4 +--- .../src/commands/UpdateVpcEndpointCommand.ts | 4 +--- clients/client-opsworks/src/commands/AssignInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/AssignVolumeCommand.ts | 4 +--- .../client-opsworks/src/commands/AssociateElasticIpCommand.ts | 4 +--- .../src/commands/AttachElasticLoadBalancerCommand.ts | 4 +--- clients/client-opsworks/src/commands/CloneStackCommand.ts | 4 +--- clients/client-opsworks/src/commands/CreateAppCommand.ts | 4 +--- .../client-opsworks/src/commands/CreateDeploymentCommand.ts | 4 +--- clients/client-opsworks/src/commands/CreateInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/CreateLayerCommand.ts | 4 +--- clients/client-opsworks/src/commands/CreateStackCommand.ts | 4 +--- .../client-opsworks/src/commands/CreateUserProfileCommand.ts | 4 +--- clients/client-opsworks/src/commands/DeleteAppCommand.ts | 4 +--- clients/client-opsworks/src/commands/DeleteInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/DeleteLayerCommand.ts | 4 +--- clients/client-opsworks/src/commands/DeleteStackCommand.ts | 4 +--- .../client-opsworks/src/commands/DeleteUserProfileCommand.ts | 4 +--- .../src/commands/DeregisterEcsClusterCommand.ts | 4 +--- .../src/commands/DeregisterElasticIpCommand.ts | 4 +--- .../client-opsworks/src/commands/DeregisterInstanceCommand.ts | 4 +--- .../src/commands/DeregisterRdsDbInstanceCommand.ts | 4 +--- .../client-opsworks/src/commands/DeregisterVolumeCommand.ts | 4 +--- .../src/commands/DescribeAgentVersionsCommand.ts | 4 +--- clients/client-opsworks/src/commands/DescribeAppsCommand.ts | 4 +--- .../client-opsworks/src/commands/DescribeCommandsCommand.ts | 4 +--- .../src/commands/DescribeDeploymentsCommand.ts | 4 +--- .../src/commands/DescribeEcsClustersCommand.ts | 4 +--- .../client-opsworks/src/commands/DescribeElasticIpsCommand.ts | 4 +--- .../src/commands/DescribeElasticLoadBalancersCommand.ts | 4 +--- .../client-opsworks/src/commands/DescribeInstancesCommand.ts | 4 +--- clients/client-opsworks/src/commands/DescribeLayersCommand.ts | 4 +--- .../src/commands/DescribeLoadBasedAutoScalingCommand.ts | 4 +--- .../src/commands/DescribeMyUserProfileCommand.ts | 4 +--- .../src/commands/DescribeOperatingSystemsCommand.ts | 4 +--- .../src/commands/DescribePermissionsCommand.ts | 4 +--- .../client-opsworks/src/commands/DescribeRaidArraysCommand.ts | 4 +--- .../src/commands/DescribeRdsDbInstancesCommand.ts | 4 +--- .../src/commands/DescribeServiceErrorsCommand.ts | 4 +--- .../commands/DescribeStackProvisioningParametersCommand.ts | 4 +--- .../src/commands/DescribeStackSummaryCommand.ts | 4 +--- clients/client-opsworks/src/commands/DescribeStacksCommand.ts | 4 +--- .../src/commands/DescribeTimeBasedAutoScalingCommand.ts | 4 +--- .../src/commands/DescribeUserProfilesCommand.ts | 4 +--- .../client-opsworks/src/commands/DescribeVolumesCommand.ts | 4 +--- .../src/commands/DetachElasticLoadBalancerCommand.ts | 4 +--- .../src/commands/DisassociateElasticIpCommand.ts | 4 +--- .../src/commands/GetHostnameSuggestionCommand.ts | 4 +--- clients/client-opsworks/src/commands/GrantAccessCommand.ts | 4 +--- clients/client-opsworks/src/commands/ListTagsCommand.ts | 4 +--- clients/client-opsworks/src/commands/RebootInstanceCommand.ts | 4 +--- .../client-opsworks/src/commands/RegisterEcsClusterCommand.ts | 4 +--- .../client-opsworks/src/commands/RegisterElasticIpCommand.ts | 4 +--- .../client-opsworks/src/commands/RegisterInstanceCommand.ts | 4 +--- .../src/commands/RegisterRdsDbInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/RegisterVolumeCommand.ts | 4 +--- .../src/commands/SetLoadBasedAutoScalingCommand.ts | 4 +--- clients/client-opsworks/src/commands/SetPermissionCommand.ts | 4 +--- .../src/commands/SetTimeBasedAutoScalingCommand.ts | 4 +--- clients/client-opsworks/src/commands/StartInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/StartStackCommand.ts | 4 +--- clients/client-opsworks/src/commands/StopInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/StopStackCommand.ts | 4 +--- clients/client-opsworks/src/commands/TagResourceCommand.ts | 4 +--- .../client-opsworks/src/commands/UnassignInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/UnassignVolumeCommand.ts | 4 +--- clients/client-opsworks/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-opsworks/src/commands/UpdateAppCommand.ts | 4 +--- .../client-opsworks/src/commands/UpdateElasticIpCommand.ts | 4 +--- clients/client-opsworks/src/commands/UpdateInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/UpdateLayerCommand.ts | 4 +--- .../src/commands/UpdateMyUserProfileCommand.ts | 4 +--- .../src/commands/UpdateRdsDbInstanceCommand.ts | 4 +--- clients/client-opsworks/src/commands/UpdateStackCommand.ts | 4 +--- .../client-opsworks/src/commands/UpdateUserProfileCommand.ts | 4 +--- clients/client-opsworks/src/commands/UpdateVolumeCommand.ts | 4 +--- .../client-opsworkscm/src/commands/AssociateNodeCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/CreateBackupCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/CreateServerCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/DeleteServerCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../client-opsworkscm/src/commands/DescribeBackupsCommand.ts | 4 +--- .../client-opsworkscm/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeNodeAssociationStatusCommand.ts | 4 +--- .../client-opsworkscm/src/commands/DescribeServersCommand.ts | 4 +--- .../client-opsworkscm/src/commands/DisassociateNodeCommand.ts | 4 +--- .../src/commands/ExportServerEngineAttributeCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-opsworkscm/src/commands/RestoreServerCommand.ts | 4 +--- .../client-opsworkscm/src/commands/StartMaintenanceCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/TagResourceCommand.ts | 4 +--- .../client-opsworkscm/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-opsworkscm/src/commands/UpdateServerCommand.ts | 4 +--- .../src/commands/UpdateServerEngineAttributesCommand.ts | 4 +--- .../src/commands/AcceptHandshakeCommand.ts | 4 +--- .../client-organizations/src/commands/AttachPolicyCommand.ts | 4 +--- .../src/commands/CancelHandshakeCommand.ts | 4 +--- .../client-organizations/src/commands/CloseAccountCommand.ts | 4 +--- .../client-organizations/src/commands/CreateAccountCommand.ts | 4 +--- .../src/commands/CreateGovCloudAccountCommand.ts | 4 +--- .../src/commands/CreateOrganizationCommand.ts | 4 +--- .../src/commands/CreateOrganizationalUnitCommand.ts | 4 +--- .../client-organizations/src/commands/CreatePolicyCommand.ts | 4 +--- .../src/commands/DeclineHandshakeCommand.ts | 4 +--- .../src/commands/DeleteOrganizationCommand.ts | 4 +--- .../src/commands/DeleteOrganizationalUnitCommand.ts | 4 +--- .../client-organizations/src/commands/DeletePolicyCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeregisterDelegatedAdministratorCommand.ts | 4 +--- .../src/commands/DescribeAccountCommand.ts | 4 +--- .../src/commands/DescribeCreateAccountStatusCommand.ts | 4 +--- .../src/commands/DescribeEffectivePolicyCommand.ts | 4 +--- .../src/commands/DescribeHandshakeCommand.ts | 4 +--- .../src/commands/DescribeOrganizationCommand.ts | 4 +--- .../src/commands/DescribeOrganizationalUnitCommand.ts | 4 +--- .../src/commands/DescribePolicyCommand.ts | 4 +--- .../src/commands/DescribeResourcePolicyCommand.ts | 4 +--- .../client-organizations/src/commands/DetachPolicyCommand.ts | 4 +--- .../src/commands/DisableAWSServiceAccessCommand.ts | 4 +--- .../src/commands/DisablePolicyTypeCommand.ts | 4 +--- .../src/commands/EnableAWSServiceAccessCommand.ts | 4 +--- .../src/commands/EnableAllFeaturesCommand.ts | 4 +--- .../src/commands/EnablePolicyTypeCommand.ts | 4 +--- .../src/commands/InviteAccountToOrganizationCommand.ts | 4 +--- .../src/commands/LeaveOrganizationCommand.ts | 4 +--- .../commands/ListAWSServiceAccessForOrganizationCommand.ts | 4 +--- .../client-organizations/src/commands/ListAccountsCommand.ts | 4 +--- .../src/commands/ListAccountsForParentCommand.ts | 4 +--- .../client-organizations/src/commands/ListChildrenCommand.ts | 4 +--- .../src/commands/ListCreateAccountStatusCommand.ts | 4 +--- .../src/commands/ListDelegatedAdministratorsCommand.ts | 4 +--- .../src/commands/ListDelegatedServicesForAccountCommand.ts | 4 +--- .../src/commands/ListHandshakesForAccountCommand.ts | 4 +--- .../src/commands/ListHandshakesForOrganizationCommand.ts | 4 +--- .../src/commands/ListOrganizationalUnitsForParentCommand.ts | 4 +--- .../client-organizations/src/commands/ListParentsCommand.ts | 4 +--- .../client-organizations/src/commands/ListPoliciesCommand.ts | 4 +--- .../src/commands/ListPoliciesForTargetCommand.ts | 4 +--- clients/client-organizations/src/commands/ListRootsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetsForPolicyCommand.ts | 4 +--- .../client-organizations/src/commands/MoveAccountCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/RegisterDelegatedAdministratorCommand.ts | 4 +--- .../src/commands/RemoveAccountFromOrganizationCommand.ts | 4 +--- .../client-organizations/src/commands/TagResourceCommand.ts | 4 +--- .../client-organizations/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateOrganizationalUnitCommand.ts | 4 +--- .../client-organizations/src/commands/UpdatePolicyCommand.ts | 4 +--- clients/client-osis/src/commands/CreatePipelineCommand.ts | 4 +--- clients/client-osis/src/commands/DeletePipelineCommand.ts | 4 +--- .../client-osis/src/commands/GetPipelineBlueprintCommand.ts | 4 +--- .../src/commands/GetPipelineChangeProgressCommand.ts | 4 +--- clients/client-osis/src/commands/GetPipelineCommand.ts | 4 +--- .../client-osis/src/commands/ListPipelineBlueprintsCommand.ts | 4 +--- clients/client-osis/src/commands/ListPipelinesCommand.ts | 4 +--- .../client-osis/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-osis/src/commands/StartPipelineCommand.ts | 4 +--- clients/client-osis/src/commands/StopPipelineCommand.ts | 4 +--- clients/client-osis/src/commands/TagResourceCommand.ts | 4 +--- clients/client-osis/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-osis/src/commands/UpdatePipelineCommand.ts | 4 +--- clients/client-osis/src/commands/ValidatePipelineCommand.ts | 4 +--- .../client-outposts/src/commands/CancelCapacityTaskCommand.ts | 4 +--- clients/client-outposts/src/commands/CancelOrderCommand.ts | 4 +--- clients/client-outposts/src/commands/CreateOrderCommand.ts | 4 +--- clients/client-outposts/src/commands/CreateOutpostCommand.ts | 4 +--- clients/client-outposts/src/commands/CreateSiteCommand.ts | 4 +--- clients/client-outposts/src/commands/DeleteOutpostCommand.ts | 4 +--- clients/client-outposts/src/commands/DeleteSiteCommand.ts | 4 +--- .../client-outposts/src/commands/GetCapacityTaskCommand.ts | 4 +--- clients/client-outposts/src/commands/GetCatalogItemCommand.ts | 4 +--- clients/client-outposts/src/commands/GetConnectionCommand.ts | 4 +--- clients/client-outposts/src/commands/GetOrderCommand.ts | 4 +--- clients/client-outposts/src/commands/GetOutpostCommand.ts | 4 +--- .../src/commands/GetOutpostInstanceTypesCommand.ts | 4 +--- .../src/commands/GetOutpostSupportedInstanceTypesCommand.ts | 4 +--- clients/client-outposts/src/commands/GetSiteAddressCommand.ts | 4 +--- clients/client-outposts/src/commands/GetSiteCommand.ts | 4 +--- clients/client-outposts/src/commands/ListAssetsCommand.ts | 4 +--- .../client-outposts/src/commands/ListCapacityTasksCommand.ts | 4 +--- .../client-outposts/src/commands/ListCatalogItemsCommand.ts | 4 +--- clients/client-outposts/src/commands/ListOrdersCommand.ts | 4 +--- clients/client-outposts/src/commands/ListOutpostsCommand.ts | 4 +--- clients/client-outposts/src/commands/ListSitesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-outposts/src/commands/StartCapacityTaskCommand.ts | 4 +--- .../client-outposts/src/commands/StartConnectionCommand.ts | 4 +--- clients/client-outposts/src/commands/TagResourceCommand.ts | 4 +--- clients/client-outposts/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-outposts/src/commands/UpdateOutpostCommand.ts | 4 +--- .../client-outposts/src/commands/UpdateSiteAddressCommand.ts | 4 +--- clients/client-outposts/src/commands/UpdateSiteCommand.ts | 4 +--- .../src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts | 4 +--- .../src/commands/CreateApplicationInstanceCommand.ts | 4 +--- .../src/commands/CreateJobForDevicesCommand.ts | 4 +--- .../src/commands/CreateNodeFromTemplateJobCommand.ts | 4 +--- clients/client-panorama/src/commands/CreatePackageCommand.ts | 4 +--- .../src/commands/CreatePackageImportJobCommand.ts | 4 +--- clients/client-panorama/src/commands/DeleteDeviceCommand.ts | 4 +--- clients/client-panorama/src/commands/DeletePackageCommand.ts | 4 +--- .../src/commands/DeregisterPackageVersionCommand.ts | 4 +--- .../src/commands/DescribeApplicationInstanceCommand.ts | 4 +--- .../src/commands/DescribeApplicationInstanceDetailsCommand.ts | 4 +--- clients/client-panorama/src/commands/DescribeDeviceCommand.ts | 4 +--- .../client-panorama/src/commands/DescribeDeviceJobCommand.ts | 4 +--- clients/client-panorama/src/commands/DescribeNodeCommand.ts | 4 +--- .../src/commands/DescribeNodeFromTemplateJobCommand.ts | 4 +--- .../client-panorama/src/commands/DescribePackageCommand.ts | 4 +--- .../src/commands/DescribePackageImportJobCommand.ts | 4 +--- .../src/commands/DescribePackageVersionCommand.ts | 4 +--- .../commands/ListApplicationInstanceDependenciesCommand.ts | 4 +--- .../commands/ListApplicationInstanceNodeInstancesCommand.ts | 4 +--- .../src/commands/ListApplicationInstancesCommand.ts | 4 +--- clients/client-panorama/src/commands/ListDevicesCommand.ts | 4 +--- .../client-panorama/src/commands/ListDevicesJobsCommand.ts | 4 +--- .../src/commands/ListNodeFromTemplateJobsCommand.ts | 4 +--- clients/client-panorama/src/commands/ListNodesCommand.ts | 4 +--- .../src/commands/ListPackageImportJobsCommand.ts | 4 +--- clients/client-panorama/src/commands/ListPackagesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-panorama/src/commands/ProvisionDeviceCommand.ts | 4 +--- .../src/commands/RegisterPackageVersionCommand.ts | 4 +--- .../src/commands/RemoveApplicationInstanceCommand.ts | 4 +--- .../commands/SignalApplicationInstanceNodeInstancesCommand.ts | 4 +--- clients/client-panorama/src/commands/TagResourceCommand.ts | 4 +--- clients/client-panorama/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDeviceMetadataCommand.ts | 4 +--- .../src/commands/DecryptDataCommand.ts | 4 +--- .../src/commands/EncryptDataCommand.ts | 4 +--- .../src/commands/GenerateCardValidationDataCommand.ts | 4 +--- .../src/commands/GenerateMacCommand.ts | 4 +--- .../src/commands/GeneratePinDataCommand.ts | 4 +--- .../src/commands/ReEncryptDataCommand.ts | 4 +--- .../src/commands/TranslatePinDataCommand.ts | 4 +--- .../src/commands/VerifyAuthRequestCryptogramCommand.ts | 4 +--- .../src/commands/VerifyCardValidationDataCommand.ts | 4 +--- .../src/commands/VerifyMacCommand.ts | 4 +--- .../src/commands/VerifyPinDataCommand.ts | 4 +--- .../src/commands/CreateAliasCommand.ts | 4 +--- .../src/commands/CreateKeyCommand.ts | 4 +--- .../src/commands/DeleteAliasCommand.ts | 4 +--- .../src/commands/DeleteKeyCommand.ts | 4 +--- .../src/commands/ExportKeyCommand.ts | 4 +--- .../src/commands/GetAliasCommand.ts | 4 +--- .../client-payment-cryptography/src/commands/GetKeyCommand.ts | 4 +--- .../src/commands/GetParametersForExportCommand.ts | 4 +--- .../src/commands/GetParametersForImportCommand.ts | 4 +--- .../src/commands/GetPublicKeyCertificateCommand.ts | 4 +--- .../src/commands/ImportKeyCommand.ts | 4 +--- .../src/commands/ListAliasesCommand.ts | 4 +--- .../src/commands/ListKeysCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RestoreKeyCommand.ts | 4 +--- .../src/commands/StartKeyUsageCommand.ts | 4 +--- .../src/commands/StopKeyUsageCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAliasCommand.ts | 4 +--- .../src/commands/CreateConnectorCommand.ts | 4 +--- .../src/commands/CreateDirectoryRegistrationCommand.ts | 4 +--- .../src/commands/CreateServicePrincipalNameCommand.ts | 4 +--- .../src/commands/CreateTemplateCommand.ts | 4 +--- .../commands/CreateTemplateGroupAccessControlEntryCommand.ts | 4 +--- .../src/commands/DeleteConnectorCommand.ts | 4 +--- .../src/commands/DeleteDirectoryRegistrationCommand.ts | 4 +--- .../src/commands/DeleteServicePrincipalNameCommand.ts | 4 +--- .../src/commands/DeleteTemplateCommand.ts | 4 +--- .../commands/DeleteTemplateGroupAccessControlEntryCommand.ts | 4 +--- .../src/commands/GetConnectorCommand.ts | 4 +--- .../src/commands/GetDirectoryRegistrationCommand.ts | 4 +--- .../src/commands/GetServicePrincipalNameCommand.ts | 4 +--- .../src/commands/GetTemplateCommand.ts | 4 +--- .../src/commands/GetTemplateGroupAccessControlEntryCommand.ts | 4 +--- .../src/commands/ListConnectorsCommand.ts | 4 +--- .../src/commands/ListDirectoryRegistrationsCommand.ts | 4 +--- .../src/commands/ListServicePrincipalNamesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/ListTemplateGroupAccessControlEntriesCommand.ts | 4 +--- .../src/commands/ListTemplatesCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateTemplateCommand.ts | 4 +--- .../commands/UpdateTemplateGroupAccessControlEntryCommand.ts | 4 +--- .../src/commands/CreateChallengeCommand.ts | 4 +--- .../src/commands/CreateConnectorCommand.ts | 4 +--- .../src/commands/DeleteChallengeCommand.ts | 4 +--- .../src/commands/DeleteConnectorCommand.ts | 4 +--- .../src/commands/GetChallengeMetadataCommand.ts | 4 +--- .../src/commands/GetChallengePasswordCommand.ts | 4 +--- .../src/commands/GetConnectorCommand.ts | 4 +--- .../src/commands/ListChallengeMetadataCommand.ts | 4 +--- .../src/commands/ListConnectorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- clients/client-pcs/src/commands/CreateClusterCommand.ts | 4 +--- .../client-pcs/src/commands/CreateComputeNodeGroupCommand.ts | 4 +--- clients/client-pcs/src/commands/CreateQueueCommand.ts | 4 +--- clients/client-pcs/src/commands/DeleteClusterCommand.ts | 4 +--- .../client-pcs/src/commands/DeleteComputeNodeGroupCommand.ts | 4 +--- clients/client-pcs/src/commands/DeleteQueueCommand.ts | 4 +--- clients/client-pcs/src/commands/GetClusterCommand.ts | 4 +--- clients/client-pcs/src/commands/GetComputeNodeGroupCommand.ts | 4 +--- clients/client-pcs/src/commands/GetQueueCommand.ts | 4 +--- clients/client-pcs/src/commands/ListClustersCommand.ts | 4 +--- .../client-pcs/src/commands/ListComputeNodeGroupsCommand.ts | 4 +--- clients/client-pcs/src/commands/ListQueuesCommand.ts | 4 +--- clients/client-pcs/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RegisterComputeNodeGroupInstanceCommand.ts | 4 +--- clients/client-pcs/src/commands/TagResourceCommand.ts | 4 +--- clients/client-pcs/src/commands/UntagResourceCommand.ts | 4 +--- .../client-pcs/src/commands/UpdateComputeNodeGroupCommand.ts | 4 +--- clients/client-pcs/src/commands/UpdateQueueCommand.ts | 4 +--- .../src/commands/PutActionInteractionsCommand.ts | 4 +--- .../src/commands/PutActionsCommand.ts | 4 +--- .../src/commands/PutEventsCommand.ts | 4 +--- .../client-personalize-events/src/commands/PutItemsCommand.ts | 4 +--- .../client-personalize-events/src/commands/PutUsersCommand.ts | 4 +--- .../src/commands/GetActionRecommendationsCommand.ts | 4 +--- .../src/commands/GetPersonalizedRankingCommand.ts | 4 +--- .../src/commands/GetRecommendationsCommand.ts | 4 +--- .../src/commands/CreateBatchInferenceJobCommand.ts | 4 +--- .../src/commands/CreateBatchSegmentJobCommand.ts | 4 +--- .../client-personalize/src/commands/CreateCampaignCommand.ts | 4 +--- .../src/commands/CreateDataDeletionJobCommand.ts | 4 +--- .../client-personalize/src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreateDatasetExportJobCommand.ts | 4 +--- .../src/commands/CreateDatasetGroupCommand.ts | 4 +--- .../src/commands/CreateDatasetImportJobCommand.ts | 4 +--- .../src/commands/CreateEventTrackerCommand.ts | 4 +--- .../client-personalize/src/commands/CreateFilterCommand.ts | 4 +--- .../src/commands/CreateMetricAttributionCommand.ts | 4 +--- .../src/commands/CreateRecommenderCommand.ts | 4 +--- .../client-personalize/src/commands/CreateSchemaCommand.ts | 4 +--- .../client-personalize/src/commands/CreateSolutionCommand.ts | 4 +--- .../src/commands/CreateSolutionVersionCommand.ts | 4 +--- .../client-personalize/src/commands/DeleteCampaignCommand.ts | 4 +--- .../client-personalize/src/commands/DeleteDatasetCommand.ts | 4 +--- .../src/commands/DeleteDatasetGroupCommand.ts | 4 +--- .../src/commands/DeleteEventTrackerCommand.ts | 4 +--- .../client-personalize/src/commands/DeleteFilterCommand.ts | 4 +--- .../src/commands/DeleteMetricAttributionCommand.ts | 4 +--- .../src/commands/DeleteRecommenderCommand.ts | 4 +--- .../client-personalize/src/commands/DeleteSchemaCommand.ts | 4 +--- .../client-personalize/src/commands/DeleteSolutionCommand.ts | 4 +--- .../src/commands/DescribeAlgorithmCommand.ts | 4 +--- .../src/commands/DescribeBatchInferenceJobCommand.ts | 4 +--- .../src/commands/DescribeBatchSegmentJobCommand.ts | 4 +--- .../src/commands/DescribeCampaignCommand.ts | 4 +--- .../src/commands/DescribeDataDeletionJobCommand.ts | 4 +--- .../client-personalize/src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeDatasetExportJobCommand.ts | 4 +--- .../src/commands/DescribeDatasetGroupCommand.ts | 4 +--- .../src/commands/DescribeDatasetImportJobCommand.ts | 4 +--- .../src/commands/DescribeEventTrackerCommand.ts | 4 +--- .../src/commands/DescribeFeatureTransformationCommand.ts | 4 +--- .../client-personalize/src/commands/DescribeFilterCommand.ts | 4 +--- .../src/commands/DescribeMetricAttributionCommand.ts | 4 +--- .../client-personalize/src/commands/DescribeRecipeCommand.ts | 4 +--- .../src/commands/DescribeRecommenderCommand.ts | 4 +--- .../client-personalize/src/commands/DescribeSchemaCommand.ts | 4 +--- .../src/commands/DescribeSolutionCommand.ts | 4 +--- .../src/commands/DescribeSolutionVersionCommand.ts | 4 +--- .../src/commands/GetSolutionMetricsCommand.ts | 4 +--- .../src/commands/ListBatchInferenceJobsCommand.ts | 4 +--- .../src/commands/ListBatchSegmentJobsCommand.ts | 4 +--- .../client-personalize/src/commands/ListCampaignsCommand.ts | 4 +--- .../src/commands/ListDataDeletionJobsCommand.ts | 4 +--- .../src/commands/ListDatasetExportJobsCommand.ts | 4 +--- .../src/commands/ListDatasetGroupsCommand.ts | 4 +--- .../src/commands/ListDatasetImportJobsCommand.ts | 4 +--- .../client-personalize/src/commands/ListDatasetsCommand.ts | 4 +--- .../src/commands/ListEventTrackersCommand.ts | 4 +--- clients/client-personalize/src/commands/ListFiltersCommand.ts | 4 +--- .../src/commands/ListMetricAttributionMetricsCommand.ts | 4 +--- .../src/commands/ListMetricAttributionsCommand.ts | 4 +--- clients/client-personalize/src/commands/ListRecipesCommand.ts | 4 +--- .../src/commands/ListRecommendersCommand.ts | 4 +--- clients/client-personalize/src/commands/ListSchemasCommand.ts | 4 +--- .../src/commands/ListSolutionVersionsCommand.ts | 4 +--- .../client-personalize/src/commands/ListSolutionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartRecommenderCommand.ts | 4 +--- .../client-personalize/src/commands/StopRecommenderCommand.ts | 4 +--- .../src/commands/StopSolutionVersionCreationCommand.ts | 4 +--- clients/client-personalize/src/commands/TagResourceCommand.ts | 4 +--- .../client-personalize/src/commands/UntagResourceCommand.ts | 4 +--- .../client-personalize/src/commands/UpdateCampaignCommand.ts | 4 +--- .../client-personalize/src/commands/UpdateDatasetCommand.ts | 4 +--- .../src/commands/UpdateMetricAttributionCommand.ts | 4 +--- .../src/commands/UpdateRecommenderCommand.ts | 4 +--- .../client-personalize/src/commands/UpdateSolutionCommand.ts | 4 +--- .../src/commands/CreatePerformanceAnalysisReportCommand.ts | 4 +--- .../src/commands/DeletePerformanceAnalysisReportCommand.ts | 4 +--- .../client-pi/src/commands/DescribeDimensionKeysCommand.ts | 4 +--- .../client-pi/src/commands/GetDimensionKeyDetailsCommand.ts | 4 +--- .../src/commands/GetPerformanceAnalysisReportCommand.ts | 4 +--- clients/client-pi/src/commands/GetResourceMetadataCommand.ts | 4 +--- clients/client-pi/src/commands/GetResourceMetricsCommand.ts | 4 +--- .../src/commands/ListAvailableResourceDimensionsCommand.ts | 4 +--- .../src/commands/ListAvailableResourceMetricsCommand.ts | 4 +--- .../src/commands/ListPerformanceAnalysisReportsCommand.ts | 4 +--- clients/client-pi/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-pi/src/commands/TagResourceCommand.ts | 4 +--- clients/client-pi/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateConfigurationSetCommand.ts | 4 +--- .../commands/CreateConfigurationSetEventDestinationCommand.ts | 4 +--- .../src/commands/CreateDedicatedIpPoolCommand.ts | 4 +--- .../src/commands/CreateDeliverabilityTestReportCommand.ts | 4 +--- .../src/commands/CreateEmailIdentityCommand.ts | 4 +--- .../src/commands/DeleteConfigurationSetCommand.ts | 4 +--- .../commands/DeleteConfigurationSetEventDestinationCommand.ts | 4 +--- .../src/commands/DeleteDedicatedIpPoolCommand.ts | 4 +--- .../src/commands/DeleteEmailIdentityCommand.ts | 4 +--- .../client-pinpoint-email/src/commands/GetAccountCommand.ts | 4 +--- .../src/commands/GetBlacklistReportsCommand.ts | 4 +--- .../src/commands/GetConfigurationSetCommand.ts | 4 +--- .../commands/GetConfigurationSetEventDestinationsCommand.ts | 4 +--- .../src/commands/GetDedicatedIpCommand.ts | 4 +--- .../src/commands/GetDedicatedIpsCommand.ts | 4 +--- .../src/commands/GetDeliverabilityDashboardOptionsCommand.ts | 4 +--- .../src/commands/GetDeliverabilityTestReportCommand.ts | 4 +--- .../src/commands/GetDomainDeliverabilityCampaignCommand.ts | 4 +--- .../src/commands/GetDomainStatisticsReportCommand.ts | 4 +--- .../src/commands/GetEmailIdentityCommand.ts | 4 +--- .../src/commands/ListConfigurationSetsCommand.ts | 4 +--- .../src/commands/ListDedicatedIpPoolsCommand.ts | 4 +--- .../src/commands/ListDeliverabilityTestReportsCommand.ts | 4 +--- .../src/commands/ListDomainDeliverabilityCampaignsCommand.ts | 4 +--- .../src/commands/ListEmailIdentitiesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/PutAccountDedicatedIpWarmupAttributesCommand.ts | 4 +--- .../src/commands/PutAccountSendingAttributesCommand.ts | 4 +--- .../src/commands/PutConfigurationSetDeliveryOptionsCommand.ts | 4 +--- .../commands/PutConfigurationSetReputationOptionsCommand.ts | 4 +--- .../src/commands/PutConfigurationSetSendingOptionsCommand.ts | 4 +--- .../src/commands/PutConfigurationSetTrackingOptionsCommand.ts | 4 +--- .../src/commands/PutDedicatedIpInPoolCommand.ts | 4 +--- .../src/commands/PutDedicatedIpWarmupAttributesCommand.ts | 4 +--- .../src/commands/PutDeliverabilityDashboardOptionCommand.ts | 4 +--- .../src/commands/PutEmailIdentityDkimAttributesCommand.ts | 4 +--- .../src/commands/PutEmailIdentityFeedbackAttributesCommand.ts | 4 +--- .../src/commands/PutEmailIdentityMailFromAttributesCommand.ts | 4 +--- .../client-pinpoint-email/src/commands/SendEmailCommand.ts | 4 +--- .../client-pinpoint-email/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../commands/UpdateConfigurationSetEventDestinationCommand.ts | 4 +--- .../src/commands/AssociateOriginationIdentityCommand.ts | 4 +--- .../src/commands/AssociateProtectConfigurationCommand.ts | 4 +--- .../src/commands/CreateConfigurationSetCommand.ts | 4 +--- .../src/commands/CreateEventDestinationCommand.ts | 4 +--- .../src/commands/CreateOptOutListCommand.ts | 4 +--- .../src/commands/CreatePoolCommand.ts | 4 +--- .../src/commands/CreateProtectConfigurationCommand.ts | 4 +--- .../src/commands/CreateRegistrationAssociationCommand.ts | 4 +--- .../src/commands/CreateRegistrationAttachmentCommand.ts | 4 +--- .../src/commands/CreateRegistrationCommand.ts | 4 +--- .../src/commands/CreateRegistrationVersionCommand.ts | 4 +--- .../src/commands/CreateVerifiedDestinationNumberCommand.ts | 4 +--- .../DeleteAccountDefaultProtectConfigurationCommand.ts | 4 +--- .../src/commands/DeleteConfigurationSetCommand.ts | 4 +--- .../src/commands/DeleteDefaultMessageTypeCommand.ts | 4 +--- .../src/commands/DeleteDefaultSenderIdCommand.ts | 4 +--- .../src/commands/DeleteEventDestinationCommand.ts | 4 +--- .../src/commands/DeleteKeywordCommand.ts | 4 +--- .../commands/DeleteMediaMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/DeleteOptOutListCommand.ts | 4 +--- .../src/commands/DeleteOptedOutNumberCommand.ts | 4 +--- .../src/commands/DeletePoolCommand.ts | 4 +--- .../src/commands/DeleteProtectConfigurationCommand.ts | 4 +--- .../src/commands/DeleteRegistrationAttachmentCommand.ts | 4 +--- .../src/commands/DeleteRegistrationCommand.ts | 4 +--- .../src/commands/DeleteRegistrationFieldValueCommand.ts | 4 +--- .../commands/DeleteTextMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/DeleteVerifiedDestinationNumberCommand.ts | 4 +--- .../commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../src/commands/DescribeAccountLimitsCommand.ts | 4 +--- .../src/commands/DescribeConfigurationSetsCommand.ts | 4 +--- .../src/commands/DescribeKeywordsCommand.ts | 4 +--- .../src/commands/DescribeOptOutListsCommand.ts | 4 +--- .../src/commands/DescribeOptedOutNumbersCommand.ts | 4 +--- .../src/commands/DescribePhoneNumbersCommand.ts | 4 +--- .../src/commands/DescribePoolsCommand.ts | 4 +--- .../src/commands/DescribeProtectConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeRegistrationAttachmentsCommand.ts | 4 +--- .../commands/DescribeRegistrationFieldDefinitionsCommand.ts | 4 +--- .../src/commands/DescribeRegistrationFieldValuesCommand.ts | 4 +--- .../commands/DescribeRegistrationSectionDefinitionsCommand.ts | 4 +--- .../commands/DescribeRegistrationTypeDefinitionsCommand.ts | 4 +--- .../src/commands/DescribeRegistrationVersionsCommand.ts | 4 +--- .../src/commands/DescribeRegistrationsCommand.ts | 4 +--- .../src/commands/DescribeSenderIdsCommand.ts | 4 +--- .../src/commands/DescribeSpendLimitsCommand.ts | 4 +--- .../src/commands/DescribeVerifiedDestinationNumbersCommand.ts | 4 +--- .../src/commands/DisassociateOriginationIdentityCommand.ts | 4 +--- .../src/commands/DisassociateProtectConfigurationCommand.ts | 4 +--- .../src/commands/DiscardRegistrationVersionCommand.ts | 4 +--- .../commands/GetProtectConfigurationCountryRuleSetCommand.ts | 4 +--- .../src/commands/ListPoolOriginationIdentitiesCommand.ts | 4 +--- .../src/commands/ListRegistrationAssociationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutKeywordCommand.ts | 4 +--- .../src/commands/PutOptedOutNumberCommand.ts | 4 +--- .../src/commands/PutRegistrationFieldValueCommand.ts | 4 +--- .../src/commands/ReleasePhoneNumberCommand.ts | 4 +--- .../src/commands/ReleaseSenderIdCommand.ts | 4 +--- .../src/commands/RequestPhoneNumberCommand.ts | 4 +--- .../src/commands/RequestSenderIdCommand.ts | 4 +--- .../commands/SendDestinationNumberVerificationCodeCommand.ts | 4 +--- .../src/commands/SendMediaMessageCommand.ts | 4 +--- .../src/commands/SendTextMessageCommand.ts | 4 +--- .../src/commands/SendVoiceMessageCommand.ts | 4 +--- .../commands/SetAccountDefaultProtectConfigurationCommand.ts | 4 +--- .../src/commands/SetDefaultMessageTypeCommand.ts | 4 +--- .../src/commands/SetDefaultSenderIdCommand.ts | 4 +--- .../src/commands/SetMediaMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/SetTextMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts | 4 +--- .../src/commands/SubmitRegistrationVersionCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateEventDestinationCommand.ts | 4 +--- .../src/commands/UpdatePhoneNumberCommand.ts | 4 +--- .../src/commands/UpdatePoolCommand.ts | 4 +--- .../src/commands/UpdateProtectConfigurationCommand.ts | 4 +--- .../UpdateProtectConfigurationCountryRuleSetCommand.ts | 4 +--- .../src/commands/UpdateSenderIdCommand.ts | 4 +--- .../src/commands/VerifyDestinationNumberCommand.ts | 4 +--- .../src/commands/CreateConfigurationSetCommand.ts | 4 +--- .../commands/CreateConfigurationSetEventDestinationCommand.ts | 4 +--- .../src/commands/DeleteConfigurationSetCommand.ts | 4 +--- .../commands/DeleteConfigurationSetEventDestinationCommand.ts | 4 +--- .../commands/GetConfigurationSetEventDestinationsCommand.ts | 4 +--- .../src/commands/ListConfigurationSetsCommand.ts | 4 +--- .../src/commands/SendVoiceMessageCommand.ts | 4 +--- .../commands/UpdateConfigurationSetEventDestinationCommand.ts | 4 +--- clients/client-pinpoint/src/commands/CreateAppCommand.ts | 4 +--- clients/client-pinpoint/src/commands/CreateCampaignCommand.ts | 4 +--- .../src/commands/CreateEmailTemplateCommand.ts | 4 +--- .../client-pinpoint/src/commands/CreateExportJobCommand.ts | 4 +--- .../client-pinpoint/src/commands/CreateImportJobCommand.ts | 4 +--- .../src/commands/CreateInAppTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/CreateJourneyCommand.ts | 4 +--- .../client-pinpoint/src/commands/CreatePushTemplateCommand.ts | 4 +--- .../src/commands/CreateRecommenderConfigurationCommand.ts | 4 +--- clients/client-pinpoint/src/commands/CreateSegmentCommand.ts | 4 +--- .../client-pinpoint/src/commands/CreateSmsTemplateCommand.ts | 4 +--- .../src/commands/CreateVoiceTemplateCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteAdmChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteApnsChannelCommand.ts | 4 +--- .../src/commands/DeleteApnsSandboxChannelCommand.ts | 4 +--- .../src/commands/DeleteApnsVoipChannelCommand.ts | 4 +--- .../src/commands/DeleteApnsVoipSandboxChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/DeleteAppCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteEmailChannelCommand.ts | 4 +--- .../src/commands/DeleteEmailTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteEventStreamCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteGcmChannelCommand.ts | 4 +--- .../src/commands/DeleteInAppTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeletePushTemplateCommand.ts | 4 +--- .../src/commands/DeleteRecommenderConfigurationCommand.ts | 4 +--- clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteSmsChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts | 4 +--- .../src/commands/DeleteUserEndpointsCommand.ts | 4 +--- .../client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts | 4 +--- .../src/commands/DeleteVoiceTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts | 4 +--- .../src/commands/GetApnsSandboxChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts | 4 +--- .../src/commands/GetApnsVoipSandboxChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetAppCommand.ts | 4 +--- .../src/commands/GetApplicationDateRangeKpiCommand.ts | 4 +--- .../src/commands/GetApplicationSettingsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetAppsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetBaiduChannelCommand.ts | 4 +--- .../src/commands/GetCampaignActivitiesCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetCampaignCommand.ts | 4 +--- .../src/commands/GetCampaignDateRangeKpiCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetCampaignVersionCommand.ts | 4 +--- .../src/commands/GetCampaignVersionsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetCampaignsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetChannelsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetEmailChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetEmailTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetEndpointCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetEventStreamCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetExportJobCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetExportJobsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetImportJobCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetImportJobsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetInAppMessagesCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetInAppTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetJourneyCommand.ts | 4 +--- .../src/commands/GetJourneyDateRangeKpiCommand.ts | 4 +--- .../src/commands/GetJourneyExecutionActivityMetricsCommand.ts | 4 +--- .../src/commands/GetJourneyExecutionMetricsCommand.ts | 4 +--- .../commands/GetJourneyRunExecutionActivityMetricsCommand.ts | 4 +--- .../src/commands/GetJourneyRunExecutionMetricsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetPushTemplateCommand.ts | 4 +--- .../src/commands/GetRecommenderConfigurationCommand.ts | 4 +--- .../src/commands/GetRecommenderConfigurationsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetSegmentCommand.ts | 4 +--- .../src/commands/GetSegmentExportJobsCommand.ts | 4 +--- .../src/commands/GetSegmentImportJobsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetSegmentVersionCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetSegmentVersionsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetSegmentsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetUserEndpointsCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetVoiceChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/GetVoiceTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/ListJourneysCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTemplateVersionsCommand.ts | 4 +--- clients/client-pinpoint/src/commands/ListTemplatesCommand.ts | 4 +--- .../src/commands/PhoneNumberValidateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/PutEventStreamCommand.ts | 4 +--- clients/client-pinpoint/src/commands/PutEventsCommand.ts | 4 +--- .../client-pinpoint/src/commands/RemoveAttributesCommand.ts | 4 +--- clients/client-pinpoint/src/commands/SendMessagesCommand.ts | 4 +--- clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts | 4 +--- .../client-pinpoint/src/commands/SendUsersMessagesCommand.ts | 4 +--- clients/client-pinpoint/src/commands/TagResourceCommand.ts | 4 +--- clients/client-pinpoint/src/commands/UntagResourceCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateAdmChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateApnsChannelCommand.ts | 4 +--- .../src/commands/UpdateApnsSandboxChannelCommand.ts | 4 +--- .../src/commands/UpdateApnsVoipChannelCommand.ts | 4 +--- .../src/commands/UpdateApnsVoipSandboxChannelCommand.ts | 4 +--- .../src/commands/UpdateApplicationSettingsCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts | 4 +--- clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateEmailChannelCommand.ts | 4 +--- .../src/commands/UpdateEmailTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts | 4 +--- .../src/commands/UpdateEndpointsBatchCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateGcmChannelCommand.ts | 4 +--- .../src/commands/UpdateInAppTemplateCommand.ts | 4 +--- clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateJourneyStateCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdatePushTemplateCommand.ts | 4 +--- .../src/commands/UpdateRecommenderConfigurationCommand.ts | 4 +--- clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateSmsChannelCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts | 4 +--- .../src/commands/UpdateTemplateActiveVersionCommand.ts | 4 +--- .../client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts | 4 +--- .../src/commands/UpdateVoiceTemplateCommand.ts | 4 +--- .../client-pinpoint/src/commands/VerifyOTPMessageCommand.ts | 4 +--- clients/client-pipes/src/commands/CreatePipeCommand.ts | 4 +--- clients/client-pipes/src/commands/DeletePipeCommand.ts | 4 +--- clients/client-pipes/src/commands/DescribePipeCommand.ts | 4 +--- clients/client-pipes/src/commands/ListPipesCommand.ts | 4 +--- .../client-pipes/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-pipes/src/commands/StartPipeCommand.ts | 4 +--- clients/client-pipes/src/commands/StopPipeCommand.ts | 4 +--- clients/client-pipes/src/commands/TagResourceCommand.ts | 4 +--- clients/client-pipes/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-pipes/src/commands/UpdatePipeCommand.ts | 4 +--- clients/client-polly/src/commands/DeleteLexiconCommand.ts | 4 +--- clients/client-polly/src/commands/DescribeVoicesCommand.ts | 4 +--- clients/client-polly/src/commands/GetLexiconCommand.ts | 4 +--- .../src/commands/GetSpeechSynthesisTaskCommand.ts | 4 +--- clients/client-polly/src/commands/ListLexiconsCommand.ts | 4 +--- .../src/commands/ListSpeechSynthesisTasksCommand.ts | 4 +--- clients/client-polly/src/commands/PutLexiconCommand.ts | 4 +--- .../src/commands/StartSpeechSynthesisTaskCommand.ts | 4 +--- clients/client-polly/src/commands/SynthesizeSpeechCommand.ts | 4 +--- .../client-pricing/src/commands/DescribeServicesCommand.ts | 4 +--- .../client-pricing/src/commands/GetAttributeValuesCommand.ts | 4 +--- .../client-pricing/src/commands/GetPriceListFileUrlCommand.ts | 4 +--- clients/client-pricing/src/commands/GetProductsCommand.ts | 4 +--- clients/client-pricing/src/commands/ListPriceListsCommand.ts | 4 +--- .../src/commands/AcknowledgeOrderReceiptCommand.ts | 4 +--- .../src/commands/ActivateDeviceIdentifierCommand.ts | 4 +--- .../src/commands/ActivateNetworkSiteCommand.ts | 4 +--- .../src/commands/ConfigureAccessPointCommand.ts | 4 +--- .../src/commands/CreateNetworkCommand.ts | 4 +--- .../src/commands/CreateNetworkSiteCommand.ts | 4 +--- .../src/commands/DeactivateDeviceIdentifierCommand.ts | 4 +--- .../src/commands/DeleteNetworkCommand.ts | 4 +--- .../src/commands/DeleteNetworkSiteCommand.ts | 4 +--- .../src/commands/GetDeviceIdentifierCommand.ts | 4 +--- .../client-privatenetworks/src/commands/GetNetworkCommand.ts | 4 +--- .../src/commands/GetNetworkResourceCommand.ts | 4 +--- .../src/commands/GetNetworkSiteCommand.ts | 4 +--- .../client-privatenetworks/src/commands/GetOrderCommand.ts | 4 +--- .../src/commands/ListDeviceIdentifiersCommand.ts | 4 +--- .../src/commands/ListNetworkResourcesCommand.ts | 4 +--- .../src/commands/ListNetworkSitesCommand.ts | 4 +--- .../src/commands/ListNetworksCommand.ts | 4 +--- .../client-privatenetworks/src/commands/ListOrdersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-privatenetworks/src/commands/PingCommand.ts | 4 +--- .../src/commands/StartNetworkResourceUpdateCommand.ts | 4 +--- .../client-privatenetworks/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateNetworkSiteCommand.ts | 4 +--- .../src/commands/UpdateNetworkSitePlanCommand.ts | 4 +--- .../src/commands/AcceptEnvironmentAccountConnectionCommand.ts | 4 +--- .../src/commands/CancelComponentDeploymentCommand.ts | 4 +--- .../src/commands/CancelEnvironmentDeploymentCommand.ts | 4 +--- .../src/commands/CancelServiceInstanceDeploymentCommand.ts | 4 +--- .../src/commands/CancelServicePipelineDeploymentCommand.ts | 4 +--- clients/client-proton/src/commands/CreateComponentCommand.ts | 4 +--- .../src/commands/CreateEnvironmentAccountConnectionCommand.ts | 4 +--- .../client-proton/src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/CreateEnvironmentTemplateCommand.ts | 4 +--- .../src/commands/CreateEnvironmentTemplateVersionCommand.ts | 4 +--- clients/client-proton/src/commands/CreateRepositoryCommand.ts | 4 +--- clients/client-proton/src/commands/CreateServiceCommand.ts | 4 +--- .../src/commands/CreateServiceInstanceCommand.ts | 4 +--- .../src/commands/CreateServiceSyncConfigCommand.ts | 4 +--- .../src/commands/CreateServiceTemplateCommand.ts | 4 +--- .../src/commands/CreateServiceTemplateVersionCommand.ts | 4 +--- .../src/commands/CreateTemplateSyncConfigCommand.ts | 4 +--- clients/client-proton/src/commands/DeleteComponentCommand.ts | 4 +--- clients/client-proton/src/commands/DeleteDeploymentCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentAccountConnectionCommand.ts | 4 +--- .../client-proton/src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentTemplateCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentTemplateVersionCommand.ts | 4 +--- clients/client-proton/src/commands/DeleteRepositoryCommand.ts | 4 +--- clients/client-proton/src/commands/DeleteServiceCommand.ts | 4 +--- .../src/commands/DeleteServiceSyncConfigCommand.ts | 4 +--- .../src/commands/DeleteServiceTemplateCommand.ts | 4 +--- .../src/commands/DeleteServiceTemplateVersionCommand.ts | 4 +--- .../src/commands/DeleteTemplateSyncConfigCommand.ts | 4 +--- .../client-proton/src/commands/GetAccountSettingsCommand.ts | 4 +--- clients/client-proton/src/commands/GetComponentCommand.ts | 4 +--- clients/client-proton/src/commands/GetDeploymentCommand.ts | 4 +--- .../src/commands/GetEnvironmentAccountConnectionCommand.ts | 4 +--- clients/client-proton/src/commands/GetEnvironmentCommand.ts | 4 +--- .../src/commands/GetEnvironmentTemplateCommand.ts | 4 +--- .../src/commands/GetEnvironmentTemplateVersionCommand.ts | 4 +--- clients/client-proton/src/commands/GetRepositoryCommand.ts | 4 +--- .../src/commands/GetRepositorySyncStatusCommand.ts | 4 +--- .../client-proton/src/commands/GetResourcesSummaryCommand.ts | 4 +--- clients/client-proton/src/commands/GetServiceCommand.ts | 4 +--- .../client-proton/src/commands/GetServiceInstanceCommand.ts | 4 +--- .../src/commands/GetServiceInstanceSyncStatusCommand.ts | 4 +--- .../src/commands/GetServiceSyncBlockerSummaryCommand.ts | 4 +--- .../client-proton/src/commands/GetServiceSyncConfigCommand.ts | 4 +--- .../client-proton/src/commands/GetServiceTemplateCommand.ts | 4 +--- .../src/commands/GetServiceTemplateVersionCommand.ts | 4 +--- .../src/commands/GetTemplateSyncConfigCommand.ts | 4 +--- .../src/commands/GetTemplateSyncStatusCommand.ts | 4 +--- .../client-proton/src/commands/ListComponentOutputsCommand.ts | 4 +--- .../src/commands/ListComponentProvisionedResourcesCommand.ts | 4 +--- clients/client-proton/src/commands/ListComponentsCommand.ts | 4 +--- clients/client-proton/src/commands/ListDeploymentsCommand.ts | 4 +--- .../src/commands/ListEnvironmentAccountConnectionsCommand.ts | 4 +--- .../src/commands/ListEnvironmentOutputsCommand.ts | 4 +--- .../commands/ListEnvironmentProvisionedResourcesCommand.ts | 4 +--- .../src/commands/ListEnvironmentTemplateVersionsCommand.ts | 4 +--- .../src/commands/ListEnvironmentTemplatesCommand.ts | 4 +--- clients/client-proton/src/commands/ListEnvironmentsCommand.ts | 4 +--- clients/client-proton/src/commands/ListRepositoriesCommand.ts | 4 +--- .../src/commands/ListRepositorySyncDefinitionsCommand.ts | 4 +--- .../src/commands/ListServiceInstanceOutputsCommand.ts | 4 +--- .../ListServiceInstanceProvisionedResourcesCommand.ts | 4 +--- .../client-proton/src/commands/ListServiceInstancesCommand.ts | 4 +--- .../src/commands/ListServicePipelineOutputsCommand.ts | 4 +--- .../ListServicePipelineProvisionedResourcesCommand.ts | 4 +--- .../src/commands/ListServiceTemplateVersionsCommand.ts | 4 +--- .../client-proton/src/commands/ListServiceTemplatesCommand.ts | 4 +--- clients/client-proton/src/commands/ListServicesCommand.ts | 4 +--- .../client-proton/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/NotifyResourceDeploymentStatusChangeCommand.ts | 4 +--- .../src/commands/RejectEnvironmentAccountConnectionCommand.ts | 4 +--- clients/client-proton/src/commands/TagResourceCommand.ts | 4 +--- clients/client-proton/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- clients/client-proton/src/commands/UpdateComponentCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentAccountConnectionCommand.ts | 4 +--- .../client-proton/src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentTemplateCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentTemplateVersionCommand.ts | 4 +--- clients/client-proton/src/commands/UpdateServiceCommand.ts | 4 +--- .../src/commands/UpdateServiceInstanceCommand.ts | 4 +--- .../src/commands/UpdateServicePipelineCommand.ts | 4 +--- .../src/commands/UpdateServiceSyncBlockerCommand.ts | 4 +--- .../src/commands/UpdateServiceSyncConfigCommand.ts | 4 +--- .../src/commands/UpdateServiceTemplateCommand.ts | 4 +--- .../src/commands/UpdateServiceTemplateVersionCommand.ts | 4 +--- .../src/commands/UpdateTemplateSyncConfigCommand.ts | 4 +--- .../src/commands/AssociateLibraryItemReviewCommand.ts | 4 +--- .../client-qapps/src/commands/AssociateQAppWithUserCommand.ts | 4 +--- clients/client-qapps/src/commands/CreateLibraryItemCommand.ts | 4 +--- clients/client-qapps/src/commands/CreateQAppCommand.ts | 4 +--- clients/client-qapps/src/commands/DeleteLibraryItemCommand.ts | 4 +--- clients/client-qapps/src/commands/DeleteQAppCommand.ts | 4 +--- .../src/commands/DisassociateLibraryItemReviewCommand.ts | 4 +--- .../src/commands/DisassociateQAppFromUserCommand.ts | 4 +--- clients/client-qapps/src/commands/GetLibraryItemCommand.ts | 4 +--- clients/client-qapps/src/commands/GetQAppCommand.ts | 4 +--- clients/client-qapps/src/commands/GetQAppSessionCommand.ts | 4 +--- clients/client-qapps/src/commands/ImportDocumentCommand.ts | 4 +--- clients/client-qapps/src/commands/ListLibraryItemsCommand.ts | 4 +--- clients/client-qapps/src/commands/ListQAppsCommand.ts | 4 +--- .../client-qapps/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-qapps/src/commands/PredictQAppCommand.ts | 4 +--- clients/client-qapps/src/commands/StartQAppSessionCommand.ts | 4 +--- clients/client-qapps/src/commands/StopQAppSessionCommand.ts | 4 +--- clients/client-qapps/src/commands/TagResourceCommand.ts | 4 +--- clients/client-qapps/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-qapps/src/commands/UpdateLibraryItemCommand.ts | 4 +--- .../src/commands/UpdateLibraryItemMetadataCommand.ts | 4 +--- clients/client-qapps/src/commands/UpdateQAppCommand.ts | 4 +--- clients/client-qapps/src/commands/UpdateQAppSessionCommand.ts | 4 +--- .../src/commands/BatchDeleteDocumentCommand.ts | 4 +--- .../client-qbusiness/src/commands/BatchPutDocumentCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ChatCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ChatSyncCommand.ts | 4 +--- .../client-qbusiness/src/commands/CreateApplicationCommand.ts | 4 +--- .../client-qbusiness/src/commands/CreateDataSourceCommand.ts | 4 +--- clients/client-qbusiness/src/commands/CreateIndexCommand.ts | 4 +--- clients/client-qbusiness/src/commands/CreatePluginCommand.ts | 4 +--- .../client-qbusiness/src/commands/CreateRetrieverCommand.ts | 4 +--- clients/client-qbusiness/src/commands/CreateUserCommand.ts | 4 +--- .../src/commands/CreateWebExperienceCommand.ts | 4 +--- .../client-qbusiness/src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteChatControlsConfigurationCommand.ts | 4 +--- .../src/commands/DeleteConversationCommand.ts | 4 +--- .../client-qbusiness/src/commands/DeleteDataSourceCommand.ts | 4 +--- clients/client-qbusiness/src/commands/DeleteGroupCommand.ts | 4 +--- clients/client-qbusiness/src/commands/DeleteIndexCommand.ts | 4 +--- clients/client-qbusiness/src/commands/DeletePluginCommand.ts | 4 +--- .../client-qbusiness/src/commands/DeleteRetrieverCommand.ts | 4 +--- clients/client-qbusiness/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeleteWebExperienceCommand.ts | 4 +--- .../client-qbusiness/src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetChatControlsConfigurationCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetDataSourceCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetGroupCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetIndexCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetPluginCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetRetrieverCommand.ts | 4 +--- clients/client-qbusiness/src/commands/GetUserCommand.ts | 4 +--- .../client-qbusiness/src/commands/GetWebExperienceCommand.ts | 4 +--- .../client-qbusiness/src/commands/ListApplicationsCommand.ts | 4 +--- .../client-qbusiness/src/commands/ListConversationsCommand.ts | 4 +--- .../src/commands/ListDataSourceSyncJobsCommand.ts | 4 +--- .../client-qbusiness/src/commands/ListDataSourcesCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ListDocumentsCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ListGroupsCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ListIndicesCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ListMessagesCommand.ts | 4 +--- clients/client-qbusiness/src/commands/ListPluginsCommand.ts | 4 +--- .../client-qbusiness/src/commands/ListRetrieversCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWebExperiencesCommand.ts | 4 +--- clients/client-qbusiness/src/commands/PutFeedbackCommand.ts | 4 +--- clients/client-qbusiness/src/commands/PutGroupCommand.ts | 4 +--- .../src/commands/StartDataSourceSyncJobCommand.ts | 4 +--- .../src/commands/StopDataSourceSyncJobCommand.ts | 4 +--- clients/client-qbusiness/src/commands/TagResourceCommand.ts | 4 +--- clients/client-qbusiness/src/commands/UntagResourceCommand.ts | 4 +--- .../client-qbusiness/src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateChatControlsConfigurationCommand.ts | 4 +--- .../client-qbusiness/src/commands/UpdateDataSourceCommand.ts | 4 +--- clients/client-qbusiness/src/commands/UpdateIndexCommand.ts | 4 +--- clients/client-qbusiness/src/commands/UpdatePluginCommand.ts | 4 +--- .../client-qbusiness/src/commands/UpdateRetrieverCommand.ts | 4 +--- clients/client-qbusiness/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/UpdateWebExperienceCommand.ts | 4 +--- .../src/commands/CreateAssistantAssociationCommand.ts | 4 +--- .../client-qconnect/src/commands/CreateAssistantCommand.ts | 4 +--- .../src/commands/CreateContentAssociationCommand.ts | 4 +--- clients/client-qconnect/src/commands/CreateContentCommand.ts | 4 +--- .../src/commands/CreateKnowledgeBaseCommand.ts | 4 +--- .../src/commands/CreateQuickResponseCommand.ts | 4 +--- clients/client-qconnect/src/commands/CreateSessionCommand.ts | 4 +--- .../src/commands/DeleteAssistantAssociationCommand.ts | 4 +--- .../client-qconnect/src/commands/DeleteAssistantCommand.ts | 4 +--- .../src/commands/DeleteContentAssociationCommand.ts | 4 +--- clients/client-qconnect/src/commands/DeleteContentCommand.ts | 4 +--- .../client-qconnect/src/commands/DeleteImportJobCommand.ts | 4 +--- .../src/commands/DeleteKnowledgeBaseCommand.ts | 4 +--- .../src/commands/DeleteQuickResponseCommand.ts | 4 +--- .../src/commands/GetAssistantAssociationCommand.ts | 4 +--- clients/client-qconnect/src/commands/GetAssistantCommand.ts | 4 +--- .../src/commands/GetContentAssociationCommand.ts | 4 +--- clients/client-qconnect/src/commands/GetContentCommand.ts | 4 +--- .../client-qconnect/src/commands/GetContentSummaryCommand.ts | 4 +--- clients/client-qconnect/src/commands/GetImportJobCommand.ts | 4 +--- .../client-qconnect/src/commands/GetKnowledgeBaseCommand.ts | 4 +--- .../client-qconnect/src/commands/GetQuickResponseCommand.ts | 4 +--- .../client-qconnect/src/commands/GetRecommendationsCommand.ts | 4 +--- clients/client-qconnect/src/commands/GetSessionCommand.ts | 4 +--- .../src/commands/ListAssistantAssociationsCommand.ts | 4 +--- clients/client-qconnect/src/commands/ListAssistantsCommand.ts | 4 +--- .../src/commands/ListContentAssociationsCommand.ts | 4 +--- clients/client-qconnect/src/commands/ListContentsCommand.ts | 4 +--- clients/client-qconnect/src/commands/ListImportJobsCommand.ts | 4 +--- .../client-qconnect/src/commands/ListKnowledgeBasesCommand.ts | 4 +--- .../client-qconnect/src/commands/ListQuickResponsesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/NotifyRecommendationsReceivedCommand.ts | 4 +--- clients/client-qconnect/src/commands/PutFeedbackCommand.ts | 4 +--- clients/client-qconnect/src/commands/QueryAssistantCommand.ts | 4 +--- .../src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts | 4 +--- clients/client-qconnect/src/commands/SearchContentCommand.ts | 4 +--- .../src/commands/SearchQuickResponsesCommand.ts | 4 +--- clients/client-qconnect/src/commands/SearchSessionsCommand.ts | 4 +--- .../client-qconnect/src/commands/StartContentUploadCommand.ts | 4 +--- clients/client-qconnect/src/commands/StartImportJobCommand.ts | 4 +--- clients/client-qconnect/src/commands/TagResourceCommand.ts | 4 +--- clients/client-qconnect/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-qconnect/src/commands/UpdateContentCommand.ts | 4 +--- .../src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts | 4 +--- .../src/commands/UpdateQuickResponseCommand.ts | 4 +--- clients/client-qconnect/src/commands/UpdateSessionCommand.ts | 4 +--- .../client-qldb-session/src/commands/SendCommandCommand.ts | 4 +--- .../src/commands/CancelJournalKinesisStreamCommand.ts | 4 +--- clients/client-qldb/src/commands/CreateLedgerCommand.ts | 4 +--- clients/client-qldb/src/commands/DeleteLedgerCommand.ts | 4 +--- .../src/commands/DescribeJournalKinesisStreamCommand.ts | 4 +--- .../src/commands/DescribeJournalS3ExportCommand.ts | 4 +--- clients/client-qldb/src/commands/DescribeLedgerCommand.ts | 4 +--- clients/client-qldb/src/commands/ExportJournalToS3Command.ts | 4 +--- clients/client-qldb/src/commands/GetBlockCommand.ts | 4 +--- clients/client-qldb/src/commands/GetDigestCommand.ts | 4 +--- clients/client-qldb/src/commands/GetRevisionCommand.ts | 4 +--- .../src/commands/ListJournalKinesisStreamsForLedgerCommand.ts | 4 +--- .../client-qldb/src/commands/ListJournalS3ExportsCommand.ts | 4 +--- .../src/commands/ListJournalS3ExportsForLedgerCommand.ts | 4 +--- clients/client-qldb/src/commands/ListLedgersCommand.ts | 4 +--- .../client-qldb/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-qldb/src/commands/StreamJournalToKinesisCommand.ts | 4 +--- clients/client-qldb/src/commands/TagResourceCommand.ts | 4 +--- clients/client-qldb/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-qldb/src/commands/UpdateLedgerCommand.ts | 4 +--- .../src/commands/UpdateLedgerPermissionsModeCommand.ts | 4 +--- .../src/commands/BatchCreateTopicReviewedAnswerCommand.ts | 4 +--- .../src/commands/BatchDeleteTopicReviewedAnswerCommand.ts | 4 +--- .../client-quicksight/src/commands/CancelIngestionCommand.ts | 4 +--- .../src/commands/CreateAccountCustomizationCommand.ts | 4 +--- .../src/commands/CreateAccountSubscriptionCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateAnalysisCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateDashboardCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateDataSetCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateDataSourceCommand.ts | 4 +--- clients/client-quicksight/src/commands/CreateFolderCommand.ts | 4 +--- .../src/commands/CreateFolderMembershipCommand.ts | 4 +--- clients/client-quicksight/src/commands/CreateGroupCommand.ts | 4 +--- .../src/commands/CreateGroupMembershipCommand.ts | 4 +--- .../src/commands/CreateIAMPolicyAssignmentCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateIngestionCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateNamespaceCommand.ts | 4 +--- .../src/commands/CreateRefreshScheduleCommand.ts | 4 +--- .../src/commands/CreateRoleMembershipCommand.ts | 4 +--- .../src/commands/CreateTemplateAliasCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateTemplateCommand.ts | 4 +--- .../client-quicksight/src/commands/CreateThemeAliasCommand.ts | 4 +--- clients/client-quicksight/src/commands/CreateThemeCommand.ts | 4 +--- clients/client-quicksight/src/commands/CreateTopicCommand.ts | 4 +--- .../src/commands/CreateTopicRefreshScheduleCommand.ts | 4 +--- .../src/commands/CreateVPCConnectionCommand.ts | 4 +--- .../src/commands/DeleteAccountCustomizationCommand.ts | 4 +--- .../src/commands/DeleteAccountSubscriptionCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteAnalysisCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteDashboardCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteDataSetCommand.ts | 4 +--- .../src/commands/DeleteDataSetRefreshPropertiesCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteDataSourceCommand.ts | 4 +--- clients/client-quicksight/src/commands/DeleteFolderCommand.ts | 4 +--- .../src/commands/DeleteFolderMembershipCommand.ts | 4 +--- clients/client-quicksight/src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/DeleteGroupMembershipCommand.ts | 4 +--- .../src/commands/DeleteIAMPolicyAssignmentCommand.ts | 4 +--- .../src/commands/DeleteIdentityPropagationConfigCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteNamespaceCommand.ts | 4 +--- .../src/commands/DeleteRefreshScheduleCommand.ts | 4 +--- .../src/commands/DeleteRoleCustomPermissionCommand.ts | 4 +--- .../src/commands/DeleteRoleMembershipCommand.ts | 4 +--- .../src/commands/DeleteTemplateAliasCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteTemplateCommand.ts | 4 +--- .../client-quicksight/src/commands/DeleteThemeAliasCommand.ts | 4 +--- clients/client-quicksight/src/commands/DeleteThemeCommand.ts | 4 +--- clients/client-quicksight/src/commands/DeleteTopicCommand.ts | 4 +--- .../src/commands/DeleteTopicRefreshScheduleCommand.ts | 4 +--- .../src/commands/DeleteUserByPrincipalIdCommand.ts | 4 +--- clients/client-quicksight/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeleteVPCConnectionCommand.ts | 4 +--- .../src/commands/DescribeAccountCustomizationCommand.ts | 4 +--- .../src/commands/DescribeAccountSettingsCommand.ts | 4 +--- .../src/commands/DescribeAccountSubscriptionCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeAnalysisCommand.ts | 4 +--- .../src/commands/DescribeAnalysisDefinitionCommand.ts | 4 +--- .../src/commands/DescribeAnalysisPermissionsCommand.ts | 4 +--- .../src/commands/DescribeAssetBundleExportJobCommand.ts | 4 +--- .../src/commands/DescribeAssetBundleImportJobCommand.ts | 4 +--- .../src/commands/DescribeDashboardCommand.ts | 4 +--- .../src/commands/DescribeDashboardDefinitionCommand.ts | 4 +--- .../src/commands/DescribeDashboardPermissionsCommand.ts | 4 +--- .../src/commands/DescribeDashboardSnapshotJobCommand.ts | 4 +--- .../src/commands/DescribeDashboardSnapshotJobResultCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeDataSetCommand.ts | 4 +--- .../src/commands/DescribeDataSetPermissionsCommand.ts | 4 +--- .../src/commands/DescribeDataSetRefreshPropertiesCommand.ts | 4 +--- .../src/commands/DescribeDataSourceCommand.ts | 4 +--- .../src/commands/DescribeDataSourcePermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeFolderCommand.ts | 4 +--- .../src/commands/DescribeFolderPermissionsCommand.ts | 4 +--- .../src/commands/DescribeFolderResolvedPermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeGroupCommand.ts | 4 +--- .../src/commands/DescribeGroupMembershipCommand.ts | 4 +--- .../src/commands/DescribeIAMPolicyAssignmentCommand.ts | 4 +--- .../src/commands/DescribeIngestionCommand.ts | 4 +--- .../src/commands/DescribeIpRestrictionCommand.ts | 4 +--- .../src/commands/DescribeKeyRegistrationCommand.ts | 4 +--- .../src/commands/DescribeNamespaceCommand.ts | 4 +--- .../src/commands/DescribeRefreshScheduleCommand.ts | 4 +--- .../src/commands/DescribeRoleCustomPermissionCommand.ts | 4 +--- .../src/commands/DescribeTemplateAliasCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeTemplateCommand.ts | 4 +--- .../src/commands/DescribeTemplateDefinitionCommand.ts | 4 +--- .../src/commands/DescribeTemplatePermissionsCommand.ts | 4 +--- .../src/commands/DescribeThemeAliasCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeThemeCommand.ts | 4 +--- .../src/commands/DescribeThemePermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/DescribeTopicCommand.ts | 4 +--- .../src/commands/DescribeTopicPermissionsCommand.ts | 4 +--- .../src/commands/DescribeTopicRefreshCommand.ts | 4 +--- .../src/commands/DescribeTopicRefreshScheduleCommand.ts | 4 +--- clients/client-quicksight/src/commands/DescribeUserCommand.ts | 4 +--- .../src/commands/DescribeVPCConnectionCommand.ts | 4 +--- .../src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts | 4 +--- .../src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts | 4 +--- .../src/commands/GetDashboardEmbedUrlCommand.ts | 4 +--- .../src/commands/GetSessionEmbedUrlCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListAnalysesCommand.ts | 4 +--- .../src/commands/ListAssetBundleExportJobsCommand.ts | 4 +--- .../src/commands/ListAssetBundleImportJobsCommand.ts | 4 +--- .../src/commands/ListDashboardVersionsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListDashboardsCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListDataSetsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListDataSourcesCommand.ts | 4 +--- .../src/commands/ListFolderMembersCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListFoldersCommand.ts | 4 +--- .../src/commands/ListGroupMembershipsCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/ListIAMPolicyAssignmentsCommand.ts | 4 +--- .../src/commands/ListIAMPolicyAssignmentsForUserCommand.ts | 4 +--- .../src/commands/ListIdentityPropagationConfigsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListIngestionsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListNamespacesCommand.ts | 4 +--- .../src/commands/ListRefreshSchedulesCommand.ts | 4 +--- .../src/commands/ListRoleMembershipsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTemplateAliasesCommand.ts | 4 +--- .../src/commands/ListTemplateVersionsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListTemplatesCommand.ts | 4 +--- .../client-quicksight/src/commands/ListThemeAliasesCommand.ts | 4 +--- .../src/commands/ListThemeVersionsCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListThemesCommand.ts | 4 +--- .../src/commands/ListTopicRefreshSchedulesCommand.ts | 4 +--- .../src/commands/ListTopicReviewedAnswersCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListTopicsCommand.ts | 4 +--- .../client-quicksight/src/commands/ListUserGroupsCommand.ts | 4 +--- clients/client-quicksight/src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/ListVPCConnectionsCommand.ts | 4 +--- .../src/commands/PutDataSetRefreshPropertiesCommand.ts | 4 +--- clients/client-quicksight/src/commands/RegisterUserCommand.ts | 4 +--- .../client-quicksight/src/commands/RestoreAnalysisCommand.ts | 4 +--- .../client-quicksight/src/commands/SearchAnalysesCommand.ts | 4 +--- .../client-quicksight/src/commands/SearchDashboardsCommand.ts | 4 +--- .../client-quicksight/src/commands/SearchDataSetsCommand.ts | 4 +--- .../src/commands/SearchDataSourcesCommand.ts | 4 +--- .../client-quicksight/src/commands/SearchFoldersCommand.ts | 4 +--- clients/client-quicksight/src/commands/SearchGroupsCommand.ts | 4 +--- .../src/commands/StartAssetBundleExportJobCommand.ts | 4 +--- .../src/commands/StartAssetBundleImportJobCommand.ts | 4 +--- .../src/commands/StartDashboardSnapshotJobCommand.ts | 4 +--- clients/client-quicksight/src/commands/TagResourceCommand.ts | 4 +--- .../client-quicksight/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountCustomizationCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateAnalysisCommand.ts | 4 +--- .../src/commands/UpdateAnalysisPermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateDashboardCommand.ts | 4 +--- .../src/commands/UpdateDashboardLinksCommand.ts | 4 +--- .../src/commands/UpdateDashboardPermissionsCommand.ts | 4 +--- .../src/commands/UpdateDashboardPublishedVersionCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateDataSetCommand.ts | 4 +--- .../src/commands/UpdateDataSetPermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateDataSourceCommand.ts | 4 +--- .../src/commands/UpdateDataSourcePermissionsCommand.ts | 4 +--- clients/client-quicksight/src/commands/UpdateFolderCommand.ts | 4 +--- .../src/commands/UpdateFolderPermissionsCommand.ts | 4 +--- clients/client-quicksight/src/commands/UpdateGroupCommand.ts | 4 +--- .../src/commands/UpdateIAMPolicyAssignmentCommand.ts | 4 +--- .../src/commands/UpdateIdentityPropagationConfigCommand.ts | 4 +--- .../src/commands/UpdateIpRestrictionCommand.ts | 4 +--- .../src/commands/UpdateKeyRegistrationCommand.ts | 4 +--- .../src/commands/UpdatePublicSharingSettingsCommand.ts | 4 +--- .../src/commands/UpdateRefreshScheduleCommand.ts | 4 +--- .../src/commands/UpdateRoleCustomPermissionCommand.ts | 4 +--- .../src/commands/UpdateSPICECapacityConfigurationCommand.ts | 4 +--- .../src/commands/UpdateTemplateAliasCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateTemplateCommand.ts | 4 +--- .../src/commands/UpdateTemplatePermissionsCommand.ts | 4 +--- .../client-quicksight/src/commands/UpdateThemeAliasCommand.ts | 4 +--- clients/client-quicksight/src/commands/UpdateThemeCommand.ts | 4 +--- .../src/commands/UpdateThemePermissionsCommand.ts | 4 +--- clients/client-quicksight/src/commands/UpdateTopicCommand.ts | 4 +--- .../src/commands/UpdateTopicPermissionsCommand.ts | 4 +--- .../src/commands/UpdateTopicRefreshScheduleCommand.ts | 4 +--- clients/client-quicksight/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/UpdateVPCConnectionCommand.ts | 4 +--- .../src/commands/AcceptResourceShareInvitationCommand.ts | 4 +--- .../client-ram/src/commands/AssociateResourceShareCommand.ts | 4 +--- .../src/commands/AssociateResourceSharePermissionCommand.ts | 4 +--- clients/client-ram/src/commands/CreatePermissionCommand.ts | 4 +--- .../client-ram/src/commands/CreatePermissionVersionCommand.ts | 4 +--- clients/client-ram/src/commands/CreateResourceShareCommand.ts | 4 +--- clients/client-ram/src/commands/DeletePermissionCommand.ts | 4 +--- .../client-ram/src/commands/DeletePermissionVersionCommand.ts | 4 +--- clients/client-ram/src/commands/DeleteResourceShareCommand.ts | 4 +--- .../src/commands/DisassociateResourceShareCommand.ts | 4 +--- .../commands/DisassociateResourceSharePermissionCommand.ts | 4 +--- .../src/commands/EnableSharingWithAwsOrganizationCommand.ts | 4 +--- clients/client-ram/src/commands/GetPermissionCommand.ts | 4 +--- clients/client-ram/src/commands/GetResourcePoliciesCommand.ts | 4 +--- .../src/commands/GetResourceShareAssociationsCommand.ts | 4 +--- .../src/commands/GetResourceShareInvitationsCommand.ts | 4 +--- clients/client-ram/src/commands/GetResourceSharesCommand.ts | 4 +--- .../src/commands/ListPendingInvitationResourcesCommand.ts | 4 +--- .../src/commands/ListPermissionAssociationsCommand.ts | 4 +--- .../client-ram/src/commands/ListPermissionVersionsCommand.ts | 4 +--- clients/client-ram/src/commands/ListPermissionsCommand.ts | 4 +--- clients/client-ram/src/commands/ListPrincipalsCommand.ts | 4 +--- .../commands/ListReplacePermissionAssociationsWorkCommand.ts | 4 +--- .../src/commands/ListResourceSharePermissionsCommand.ts | 4 +--- clients/client-ram/src/commands/ListResourceTypesCommand.ts | 4 +--- clients/client-ram/src/commands/ListResourcesCommand.ts | 4 +--- .../src/commands/PromotePermissionCreatedFromPolicyCommand.ts | 4 +--- .../commands/PromoteResourceShareCreatedFromPolicyCommand.ts | 4 +--- .../src/commands/RejectResourceShareInvitationCommand.ts | 4 +--- .../src/commands/ReplacePermissionAssociationsCommand.ts | 4 +--- .../src/commands/SetDefaultPermissionVersionCommand.ts | 4 +--- clients/client-ram/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ram/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-ram/src/commands/UpdateResourceShareCommand.ts | 4 +--- clients/client-rbin/src/commands/CreateRuleCommand.ts | 4 +--- clients/client-rbin/src/commands/DeleteRuleCommand.ts | 4 +--- clients/client-rbin/src/commands/GetRuleCommand.ts | 4 +--- clients/client-rbin/src/commands/ListRulesCommand.ts | 4 +--- .../client-rbin/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-rbin/src/commands/LockRuleCommand.ts | 4 +--- clients/client-rbin/src/commands/TagResourceCommand.ts | 4 +--- clients/client-rbin/src/commands/UnlockRuleCommand.ts | 4 +--- clients/client-rbin/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-rbin/src/commands/UpdateRuleCommand.ts | 4 +--- .../src/commands/BatchExecuteStatementCommand.ts | 4 +--- .../client-rds-data/src/commands/BeginTransactionCommand.ts | 4 +--- .../client-rds-data/src/commands/CommitTransactionCommand.ts | 4 +--- clients/client-rds-data/src/commands/ExecuteSqlCommand.ts | 4 +--- .../client-rds-data/src/commands/ExecuteStatementCommand.ts | 4 +--- .../src/commands/RollbackTransactionCommand.ts | 4 +--- clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts | 4 +--- clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts | 4 +--- .../src/commands/AddSourceIdentifierToSubscriptionCommand.ts | 4 +--- clients/client-rds/src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/ApplyPendingMaintenanceActionCommand.ts | 4 +--- .../src/commands/AuthorizeDBSecurityGroupIngressCommand.ts | 4 +--- clients/client-rds/src/commands/BacktrackDBClusterCommand.ts | 4 +--- clients/client-rds/src/commands/CancelExportTaskCommand.ts | 4 +--- .../src/commands/CopyDBClusterParameterGroupCommand.ts | 4 +--- .../client-rds/src/commands/CopyDBClusterSnapshotCommand.ts | 4 +--- .../client-rds/src/commands/CopyDBParameterGroupCommand.ts | 4 +--- clients/client-rds/src/commands/CopyDBSnapshotCommand.ts | 4 +--- clients/client-rds/src/commands/CopyOptionGroupCommand.ts | 4 +--- .../src/commands/CreateBlueGreenDeploymentCommand.ts | 4 +--- .../src/commands/CreateCustomDBEngineVersionCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBClusterCommand.ts | 4 +--- .../client-rds/src/commands/CreateDBClusterEndpointCommand.ts | 4 +--- .../src/commands/CreateDBClusterParameterGroupCommand.ts | 4 +--- .../client-rds/src/commands/CreateDBClusterSnapshotCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBInstanceCommand.ts | 4 +--- .../src/commands/CreateDBInstanceReadReplicaCommand.ts | 4 +--- .../client-rds/src/commands/CreateDBParameterGroupCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBProxyCommand.ts | 4 +--- .../client-rds/src/commands/CreateDBProxyEndpointCommand.ts | 4 +--- .../client-rds/src/commands/CreateDBSecurityGroupCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBShardGroupCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBSnapshotCommand.ts | 4 +--- clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts | 4 +--- .../client-rds/src/commands/CreateEventSubscriptionCommand.ts | 4 +--- clients/client-rds/src/commands/CreateGlobalClusterCommand.ts | 4 +--- clients/client-rds/src/commands/CreateIntegrationCommand.ts | 4 +--- clients/client-rds/src/commands/CreateOptionGroupCommand.ts | 4 +--- .../client-rds/src/commands/CreateTenantDatabaseCommand.ts | 4 +--- .../src/commands/DeleteBlueGreenDeploymentCommand.ts | 4 +--- .../src/commands/DeleteCustomDBEngineVersionCommand.ts | 4 +--- .../src/commands/DeleteDBClusterAutomatedBackupCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBClusterCommand.ts | 4 +--- .../client-rds/src/commands/DeleteDBClusterEndpointCommand.ts | 4 +--- .../src/commands/DeleteDBClusterParameterGroupCommand.ts | 4 +--- .../client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts | 4 +--- .../src/commands/DeleteDBInstanceAutomatedBackupCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBInstanceCommand.ts | 4 +--- .../client-rds/src/commands/DeleteDBParameterGroupCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBProxyCommand.ts | 4 +--- .../client-rds/src/commands/DeleteDBProxyEndpointCommand.ts | 4 +--- .../client-rds/src/commands/DeleteDBSecurityGroupCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBShardGroupCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts | 4 +--- .../client-rds/src/commands/DeleteEventSubscriptionCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteIntegrationCommand.ts | 4 +--- clients/client-rds/src/commands/DeleteOptionGroupCommand.ts | 4 +--- .../client-rds/src/commands/DeleteTenantDatabaseCommand.ts | 4 +--- .../src/commands/DeregisterDBProxyTargetsCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../src/commands/DescribeBlueGreenDeploymentsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeCertificatesCommand.ts | 4 +--- .../src/commands/DescribeDBClusterAutomatedBackupsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterBacktracksCommand.ts | 4 +--- .../src/commands/DescribeDBClusterEndpointsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeDBClusterParametersCommand.ts | 4 +--- .../commands/DescribeDBClusterSnapshotAttributesCommand.ts | 4 +--- .../src/commands/DescribeDBClusterSnapshotsCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeDBClustersCommand.ts | 4 +--- .../src/commands/DescribeDBEngineVersionsCommand.ts | 4 +--- .../src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeDBInstancesCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts | 4 +--- .../src/commands/DescribeDBParameterGroupsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeDBParametersCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeDBProxiesCommand.ts | 4 +--- .../src/commands/DescribeDBProxyEndpointsCommand.ts | 4 +--- .../src/commands/DescribeDBProxyTargetGroupsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeDBProxyTargetsCommand.ts | 4 +--- .../src/commands/DescribeDBRecommendationsCommand.ts | 4 +--- .../src/commands/DescribeDBSecurityGroupsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeDBShardGroupsCommand.ts | 4 +--- .../src/commands/DescribeDBSnapshotAttributesCommand.ts | 4 +--- .../src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts | 4 +--- .../commands/DescribeEngineDefaultClusterParametersCommand.ts | 4 +--- .../src/commands/DescribeEngineDefaultParametersCommand.ts | 4 +--- .../client-rds/src/commands/DescribeEventCategoriesCommand.ts | 4 +--- .../src/commands/DescribeEventSubscriptionsCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeEventsCommand.ts | 4 +--- clients/client-rds/src/commands/DescribeExportTasksCommand.ts | 4 +--- .../client-rds/src/commands/DescribeGlobalClustersCommand.ts | 4 +--- .../client-rds/src/commands/DescribeIntegrationsCommand.ts | 4 +--- .../src/commands/DescribeOptionGroupOptionsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeOptionGroupsCommand.ts | 4 +--- .../src/commands/DescribeOrderableDBInstanceOptionsCommand.ts | 4 +--- .../src/commands/DescribePendingMaintenanceActionsCommand.ts | 4 +--- .../src/commands/DescribeReservedDBInstancesCommand.ts | 4 +--- .../commands/DescribeReservedDBInstancesOfferingsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeSourceRegionsCommand.ts | 4 +--- .../client-rds/src/commands/DescribeTenantDatabasesCommand.ts | 4 +--- .../commands/DescribeValidDBInstanceModificationsCommand.ts | 4 +--- clients/client-rds/src/commands/DisableHttpEndpointCommand.ts | 4 +--- .../src/commands/DownloadDBLogFilePortionCommand.ts | 4 +--- clients/client-rds/src/commands/EnableHttpEndpointCommand.ts | 4 +--- clients/client-rds/src/commands/FailoverDBClusterCommand.ts | 4 +--- .../client-rds/src/commands/FailoverGlobalClusterCommand.ts | 4 +--- clients/client-rds/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-rds/src/commands/ModifyActivityStreamCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyCertificatesCommand.ts | 4 +--- .../src/commands/ModifyCurrentDBClusterCapacityCommand.ts | 4 +--- .../src/commands/ModifyCustomDBEngineVersionCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBClusterCommand.ts | 4 +--- .../client-rds/src/commands/ModifyDBClusterEndpointCommand.ts | 4 +--- .../src/commands/ModifyDBClusterParameterGroupCommand.ts | 4 +--- .../src/commands/ModifyDBClusterSnapshotAttributeCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBInstanceCommand.ts | 4 +--- .../client-rds/src/commands/ModifyDBParameterGroupCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBProxyCommand.ts | 4 +--- .../client-rds/src/commands/ModifyDBProxyEndpointCommand.ts | 4 +--- .../src/commands/ModifyDBProxyTargetGroupCommand.ts | 4 +--- .../client-rds/src/commands/ModifyDBRecommendationCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBShardGroupCommand.ts | 4 +--- .../src/commands/ModifyDBSnapshotAttributeCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts | 4 +--- .../client-rds/src/commands/ModifyEventSubscriptionCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyIntegrationCommand.ts | 4 +--- clients/client-rds/src/commands/ModifyOptionGroupCommand.ts | 4 +--- .../client-rds/src/commands/ModifyTenantDatabaseCommand.ts | 4 +--- clients/client-rds/src/commands/PromoteReadReplicaCommand.ts | 4 +--- .../src/commands/PromoteReadReplicaDBClusterCommand.ts | 4 +--- .../commands/PurchaseReservedDBInstancesOfferingCommand.ts | 4 +--- clients/client-rds/src/commands/RebootDBClusterCommand.ts | 4 +--- clients/client-rds/src/commands/RebootDBInstanceCommand.ts | 4 +--- clients/client-rds/src/commands/RebootDBShardGroupCommand.ts | 4 +--- .../client-rds/src/commands/RegisterDBProxyTargetsCommand.ts | 4 +--- .../client-rds/src/commands/RemoveFromGlobalClusterCommand.ts | 4 +--- .../client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts | 4 +--- .../src/commands/RemoveRoleFromDBInstanceCommand.ts | 4 +--- .../commands/RemoveSourceIdentifierFromSubscriptionCommand.ts | 4 +--- .../client-rds/src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../src/commands/ResetDBClusterParameterGroupCommand.ts | 4 +--- .../client-rds/src/commands/ResetDBParameterGroupCommand.ts | 4 +--- .../client-rds/src/commands/RestoreDBClusterFromS3Command.ts | 4 +--- .../src/commands/RestoreDBClusterFromSnapshotCommand.ts | 4 +--- .../src/commands/RestoreDBClusterToPointInTimeCommand.ts | 4 +--- .../src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts | 4 +--- .../client-rds/src/commands/RestoreDBInstanceFromS3Command.ts | 4 +--- .../src/commands/RestoreDBInstanceToPointInTimeCommand.ts | 4 +--- .../src/commands/RevokeDBSecurityGroupIngressCommand.ts | 4 +--- clients/client-rds/src/commands/StartActivityStreamCommand.ts | 4 +--- clients/client-rds/src/commands/StartDBClusterCommand.ts | 4 +--- .../StartDBInstanceAutomatedBackupsReplicationCommand.ts | 4 +--- clients/client-rds/src/commands/StartDBInstanceCommand.ts | 4 +--- clients/client-rds/src/commands/StartExportTaskCommand.ts | 4 +--- clients/client-rds/src/commands/StopActivityStreamCommand.ts | 4 +--- clients/client-rds/src/commands/StopDBClusterCommand.ts | 4 +--- .../StopDBInstanceAutomatedBackupsReplicationCommand.ts | 4 +--- clients/client-rds/src/commands/StopDBInstanceCommand.ts | 4 +--- .../src/commands/SwitchoverBlueGreenDeploymentCommand.ts | 4 +--- .../client-rds/src/commands/SwitchoverGlobalClusterCommand.ts | 4 +--- .../client-rds/src/commands/SwitchoverReadReplicaCommand.ts | 4 +--- .../src/commands/BatchExecuteStatementCommand.ts | 4 +--- .../src/commands/CancelStatementCommand.ts | 4 +--- .../src/commands/DescribeStatementCommand.ts | 4 +--- .../client-redshift-data/src/commands/DescribeTableCommand.ts | 4 +--- .../src/commands/ExecuteStatementCommand.ts | 4 +--- .../src/commands/GetStatementResultCommand.ts | 4 +--- .../client-redshift-data/src/commands/ListDatabasesCommand.ts | 4 +--- .../client-redshift-data/src/commands/ListSchemasCommand.ts | 4 +--- .../src/commands/ListStatementsCommand.ts | 4 +--- .../client-redshift-data/src/commands/ListTablesCommand.ts | 4 +--- .../src/commands/ConvertRecoveryPointToSnapshotCommand.ts | 4 +--- .../src/commands/CreateCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/CreateEndpointAccessCommand.ts | 4 +--- .../src/commands/CreateNamespaceCommand.ts | 4 +--- .../src/commands/CreateScheduledActionCommand.ts | 4 +--- .../src/commands/CreateSnapshotCommand.ts | 4 +--- .../src/commands/CreateSnapshotCopyConfigurationCommand.ts | 4 +--- .../src/commands/CreateUsageLimitCommand.ts | 4 +--- .../src/commands/CreateWorkgroupCommand.ts | 4 +--- .../src/commands/DeleteCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/DeleteEndpointAccessCommand.ts | 4 +--- .../src/commands/DeleteNamespaceCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteScheduledActionCommand.ts | 4 +--- .../src/commands/DeleteSnapshotCommand.ts | 4 +--- .../src/commands/DeleteSnapshotCopyConfigurationCommand.ts | 4 +--- .../src/commands/DeleteUsageLimitCommand.ts | 4 +--- .../src/commands/DeleteWorkgroupCommand.ts | 4 +--- .../src/commands/GetCredentialsCommand.ts | 4 +--- .../src/commands/GetCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/GetEndpointAccessCommand.ts | 4 +--- .../src/commands/GetNamespaceCommand.ts | 4 +--- .../src/commands/GetRecoveryPointCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/GetScheduledActionCommand.ts | 4 +--- .../src/commands/GetSnapshotCommand.ts | 4 +--- .../src/commands/GetTableRestoreStatusCommand.ts | 4 +--- .../src/commands/GetUsageLimitCommand.ts | 4 +--- .../src/commands/GetWorkgroupCommand.ts | 4 +--- .../src/commands/ListCustomDomainAssociationsCommand.ts | 4 +--- .../src/commands/ListEndpointAccessCommand.ts | 4 +--- .../src/commands/ListNamespacesCommand.ts | 4 +--- .../src/commands/ListRecoveryPointsCommand.ts | 4 +--- .../src/commands/ListScheduledActionsCommand.ts | 4 +--- .../src/commands/ListSnapshotCopyConfigurationsCommand.ts | 4 +--- .../src/commands/ListSnapshotsCommand.ts | 4 +--- .../src/commands/ListTableRestoreStatusCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListUsageLimitsCommand.ts | 4 +--- .../src/commands/ListWorkgroupsCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/RestoreFromRecoveryPointCommand.ts | 4 +--- .../src/commands/RestoreFromSnapshotCommand.ts | 4 +--- .../src/commands/RestoreTableFromRecoveryPointCommand.ts | 4 +--- .../src/commands/RestoreTableFromSnapshotCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/UpdateEndpointAccessCommand.ts | 4 +--- .../src/commands/UpdateNamespaceCommand.ts | 4 +--- .../src/commands/UpdateScheduledActionCommand.ts | 4 +--- .../src/commands/UpdateSnapshotCommand.ts | 4 +--- .../src/commands/UpdateSnapshotCopyConfigurationCommand.ts | 4 +--- .../src/commands/UpdateUsageLimitCommand.ts | 4 +--- .../src/commands/UpdateWorkgroupCommand.ts | 4 +--- .../src/commands/AcceptReservedNodeExchangeCommand.ts | 4 +--- clients/client-redshift/src/commands/AddPartnerCommand.ts | 4 +--- .../src/commands/AssociateDataShareConsumerCommand.ts | 4 +--- .../commands/AuthorizeClusterSecurityGroupIngressCommand.ts | 4 +--- .../client-redshift/src/commands/AuthorizeDataShareCommand.ts | 4 +--- .../src/commands/AuthorizeEndpointAccessCommand.ts | 4 +--- .../src/commands/AuthorizeSnapshotAccessCommand.ts | 4 +--- .../src/commands/BatchDeleteClusterSnapshotsCommand.ts | 4 +--- .../src/commands/BatchModifyClusterSnapshotsCommand.ts | 4 +--- clients/client-redshift/src/commands/CancelResizeCommand.ts | 4 +--- .../src/commands/CopyClusterSnapshotCommand.ts | 4 +--- .../src/commands/CreateAuthenticationProfileCommand.ts | 4 +--- clients/client-redshift/src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateClusterParameterGroupCommand.ts | 4 +--- .../src/commands/CreateClusterSecurityGroupCommand.ts | 4 +--- .../src/commands/CreateClusterSnapshotCommand.ts | 4 +--- .../src/commands/CreateClusterSubnetGroupCommand.ts | 4 +--- .../src/commands/CreateCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/CreateEndpointAccessCommand.ts | 4 +--- .../src/commands/CreateEventSubscriptionCommand.ts | 4 +--- .../src/commands/CreateHsmClientCertificateCommand.ts | 4 +--- .../src/commands/CreateHsmConfigurationCommand.ts | 4 +--- .../src/commands/CreateRedshiftIdcApplicationCommand.ts | 4 +--- .../src/commands/CreateScheduledActionCommand.ts | 4 +--- .../src/commands/CreateSnapshotCopyGrantCommand.ts | 4 +--- .../src/commands/CreateSnapshotScheduleCommand.ts | 4 +--- clients/client-redshift/src/commands/CreateTagsCommand.ts | 4 +--- .../client-redshift/src/commands/CreateUsageLimitCommand.ts | 4 +--- .../src/commands/DeauthorizeDataShareCommand.ts | 4 +--- .../src/commands/DeleteAuthenticationProfileCommand.ts | 4 +--- clients/client-redshift/src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteClusterParameterGroupCommand.ts | 4 +--- .../src/commands/DeleteClusterSecurityGroupCommand.ts | 4 +--- .../src/commands/DeleteClusterSnapshotCommand.ts | 4 +--- .../src/commands/DeleteClusterSubnetGroupCommand.ts | 4 +--- .../src/commands/DeleteCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/DeleteEndpointAccessCommand.ts | 4 +--- .../src/commands/DeleteEventSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteHsmClientCertificateCommand.ts | 4 +--- .../src/commands/DeleteHsmConfigurationCommand.ts | 4 +--- clients/client-redshift/src/commands/DeletePartnerCommand.ts | 4 +--- .../src/commands/DeleteRedshiftIdcApplicationCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteScheduledActionCommand.ts | 4 +--- .../src/commands/DeleteSnapshotCopyGrantCommand.ts | 4 +--- .../src/commands/DeleteSnapshotScheduleCommand.ts | 4 +--- clients/client-redshift/src/commands/DeleteTagsCommand.ts | 4 +--- .../client-redshift/src/commands/DeleteUsageLimitCommand.ts | 4 +--- .../src/commands/DescribeAccountAttributesCommand.ts | 4 +--- .../src/commands/DescribeAuthenticationProfilesCommand.ts | 4 +--- .../src/commands/DescribeClusterDbRevisionsCommand.ts | 4 +--- .../src/commands/DescribeClusterParameterGroupsCommand.ts | 4 +--- .../src/commands/DescribeClusterParametersCommand.ts | 4 +--- .../src/commands/DescribeClusterSecurityGroupsCommand.ts | 4 +--- .../src/commands/DescribeClusterSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeClusterSubnetGroupsCommand.ts | 4 +--- .../src/commands/DescribeClusterTracksCommand.ts | 4 +--- .../src/commands/DescribeClusterVersionsCommand.ts | 4 +--- .../client-redshift/src/commands/DescribeClustersCommand.ts | 4 +--- .../src/commands/DescribeCustomDomainAssociationsCommand.ts | 4 +--- .../client-redshift/src/commands/DescribeDataSharesCommand.ts | 4 +--- .../src/commands/DescribeDataSharesForConsumerCommand.ts | 4 +--- .../src/commands/DescribeDataSharesForProducerCommand.ts | 4 +--- .../src/commands/DescribeDefaultClusterParametersCommand.ts | 4 +--- .../src/commands/DescribeEndpointAccessCommand.ts | 4 +--- .../src/commands/DescribeEndpointAuthorizationCommand.ts | 4 +--- .../src/commands/DescribeEventCategoriesCommand.ts | 4 +--- .../src/commands/DescribeEventSubscriptionsCommand.ts | 4 +--- clients/client-redshift/src/commands/DescribeEventsCommand.ts | 4 +--- .../src/commands/DescribeHsmClientCertificatesCommand.ts | 4 +--- .../src/commands/DescribeHsmConfigurationsCommand.ts | 4 +--- .../src/commands/DescribeInboundIntegrationsCommand.ts | 4 +--- .../src/commands/DescribeLoggingStatusCommand.ts | 4 +--- .../src/commands/DescribeNodeConfigurationOptionsCommand.ts | 4 +--- .../src/commands/DescribeOrderableClusterOptionsCommand.ts | 4 +--- .../client-redshift/src/commands/DescribePartnersCommand.ts | 4 +--- .../src/commands/DescribeRedshiftIdcApplicationsCommand.ts | 4 +--- .../src/commands/DescribeReservedNodeExchangeStatusCommand.ts | 4 +--- .../src/commands/DescribeReservedNodeOfferingsCommand.ts | 4 +--- .../src/commands/DescribeReservedNodesCommand.ts | 4 +--- clients/client-redshift/src/commands/DescribeResizeCommand.ts | 4 +--- .../src/commands/DescribeScheduledActionsCommand.ts | 4 +--- .../src/commands/DescribeSnapshotCopyGrantsCommand.ts | 4 +--- .../src/commands/DescribeSnapshotSchedulesCommand.ts | 4 +--- .../client-redshift/src/commands/DescribeStorageCommand.ts | 4 +--- .../src/commands/DescribeTableRestoreStatusCommand.ts | 4 +--- clients/client-redshift/src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeUsageLimitsCommand.ts | 4 +--- clients/client-redshift/src/commands/DisableLoggingCommand.ts | 4 +--- .../src/commands/DisableSnapshotCopyCommand.ts | 4 +--- .../src/commands/DisassociateDataShareConsumerCommand.ts | 4 +--- clients/client-redshift/src/commands/EnableLoggingCommand.ts | 4 +--- .../client-redshift/src/commands/EnableSnapshotCopyCommand.ts | 4 +--- .../src/commands/FailoverPrimaryComputeCommand.ts | 4 +--- .../src/commands/GetClusterCredentialsCommand.ts | 4 +--- .../src/commands/GetClusterCredentialsWithIAMCommand.ts | 4 +--- .../GetReservedNodeExchangeConfigurationOptionsCommand.ts | 4 +--- .../src/commands/GetReservedNodeExchangeOfferingsCommand.ts | 4 +--- .../client-redshift/src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/ListRecommendationsCommand.ts | 4 +--- .../src/commands/ModifyAquaConfigurationCommand.ts | 4 +--- .../src/commands/ModifyAuthenticationProfileCommand.ts | 4 +--- clients/client-redshift/src/commands/ModifyClusterCommand.ts | 4 +--- .../src/commands/ModifyClusterDbRevisionCommand.ts | 4 +--- .../src/commands/ModifyClusterIamRolesCommand.ts | 4 +--- .../src/commands/ModifyClusterMaintenanceCommand.ts | 4 +--- .../src/commands/ModifyClusterParameterGroupCommand.ts | 4 +--- .../src/commands/ModifyClusterSnapshotCommand.ts | 4 +--- .../src/commands/ModifyClusterSnapshotScheduleCommand.ts | 4 +--- .../src/commands/ModifyClusterSubnetGroupCommand.ts | 4 +--- .../src/commands/ModifyCustomDomainAssociationCommand.ts | 4 +--- .../src/commands/ModifyEndpointAccessCommand.ts | 4 +--- .../src/commands/ModifyEventSubscriptionCommand.ts | 4 +--- .../src/commands/ModifyRedshiftIdcApplicationCommand.ts | 4 +--- .../src/commands/ModifyScheduledActionCommand.ts | 4 +--- .../src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts | 4 +--- .../src/commands/ModifySnapshotScheduleCommand.ts | 4 +--- .../client-redshift/src/commands/ModifyUsageLimitCommand.ts | 4 +--- clients/client-redshift/src/commands/PauseClusterCommand.ts | 4 +--- .../src/commands/PurchaseReservedNodeOfferingCommand.ts | 4 +--- .../client-redshift/src/commands/PutResourcePolicyCommand.ts | 4 +--- clients/client-redshift/src/commands/RebootClusterCommand.ts | 4 +--- .../client-redshift/src/commands/RejectDataShareCommand.ts | 4 +--- .../src/commands/ResetClusterParameterGroupCommand.ts | 4 +--- clients/client-redshift/src/commands/ResizeClusterCommand.ts | 4 +--- .../src/commands/RestoreFromClusterSnapshotCommand.ts | 4 +--- .../src/commands/RestoreTableFromClusterSnapshotCommand.ts | 4 +--- clients/client-redshift/src/commands/ResumeClusterCommand.ts | 4 +--- .../src/commands/RevokeClusterSecurityGroupIngressCommand.ts | 4 +--- .../src/commands/RevokeEndpointAccessCommand.ts | 4 +--- .../src/commands/RevokeSnapshotAccessCommand.ts | 4 +--- .../src/commands/RotateEncryptionKeyCommand.ts | 4 +--- .../src/commands/UpdatePartnerStatusCommand.ts | 4 +--- .../client-rekognition/src/commands/AssociateFacesCommand.ts | 4 +--- .../client-rekognition/src/commands/CompareFacesCommand.ts | 4 +--- .../src/commands/CopyProjectVersionCommand.ts | 4 +--- .../src/commands/CreateCollectionCommand.ts | 4 +--- .../client-rekognition/src/commands/CreateDatasetCommand.ts | 4 +--- .../src/commands/CreateFaceLivenessSessionCommand.ts | 4 +--- .../client-rekognition/src/commands/CreateProjectCommand.ts | 4 +--- .../src/commands/CreateProjectVersionCommand.ts | 4 +--- .../src/commands/CreateStreamProcessorCommand.ts | 4 +--- clients/client-rekognition/src/commands/CreateUserCommand.ts | 4 +--- .../src/commands/DeleteCollectionCommand.ts | 4 +--- .../client-rekognition/src/commands/DeleteDatasetCommand.ts | 4 +--- clients/client-rekognition/src/commands/DeleteFacesCommand.ts | 4 +--- .../client-rekognition/src/commands/DeleteProjectCommand.ts | 4 +--- .../src/commands/DeleteProjectPolicyCommand.ts | 4 +--- .../src/commands/DeleteProjectVersionCommand.ts | 4 +--- .../src/commands/DeleteStreamProcessorCommand.ts | 4 +--- clients/client-rekognition/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DescribeCollectionCommand.ts | 4 +--- .../client-rekognition/src/commands/DescribeDatasetCommand.ts | 4 +--- .../src/commands/DescribeProjectVersionsCommand.ts | 4 +--- .../src/commands/DescribeProjectsCommand.ts | 4 +--- .../src/commands/DescribeStreamProcessorCommand.ts | 4 +--- .../src/commands/DetectCustomLabelsCommand.ts | 4 +--- clients/client-rekognition/src/commands/DetectFacesCommand.ts | 4 +--- .../client-rekognition/src/commands/DetectLabelsCommand.ts | 4 +--- .../src/commands/DetectModerationLabelsCommand.ts | 4 +--- .../src/commands/DetectProtectiveEquipmentCommand.ts | 4 +--- clients/client-rekognition/src/commands/DetectTextCommand.ts | 4 +--- .../src/commands/DisassociateFacesCommand.ts | 4 +--- .../src/commands/DistributeDatasetEntriesCommand.ts | 4 +--- .../src/commands/GetCelebrityInfoCommand.ts | 4 +--- .../src/commands/GetCelebrityRecognitionCommand.ts | 4 +--- .../src/commands/GetContentModerationCommand.ts | 4 +--- .../src/commands/GetFaceDetectionCommand.ts | 4 +--- .../src/commands/GetFaceLivenessSessionResultsCommand.ts | 4 +--- .../client-rekognition/src/commands/GetFaceSearchCommand.ts | 4 +--- .../src/commands/GetLabelDetectionCommand.ts | 4 +--- .../src/commands/GetMediaAnalysisJobCommand.ts | 4 +--- .../src/commands/GetPersonTrackingCommand.ts | 4 +--- .../src/commands/GetSegmentDetectionCommand.ts | 4 +--- .../src/commands/GetTextDetectionCommand.ts | 4 +--- clients/client-rekognition/src/commands/IndexFacesCommand.ts | 4 +--- .../client-rekognition/src/commands/ListCollectionsCommand.ts | 4 +--- .../src/commands/ListDatasetEntriesCommand.ts | 4 +--- .../src/commands/ListDatasetLabelsCommand.ts | 4 +--- clients/client-rekognition/src/commands/ListFacesCommand.ts | 4 +--- .../src/commands/ListMediaAnalysisJobsCommand.ts | 4 +--- .../src/commands/ListProjectPoliciesCommand.ts | 4 +--- .../src/commands/ListStreamProcessorsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-rekognition/src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/PutProjectPolicyCommand.ts | 4 +--- .../src/commands/RecognizeCelebritiesCommand.ts | 4 +--- .../src/commands/SearchFacesByImageCommand.ts | 4 +--- clients/client-rekognition/src/commands/SearchFacesCommand.ts | 4 +--- .../src/commands/SearchUsersByImageCommand.ts | 4 +--- clients/client-rekognition/src/commands/SearchUsersCommand.ts | 4 +--- .../src/commands/StartCelebrityRecognitionCommand.ts | 4 +--- .../src/commands/StartContentModerationCommand.ts | 4 +--- .../src/commands/StartFaceDetectionCommand.ts | 4 +--- .../client-rekognition/src/commands/StartFaceSearchCommand.ts | 4 +--- .../src/commands/StartLabelDetectionCommand.ts | 4 +--- .../src/commands/StartMediaAnalysisJobCommand.ts | 4 +--- .../src/commands/StartPersonTrackingCommand.ts | 4 +--- .../src/commands/StartProjectVersionCommand.ts | 4 +--- .../src/commands/StartSegmentDetectionCommand.ts | 4 +--- .../src/commands/StartStreamProcessorCommand.ts | 4 +--- .../src/commands/StartTextDetectionCommand.ts | 4 +--- .../src/commands/StopProjectVersionCommand.ts | 4 +--- .../src/commands/StopStreamProcessorCommand.ts | 4 +--- clients/client-rekognition/src/commands/TagResourceCommand.ts | 4 +--- .../client-rekognition/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDatasetEntriesCommand.ts | 4 +--- .../src/commands/UpdateStreamProcessorCommand.ts | 4 +--- .../src/commands/StartFaceLivenessSessionCommand.ts | 4 +--- clients/client-repostspace/src/commands/CreateSpaceCommand.ts | 4 +--- clients/client-repostspace/src/commands/DeleteSpaceCommand.ts | 4 +--- .../client-repostspace/src/commands/DeregisterAdminCommand.ts | 4 +--- clients/client-repostspace/src/commands/GetSpaceCommand.ts | 4 +--- clients/client-repostspace/src/commands/ListSpacesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-repostspace/src/commands/RegisterAdminCommand.ts | 4 +--- clients/client-repostspace/src/commands/SendInvitesCommand.ts | 4 +--- clients/client-repostspace/src/commands/TagResourceCommand.ts | 4 +--- .../client-repostspace/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-repostspace/src/commands/UpdateSpaceCommand.ts | 4 +--- .../commands/AcceptResourceGroupingRecommendationsCommand.ts | 4 +--- .../src/commands/AddDraftAppVersionResourceMappingsCommand.ts | 4 +--- .../src/commands/BatchUpdateRecommendationStatusCommand.ts | 4 +--- clients/client-resiliencehub/src/commands/CreateAppCommand.ts | 4 +--- .../src/commands/CreateAppVersionAppComponentCommand.ts | 4 +--- .../src/commands/CreateAppVersionResourceCommand.ts | 4 +--- .../src/commands/CreateRecommendationTemplateCommand.ts | 4 +--- .../src/commands/CreateResiliencyPolicyCommand.ts | 4 +--- .../src/commands/DeleteAppAssessmentCommand.ts | 4 +--- clients/client-resiliencehub/src/commands/DeleteAppCommand.ts | 4 +--- .../src/commands/DeleteAppInputSourceCommand.ts | 4 +--- .../src/commands/DeleteAppVersionAppComponentCommand.ts | 4 +--- .../src/commands/DeleteAppVersionResourceCommand.ts | 4 +--- .../src/commands/DeleteRecommendationTemplateCommand.ts | 4 +--- .../src/commands/DeleteResiliencyPolicyCommand.ts | 4 +--- .../src/commands/DescribeAppAssessmentCommand.ts | 4 +--- .../client-resiliencehub/src/commands/DescribeAppCommand.ts | 4 +--- .../src/commands/DescribeAppVersionAppComponentCommand.ts | 4 +--- .../src/commands/DescribeAppVersionCommand.ts | 4 +--- .../src/commands/DescribeAppVersionResourceCommand.ts | 4 +--- .../DescribeAppVersionResourcesResolutionStatusCommand.ts | 4 +--- .../src/commands/DescribeAppVersionTemplateCommand.ts | 4 +--- .../DescribeDraftAppVersionResourcesImportStatusCommand.ts | 4 +--- .../src/commands/DescribeResiliencyPolicyCommand.ts | 4 +--- .../DescribeResourceGroupingRecommendationTaskCommand.ts | 4 +--- .../src/commands/ImportResourcesToDraftAppVersionCommand.ts | 4 +--- .../src/commands/ListAlarmRecommendationsCommand.ts | 4 +--- .../src/commands/ListAppAssessmentComplianceDriftsCommand.ts | 4 +--- .../src/commands/ListAppAssessmentResourceDriftsCommand.ts | 4 +--- .../src/commands/ListAppAssessmentsCommand.ts | 4 +--- .../src/commands/ListAppComponentCompliancesCommand.ts | 4 +--- .../src/commands/ListAppComponentRecommendationsCommand.ts | 4 +--- .../src/commands/ListAppInputSourcesCommand.ts | 4 +--- .../src/commands/ListAppVersionAppComponentsCommand.ts | 4 +--- .../src/commands/ListAppVersionResourceMappingsCommand.ts | 4 +--- .../src/commands/ListAppVersionResourcesCommand.ts | 4 +--- .../src/commands/ListAppVersionsCommand.ts | 4 +--- clients/client-resiliencehub/src/commands/ListAppsCommand.ts | 4 +--- .../src/commands/ListRecommendationTemplatesCommand.ts | 4 +--- .../src/commands/ListResiliencyPoliciesCommand.ts | 4 +--- .../commands/ListResourceGroupingRecommendationsCommand.ts | 4 +--- .../src/commands/ListSopRecommendationsCommand.ts | 4 +--- .../src/commands/ListSuggestedResiliencyPoliciesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTestRecommendationsCommand.ts | 4 +--- .../src/commands/ListUnsupportedAppVersionResourcesCommand.ts | 4 +--- .../src/commands/PublishAppVersionCommand.ts | 4 +--- .../src/commands/PutDraftAppVersionTemplateCommand.ts | 4 +--- .../commands/RejectResourceGroupingRecommendationsCommand.ts | 4 +--- .../commands/RemoveDraftAppVersionResourceMappingsCommand.ts | 4 +--- .../src/commands/ResolveAppVersionResourcesCommand.ts | 4 +--- .../src/commands/StartAppAssessmentCommand.ts | 4 +--- .../StartResourceGroupingRecommendationTaskCommand.ts | 4 +--- .../client-resiliencehub/src/commands/TagResourceCommand.ts | 4 +--- .../client-resiliencehub/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-resiliencehub/src/commands/UpdateAppCommand.ts | 4 +--- .../src/commands/UpdateAppVersionAppComponentCommand.ts | 4 +--- .../src/commands/UpdateAppVersionCommand.ts | 4 +--- .../src/commands/UpdateAppVersionResourceCommand.ts | 4 +--- .../src/commands/UpdateResiliencyPolicyCommand.ts | 4 +--- .../src/commands/AssociateDefaultViewCommand.ts | 4 +--- .../src/commands/BatchGetViewCommand.ts | 4 +--- .../src/commands/CreateIndexCommand.ts | 4 +--- .../src/commands/CreateViewCommand.ts | 4 +--- .../src/commands/DeleteIndexCommand.ts | 4 +--- .../src/commands/DeleteViewCommand.ts | 4 +--- .../src/commands/DisassociateDefaultViewCommand.ts | 4 +--- .../commands/GetAccountLevelServiceConfigurationCommand.ts | 4 +--- .../src/commands/GetDefaultViewCommand.ts | 4 +--- .../src/commands/GetIndexCommand.ts | 4 +--- .../client-resource-explorer-2/src/commands/GetViewCommand.ts | 4 +--- .../src/commands/ListIndexesCommand.ts | 4 +--- .../src/commands/ListIndexesForMembersCommand.ts | 4 +--- .../src/commands/ListSupportedResourceTypesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListViewsCommand.ts | 4 +--- .../client-resource-explorer-2/src/commands/SearchCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateIndexTypeCommand.ts | 4 +--- .../src/commands/UpdateViewCommand.ts | 4 +--- .../src/commands/DescribeReportCreationCommand.ts | 4 +--- .../src/commands/GetComplianceSummaryCommand.ts | 4 +--- .../src/commands/GetResourcesCommand.ts | 4 +--- .../src/commands/GetTagKeysCommand.ts | 4 +--- .../src/commands/GetTagValuesCommand.ts | 4 +--- .../src/commands/StartReportCreationCommand.ts | 4 +--- .../src/commands/TagResourcesCommand.ts | 4 +--- .../src/commands/UntagResourcesCommand.ts | 4 +--- .../client-resource-groups/src/commands/CreateGroupCommand.ts | 4 +--- .../client-resource-groups/src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/GetAccountSettingsCommand.ts | 4 +--- .../client-resource-groups/src/commands/GetGroupCommand.ts | 4 +--- .../src/commands/GetGroupConfigurationCommand.ts | 4 +--- .../src/commands/GetGroupQueryCommand.ts | 4 +--- clients/client-resource-groups/src/commands/GetTagsCommand.ts | 4 +--- .../src/commands/GroupResourcesCommand.ts | 4 +--- .../src/commands/ListGroupResourcesCommand.ts | 4 +--- .../client-resource-groups/src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/PutGroupConfigurationCommand.ts | 4 +--- .../src/commands/SearchResourcesCommand.ts | 4 +--- clients/client-resource-groups/src/commands/TagCommand.ts | 4 +--- .../src/commands/UngroupResourcesCommand.ts | 4 +--- clients/client-resource-groups/src/commands/UntagCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- .../client-resource-groups/src/commands/UpdateGroupCommand.ts | 4 +--- .../src/commands/UpdateGroupQueryCommand.ts | 4 +--- .../client-robomaker/src/commands/BatchDeleteWorldsCommand.ts | 4 +--- .../src/commands/BatchDescribeSimulationJobCommand.ts | 4 +--- .../src/commands/CancelDeploymentJobCommand.ts | 4 +--- .../src/commands/CancelSimulationJobBatchCommand.ts | 4 +--- .../src/commands/CancelSimulationJobCommand.ts | 4 +--- .../src/commands/CancelWorldExportJobCommand.ts | 4 +--- .../src/commands/CancelWorldGenerationJobCommand.ts | 4 +--- .../src/commands/CreateDeploymentJobCommand.ts | 4 +--- clients/client-robomaker/src/commands/CreateFleetCommand.ts | 4 +--- .../src/commands/CreateRobotApplicationCommand.ts | 4 +--- .../src/commands/CreateRobotApplicationVersionCommand.ts | 4 +--- clients/client-robomaker/src/commands/CreateRobotCommand.ts | 4 +--- .../src/commands/CreateSimulationApplicationCommand.ts | 4 +--- .../src/commands/CreateSimulationApplicationVersionCommand.ts | 4 +--- .../src/commands/CreateSimulationJobCommand.ts | 4 +--- .../src/commands/CreateWorldExportJobCommand.ts | 4 +--- .../src/commands/CreateWorldGenerationJobCommand.ts | 4 +--- .../src/commands/CreateWorldTemplateCommand.ts | 4 +--- clients/client-robomaker/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DeleteRobotApplicationCommand.ts | 4 +--- clients/client-robomaker/src/commands/DeleteRobotCommand.ts | 4 +--- .../src/commands/DeleteSimulationApplicationCommand.ts | 4 +--- .../src/commands/DeleteWorldTemplateCommand.ts | 4 +--- .../client-robomaker/src/commands/DeregisterRobotCommand.ts | 4 +--- .../src/commands/DescribeDeploymentJobCommand.ts | 4 +--- clients/client-robomaker/src/commands/DescribeFleetCommand.ts | 4 +--- .../src/commands/DescribeRobotApplicationCommand.ts | 4 +--- clients/client-robomaker/src/commands/DescribeRobotCommand.ts | 4 +--- .../src/commands/DescribeSimulationApplicationCommand.ts | 4 +--- .../src/commands/DescribeSimulationJobBatchCommand.ts | 4 +--- .../src/commands/DescribeSimulationJobCommand.ts | 4 +--- clients/client-robomaker/src/commands/DescribeWorldCommand.ts | 4 +--- .../src/commands/DescribeWorldExportJobCommand.ts | 4 +--- .../src/commands/DescribeWorldGenerationJobCommand.ts | 4 +--- .../src/commands/DescribeWorldTemplateCommand.ts | 4 +--- .../src/commands/GetWorldTemplateBodyCommand.ts | 4 +--- .../src/commands/ListDeploymentJobsCommand.ts | 4 +--- clients/client-robomaker/src/commands/ListFleetsCommand.ts | 4 +--- .../src/commands/ListRobotApplicationsCommand.ts | 4 +--- clients/client-robomaker/src/commands/ListRobotsCommand.ts | 4 +--- .../src/commands/ListSimulationApplicationsCommand.ts | 4 +--- .../src/commands/ListSimulationJobBatchesCommand.ts | 4 +--- .../src/commands/ListSimulationJobsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWorldExportJobsCommand.ts | 4 +--- .../src/commands/ListWorldGenerationJobsCommand.ts | 4 +--- .../src/commands/ListWorldTemplatesCommand.ts | 4 +--- clients/client-robomaker/src/commands/ListWorldsCommand.ts | 4 +--- clients/client-robomaker/src/commands/RegisterRobotCommand.ts | 4 +--- .../src/commands/RestartSimulationJobCommand.ts | 4 +--- .../src/commands/StartSimulationJobBatchCommand.ts | 4 +--- .../client-robomaker/src/commands/SyncDeploymentJobCommand.ts | 4 +--- clients/client-robomaker/src/commands/TagResourceCommand.ts | 4 +--- clients/client-robomaker/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateRobotApplicationCommand.ts | 4 +--- .../src/commands/UpdateSimulationApplicationCommand.ts | 4 +--- .../src/commands/UpdateWorldTemplateCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/CreateProfileCommand.ts | 4 +--- .../src/commands/CreateTrustAnchorCommand.ts | 4 +--- .../src/commands/DeleteAttributeMappingCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/DeleteProfileCommand.ts | 4 +--- .../src/commands/DeleteTrustAnchorCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/DisableCrlCommand.ts | 4 +--- .../src/commands/DisableProfileCommand.ts | 4 +--- .../src/commands/DisableTrustAnchorCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/EnableProfileCommand.ts | 4 +--- .../src/commands/EnableTrustAnchorCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/GetCrlCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/GetProfileCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/GetSubjectCommand.ts | 4 +--- .../src/commands/GetTrustAnchorCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/ListProfilesCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/ListSubjectsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrustAnchorsCommand.ts | 4 +--- .../src/commands/PutAttributeMappingCommand.ts | 4 +--- .../src/commands/PutNotificationSettingsCommand.ts | 4 +--- .../src/commands/ResetNotificationSettingsCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/TagResourceCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts | 4 +--- .../client-rolesanywhere/src/commands/UpdateProfileCommand.ts | 4 +--- .../src/commands/UpdateTrustAnchorCommand.ts | 4 +--- .../AcceptDomainTransferFromAnotherAwsAccountCommand.ts | 4 +--- .../src/commands/AssociateDelegationSignerToDomainCommand.ts | 4 +--- .../CancelDomainTransferToAnotherAwsAccountCommand.ts | 4 +--- .../src/commands/CheckDomainAvailabilityCommand.ts | 4 +--- .../src/commands/CheckDomainTransferabilityCommand.ts | 4 +--- .../src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteTagsForDomainCommand.ts | 4 +--- .../src/commands/DisableDomainAutoRenewCommand.ts | 4 +--- .../src/commands/DisableDomainTransferLockCommand.ts | 4 +--- .../commands/DisassociateDelegationSignerFromDomainCommand.ts | 4 +--- .../src/commands/EnableDomainAutoRenewCommand.ts | 4 +--- .../src/commands/EnableDomainTransferLockCommand.ts | 4 +--- .../src/commands/GetContactReachabilityStatusCommand.ts | 4 +--- .../src/commands/GetDomainDetailCommand.ts | 4 +--- .../src/commands/GetDomainSuggestionsCommand.ts | 4 +--- .../src/commands/GetOperationDetailCommand.ts | 4 +--- .../src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListOperationsCommand.ts | 4 +--- .../client-route-53-domains/src/commands/ListPricesCommand.ts | 4 +--- .../src/commands/ListTagsForDomainCommand.ts | 4 +--- .../client-route-53-domains/src/commands/PushDomainCommand.ts | 4 +--- .../src/commands/RegisterDomainCommand.ts | 4 +--- .../RejectDomainTransferFromAnotherAwsAccountCommand.ts | 4 +--- .../src/commands/RenewDomainCommand.ts | 4 +--- .../src/commands/ResendContactReachabilityEmailCommand.ts | 4 +--- .../src/commands/ResendOperationAuthorizationCommand.ts | 4 +--- .../src/commands/RetrieveDomainAuthCodeCommand.ts | 4 +--- .../src/commands/TransferDomainCommand.ts | 4 +--- .../src/commands/TransferDomainToAnotherAwsAccountCommand.ts | 4 +--- .../src/commands/UpdateDomainContactCommand.ts | 4 +--- .../src/commands/UpdateDomainContactPrivacyCommand.ts | 4 +--- .../src/commands/UpdateDomainNameserversCommand.ts | 4 +--- .../src/commands/UpdateTagsForDomainCommand.ts | 4 +--- .../src/commands/ViewBillingCommand.ts | 4 +--- .../src/commands/ActivateKeySigningKeyCommand.ts | 4 +--- .../src/commands/AssociateVPCWithHostedZoneCommand.ts | 4 +--- .../src/commands/ChangeCidrCollectionCommand.ts | 4 +--- .../src/commands/ChangeResourceRecordSetsCommand.ts | 4 +--- .../src/commands/ChangeTagsForResourceCommand.ts | 4 +--- .../src/commands/CreateCidrCollectionCommand.ts | 4 +--- .../client-route-53/src/commands/CreateHealthCheckCommand.ts | 4 +--- .../client-route-53/src/commands/CreateHostedZoneCommand.ts | 4 +--- .../src/commands/CreateKeySigningKeyCommand.ts | 4 +--- .../src/commands/CreateQueryLoggingConfigCommand.ts | 4 +--- .../src/commands/CreateReusableDelegationSetCommand.ts | 4 +--- .../src/commands/CreateTrafficPolicyCommand.ts | 4 +--- .../src/commands/CreateTrafficPolicyInstanceCommand.ts | 4 +--- .../src/commands/CreateTrafficPolicyVersionCommand.ts | 4 +--- .../src/commands/CreateVPCAssociationAuthorizationCommand.ts | 4 +--- .../src/commands/DeactivateKeySigningKeyCommand.ts | 4 +--- .../src/commands/DeleteCidrCollectionCommand.ts | 4 +--- .../client-route-53/src/commands/DeleteHealthCheckCommand.ts | 4 +--- .../client-route-53/src/commands/DeleteHostedZoneCommand.ts | 4 +--- .../src/commands/DeleteKeySigningKeyCommand.ts | 4 +--- .../src/commands/DeleteQueryLoggingConfigCommand.ts | 4 +--- .../src/commands/DeleteReusableDelegationSetCommand.ts | 4 +--- .../src/commands/DeleteTrafficPolicyCommand.ts | 4 +--- .../src/commands/DeleteTrafficPolicyInstanceCommand.ts | 4 +--- .../src/commands/DeleteVPCAssociationAuthorizationCommand.ts | 4 +--- .../src/commands/DisableHostedZoneDNSSECCommand.ts | 4 +--- .../src/commands/DisassociateVPCFromHostedZoneCommand.ts | 4 +--- .../src/commands/EnableHostedZoneDNSSECCommand.ts | 4 +--- .../client-route-53/src/commands/GetAccountLimitCommand.ts | 4 +--- clients/client-route-53/src/commands/GetChangeCommand.ts | 4 +--- .../client-route-53/src/commands/GetCheckerIpRangesCommand.ts | 4 +--- clients/client-route-53/src/commands/GetDNSSECCommand.ts | 4 +--- clients/client-route-53/src/commands/GetGeoLocationCommand.ts | 4 +--- clients/client-route-53/src/commands/GetHealthCheckCommand.ts | 4 +--- .../src/commands/GetHealthCheckCountCommand.ts | 4 +--- .../src/commands/GetHealthCheckLastFailureReasonCommand.ts | 4 +--- .../src/commands/GetHealthCheckStatusCommand.ts | 4 +--- clients/client-route-53/src/commands/GetHostedZoneCommand.ts | 4 +--- .../client-route-53/src/commands/GetHostedZoneCountCommand.ts | 4 +--- .../client-route-53/src/commands/GetHostedZoneLimitCommand.ts | 4 +--- .../src/commands/GetQueryLoggingConfigCommand.ts | 4 +--- .../src/commands/GetReusableDelegationSetCommand.ts | 4 +--- .../src/commands/GetReusableDelegationSetLimitCommand.ts | 4 +--- .../client-route-53/src/commands/GetTrafficPolicyCommand.ts | 4 +--- .../src/commands/GetTrafficPolicyInstanceCommand.ts | 4 +--- .../src/commands/GetTrafficPolicyInstanceCountCommand.ts | 4 +--- clients/client-route-53/src/commands/ListCidrBlocksCommand.ts | 4 +--- .../src/commands/ListCidrCollectionsCommand.ts | 4 +--- .../client-route-53/src/commands/ListCidrLocationsCommand.ts | 4 +--- .../client-route-53/src/commands/ListGeoLocationsCommand.ts | 4 +--- .../client-route-53/src/commands/ListHealthChecksCommand.ts | 4 +--- .../src/commands/ListHostedZonesByNameCommand.ts | 4 +--- .../src/commands/ListHostedZonesByVPCCommand.ts | 4 +--- .../client-route-53/src/commands/ListHostedZonesCommand.ts | 4 +--- .../src/commands/ListQueryLoggingConfigsCommand.ts | 4 +--- .../src/commands/ListResourceRecordSetsCommand.ts | 4 +--- .../src/commands/ListReusableDelegationSetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTagsForResourcesCommand.ts | 4 +--- .../src/commands/ListTrafficPoliciesCommand.ts | 4 +--- .../commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts | 4 +--- .../src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts | 4 +--- .../src/commands/ListTrafficPolicyInstancesCommand.ts | 4 +--- .../src/commands/ListTrafficPolicyVersionsCommand.ts | 4 +--- .../src/commands/ListVPCAssociationAuthorizationsCommand.ts | 4 +--- clients/client-route-53/src/commands/TestDNSAnswerCommand.ts | 4 +--- .../client-route-53/src/commands/UpdateHealthCheckCommand.ts | 4 +--- .../src/commands/UpdateHostedZoneCommentCommand.ts | 4 +--- .../src/commands/UpdateTrafficPolicyCommentCommand.ts | 4 +--- .../src/commands/UpdateTrafficPolicyInstanceCommand.ts | 4 +--- .../src/commands/GetRoutingControlStateCommand.ts | 4 +--- .../src/commands/ListRoutingControlsCommand.ts | 4 +--- .../src/commands/UpdateRoutingControlStateCommand.ts | 4 +--- .../src/commands/UpdateRoutingControlStatesCommand.ts | 4 +--- .../src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateControlPanelCommand.ts | 4 +--- .../src/commands/CreateRoutingControlCommand.ts | 4 +--- .../src/commands/CreateSafetyRuleCommand.ts | 4 +--- .../src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteControlPanelCommand.ts | 4 +--- .../src/commands/DeleteRoutingControlCommand.ts | 4 +--- .../src/commands/DeleteSafetyRuleCommand.ts | 4 +--- .../src/commands/DescribeClusterCommand.ts | 4 +--- .../src/commands/DescribeControlPanelCommand.ts | 4 +--- .../src/commands/DescribeRoutingControlCommand.ts | 4 +--- .../src/commands/DescribeSafetyRuleCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/ListAssociatedRoute53HealthChecksCommand.ts | 4 +--- .../src/commands/ListClustersCommand.ts | 4 +--- .../src/commands/ListControlPanelsCommand.ts | 4 +--- .../src/commands/ListRoutingControlsCommand.ts | 4 +--- .../src/commands/ListSafetyRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateControlPanelCommand.ts | 4 +--- .../src/commands/UpdateRoutingControlCommand.ts | 4 +--- .../src/commands/UpdateSafetyRuleCommand.ts | 4 +--- .../src/commands/CreateCellCommand.ts | 4 +--- .../src/commands/CreateCrossAccountAuthorizationCommand.ts | 4 +--- .../src/commands/CreateReadinessCheckCommand.ts | 4 +--- .../src/commands/CreateRecoveryGroupCommand.ts | 4 +--- .../src/commands/CreateResourceSetCommand.ts | 4 +--- .../src/commands/DeleteCellCommand.ts | 4 +--- .../src/commands/DeleteCrossAccountAuthorizationCommand.ts | 4 +--- .../src/commands/DeleteReadinessCheckCommand.ts | 4 +--- .../src/commands/DeleteRecoveryGroupCommand.ts | 4 +--- .../src/commands/DeleteResourceSetCommand.ts | 4 +--- .../src/commands/GetArchitectureRecommendationsCommand.ts | 4 +--- .../src/commands/GetCellCommand.ts | 4 +--- .../src/commands/GetCellReadinessSummaryCommand.ts | 4 +--- .../src/commands/GetReadinessCheckCommand.ts | 4 +--- .../src/commands/GetReadinessCheckResourceStatusCommand.ts | 4 +--- .../src/commands/GetReadinessCheckStatusCommand.ts | 4 +--- .../src/commands/GetRecoveryGroupCommand.ts | 4 +--- .../src/commands/GetRecoveryGroupReadinessSummaryCommand.ts | 4 +--- .../src/commands/GetResourceSetCommand.ts | 4 +--- .../src/commands/ListCellsCommand.ts | 4 +--- .../src/commands/ListCrossAccountAuthorizationsCommand.ts | 4 +--- .../src/commands/ListReadinessChecksCommand.ts | 4 +--- .../src/commands/ListRecoveryGroupsCommand.ts | 4 +--- .../src/commands/ListResourceSetsCommand.ts | 4 +--- .../src/commands/ListRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourcesCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCellCommand.ts | 4 +--- .../src/commands/UpdateReadinessCheckCommand.ts | 4 +--- .../src/commands/UpdateRecoveryGroupCommand.ts | 4 +--- .../src/commands/UpdateResourceSetCommand.ts | 4 +--- .../src/commands/AssociateProfileCommand.ts | 4 +--- .../src/commands/AssociateResourceToProfileCommand.ts | 4 +--- .../src/commands/CreateProfileCommand.ts | 4 +--- .../src/commands/DeleteProfileCommand.ts | 4 +--- .../src/commands/DisassociateProfileCommand.ts | 4 +--- .../src/commands/DisassociateResourceFromProfileCommand.ts | 4 +--- .../src/commands/GetProfileAssociationCommand.ts | 4 +--- .../client-route53profiles/src/commands/GetProfileCommand.ts | 4 +--- .../src/commands/GetProfileResourceAssociationCommand.ts | 4 +--- .../src/commands/ListProfileAssociationsCommand.ts | 4 +--- .../src/commands/ListProfileResourceAssociationsCommand.ts | 4 +--- .../src/commands/ListProfilesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-route53profiles/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateProfileResourceAssociationCommand.ts | 4 +--- .../src/commands/AssociateFirewallRuleGroupCommand.ts | 4 +--- .../src/commands/AssociateResolverEndpointIpAddressCommand.ts | 4 +--- .../src/commands/AssociateResolverQueryLogConfigCommand.ts | 4 +--- .../src/commands/AssociateResolverRuleCommand.ts | 4 +--- .../src/commands/CreateFirewallDomainListCommand.ts | 4 +--- .../src/commands/CreateFirewallRuleCommand.ts | 4 +--- .../src/commands/CreateFirewallRuleGroupCommand.ts | 4 +--- .../src/commands/CreateOutpostResolverCommand.ts | 4 +--- .../src/commands/CreateResolverEndpointCommand.ts | 4 +--- .../src/commands/CreateResolverQueryLogConfigCommand.ts | 4 +--- .../src/commands/CreateResolverRuleCommand.ts | 4 +--- .../src/commands/DeleteFirewallDomainListCommand.ts | 4 +--- .../src/commands/DeleteFirewallRuleCommand.ts | 4 +--- .../src/commands/DeleteFirewallRuleGroupCommand.ts | 4 +--- .../src/commands/DeleteOutpostResolverCommand.ts | 4 +--- .../src/commands/DeleteResolverEndpointCommand.ts | 4 +--- .../src/commands/DeleteResolverQueryLogConfigCommand.ts | 4 +--- .../src/commands/DeleteResolverRuleCommand.ts | 4 +--- .../src/commands/DisassociateFirewallRuleGroupCommand.ts | 4 +--- .../commands/DisassociateResolverEndpointIpAddressCommand.ts | 4 +--- .../src/commands/DisassociateResolverQueryLogConfigCommand.ts | 4 +--- .../src/commands/DisassociateResolverRuleCommand.ts | 4 +--- .../src/commands/GetFirewallConfigCommand.ts | 4 +--- .../src/commands/GetFirewallDomainListCommand.ts | 4 +--- .../src/commands/GetFirewallRuleGroupAssociationCommand.ts | 4 +--- .../src/commands/GetFirewallRuleGroupCommand.ts | 4 +--- .../src/commands/GetFirewallRuleGroupPolicyCommand.ts | 4 +--- .../src/commands/GetOutpostResolverCommand.ts | 4 +--- .../src/commands/GetResolverConfigCommand.ts | 4 +--- .../src/commands/GetResolverDnssecConfigCommand.ts | 4 +--- .../src/commands/GetResolverEndpointCommand.ts | 4 +--- .../commands/GetResolverQueryLogConfigAssociationCommand.ts | 4 +--- .../src/commands/GetResolverQueryLogConfigCommand.ts | 4 +--- .../src/commands/GetResolverQueryLogConfigPolicyCommand.ts | 4 +--- .../src/commands/GetResolverRuleAssociationCommand.ts | 4 +--- .../src/commands/GetResolverRuleCommand.ts | 4 +--- .../src/commands/GetResolverRulePolicyCommand.ts | 4 +--- .../src/commands/ImportFirewallDomainsCommand.ts | 4 +--- .../src/commands/ListFirewallConfigsCommand.ts | 4 +--- .../src/commands/ListFirewallDomainListsCommand.ts | 4 +--- .../src/commands/ListFirewallDomainsCommand.ts | 4 +--- .../src/commands/ListFirewallRuleGroupAssociationsCommand.ts | 4 +--- .../src/commands/ListFirewallRuleGroupsCommand.ts | 4 +--- .../src/commands/ListFirewallRulesCommand.ts | 4 +--- .../src/commands/ListOutpostResolversCommand.ts | 4 +--- .../src/commands/ListResolverConfigsCommand.ts | 4 +--- .../src/commands/ListResolverDnssecConfigsCommand.ts | 4 +--- .../src/commands/ListResolverEndpointIpAddressesCommand.ts | 4 +--- .../src/commands/ListResolverEndpointsCommand.ts | 4 +--- .../commands/ListResolverQueryLogConfigAssociationsCommand.ts | 4 +--- .../src/commands/ListResolverQueryLogConfigsCommand.ts | 4 +--- .../src/commands/ListResolverRuleAssociationsCommand.ts | 4 +--- .../src/commands/ListResolverRulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutFirewallRuleGroupPolicyCommand.ts | 4 +--- .../src/commands/PutResolverQueryLogConfigPolicyCommand.ts | 4 +--- .../src/commands/PutResolverRulePolicyCommand.ts | 4 +--- .../client-route53resolver/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateFirewallConfigCommand.ts | 4 +--- .../src/commands/UpdateFirewallDomainsCommand.ts | 4 +--- .../src/commands/UpdateFirewallRuleCommand.ts | 4 +--- .../src/commands/UpdateFirewallRuleGroupAssociationCommand.ts | 4 +--- .../src/commands/UpdateOutpostResolverCommand.ts | 4 +--- .../src/commands/UpdateResolverConfigCommand.ts | 4 +--- .../src/commands/UpdateResolverDnssecConfigCommand.ts | 4 +--- .../src/commands/UpdateResolverEndpointCommand.ts | 4 +--- .../src/commands/UpdateResolverRuleCommand.ts | 4 +--- .../src/commands/BatchCreateRumMetricDefinitionsCommand.ts | 4 +--- .../src/commands/BatchDeleteRumMetricDefinitionsCommand.ts | 4 +--- .../src/commands/BatchGetRumMetricDefinitionsCommand.ts | 4 +--- clients/client-rum/src/commands/CreateAppMonitorCommand.ts | 4 +--- clients/client-rum/src/commands/DeleteAppMonitorCommand.ts | 4 +--- .../src/commands/DeleteRumMetricsDestinationCommand.ts | 4 +--- clients/client-rum/src/commands/GetAppMonitorCommand.ts | 4 +--- clients/client-rum/src/commands/GetAppMonitorDataCommand.ts | 4 +--- clients/client-rum/src/commands/ListAppMonitorsCommand.ts | 4 +--- .../src/commands/ListRumMetricsDestinationsCommand.ts | 4 +--- clients/client-rum/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-rum/src/commands/PutRumEventsCommand.ts | 4 +--- .../src/commands/PutRumMetricsDestinationCommand.ts | 4 +--- clients/client-rum/src/commands/TagResourceCommand.ts | 4 +--- clients/client-rum/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-rum/src/commands/UpdateAppMonitorCommand.ts | 4 +--- .../src/commands/UpdateRumMetricDefinitionCommand.ts | 4 +--- clients/client-s3/src/commands/ListBucketsCommand.ts | 4 +--- .../client-s3outposts/src/commands/CreateEndpointCommand.ts | 4 +--- .../client-s3outposts/src/commands/DeleteEndpointCommand.ts | 4 +--- .../client-s3outposts/src/commands/ListEndpointsCommand.ts | 4 +--- .../src/commands/ListOutpostsWithS3Command.ts | 4 +--- .../src/commands/ListSharedEndpointsCommand.ts | 4 +--- .../src/commands/DeleteHumanLoopCommand.ts | 4 +--- .../src/commands/DescribeHumanLoopCommand.ts | 4 +--- .../src/commands/ListHumanLoopsCommand.ts | 4 +--- .../src/commands/StartHumanLoopCommand.ts | 4 +--- .../src/commands/StopHumanLoopCommand.ts | 4 +--- .../src/commands/GetDeploymentsCommand.ts | 4 +--- .../src/commands/GetDeviceRegistrationCommand.ts | 4 +--- .../src/commands/SendHeartbeatCommand.ts | 4 +--- .../src/commands/BatchGetRecordCommand.ts | 4 +--- .../src/commands/DeleteRecordCommand.ts | 4 +--- .../src/commands/GetRecordCommand.ts | 4 +--- .../src/commands/PutRecordCommand.ts | 4 +--- .../src/commands/DeleteEarthObservationJobCommand.ts | 4 +--- .../src/commands/DeleteVectorEnrichmentJobCommand.ts | 4 +--- .../src/commands/ExportEarthObservationJobCommand.ts | 4 +--- .../src/commands/ExportVectorEnrichmentJobCommand.ts | 4 +--- .../src/commands/GetEarthObservationJobCommand.ts | 4 +--- .../src/commands/GetRasterDataCollectionCommand.ts | 4 +--- .../src/commands/GetTileCommand.ts | 4 +--- .../src/commands/GetVectorEnrichmentJobCommand.ts | 4 +--- .../src/commands/ListEarthObservationJobsCommand.ts | 4 +--- .../src/commands/ListRasterDataCollectionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListVectorEnrichmentJobsCommand.ts | 4 +--- .../src/commands/SearchRasterDataCollectionCommand.ts | 4 +--- .../src/commands/StartEarthObservationJobCommand.ts | 4 +--- .../src/commands/StartVectorEnrichmentJobCommand.ts | 4 +--- .../src/commands/StopEarthObservationJobCommand.ts | 4 +--- .../src/commands/StopVectorEnrichmentJobCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/BatchPutMetricsCommand.ts | 4 +--- .../src/commands/InvokeEndpointAsyncCommand.ts | 4 +--- .../src/commands/InvokeEndpointCommand.ts | 4 +--- .../src/commands/InvokeEndpointWithResponseStreamCommand.ts | 4 +--- .../client-sagemaker/src/commands/AddAssociationCommand.ts | 4 +--- clients/client-sagemaker/src/commands/AddTagsCommand.ts | 4 +--- .../src/commands/AssociateTrialComponentCommand.ts | 4 +--- .../src/commands/BatchDescribeModelPackageCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateActionCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateAlgorithmCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateAppCommand.ts | 4 +--- .../src/commands/CreateAppImageConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateArtifactCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateAutoMLJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts | 4 +--- clients/client-sagemaker/src/commands/CreateClusterCommand.ts | 4 +--- .../src/commands/CreateCodeRepositoryCommand.ts | 4 +--- .../src/commands/CreateCompilationJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateContextCommand.ts | 4 +--- .../src/commands/CreateDataQualityJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateDeviceFleetCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateDomainCommand.ts | 4 +--- .../src/commands/CreateEdgeDeploymentPlanCommand.ts | 4 +--- .../src/commands/CreateEdgeDeploymentStageCommand.ts | 4 +--- .../src/commands/CreateEdgePackagingJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateEndpointCommand.ts | 4 +--- .../src/commands/CreateEndpointConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateExperimentCommand.ts | 4 +--- .../src/commands/CreateFeatureGroupCommand.ts | 4 +--- .../src/commands/CreateFlowDefinitionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateHubCommand.ts | 4 +--- .../src/commands/CreateHubContentReferenceCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts | 4 +--- .../src/commands/CreateHyperParameterTuningJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateImageCommand.ts | 4 +--- .../src/commands/CreateImageVersionCommand.ts | 4 +--- .../src/commands/CreateInferenceComponentCommand.ts | 4 +--- .../src/commands/CreateInferenceExperimentCommand.ts | 4 +--- .../src/commands/CreateInferenceRecommendationsJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateLabelingJobCommand.ts | 4 +--- .../src/commands/CreateMlflowTrackingServerCommand.ts | 4 +--- .../src/commands/CreateModelBiasJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateModelCardCommand.ts | 4 +--- .../src/commands/CreateModelCardExportJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateModelCommand.ts | 4 +--- .../commands/CreateModelExplainabilityJobDefinitionCommand.ts | 4 +--- .../src/commands/CreateModelPackageCommand.ts | 4 +--- .../src/commands/CreateModelPackageGroupCommand.ts | 4 +--- .../src/commands/CreateModelQualityJobDefinitionCommand.ts | 4 +--- .../src/commands/CreateMonitoringScheduleCommand.ts | 4 +--- .../src/commands/CreateNotebookInstanceCommand.ts | 4 +--- .../commands/CreateNotebookInstanceLifecycleConfigCommand.ts | 4 +--- .../src/commands/CreateOptimizationJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreatePipelineCommand.ts | 4 +--- .../src/commands/CreatePresignedDomainUrlCommand.ts | 4 +--- .../commands/CreatePresignedMlflowTrackingServerUrlCommand.ts | 4 +--- .../src/commands/CreatePresignedNotebookInstanceUrlCommand.ts | 4 +--- .../src/commands/CreateProcessingJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateProjectCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateSpaceCommand.ts | 4 +--- .../src/commands/CreateStudioLifecycleConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateTrainingJobCommand.ts | 4 +--- .../src/commands/CreateTransformJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/CreateTrialCommand.ts | 4 +--- .../src/commands/CreateTrialComponentCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateUserProfileCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateWorkforceCommand.ts | 4 +--- .../client-sagemaker/src/commands/CreateWorkteamCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteActionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteAlgorithmCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteAppCommand.ts | 4 +--- .../src/commands/DeleteAppImageConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteArtifactCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteAssociationCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteClusterCommand.ts | 4 +--- .../src/commands/DeleteCodeRepositoryCommand.ts | 4 +--- .../src/commands/DeleteCompilationJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteContextCommand.ts | 4 +--- .../src/commands/DeleteDataQualityJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteDomainCommand.ts | 4 +--- .../src/commands/DeleteEdgeDeploymentPlanCommand.ts | 4 +--- .../src/commands/DeleteEdgeDeploymentStageCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteEndpointCommand.ts | 4 +--- .../src/commands/DeleteEndpointConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteExperimentCommand.ts | 4 +--- .../src/commands/DeleteFeatureGroupCommand.ts | 4 +--- .../src/commands/DeleteFlowDefinitionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteHubCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteHubContentCommand.ts | 4 +--- .../src/commands/DeleteHubContentReferenceCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts | 4 +--- .../src/commands/DeleteHyperParameterTuningJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteImageCommand.ts | 4 +--- .../src/commands/DeleteImageVersionCommand.ts | 4 +--- .../src/commands/DeleteInferenceComponentCommand.ts | 4 +--- .../src/commands/DeleteInferenceExperimentCommand.ts | 4 +--- .../src/commands/DeleteMlflowTrackingServerCommand.ts | 4 +--- .../src/commands/DeleteModelBiasJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteModelCardCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteModelCommand.ts | 4 +--- .../commands/DeleteModelExplainabilityJobDefinitionCommand.ts | 4 +--- .../src/commands/DeleteModelPackageCommand.ts | 4 +--- .../src/commands/DeleteModelPackageGroupCommand.ts | 4 +--- .../src/commands/DeleteModelPackageGroupPolicyCommand.ts | 4 +--- .../src/commands/DeleteModelQualityJobDefinitionCommand.ts | 4 +--- .../src/commands/DeleteMonitoringScheduleCommand.ts | 4 +--- .../src/commands/DeleteNotebookInstanceCommand.ts | 4 +--- .../commands/DeleteNotebookInstanceLifecycleConfigCommand.ts | 4 +--- .../src/commands/DeleteOptimizationJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeletePipelineCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteProjectCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts | 4 +--- .../src/commands/DeleteStudioLifecycleConfigCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteTagsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DeleteTrialCommand.ts | 4 +--- .../src/commands/DeleteTrialComponentCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteUserProfileCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteWorkforceCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeleteWorkteamCommand.ts | 4 +--- .../client-sagemaker/src/commands/DeregisterDevicesCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeActionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeAlgorithmCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeAppCommand.ts | 4 +--- .../src/commands/DescribeAppImageConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeArtifactCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts | 4 +--- .../src/commands/DescribeAutoMLJobV2Command.ts | 4 +--- .../client-sagemaker/src/commands/DescribeClusterCommand.ts | 4 +--- .../src/commands/DescribeClusterNodeCommand.ts | 4 +--- .../src/commands/DescribeCodeRepositoryCommand.ts | 4 +--- .../src/commands/DescribeCompilationJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeContextCommand.ts | 4 +--- .../src/commands/DescribeDataQualityJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeDeviceCommand.ts | 4 +--- .../src/commands/DescribeDeviceFleetCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeDomainCommand.ts | 4 +--- .../src/commands/DescribeEdgeDeploymentPlanCommand.ts | 4 +--- .../src/commands/DescribeEdgePackagingJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeEndpointCommand.ts | 4 +--- .../src/commands/DescribeEndpointConfigCommand.ts | 4 +--- .../src/commands/DescribeExperimentCommand.ts | 4 +--- .../src/commands/DescribeFeatureGroupCommand.ts | 4 +--- .../src/commands/DescribeFeatureMetadataCommand.ts | 4 +--- .../src/commands/DescribeFlowDefinitionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeHubCommand.ts | 4 +--- .../src/commands/DescribeHubContentCommand.ts | 4 +--- .../src/commands/DescribeHumanTaskUiCommand.ts | 4 +--- .../src/commands/DescribeHyperParameterTuningJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeImageCommand.ts | 4 +--- .../src/commands/DescribeImageVersionCommand.ts | 4 +--- .../src/commands/DescribeInferenceComponentCommand.ts | 4 +--- .../src/commands/DescribeInferenceExperimentCommand.ts | 4 +--- .../commands/DescribeInferenceRecommendationsJobCommand.ts | 4 +--- .../src/commands/DescribeLabelingJobCommand.ts | 4 +--- .../src/commands/DescribeLineageGroupCommand.ts | 4 +--- .../src/commands/DescribeMlflowTrackingServerCommand.ts | 4 +--- .../src/commands/DescribeModelBiasJobDefinitionCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeModelCardCommand.ts | 4 +--- .../src/commands/DescribeModelCardExportJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeModelCommand.ts | 4 +--- .../DescribeModelExplainabilityJobDefinitionCommand.ts | 4 +--- .../src/commands/DescribeModelPackageCommand.ts | 4 +--- .../src/commands/DescribeModelPackageGroupCommand.ts | 4 +--- .../src/commands/DescribeModelQualityJobDefinitionCommand.ts | 4 +--- .../src/commands/DescribeMonitoringScheduleCommand.ts | 4 +--- .../src/commands/DescribeNotebookInstanceCommand.ts | 4 +--- .../DescribeNotebookInstanceLifecycleConfigCommand.ts | 4 +--- .../src/commands/DescribeOptimizationJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribePipelineCommand.ts | 4 +--- .../commands/DescribePipelineDefinitionForExecutionCommand.ts | 4 +--- .../src/commands/DescribePipelineExecutionCommand.ts | 4 +--- .../src/commands/DescribeProcessingJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeProjectCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts | 4 +--- .../src/commands/DescribeStudioLifecycleConfigCommand.ts | 4 +--- .../src/commands/DescribeSubscribedWorkteamCommand.ts | 4 +--- .../src/commands/DescribeTrainingJobCommand.ts | 4 +--- .../src/commands/DescribeTransformJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/DescribeTrialCommand.ts | 4 +--- .../src/commands/DescribeTrialComponentCommand.ts | 4 +--- .../src/commands/DescribeUserProfileCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeWorkforceCommand.ts | 4 +--- .../client-sagemaker/src/commands/DescribeWorkteamCommand.ts | 4 +--- .../DisableSagemakerServicecatalogPortfolioCommand.ts | 4 +--- .../src/commands/DisassociateTrialComponentCommand.ts | 4 +--- .../commands/EnableSagemakerServicecatalogPortfolioCommand.ts | 4 +--- .../src/commands/GetDeviceFleetReportCommand.ts | 4 +--- .../src/commands/GetLineageGroupPolicyCommand.ts | 4 +--- .../src/commands/GetModelPackageGroupPolicyCommand.ts | 4 +--- .../GetSagemakerServicecatalogPortfolioStatusCommand.ts | 4 +--- .../commands/GetScalingConfigurationRecommendationCommand.ts | 4 +--- .../src/commands/GetSearchSuggestionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ImportHubContentCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListActionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListAlgorithmsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListAliasesCommand.ts | 4 +--- .../src/commands/ListAppImageConfigsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListAppsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListArtifactsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListAssociationsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListAutoMLJobsCommand.ts | 4 +--- .../src/commands/ListCandidatesForAutoMLJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListClusterNodesCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListClustersCommand.ts | 4 +--- .../src/commands/ListCodeRepositoriesCommand.ts | 4 +--- .../src/commands/ListCompilationJobsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListContextsCommand.ts | 4 +--- .../src/commands/ListDataQualityJobDefinitionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListDeviceFleetsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListDevicesCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListEdgeDeploymentPlansCommand.ts | 4 +--- .../src/commands/ListEdgePackagingJobsCommand.ts | 4 +--- .../src/commands/ListEndpointConfigsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListEndpointsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListExperimentsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListFeatureGroupsCommand.ts | 4 +--- .../src/commands/ListFlowDefinitionsCommand.ts | 4 +--- .../src/commands/ListHubContentVersionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListHubContentsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListHubsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListHumanTaskUisCommand.ts | 4 +--- .../src/commands/ListHyperParameterTuningJobsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListImageVersionsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListImagesCommand.ts | 4 +--- .../src/commands/ListInferenceComponentsCommand.ts | 4 +--- .../src/commands/ListInferenceExperimentsCommand.ts | 4 +--- .../commands/ListInferenceRecommendationsJobStepsCommand.ts | 4 +--- .../src/commands/ListInferenceRecommendationsJobsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListLabelingJobsCommand.ts | 4 +--- .../src/commands/ListLabelingJobsForWorkteamCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListLineageGroupsCommand.ts | 4 +--- .../src/commands/ListMlflowTrackingServersCommand.ts | 4 +--- .../src/commands/ListModelBiasJobDefinitionsCommand.ts | 4 +--- .../src/commands/ListModelCardExportJobsCommand.ts | 4 +--- .../src/commands/ListModelCardVersionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListModelCardsCommand.ts | 4 +--- .../commands/ListModelExplainabilityJobDefinitionsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListModelMetadataCommand.ts | 4 +--- .../src/commands/ListModelPackageGroupsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListModelPackagesCommand.ts | 4 +--- .../src/commands/ListModelQualityJobDefinitionsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListModelsCommand.ts | 4 +--- .../src/commands/ListMonitoringAlertHistoryCommand.ts | 4 +--- .../src/commands/ListMonitoringAlertsCommand.ts | 4 +--- .../src/commands/ListMonitoringExecutionsCommand.ts | 4 +--- .../src/commands/ListMonitoringSchedulesCommand.ts | 4 +--- .../commands/ListNotebookInstanceLifecycleConfigsCommand.ts | 4 +--- .../src/commands/ListNotebookInstancesCommand.ts | 4 +--- .../src/commands/ListOptimizationJobsCommand.ts | 4 +--- .../src/commands/ListPipelineExecutionStepsCommand.ts | 4 +--- .../src/commands/ListPipelineExecutionsCommand.ts | 4 +--- .../src/commands/ListPipelineParametersForExecutionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListPipelinesCommand.ts | 4 +--- .../src/commands/ListProcessingJobsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListProjectsCommand.ts | 4 +--- .../src/commands/ListResourceCatalogsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListSpacesCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListStageDevicesCommand.ts | 4 +--- .../src/commands/ListStudioLifecycleConfigsCommand.ts | 4 +--- .../src/commands/ListSubscribedWorkteamsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListTagsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListTrainingJobsCommand.ts | 4 +--- .../ListTrainingJobsForHyperParameterTuningJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListTransformJobsCommand.ts | 4 +--- .../src/commands/ListTrialComponentsCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListTrialsCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListUserProfilesCommand.ts | 4 +--- .../client-sagemaker/src/commands/ListWorkforcesCommand.ts | 4 +--- clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts | 4 +--- .../src/commands/PutModelPackageGroupPolicyCommand.ts | 4 +--- clients/client-sagemaker/src/commands/QueryLineageCommand.ts | 4 +--- .../client-sagemaker/src/commands/RegisterDevicesCommand.ts | 4 +--- .../client-sagemaker/src/commands/RenderUiTemplateCommand.ts | 4 +--- .../src/commands/RetryPipelineExecutionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/SearchCommand.ts | 4 +--- .../src/commands/SendPipelineExecutionStepFailureCommand.ts | 4 +--- .../src/commands/SendPipelineExecutionStepSuccessCommand.ts | 4 +--- .../src/commands/StartEdgeDeploymentStageCommand.ts | 4 +--- .../src/commands/StartInferenceExperimentCommand.ts | 4 +--- .../src/commands/StartMlflowTrackingServerCommand.ts | 4 +--- .../src/commands/StartMonitoringScheduleCommand.ts | 4 +--- .../src/commands/StartNotebookInstanceCommand.ts | 4 +--- .../src/commands/StartPipelineExecutionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts | 4 +--- .../src/commands/StopCompilationJobCommand.ts | 4 +--- .../src/commands/StopEdgeDeploymentStageCommand.ts | 4 +--- .../src/commands/StopEdgePackagingJobCommand.ts | 4 +--- .../src/commands/StopHyperParameterTuningJobCommand.ts | 4 +--- .../src/commands/StopInferenceExperimentCommand.ts | 4 +--- .../src/commands/StopInferenceRecommendationsJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/StopLabelingJobCommand.ts | 4 +--- .../src/commands/StopMlflowTrackingServerCommand.ts | 4 +--- .../src/commands/StopMonitoringScheduleCommand.ts | 4 +--- .../src/commands/StopNotebookInstanceCommand.ts | 4 +--- .../src/commands/StopOptimizationJobCommand.ts | 4 +--- .../src/commands/StopPipelineExecutionCommand.ts | 4 +--- .../client-sagemaker/src/commands/StopProcessingJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/StopTrainingJobCommand.ts | 4 +--- .../client-sagemaker/src/commands/StopTransformJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateActionCommand.ts | 4 +--- .../src/commands/UpdateAppImageConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateArtifactCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateClusterCommand.ts | 4 +--- .../src/commands/UpdateClusterSoftwareCommand.ts | 4 +--- .../src/commands/UpdateCodeRepositoryCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateContextCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateDomainCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateEndpointCommand.ts | 4 +--- .../src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateExperimentCommand.ts | 4 +--- .../src/commands/UpdateFeatureGroupCommand.ts | 4 +--- .../src/commands/UpdateFeatureMetadataCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateHubCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateImageCommand.ts | 4 +--- .../src/commands/UpdateImageVersionCommand.ts | 4 +--- .../src/commands/UpdateInferenceComponentCommand.ts | 4 +--- .../commands/UpdateInferenceComponentRuntimeConfigCommand.ts | 4 +--- .../src/commands/UpdateInferenceExperimentCommand.ts | 4 +--- .../src/commands/UpdateMlflowTrackingServerCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateModelCardCommand.ts | 4 +--- .../src/commands/UpdateModelPackageCommand.ts | 4 +--- .../src/commands/UpdateMonitoringAlertCommand.ts | 4 +--- .../src/commands/UpdateMonitoringScheduleCommand.ts | 4 +--- .../src/commands/UpdateNotebookInstanceCommand.ts | 4 +--- .../commands/UpdateNotebookInstanceLifecycleConfigCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdatePipelineCommand.ts | 4 +--- .../src/commands/UpdatePipelineExecutionCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateProjectCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateTrainingJobCommand.ts | 4 +--- clients/client-sagemaker/src/commands/UpdateTrialCommand.ts | 4 +--- .../src/commands/UpdateTrialComponentCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateUserProfileCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateWorkforceCommand.ts | 4 +--- .../client-sagemaker/src/commands/UpdateWorkteamCommand.ts | 4 +--- .../src/commands/CreateSavingsPlanCommand.ts | 4 +--- .../src/commands/DeleteQueuedSavingsPlanCommand.ts | 4 +--- .../src/commands/DescribeSavingsPlanRatesCommand.ts | 4 +--- .../src/commands/DescribeSavingsPlansCommand.ts | 4 +--- .../src/commands/DescribeSavingsPlansOfferingRatesCommand.ts | 4 +--- .../src/commands/DescribeSavingsPlansOfferingsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ReturnSavingsPlanCommand.ts | 4 +--- .../client-savingsplans/src/commands/TagResourceCommand.ts | 4 +--- .../client-savingsplans/src/commands/UntagResourceCommand.ts | 4 +--- .../client-scheduler/src/commands/CreateScheduleCommand.ts | 4 +--- .../src/commands/CreateScheduleGroupCommand.ts | 4 +--- .../client-scheduler/src/commands/DeleteScheduleCommand.ts | 4 +--- .../src/commands/DeleteScheduleGroupCommand.ts | 4 +--- clients/client-scheduler/src/commands/GetScheduleCommand.ts | 4 +--- .../client-scheduler/src/commands/GetScheduleGroupCommand.ts | 4 +--- .../src/commands/ListScheduleGroupsCommand.ts | 4 +--- clients/client-scheduler/src/commands/ListSchedulesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-scheduler/src/commands/TagResourceCommand.ts | 4 +--- clients/client-scheduler/src/commands/UntagResourceCommand.ts | 4 +--- .../client-scheduler/src/commands/UpdateScheduleCommand.ts | 4 +--- .../client-schemas/src/commands/CreateDiscovererCommand.ts | 4 +--- clients/client-schemas/src/commands/CreateRegistryCommand.ts | 4 +--- clients/client-schemas/src/commands/CreateSchemaCommand.ts | 4 +--- .../client-schemas/src/commands/DeleteDiscovererCommand.ts | 4 +--- clients/client-schemas/src/commands/DeleteRegistryCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-schemas/src/commands/DeleteSchemaCommand.ts | 4 +--- .../client-schemas/src/commands/DeleteSchemaVersionCommand.ts | 4 +--- .../client-schemas/src/commands/DescribeCodeBindingCommand.ts | 4 +--- .../client-schemas/src/commands/DescribeDiscovererCommand.ts | 4 +--- .../client-schemas/src/commands/DescribeRegistryCommand.ts | 4 +--- clients/client-schemas/src/commands/DescribeSchemaCommand.ts | 4 +--- clients/client-schemas/src/commands/ExportSchemaCommand.ts | 4 +--- .../src/commands/GetCodeBindingSourceCommand.ts | 4 +--- .../client-schemas/src/commands/GetDiscoveredSchemaCommand.ts | 4 +--- .../client-schemas/src/commands/GetResourcePolicyCommand.ts | 4 +--- clients/client-schemas/src/commands/ListDiscoverersCommand.ts | 4 +--- clients/client-schemas/src/commands/ListRegistriesCommand.ts | 4 +--- .../client-schemas/src/commands/ListSchemaVersionsCommand.ts | 4 +--- clients/client-schemas/src/commands/ListSchemasCommand.ts | 4 +--- .../client-schemas/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-schemas/src/commands/PutCodeBindingCommand.ts | 4 +--- .../client-schemas/src/commands/PutResourcePolicyCommand.ts | 4 +--- clients/client-schemas/src/commands/SearchSchemasCommand.ts | 4 +--- clients/client-schemas/src/commands/StartDiscovererCommand.ts | 4 +--- clients/client-schemas/src/commands/StopDiscovererCommand.ts | 4 +--- clients/client-schemas/src/commands/TagResourceCommand.ts | 4 +--- clients/client-schemas/src/commands/UntagResourceCommand.ts | 4 +--- .../client-schemas/src/commands/UpdateDiscovererCommand.ts | 4 +--- clients/client-schemas/src/commands/UpdateRegistryCommand.ts | 4 +--- clients/client-schemas/src/commands/UpdateSchemaCommand.ts | 4 +--- .../src/commands/BatchGetSecretValueCommand.ts | 4 +--- .../src/commands/CancelRotateSecretCommand.ts | 4 +--- .../src/commands/CreateSecretCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteSecretCommand.ts | 4 +--- .../src/commands/DescribeSecretCommand.ts | 4 +--- .../src/commands/GetRandomPasswordCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- .../src/commands/GetSecretValueCommand.ts | 4 +--- .../src/commands/ListSecretVersionIdsCommand.ts | 4 +--- .../client-secrets-manager/src/commands/ListSecretsCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/PutSecretValueCommand.ts | 4 +--- .../src/commands/RemoveRegionsFromReplicationCommand.ts | 4 +--- .../src/commands/ReplicateSecretToRegionsCommand.ts | 4 +--- .../src/commands/RestoreSecretCommand.ts | 4 +--- .../src/commands/RotateSecretCommand.ts | 4 +--- .../src/commands/StopReplicationToReplicaCommand.ts | 4 +--- .../client-secrets-manager/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateSecretCommand.ts | 4 +--- .../src/commands/UpdateSecretVersionStageCommand.ts | 4 +--- .../src/commands/ValidateResourcePolicyCommand.ts | 4 +--- .../src/commands/AcceptAdministratorInvitationCommand.ts | 4 +--- .../src/commands/AcceptInvitationCommand.ts | 4 +--- .../src/commands/BatchDeleteAutomationRulesCommand.ts | 4 +--- .../src/commands/BatchDisableStandardsCommand.ts | 4 +--- .../src/commands/BatchEnableStandardsCommand.ts | 4 +--- .../src/commands/BatchGetAutomationRulesCommand.ts | 4 +--- .../BatchGetConfigurationPolicyAssociationsCommand.ts | 4 +--- .../src/commands/BatchGetSecurityControlsCommand.ts | 4 +--- .../commands/BatchGetStandardsControlAssociationsCommand.ts | 4 +--- .../src/commands/BatchImportFindingsCommand.ts | 4 +--- .../src/commands/BatchUpdateAutomationRulesCommand.ts | 4 +--- .../src/commands/BatchUpdateFindingsCommand.ts | 4 +--- .../BatchUpdateStandardsControlAssociationsCommand.ts | 4 +--- .../src/commands/CreateActionTargetCommand.ts | 4 +--- .../src/commands/CreateAutomationRuleCommand.ts | 4 +--- .../src/commands/CreateConfigurationPolicyCommand.ts | 4 +--- .../src/commands/CreateFindingAggregatorCommand.ts | 4 +--- .../client-securityhub/src/commands/CreateInsightCommand.ts | 4 +--- .../client-securityhub/src/commands/CreateMembersCommand.ts | 4 +--- .../src/commands/DeclineInvitationsCommand.ts | 4 +--- .../src/commands/DeleteActionTargetCommand.ts | 4 +--- .../src/commands/DeleteConfigurationPolicyCommand.ts | 4 +--- .../src/commands/DeleteFindingAggregatorCommand.ts | 4 +--- .../client-securityhub/src/commands/DeleteInsightCommand.ts | 4 +--- .../src/commands/DeleteInvitationsCommand.ts | 4 +--- .../client-securityhub/src/commands/DeleteMembersCommand.ts | 4 +--- .../src/commands/DescribeActionTargetsCommand.ts | 4 +--- clients/client-securityhub/src/commands/DescribeHubCommand.ts | 4 +--- .../src/commands/DescribeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/DescribeProductsCommand.ts | 4 +--- .../src/commands/DescribeStandardsCommand.ts | 4 +--- .../src/commands/DescribeStandardsControlsCommand.ts | 4 +--- .../src/commands/DisableImportFindingsForProductCommand.ts | 4 +--- .../src/commands/DisableOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/DisableSecurityHubCommand.ts | 4 +--- .../commands/DisassociateFromAdministratorAccountCommand.ts | 4 +--- .../src/commands/DisassociateFromMasterAccountCommand.ts | 4 +--- .../src/commands/DisassociateMembersCommand.ts | 4 +--- .../src/commands/EnableImportFindingsForProductCommand.ts | 4 +--- .../src/commands/EnableOrganizationAdminAccountCommand.ts | 4 +--- .../src/commands/EnableSecurityHubCommand.ts | 4 +--- .../src/commands/GetAdministratorAccountCommand.ts | 4 +--- .../src/commands/GetConfigurationPolicyAssociationCommand.ts | 4 +--- .../src/commands/GetConfigurationPolicyCommand.ts | 4 +--- .../src/commands/GetEnabledStandardsCommand.ts | 4 +--- .../src/commands/GetFindingAggregatorCommand.ts | 4 +--- .../src/commands/GetFindingHistoryCommand.ts | 4 +--- clients/client-securityhub/src/commands/GetFindingsCommand.ts | 4 +--- .../src/commands/GetInsightResultsCommand.ts | 4 +--- clients/client-securityhub/src/commands/GetInsightsCommand.ts | 4 +--- .../src/commands/GetInvitationsCountCommand.ts | 4 +--- .../src/commands/GetMasterAccountCommand.ts | 4 +--- clients/client-securityhub/src/commands/GetMembersCommand.ts | 4 +--- .../src/commands/GetSecurityControlDefinitionCommand.ts | 4 +--- .../client-securityhub/src/commands/InviteMembersCommand.ts | 4 +--- .../src/commands/ListAutomationRulesCommand.ts | 4 +--- .../src/commands/ListConfigurationPoliciesCommand.ts | 4 +--- .../commands/ListConfigurationPolicyAssociationsCommand.ts | 4 +--- .../src/commands/ListEnabledProductsForImportCommand.ts | 4 +--- .../src/commands/ListFindingAggregatorsCommand.ts | 4 +--- .../client-securityhub/src/commands/ListInvitationsCommand.ts | 4 +--- clients/client-securityhub/src/commands/ListMembersCommand.ts | 4 +--- .../src/commands/ListOrganizationAdminAccountsCommand.ts | 4 +--- .../src/commands/ListSecurityControlDefinitionsCommand.ts | 4 +--- .../src/commands/ListStandardsControlAssociationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/StartConfigurationPolicyAssociationCommand.ts | 4 +--- .../commands/StartConfigurationPolicyDisassociationCommand.ts | 4 +--- clients/client-securityhub/src/commands/TagResourceCommand.ts | 4 +--- .../client-securityhub/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateActionTargetCommand.ts | 4 +--- .../src/commands/UpdateConfigurationPolicyCommand.ts | 4 +--- .../src/commands/UpdateFindingAggregatorCommand.ts | 4 +--- .../client-securityhub/src/commands/UpdateFindingsCommand.ts | 4 +--- .../client-securityhub/src/commands/UpdateInsightCommand.ts | 4 +--- .../src/commands/UpdateOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/UpdateSecurityControlCommand.ts | 4 +--- .../src/commands/UpdateSecurityHubConfigurationCommand.ts | 4 +--- .../src/commands/UpdateStandardsControlCommand.ts | 4 +--- .../src/commands/CreateAwsLogSourceCommand.ts | 4 +--- .../src/commands/CreateCustomLogSourceCommand.ts | 4 +--- .../client-securitylake/src/commands/CreateDataLakeCommand.ts | 4 +--- .../commands/CreateDataLakeExceptionSubscriptionCommand.ts | 4 +--- .../CreateDataLakeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/CreateSubscriberCommand.ts | 4 +--- .../src/commands/CreateSubscriberNotificationCommand.ts | 4 +--- .../src/commands/DeleteAwsLogSourceCommand.ts | 4 +--- .../src/commands/DeleteCustomLogSourceCommand.ts | 4 +--- .../client-securitylake/src/commands/DeleteDataLakeCommand.ts | 4 +--- .../commands/DeleteDataLakeExceptionSubscriptionCommand.ts | 4 +--- .../DeleteDataLakeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/DeleteSubscriberCommand.ts | 4 +--- .../src/commands/DeleteSubscriberNotificationCommand.ts | 4 +--- .../DeregisterDataLakeDelegatedAdministratorCommand.ts | 4 +--- .../src/commands/GetDataLakeExceptionSubscriptionCommand.ts | 4 +--- .../commands/GetDataLakeOrganizationConfigurationCommand.ts | 4 +--- .../src/commands/GetDataLakeSourcesCommand.ts | 4 +--- .../client-securitylake/src/commands/GetSubscriberCommand.ts | 4 +--- .../src/commands/ListDataLakeExceptionsCommand.ts | 4 +--- .../client-securitylake/src/commands/ListDataLakesCommand.ts | 4 +--- .../client-securitylake/src/commands/ListLogSourcesCommand.ts | 4 +--- .../src/commands/ListSubscribersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/RegisterDataLakeDelegatedAdministratorCommand.ts | 4 +--- .../client-securitylake/src/commands/TagResourceCommand.ts | 4 +--- .../client-securitylake/src/commands/UntagResourceCommand.ts | 4 +--- .../client-securitylake/src/commands/UpdateDataLakeCommand.ts | 4 +--- .../commands/UpdateDataLakeExceptionSubscriptionCommand.ts | 4 +--- .../src/commands/UpdateSubscriberCommand.ts | 4 +--- .../src/commands/UpdateSubscriberNotificationCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateApplicationVersionCommand.ts | 4 +--- .../src/commands/CreateCloudFormationChangeSetCommand.ts | 4 +--- .../src/commands/CreateCloudFormationTemplateCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetApplicationPolicyCommand.ts | 4 +--- .../src/commands/GetCloudFormationTemplateCommand.ts | 4 +--- .../src/commands/ListApplicationDependenciesCommand.ts | 4 +--- .../src/commands/ListApplicationVersionsCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/PutApplicationPolicyCommand.ts | 4 +--- .../src/commands/UnshareApplicationCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/AssociateAttributeGroupCommand.ts | 4 +--- .../src/commands/AssociateResourceCommand.ts | 4 +--- .../src/commands/CreateApplicationCommand.ts | 4 +--- .../src/commands/CreateAttributeGroupCommand.ts | 4 +--- .../src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteAttributeGroupCommand.ts | 4 +--- .../src/commands/DisassociateAttributeGroupCommand.ts | 4 +--- .../src/commands/DisassociateResourceCommand.ts | 4 +--- .../src/commands/GetApplicationCommand.ts | 4 +--- .../src/commands/GetAssociatedResourceCommand.ts | 4 +--- .../src/commands/GetAttributeGroupCommand.ts | 4 +--- .../src/commands/GetConfigurationCommand.ts | 4 +--- .../src/commands/ListApplicationsCommand.ts | 4 +--- .../src/commands/ListAssociatedAttributeGroupsCommand.ts | 4 +--- .../src/commands/ListAssociatedResourcesCommand.ts | 4 +--- .../src/commands/ListAttributeGroupsCommand.ts | 4 +--- .../src/commands/ListAttributeGroupsForApplicationCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutConfigurationCommand.ts | 4 +--- .../src/commands/SyncResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationCommand.ts | 4 +--- .../src/commands/UpdateAttributeGroupCommand.ts | 4 +--- .../src/commands/AcceptPortfolioShareCommand.ts | 4 +--- .../src/commands/AssociateBudgetWithResourceCommand.ts | 4 +--- .../src/commands/AssociatePrincipalWithPortfolioCommand.ts | 4 +--- .../src/commands/AssociateProductWithPortfolioCommand.ts | 4 +--- .../AssociateServiceActionWithProvisioningArtifactCommand.ts | 4 +--- .../src/commands/AssociateTagOptionWithResourceCommand.ts | 4 +--- ...chAssociateServiceActionWithProvisioningArtifactCommand.ts | 4 +--- ...isassociateServiceActionFromProvisioningArtifactCommand.ts | 4 +--- .../client-service-catalog/src/commands/CopyProductCommand.ts | 4 +--- .../src/commands/CreateConstraintCommand.ts | 4 +--- .../src/commands/CreatePortfolioCommand.ts | 4 +--- .../src/commands/CreatePortfolioShareCommand.ts | 4 +--- .../src/commands/CreateProductCommand.ts | 4 +--- .../src/commands/CreateProvisionedProductPlanCommand.ts | 4 +--- .../src/commands/CreateProvisioningArtifactCommand.ts | 4 +--- .../src/commands/CreateServiceActionCommand.ts | 4 +--- .../src/commands/CreateTagOptionCommand.ts | 4 +--- .../src/commands/DeleteConstraintCommand.ts | 4 +--- .../src/commands/DeletePortfolioCommand.ts | 4 +--- .../src/commands/DeletePortfolioShareCommand.ts | 4 +--- .../src/commands/DeleteProductCommand.ts | 4 +--- .../src/commands/DeleteProvisionedProductPlanCommand.ts | 4 +--- .../src/commands/DeleteProvisioningArtifactCommand.ts | 4 +--- .../src/commands/DeleteServiceActionCommand.ts | 4 +--- .../src/commands/DeleteTagOptionCommand.ts | 4 +--- .../src/commands/DescribeConstraintCommand.ts | 4 +--- .../src/commands/DescribeCopyProductStatusCommand.ts | 4 +--- .../src/commands/DescribePortfolioCommand.ts | 4 +--- .../src/commands/DescribePortfolioShareStatusCommand.ts | 4 +--- .../src/commands/DescribePortfolioSharesCommand.ts | 4 +--- .../src/commands/DescribeProductAsAdminCommand.ts | 4 +--- .../src/commands/DescribeProductCommand.ts | 4 +--- .../src/commands/DescribeProductViewCommand.ts | 4 +--- .../src/commands/DescribeProvisionedProductCommand.ts | 4 +--- .../src/commands/DescribeProvisionedProductPlanCommand.ts | 4 +--- .../src/commands/DescribeProvisioningArtifactCommand.ts | 4 +--- .../src/commands/DescribeProvisioningParametersCommand.ts | 4 +--- .../src/commands/DescribeRecordCommand.ts | 4 +--- .../src/commands/DescribeServiceActionCommand.ts | 4 +--- .../DescribeServiceActionExecutionParametersCommand.ts | 4 +--- .../src/commands/DescribeTagOptionCommand.ts | 4 +--- .../src/commands/DisableAWSOrganizationsAccessCommand.ts | 4 +--- .../src/commands/DisassociateBudgetFromResourceCommand.ts | 4 +--- .../src/commands/DisassociatePrincipalFromPortfolioCommand.ts | 4 +--- .../src/commands/DisassociateProductFromPortfolioCommand.ts | 4 +--- ...isassociateServiceActionFromProvisioningArtifactCommand.ts | 4 +--- .../src/commands/DisassociateTagOptionFromResourceCommand.ts | 4 +--- .../src/commands/EnableAWSOrganizationsAccessCommand.ts | 4 +--- .../src/commands/ExecuteProvisionedProductPlanCommand.ts | 4 +--- .../commands/ExecuteProvisionedProductServiceActionCommand.ts | 4 +--- .../src/commands/GetAWSOrganizationsAccessStatusCommand.ts | 4 +--- .../src/commands/GetProvisionedProductOutputsCommand.ts | 4 +--- .../src/commands/ImportAsProvisionedProductCommand.ts | 4 +--- .../src/commands/ListAcceptedPortfolioSharesCommand.ts | 4 +--- .../src/commands/ListBudgetsForResourceCommand.ts | 4 +--- .../src/commands/ListConstraintsForPortfolioCommand.ts | 4 +--- .../src/commands/ListLaunchPathsCommand.ts | 4 +--- .../src/commands/ListOrganizationPortfolioAccessCommand.ts | 4 +--- .../src/commands/ListPortfolioAccessCommand.ts | 4 +--- .../src/commands/ListPortfoliosCommand.ts | 4 +--- .../src/commands/ListPortfoliosForProductCommand.ts | 4 +--- .../src/commands/ListPrincipalsForPortfolioCommand.ts | 4 +--- .../src/commands/ListProvisionedProductPlansCommand.ts | 4 +--- .../src/commands/ListProvisioningArtifactsCommand.ts | 4 +--- .../ListProvisioningArtifactsForServiceActionCommand.ts | 4 +--- .../src/commands/ListRecordHistoryCommand.ts | 4 +--- .../src/commands/ListResourcesForTagOptionCommand.ts | 4 +--- .../src/commands/ListServiceActionsCommand.ts | 4 +--- .../ListServiceActionsForProvisioningArtifactCommand.ts | 4 +--- .../ListStackInstancesForProvisionedProductCommand.ts | 4 +--- .../src/commands/ListTagOptionsCommand.ts | 4 +--- .../NotifyProvisionProductEngineWorkflowResultCommand.ts | 4 +--- ...yTerminateProvisionedProductEngineWorkflowResultCommand.ts | 4 +--- ...tifyUpdateProvisionedProductEngineWorkflowResultCommand.ts | 4 +--- .../src/commands/ProvisionProductCommand.ts | 4 +--- .../src/commands/RejectPortfolioShareCommand.ts | 4 +--- .../src/commands/ScanProvisionedProductsCommand.ts | 4 +--- .../src/commands/SearchProductsAsAdminCommand.ts | 4 +--- .../src/commands/SearchProductsCommand.ts | 4 +--- .../src/commands/SearchProvisionedProductsCommand.ts | 4 +--- .../src/commands/TerminateProvisionedProductCommand.ts | 4 +--- .../src/commands/UpdateConstraintCommand.ts | 4 +--- .../src/commands/UpdatePortfolioCommand.ts | 4 +--- .../src/commands/UpdatePortfolioShareCommand.ts | 4 +--- .../src/commands/UpdateProductCommand.ts | 4 +--- .../src/commands/UpdateProvisionedProductCommand.ts | 4 +--- .../src/commands/UpdateProvisionedProductPropertiesCommand.ts | 4 +--- .../src/commands/UpdateProvisioningArtifactCommand.ts | 4 +--- .../src/commands/UpdateServiceActionCommand.ts | 4 +--- .../src/commands/UpdateTagOptionCommand.ts | 4 +--- .../src/commands/AssociateServiceQuotaTemplateCommand.ts | 4 +--- .../DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts | 4 +--- .../src/commands/DisassociateServiceQuotaTemplateCommand.ts | 4 +--- .../src/commands/GetAWSDefaultServiceQuotaCommand.ts | 4 +--- .../commands/GetAssociationForServiceQuotaTemplateCommand.ts | 4 +--- .../src/commands/GetRequestedServiceQuotaChangeCommand.ts | 4 +--- .../src/commands/GetServiceQuotaCommand.ts | 4 +--- .../GetServiceQuotaIncreaseRequestFromTemplateCommand.ts | 4 +--- .../src/commands/ListAWSDefaultServiceQuotasCommand.ts | 4 +--- .../ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts | 4 +--- .../commands/ListRequestedServiceQuotaChangeHistoryCommand.ts | 4 +--- .../ListServiceQuotaIncreaseRequestsInTemplateCommand.ts | 4 +--- .../src/commands/ListServiceQuotasCommand.ts | 4 +--- .../client-service-quotas/src/commands/ListServicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts | 4 +--- .../src/commands/RequestServiceQuotaIncreaseCommand.ts | 4 +--- .../client-service-quotas/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateHttpNamespaceCommand.ts | 4 +--- .../src/commands/CreatePrivateDnsNamespaceCommand.ts | 4 +--- .../src/commands/CreatePublicDnsNamespaceCommand.ts | 4 +--- .../src/commands/CreateServiceCommand.ts | 4 +--- .../src/commands/DeleteNamespaceCommand.ts | 4 +--- .../src/commands/DeleteServiceCommand.ts | 4 +--- .../src/commands/DeregisterInstanceCommand.ts | 4 +--- .../src/commands/DiscoverInstancesCommand.ts | 4 +--- .../src/commands/DiscoverInstancesRevisionCommand.ts | 4 +--- .../src/commands/GetInstanceCommand.ts | 4 +--- .../src/commands/GetInstancesHealthStatusCommand.ts | 4 +--- .../src/commands/GetNamespaceCommand.ts | 4 +--- .../src/commands/GetOperationCommand.ts | 4 +--- .../client-servicediscovery/src/commands/GetServiceCommand.ts | 4 +--- .../src/commands/ListInstancesCommand.ts | 4 +--- .../src/commands/ListNamespacesCommand.ts | 4 +--- .../src/commands/ListOperationsCommand.ts | 4 +--- .../src/commands/ListServicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/RegisterInstanceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateHttpNamespaceCommand.ts | 4 +--- .../src/commands/UpdateInstanceCustomHealthStatusCommand.ts | 4 +--- .../src/commands/UpdatePrivateDnsNamespaceCommand.ts | 4 +--- .../src/commands/UpdatePublicDnsNamespaceCommand.ts | 4 +--- .../src/commands/UpdateServiceCommand.ts | 4 +--- clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts | 4 +--- .../client-ses/src/commands/CreateConfigurationSetCommand.ts | 4 +--- .../commands/CreateConfigurationSetEventDestinationCommand.ts | 4 +--- .../commands/CreateConfigurationSetTrackingOptionsCommand.ts | 4 +--- .../commands/CreateCustomVerificationEmailTemplateCommand.ts | 4 +--- clients/client-ses/src/commands/CreateReceiptFilterCommand.ts | 4 +--- clients/client-ses/src/commands/CreateReceiptRuleCommand.ts | 4 +--- .../client-ses/src/commands/CreateReceiptRuleSetCommand.ts | 4 +--- clients/client-ses/src/commands/CreateTemplateCommand.ts | 4 +--- .../client-ses/src/commands/DeleteConfigurationSetCommand.ts | 4 +--- .../commands/DeleteConfigurationSetEventDestinationCommand.ts | 4 +--- .../commands/DeleteConfigurationSetTrackingOptionsCommand.ts | 4 +--- .../commands/DeleteCustomVerificationEmailTemplateCommand.ts | 4 +--- clients/client-ses/src/commands/DeleteIdentityCommand.ts | 4 +--- .../client-ses/src/commands/DeleteIdentityPolicyCommand.ts | 4 +--- clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts | 4 +--- clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts | 4 +--- .../client-ses/src/commands/DeleteReceiptRuleSetCommand.ts | 4 +--- clients/client-ses/src/commands/DeleteTemplateCommand.ts | 4 +--- .../src/commands/DeleteVerifiedEmailAddressCommand.ts | 4 +--- .../src/commands/DescribeActiveReceiptRuleSetCommand.ts | 4 +--- .../src/commands/DescribeConfigurationSetCommand.ts | 4 +--- clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts | 4 +--- .../client-ses/src/commands/DescribeReceiptRuleSetCommand.ts | 4 +--- .../src/commands/GetAccountSendingEnabledCommand.ts | 4 +--- .../src/commands/GetCustomVerificationEmailTemplateCommand.ts | 4 +--- .../src/commands/GetIdentityDkimAttributesCommand.ts | 4 +--- .../commands/GetIdentityMailFromDomainAttributesCommand.ts | 4 +--- .../src/commands/GetIdentityNotificationAttributesCommand.ts | 4 +--- clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts | 4 +--- .../src/commands/GetIdentityVerificationAttributesCommand.ts | 4 +--- clients/client-ses/src/commands/GetSendQuotaCommand.ts | 4 +--- clients/client-ses/src/commands/GetSendStatisticsCommand.ts | 4 +--- clients/client-ses/src/commands/GetTemplateCommand.ts | 4 +--- .../client-ses/src/commands/ListConfigurationSetsCommand.ts | 4 +--- .../commands/ListCustomVerificationEmailTemplatesCommand.ts | 4 +--- clients/client-ses/src/commands/ListIdentitiesCommand.ts | 4 +--- .../client-ses/src/commands/ListIdentityPoliciesCommand.ts | 4 +--- clients/client-ses/src/commands/ListReceiptFiltersCommand.ts | 4 +--- clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts | 4 +--- clients/client-ses/src/commands/ListTemplatesCommand.ts | 4 +--- .../src/commands/ListVerifiedEmailAddressesCommand.ts | 4 +--- .../src/commands/PutConfigurationSetDeliveryOptionsCommand.ts | 4 +--- clients/client-ses/src/commands/PutIdentityPolicyCommand.ts | 4 +--- .../client-ses/src/commands/ReorderReceiptRuleSetCommand.ts | 4 +--- clients/client-ses/src/commands/SendBounceCommand.ts | 4 +--- .../client-ses/src/commands/SendBulkTemplatedEmailCommand.ts | 4 +--- .../src/commands/SendCustomVerificationEmailCommand.ts | 4 +--- clients/client-ses/src/commands/SendEmailCommand.ts | 4 +--- clients/client-ses/src/commands/SendRawEmailCommand.ts | 4 +--- clients/client-ses/src/commands/SendTemplatedEmailCommand.ts | 4 +--- .../client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts | 4 +--- .../client-ses/src/commands/SetIdentityDkimEnabledCommand.ts | 4 +--- .../commands/SetIdentityFeedbackForwardingEnabledCommand.ts | 4 +--- .../SetIdentityHeadersInNotificationsEnabledCommand.ts | 4 +--- .../src/commands/SetIdentityMailFromDomainCommand.ts | 4 +--- .../src/commands/SetIdentityNotificationTopicCommand.ts | 4 +--- .../client-ses/src/commands/SetReceiptRulePositionCommand.ts | 4 +--- clients/client-ses/src/commands/TestRenderTemplateCommand.ts | 4 +--- .../src/commands/UpdateAccountSendingEnabledCommand.ts | 4 +--- .../commands/UpdateConfigurationSetEventDestinationCommand.ts | 4 +--- .../UpdateConfigurationSetReputationMetricsEnabledCommand.ts | 4 +--- .../commands/UpdateConfigurationSetSendingEnabledCommand.ts | 4 +--- .../commands/UpdateConfigurationSetTrackingOptionsCommand.ts | 4 +--- .../commands/UpdateCustomVerificationEmailTemplateCommand.ts | 4 +--- clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts | 4 +--- clients/client-ses/src/commands/UpdateTemplateCommand.ts | 4 +--- clients/client-ses/src/commands/VerifyDomainDkimCommand.ts | 4 +--- .../client-ses/src/commands/VerifyDomainIdentityCommand.ts | 4 +--- clients/client-ses/src/commands/VerifyEmailAddressCommand.ts | 4 +--- clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts | 4 +--- .../client-sesv2/src/commands/BatchGetMetricDataCommand.ts | 4 +--- clients/client-sesv2/src/commands/CancelExportJobCommand.ts | 4 +--- .../src/commands/CreateConfigurationSetCommand.ts | 4 +--- .../commands/CreateConfigurationSetEventDestinationCommand.ts | 4 +--- clients/client-sesv2/src/commands/CreateContactCommand.ts | 4 +--- clients/client-sesv2/src/commands/CreateContactListCommand.ts | 4 +--- .../commands/CreateCustomVerificationEmailTemplateCommand.ts | 4 +--- .../client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts | 4 +--- .../src/commands/CreateDeliverabilityTestReportCommand.ts | 4 +--- .../client-sesv2/src/commands/CreateEmailIdentityCommand.ts | 4 +--- .../src/commands/CreateEmailIdentityPolicyCommand.ts | 4 +--- .../client-sesv2/src/commands/CreateEmailTemplateCommand.ts | 4 +--- clients/client-sesv2/src/commands/CreateExportJobCommand.ts | 4 +--- clients/client-sesv2/src/commands/CreateImportJobCommand.ts | 4 +--- .../src/commands/DeleteConfigurationSetCommand.ts | 4 +--- .../commands/DeleteConfigurationSetEventDestinationCommand.ts | 4 +--- clients/client-sesv2/src/commands/DeleteContactCommand.ts | 4 +--- clients/client-sesv2/src/commands/DeleteContactListCommand.ts | 4 +--- .../commands/DeleteCustomVerificationEmailTemplateCommand.ts | 4 +--- .../client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts | 4 +--- .../client-sesv2/src/commands/DeleteEmailIdentityCommand.ts | 4 +--- .../src/commands/DeleteEmailIdentityPolicyCommand.ts | 4 +--- .../client-sesv2/src/commands/DeleteEmailTemplateCommand.ts | 4 +--- .../src/commands/DeleteSuppressedDestinationCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetAccountCommand.ts | 4 +--- .../client-sesv2/src/commands/GetBlacklistReportsCommand.ts | 4 +--- .../client-sesv2/src/commands/GetConfigurationSetCommand.ts | 4 +--- .../commands/GetConfigurationSetEventDestinationsCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetContactCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetContactListCommand.ts | 4 +--- .../src/commands/GetCustomVerificationEmailTemplateCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts | 4 +--- .../client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts | 4 +--- .../src/commands/GetDeliverabilityDashboardOptionsCommand.ts | 4 +--- .../src/commands/GetDeliverabilityTestReportCommand.ts | 4 +--- .../src/commands/GetDomainDeliverabilityCampaignCommand.ts | 4 +--- .../src/commands/GetDomainStatisticsReportCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts | 4 +--- .../src/commands/GetEmailIdentityPoliciesCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetExportJobCommand.ts | 4 +--- clients/client-sesv2/src/commands/GetImportJobCommand.ts | 4 +--- .../client-sesv2/src/commands/GetMessageInsightsCommand.ts | 4 +--- .../src/commands/GetSuppressedDestinationCommand.ts | 4 +--- .../client-sesv2/src/commands/ListConfigurationSetsCommand.ts | 4 +--- clients/client-sesv2/src/commands/ListContactListsCommand.ts | 4 +--- clients/client-sesv2/src/commands/ListContactsCommand.ts | 4 +--- .../commands/ListCustomVerificationEmailTemplatesCommand.ts | 4 +--- .../client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts | 4 +--- .../src/commands/ListDeliverabilityTestReportsCommand.ts | 4 +--- .../src/commands/ListDomainDeliverabilityCampaignsCommand.ts | 4 +--- .../client-sesv2/src/commands/ListEmailIdentitiesCommand.ts | 4 +--- .../client-sesv2/src/commands/ListEmailTemplatesCommand.ts | 4 +--- clients/client-sesv2/src/commands/ListExportJobsCommand.ts | 4 +--- clients/client-sesv2/src/commands/ListImportJobsCommand.ts | 4 +--- .../client-sesv2/src/commands/ListRecommendationsCommand.ts | 4 +--- .../src/commands/ListSuppressedDestinationsCommand.ts | 4 +--- .../client-sesv2/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../commands/PutAccountDedicatedIpWarmupAttributesCommand.ts | 4 +--- clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts | 4 +--- .../src/commands/PutAccountSendingAttributesCommand.ts | 4 +--- .../src/commands/PutAccountSuppressionAttributesCommand.ts | 4 +--- .../src/commands/PutAccountVdmAttributesCommand.ts | 4 +--- .../src/commands/PutConfigurationSetDeliveryOptionsCommand.ts | 4 +--- .../commands/PutConfigurationSetReputationOptionsCommand.ts | 4 +--- .../src/commands/PutConfigurationSetSendingOptionsCommand.ts | 4 +--- .../commands/PutConfigurationSetSuppressionOptionsCommand.ts | 4 +--- .../src/commands/PutConfigurationSetTrackingOptionsCommand.ts | 4 +--- .../src/commands/PutConfigurationSetVdmOptionsCommand.ts | 4 +--- .../client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts | 4 +--- .../commands/PutDedicatedIpPoolScalingAttributesCommand.ts | 4 +--- .../src/commands/PutDedicatedIpWarmupAttributesCommand.ts | 4 +--- .../src/commands/PutDeliverabilityDashboardOptionCommand.ts | 4 +--- .../PutEmailIdentityConfigurationSetAttributesCommand.ts | 4 +--- .../src/commands/PutEmailIdentityDkimAttributesCommand.ts | 4 +--- .../commands/PutEmailIdentityDkimSigningAttributesCommand.ts | 4 +--- .../src/commands/PutEmailIdentityFeedbackAttributesCommand.ts | 4 +--- .../src/commands/PutEmailIdentityMailFromAttributesCommand.ts | 4 +--- .../src/commands/PutSuppressedDestinationCommand.ts | 4 +--- clients/client-sesv2/src/commands/SendBulkEmailCommand.ts | 4 +--- .../src/commands/SendCustomVerificationEmailCommand.ts | 4 +--- clients/client-sesv2/src/commands/SendEmailCommand.ts | 4 +--- clients/client-sesv2/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestRenderEmailTemplateCommand.ts | 4 +--- clients/client-sesv2/src/commands/UntagResourceCommand.ts | 4 +--- .../commands/UpdateConfigurationSetEventDestinationCommand.ts | 4 +--- clients/client-sesv2/src/commands/UpdateContactCommand.ts | 4 +--- clients/client-sesv2/src/commands/UpdateContactListCommand.ts | 4 +--- .../commands/UpdateCustomVerificationEmailTemplateCommand.ts | 4 +--- .../src/commands/UpdateEmailIdentityPolicyCommand.ts | 4 +--- .../client-sesv2/src/commands/UpdateEmailTemplateCommand.ts | 4 +--- clients/client-sfn/src/commands/CreateActivityCommand.ts | 4 +--- .../client-sfn/src/commands/CreateStateMachineAliasCommand.ts | 4 +--- clients/client-sfn/src/commands/CreateStateMachineCommand.ts | 4 +--- clients/client-sfn/src/commands/DeleteActivityCommand.ts | 4 +--- .../client-sfn/src/commands/DeleteStateMachineAliasCommand.ts | 4 +--- clients/client-sfn/src/commands/DeleteStateMachineCommand.ts | 4 +--- .../src/commands/DeleteStateMachineVersionCommand.ts | 4 +--- clients/client-sfn/src/commands/DescribeActivityCommand.ts | 4 +--- clients/client-sfn/src/commands/DescribeExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/DescribeMapRunCommand.ts | 4 +--- .../src/commands/DescribeStateMachineAliasCommand.ts | 4 +--- .../client-sfn/src/commands/DescribeStateMachineCommand.ts | 4 +--- .../src/commands/DescribeStateMachineForExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/GetActivityTaskCommand.ts | 4 +--- clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts | 4 +--- clients/client-sfn/src/commands/ListActivitiesCommand.ts | 4 +--- clients/client-sfn/src/commands/ListExecutionsCommand.ts | 4 +--- clients/client-sfn/src/commands/ListMapRunsCommand.ts | 4 +--- .../client-sfn/src/commands/ListStateMachineAliasesCommand.ts | 4 +--- .../src/commands/ListStateMachineVersionsCommand.ts | 4 +--- clients/client-sfn/src/commands/ListStateMachinesCommand.ts | 4 +--- clients/client-sfn/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PublishStateMachineVersionCommand.ts | 4 +--- clients/client-sfn/src/commands/RedriveExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/SendTaskFailureCommand.ts | 4 +--- clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts | 4 +--- clients/client-sfn/src/commands/SendTaskSuccessCommand.ts | 4 +--- clients/client-sfn/src/commands/StartExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/StartSyncExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/StopExecutionCommand.ts | 4 +--- clients/client-sfn/src/commands/TagResourceCommand.ts | 4 +--- clients/client-sfn/src/commands/TestStateCommand.ts | 4 +--- clients/client-sfn/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-sfn/src/commands/UpdateMapRunCommand.ts | 4 +--- .../client-sfn/src/commands/UpdateStateMachineAliasCommand.ts | 4 +--- clients/client-sfn/src/commands/UpdateStateMachineCommand.ts | 4 +--- .../src/commands/ValidateStateMachineDefinitionCommand.ts | 4 +--- .../src/commands/AssociateDRTLogBucketCommand.ts | 4 +--- clients/client-shield/src/commands/AssociateDRTRoleCommand.ts | 4 +--- .../client-shield/src/commands/AssociateHealthCheckCommand.ts | 4 +--- .../commands/AssociateProactiveEngagementDetailsCommand.ts | 4 +--- clients/client-shield/src/commands/CreateProtectionCommand.ts | 4 +--- .../src/commands/CreateProtectionGroupCommand.ts | 4 +--- .../client-shield/src/commands/CreateSubscriptionCommand.ts | 4 +--- clients/client-shield/src/commands/DeleteProtectionCommand.ts | 4 +--- .../src/commands/DeleteProtectionGroupCommand.ts | 4 +--- .../client-shield/src/commands/DeleteSubscriptionCommand.ts | 4 +--- clients/client-shield/src/commands/DescribeAttackCommand.ts | 4 +--- .../src/commands/DescribeAttackStatisticsCommand.ts | 4 +--- .../client-shield/src/commands/DescribeDRTAccessCommand.ts | 4 +--- .../src/commands/DescribeEmergencyContactSettingsCommand.ts | 4 +--- .../client-shield/src/commands/DescribeProtectionCommand.ts | 4 +--- .../src/commands/DescribeProtectionGroupCommand.ts | 4 +--- .../client-shield/src/commands/DescribeSubscriptionCommand.ts | 4 +--- .../DisableApplicationLayerAutomaticResponseCommand.ts | 4 +--- .../src/commands/DisableProactiveEngagementCommand.ts | 4 +--- .../src/commands/DisassociateDRTLogBucketCommand.ts | 4 +--- .../client-shield/src/commands/DisassociateDRTRoleCommand.ts | 4 +--- .../src/commands/DisassociateHealthCheckCommand.ts | 4 +--- .../EnableApplicationLayerAutomaticResponseCommand.ts | 4 +--- .../src/commands/EnableProactiveEngagementCommand.ts | 4 +--- .../client-shield/src/commands/GetSubscriptionStateCommand.ts | 4 +--- clients/client-shield/src/commands/ListAttacksCommand.ts | 4 +--- .../client-shield/src/commands/ListProtectionGroupsCommand.ts | 4 +--- clients/client-shield/src/commands/ListProtectionsCommand.ts | 4 +--- .../src/commands/ListResourcesInProtectionGroupCommand.ts | 4 +--- .../client-shield/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-shield/src/commands/TagResourceCommand.ts | 4 +--- clients/client-shield/src/commands/UntagResourceCommand.ts | 4 +--- .../UpdateApplicationLayerAutomaticResponseCommand.ts | 4 +--- .../src/commands/UpdateEmergencyContactSettingsCommand.ts | 4 +--- .../src/commands/UpdateProtectionGroupCommand.ts | 4 +--- .../client-shield/src/commands/UpdateSubscriptionCommand.ts | 4 +--- .../client-signer/src/commands/AddProfilePermissionCommand.ts | 4 +--- .../client-signer/src/commands/CancelSigningProfileCommand.ts | 4 +--- .../client-signer/src/commands/DescribeSigningJobCommand.ts | 4 +--- .../client-signer/src/commands/GetRevocationStatusCommand.ts | 4 +--- .../client-signer/src/commands/GetSigningPlatformCommand.ts | 4 +--- .../client-signer/src/commands/GetSigningProfileCommand.ts | 4 +--- .../src/commands/ListProfilePermissionsCommand.ts | 4 +--- clients/client-signer/src/commands/ListSigningJobsCommand.ts | 4 +--- .../client-signer/src/commands/ListSigningPlatformsCommand.ts | 4 +--- .../client-signer/src/commands/ListSigningProfilesCommand.ts | 4 +--- .../client-signer/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-signer/src/commands/PutSigningProfileCommand.ts | 4 +--- .../src/commands/RemoveProfilePermissionCommand.ts | 4 +--- clients/client-signer/src/commands/RevokeSignatureCommand.ts | 4 +--- .../client-signer/src/commands/RevokeSigningProfileCommand.ts | 4 +--- clients/client-signer/src/commands/SignPayloadCommand.ts | 4 +--- clients/client-signer/src/commands/StartSigningJobCommand.ts | 4 +--- clients/client-signer/src/commands/TagResourceCommand.ts | 4 +--- clients/client-signer/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/CreateSnapshotCommand.ts | 4 +--- .../client-simspaceweaver/src/commands/DeleteAppCommand.ts | 4 +--- .../src/commands/DeleteSimulationCommand.ts | 4 +--- .../client-simspaceweaver/src/commands/DescribeAppCommand.ts | 4 +--- .../src/commands/DescribeSimulationCommand.ts | 4 +--- clients/client-simspaceweaver/src/commands/ListAppsCommand.ts | 4 +--- .../src/commands/ListSimulationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-simspaceweaver/src/commands/StartAppCommand.ts | 4 +--- .../client-simspaceweaver/src/commands/StartClockCommand.ts | 4 +--- .../src/commands/StartSimulationCommand.ts | 4 +--- clients/client-simspaceweaver/src/commands/StopAppCommand.ts | 4 +--- .../client-simspaceweaver/src/commands/StopClockCommand.ts | 4 +--- .../src/commands/StopSimulationCommand.ts | 4 +--- .../client-simspaceweaver/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- clients/client-sms/src/commands/CreateAppCommand.ts | 4 +--- .../client-sms/src/commands/CreateReplicationJobCommand.ts | 4 +--- clients/client-sms/src/commands/DeleteAppCommand.ts | 4 +--- .../src/commands/DeleteAppLaunchConfigurationCommand.ts | 4 +--- .../src/commands/DeleteAppReplicationConfigurationCommand.ts | 4 +--- .../src/commands/DeleteAppValidationConfigurationCommand.ts | 4 +--- .../client-sms/src/commands/DeleteReplicationJobCommand.ts | 4 +--- clients/client-sms/src/commands/DeleteServerCatalogCommand.ts | 4 +--- .../client-sms/src/commands/DisassociateConnectorCommand.ts | 4 +--- clients/client-sms/src/commands/GenerateChangeSetCommand.ts | 4 +--- clients/client-sms/src/commands/GenerateTemplateCommand.ts | 4 +--- clients/client-sms/src/commands/GetAppCommand.ts | 4 +--- .../src/commands/GetAppLaunchConfigurationCommand.ts | 4 +--- .../src/commands/GetAppReplicationConfigurationCommand.ts | 4 +--- .../src/commands/GetAppValidationConfigurationCommand.ts | 4 +--- .../client-sms/src/commands/GetAppValidationOutputCommand.ts | 4 +--- clients/client-sms/src/commands/GetConnectorsCommand.ts | 4 +--- clients/client-sms/src/commands/GetReplicationJobsCommand.ts | 4 +--- clients/client-sms/src/commands/GetReplicationRunsCommand.ts | 4 +--- clients/client-sms/src/commands/GetServersCommand.ts | 4 +--- clients/client-sms/src/commands/ImportAppCatalogCommand.ts | 4 +--- clients/client-sms/src/commands/ImportServerCatalogCommand.ts | 4 +--- clients/client-sms/src/commands/LaunchAppCommand.ts | 4 +--- clients/client-sms/src/commands/ListAppsCommand.ts | 4 +--- .../src/commands/NotifyAppValidationOutputCommand.ts | 4 +--- .../src/commands/PutAppLaunchConfigurationCommand.ts | 4 +--- .../src/commands/PutAppReplicationConfigurationCommand.ts | 4 +--- .../src/commands/PutAppValidationConfigurationCommand.ts | 4 +--- clients/client-sms/src/commands/StartAppReplicationCommand.ts | 4 +--- .../src/commands/StartOnDemandAppReplicationCommand.ts | 4 +--- .../src/commands/StartOnDemandReplicationRunCommand.ts | 4 +--- clients/client-sms/src/commands/StopAppReplicationCommand.ts | 4 +--- clients/client-sms/src/commands/TerminateAppCommand.ts | 4 +--- clients/client-sms/src/commands/UpdateAppCommand.ts | 4 +--- .../client-sms/src/commands/UpdateReplicationJobCommand.ts | 4 +--- .../src/commands/CancelTaskCommand.ts | 4 +--- .../src/commands/CreateTaskCommand.ts | 4 +--- .../src/commands/DescribeDeviceCommand.ts | 4 +--- .../src/commands/DescribeDeviceEc2InstancesCommand.ts | 4 +--- .../src/commands/DescribeExecutionCommand.ts | 4 +--- .../src/commands/DescribeTaskCommand.ts | 4 +--- .../src/commands/ListDeviceResourcesCommand.ts | 4 +--- .../src/commands/ListDevicesCommand.ts | 4 +--- .../src/commands/ListExecutionsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTasksCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- clients/client-snowball/src/commands/CancelClusterCommand.ts | 4 +--- clients/client-snowball/src/commands/CancelJobCommand.ts | 4 +--- clients/client-snowball/src/commands/CreateAddressCommand.ts | 4 +--- clients/client-snowball/src/commands/CreateClusterCommand.ts | 4 +--- clients/client-snowball/src/commands/CreateJobCommand.ts | 4 +--- .../src/commands/CreateLongTermPricingCommand.ts | 4 +--- .../src/commands/CreateReturnShippingLabelCommand.ts | 4 +--- .../client-snowball/src/commands/DescribeAddressCommand.ts | 4 +--- .../client-snowball/src/commands/DescribeAddressesCommand.ts | 4 +--- .../client-snowball/src/commands/DescribeClusterCommand.ts | 4 +--- clients/client-snowball/src/commands/DescribeJobCommand.ts | 4 +--- .../src/commands/DescribeReturnShippingLabelCommand.ts | 4 +--- clients/client-snowball/src/commands/GetJobManifestCommand.ts | 4 +--- .../client-snowball/src/commands/GetJobUnlockCodeCommand.ts | 4 +--- .../client-snowball/src/commands/GetSnowballUsageCommand.ts | 4 +--- .../client-snowball/src/commands/GetSoftwareUpdatesCommand.ts | 4 +--- .../client-snowball/src/commands/ListClusterJobsCommand.ts | 4 +--- clients/client-snowball/src/commands/ListClustersCommand.ts | 4 +--- .../src/commands/ListCompatibleImagesCommand.ts | 4 +--- clients/client-snowball/src/commands/ListJobsCommand.ts | 4 +--- .../src/commands/ListLongTermPricingCommand.ts | 4 +--- .../src/commands/ListPickupLocationsCommand.ts | 4 +--- .../src/commands/ListServiceVersionsCommand.ts | 4 +--- clients/client-snowball/src/commands/UpdateClusterCommand.ts | 4 +--- clients/client-snowball/src/commands/UpdateJobCommand.ts | 4 +--- .../src/commands/UpdateJobShipmentStateCommand.ts | 4 +--- .../src/commands/UpdateLongTermPricingCommand.ts | 4 +--- clients/client-sns/src/commands/AddPermissionCommand.ts | 4 +--- .../src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts | 4 +--- clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts | 4 +--- .../src/commands/CreatePlatformApplicationCommand.ts | 4 +--- .../client-sns/src/commands/CreatePlatformEndpointCommand.ts | 4 +--- .../src/commands/CreateSMSSandboxPhoneNumberCommand.ts | 4 +--- clients/client-sns/src/commands/CreateTopicCommand.ts | 4 +--- clients/client-sns/src/commands/DeleteEndpointCommand.ts | 4 +--- .../src/commands/DeletePlatformApplicationCommand.ts | 4 +--- .../src/commands/DeleteSMSSandboxPhoneNumberCommand.ts | 4 +--- clients/client-sns/src/commands/DeleteTopicCommand.ts | 4 +--- .../client-sns/src/commands/GetDataProtectionPolicyCommand.ts | 4 +--- .../client-sns/src/commands/GetEndpointAttributesCommand.ts | 4 +--- .../src/commands/GetPlatformApplicationAttributesCommand.ts | 4 +--- clients/client-sns/src/commands/GetSMSAttributesCommand.ts | 4 +--- .../src/commands/GetSMSSandboxAccountStatusCommand.ts | 4 +--- .../src/commands/GetSubscriptionAttributesCommand.ts | 4 +--- clients/client-sns/src/commands/GetTopicAttributesCommand.ts | 4 +--- .../src/commands/ListEndpointsByPlatformApplicationCommand.ts | 4 +--- .../client-sns/src/commands/ListOriginationNumbersCommand.ts | 4 +--- .../src/commands/ListPhoneNumbersOptedOutCommand.ts | 4 +--- .../src/commands/ListPlatformApplicationsCommand.ts | 4 +--- .../src/commands/ListSMSSandboxPhoneNumbersCommand.ts | 4 +--- .../src/commands/ListSubscriptionsByTopicCommand.ts | 4 +--- clients/client-sns/src/commands/ListSubscriptionsCommand.ts | 4 +--- clients/client-sns/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-sns/src/commands/ListTopicsCommand.ts | 4 +--- clients/client-sns/src/commands/OptInPhoneNumberCommand.ts | 4 +--- clients/client-sns/src/commands/PublishBatchCommand.ts | 4 +--- clients/client-sns/src/commands/PublishCommand.ts | 4 +--- .../client-sns/src/commands/PutDataProtectionPolicyCommand.ts | 4 +--- clients/client-sns/src/commands/RemovePermissionCommand.ts | 4 +--- .../client-sns/src/commands/SetEndpointAttributesCommand.ts | 4 +--- .../src/commands/SetPlatformApplicationAttributesCommand.ts | 4 +--- clients/client-sns/src/commands/SetSMSAttributesCommand.ts | 4 +--- .../src/commands/SetSubscriptionAttributesCommand.ts | 4 +--- clients/client-sns/src/commands/SetTopicAttributesCommand.ts | 4 +--- clients/client-sns/src/commands/SubscribeCommand.ts | 4 +--- clients/client-sns/src/commands/TagResourceCommand.ts | 4 +--- clients/client-sns/src/commands/UnsubscribeCommand.ts | 4 +--- clients/client-sns/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/VerifySMSSandboxPhoneNumberCommand.ts | 4 +--- clients/client-sqs/src/commands/AddPermissionCommand.ts | 4 +--- .../client-sqs/src/commands/CancelMessageMoveTaskCommand.ts | 4 +--- .../src/commands/ChangeMessageVisibilityBatchCommand.ts | 4 +--- .../client-sqs/src/commands/ChangeMessageVisibilityCommand.ts | 4 +--- clients/client-sqs/src/commands/CreateQueueCommand.ts | 4 +--- clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts | 4 +--- clients/client-sqs/src/commands/DeleteMessageCommand.ts | 4 +--- clients/client-sqs/src/commands/DeleteQueueCommand.ts | 4 +--- clients/client-sqs/src/commands/GetQueueAttributesCommand.ts | 4 +--- clients/client-sqs/src/commands/GetQueueUrlCommand.ts | 4 +--- .../src/commands/ListDeadLetterSourceQueuesCommand.ts | 4 +--- .../client-sqs/src/commands/ListMessageMoveTasksCommand.ts | 4 +--- clients/client-sqs/src/commands/ListQueueTagsCommand.ts | 4 +--- clients/client-sqs/src/commands/ListQueuesCommand.ts | 4 +--- clients/client-sqs/src/commands/PurgeQueueCommand.ts | 4 +--- clients/client-sqs/src/commands/ReceiveMessageCommand.ts | 4 +--- clients/client-sqs/src/commands/RemovePermissionCommand.ts | 4 +--- clients/client-sqs/src/commands/SendMessageBatchCommand.ts | 4 +--- clients/client-sqs/src/commands/SendMessageCommand.ts | 4 +--- clients/client-sqs/src/commands/SetQueueAttributesCommand.ts | 4 +--- .../client-sqs/src/commands/StartMessageMoveTaskCommand.ts | 4 +--- clients/client-sqs/src/commands/TagQueueCommand.ts | 4 +--- clients/client-sqs/src/commands/UntagQueueCommand.ts | 4 +--- clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts | 4 +--- .../src/commands/ActivateContactChannelCommand.ts | 4 +--- .../src/commands/CreateContactChannelCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/CreateContactCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/CreateRotationCommand.ts | 4 +--- .../src/commands/CreateRotationOverrideCommand.ts | 4 +--- .../src/commands/DeactivateContactChannelCommand.ts | 4 +--- .../src/commands/DeleteContactChannelCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/DeleteContactCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/DeleteRotationCommand.ts | 4 +--- .../src/commands/DeleteRotationOverrideCommand.ts | 4 +--- .../src/commands/DescribeEngagementCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/DescribePageCommand.ts | 4 +--- .../src/commands/GetContactChannelCommand.ts | 4 +--- clients/client-ssm-contacts/src/commands/GetContactCommand.ts | 4 +--- .../src/commands/GetContactPolicyCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/GetRotationCommand.ts | 4 +--- .../src/commands/GetRotationOverrideCommand.ts | 4 +--- .../src/commands/ListContactChannelsCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/ListContactsCommand.ts | 4 +--- .../src/commands/ListEngagementsCommand.ts | 4 +--- .../src/commands/ListPageReceiptsCommand.ts | 4 +--- .../src/commands/ListPageResolutionsCommand.ts | 4 +--- .../src/commands/ListPagesByContactCommand.ts | 4 +--- .../src/commands/ListPagesByEngagementCommand.ts | 4 +--- .../src/commands/ListPreviewRotationShiftsCommand.ts | 4 +--- .../src/commands/ListRotationOverridesCommand.ts | 4 +--- .../src/commands/ListRotationShiftsCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/ListRotationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutContactPolicyCommand.ts | 4 +--- .../src/commands/SendActivationCodeCommand.ts | 4 +--- .../src/commands/StartEngagementCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/StopEngagementCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/TagResourceCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateContactChannelCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/UpdateContactCommand.ts | 4 +--- .../client-ssm-contacts/src/commands/UpdateRotationCommand.ts | 4 +--- .../src/commands/BatchGetIncidentFindingsCommand.ts | 4 +--- .../src/commands/CreateReplicationSetCommand.ts | 4 +--- .../src/commands/CreateResponsePlanCommand.ts | 4 +--- .../src/commands/CreateTimelineEventCommand.ts | 4 +--- .../src/commands/DeleteIncidentRecordCommand.ts | 4 +--- .../src/commands/DeleteReplicationSetCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeleteResponsePlanCommand.ts | 4 +--- .../src/commands/DeleteTimelineEventCommand.ts | 4 +--- .../src/commands/GetIncidentRecordCommand.ts | 4 +--- .../src/commands/GetReplicationSetCommand.ts | 4 +--- .../src/commands/GetResourcePoliciesCommand.ts | 4 +--- .../src/commands/GetResponsePlanCommand.ts | 4 +--- .../src/commands/GetTimelineEventCommand.ts | 4 +--- .../src/commands/ListIncidentFindingsCommand.ts | 4 +--- .../src/commands/ListIncidentRecordsCommand.ts | 4 +--- .../src/commands/ListRelatedItemsCommand.ts | 4 +--- .../src/commands/ListReplicationSetsCommand.ts | 4 +--- .../src/commands/ListResponsePlansCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTimelineEventsCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../client-ssm-incidents/src/commands/StartIncidentCommand.ts | 4 +--- .../client-ssm-incidents/src/commands/TagResourceCommand.ts | 4 +--- .../client-ssm-incidents/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDeletionProtectionCommand.ts | 4 +--- .../src/commands/UpdateIncidentRecordCommand.ts | 4 +--- .../src/commands/UpdateRelatedItemsCommand.ts | 4 +--- .../src/commands/UpdateReplicationSetCommand.ts | 4 +--- .../src/commands/UpdateResponsePlanCommand.ts | 4 +--- .../src/commands/UpdateTimelineEventCommand.ts | 4 +--- .../src/commands/CreateConfigurationManagerCommand.ts | 4 +--- .../src/commands/DeleteConfigurationManagerCommand.ts | 4 +--- .../src/commands/GetConfigurationManagerCommand.ts | 4 +--- .../src/commands/GetServiceSettingsCommand.ts | 4 +--- .../src/commands/ListConfigurationManagersCommand.ts | 4 +--- .../src/commands/ListQuickSetupTypesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-ssm-quicksetup/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateConfigurationDefinitionCommand.ts | 4 +--- .../src/commands/UpdateConfigurationManagerCommand.ts | 4 +--- .../src/commands/UpdateServiceSettingsCommand.ts | 4 +--- .../src/commands/DeleteResourcePermissionCommand.ts | 4 +--- .../src/commands/DeregisterApplicationCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/GetApplicationCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/GetComponentCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/GetOperationCommand.ts | 4 +--- .../src/commands/GetResourcePermissionCommand.ts | 4 +--- .../client-ssm-sap/src/commands/ListApplicationsCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/ListComponentsCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts | 4 +--- .../client-ssm-sap/src/commands/ListOperationEventsCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/ListOperationsCommand.ts | 4 +--- .../client-ssm-sap/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutResourcePermissionCommand.ts | 4 +--- .../client-ssm-sap/src/commands/RegisterApplicationCommand.ts | 4 +--- .../client-ssm-sap/src/commands/StartApplicationCommand.ts | 4 +--- .../src/commands/StartApplicationRefreshCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/StopApplicationCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/TagResourceCommand.ts | 4 +--- clients/client-ssm-sap/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateApplicationSettingsCommand.ts | 4 +--- clients/client-ssm/src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/AssociateOpsItemRelatedItemCommand.ts | 4 +--- clients/client-ssm/src/commands/CancelCommandCommand.ts | 4 +--- .../src/commands/CancelMaintenanceWindowExecutionCommand.ts | 4 +--- clients/client-ssm/src/commands/CreateActivationCommand.ts | 4 +--- .../client-ssm/src/commands/CreateAssociationBatchCommand.ts | 4 +--- clients/client-ssm/src/commands/CreateAssociationCommand.ts | 4 +--- clients/client-ssm/src/commands/CreateDocumentCommand.ts | 4 +--- .../client-ssm/src/commands/CreateMaintenanceWindowCommand.ts | 4 +--- clients/client-ssm/src/commands/CreateOpsItemCommand.ts | 4 +--- clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts | 4 +--- clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts | 4 +--- .../client-ssm/src/commands/CreateResourceDataSyncCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteActivationCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteAssociationCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteDocumentCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteInventoryCommand.ts | 4 +--- .../client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteOpsItemCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteParameterCommand.ts | 4 +--- clients/client-ssm/src/commands/DeleteParametersCommand.ts | 4 +--- clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts | 4 +--- .../client-ssm/src/commands/DeleteResourceDataSyncCommand.ts | 4 +--- .../client-ssm/src/commands/DeleteResourcePolicyCommand.ts | 4 +--- .../src/commands/DeregisterManagedInstanceCommand.ts | 4 +--- .../commands/DeregisterPatchBaselineForPatchGroupCommand.ts | 4 +--- .../commands/DeregisterTargetFromMaintenanceWindowCommand.ts | 4 +--- .../commands/DeregisterTaskFromMaintenanceWindowCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeActivationsCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeAssociationCommand.ts | 4 +--- .../commands/DescribeAssociationExecutionTargetsCommand.ts | 4 +--- .../src/commands/DescribeAssociationExecutionsCommand.ts | 4 +--- .../src/commands/DescribeAutomationExecutionsCommand.ts | 4 +--- .../src/commands/DescribeAutomationStepExecutionsCommand.ts | 4 +--- .../src/commands/DescribeAvailablePatchesCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeDocumentCommand.ts | 4 +--- .../src/commands/DescribeDocumentPermissionCommand.ts | 4 +--- .../commands/DescribeEffectiveInstanceAssociationsCommand.ts | 4 +--- .../DescribeEffectivePatchesForPatchBaselineCommand.ts | 4 +--- .../src/commands/DescribeInstanceAssociationsStatusCommand.ts | 4 +--- .../src/commands/DescribeInstanceInformationCommand.ts | 4 +--- .../src/commands/DescribeInstancePatchStatesCommand.ts | 4 +--- .../DescribeInstancePatchStatesForPatchGroupCommand.ts | 4 +--- .../client-ssm/src/commands/DescribeInstancePatchesCommand.ts | 4 +--- .../src/commands/DescribeInstancePropertiesCommand.ts | 4 +--- .../src/commands/DescribeInventoryDeletionsCommand.ts | 4 +--- ...escribeMaintenanceWindowExecutionTaskInvocationsCommand.ts | 4 +--- .../DescribeMaintenanceWindowExecutionTasksCommand.ts | 4 +--- .../commands/DescribeMaintenanceWindowExecutionsCommand.ts | 4 +--- .../src/commands/DescribeMaintenanceWindowScheduleCommand.ts | 4 +--- .../src/commands/DescribeMaintenanceWindowTargetsCommand.ts | 4 +--- .../src/commands/DescribeMaintenanceWindowTasksCommand.ts | 4 +--- .../src/commands/DescribeMaintenanceWindowsCommand.ts | 4 +--- .../commands/DescribeMaintenanceWindowsForTargetCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeParametersCommand.ts | 4 +--- .../client-ssm/src/commands/DescribePatchBaselinesCommand.ts | 4 +--- .../client-ssm/src/commands/DescribePatchGroupStateCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts | 4 +--- .../client-ssm/src/commands/DescribePatchPropertiesCommand.ts | 4 +--- clients/client-ssm/src/commands/DescribeSessionsCommand.ts | 4 +--- .../src/commands/DisassociateOpsItemRelatedItemCommand.ts | 4 +--- .../client-ssm/src/commands/GetAutomationExecutionCommand.ts | 4 +--- clients/client-ssm/src/commands/GetCalendarStateCommand.ts | 4 +--- .../client-ssm/src/commands/GetCommandInvocationCommand.ts | 4 +--- clients/client-ssm/src/commands/GetConnectionStatusCommand.ts | 4 +--- .../client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts | 4 +--- .../commands/GetDeployablePatchSnapshotForInstanceCommand.ts | 4 +--- clients/client-ssm/src/commands/GetDocumentCommand.ts | 4 +--- clients/client-ssm/src/commands/GetInventoryCommand.ts | 4 +--- clients/client-ssm/src/commands/GetInventorySchemaCommand.ts | 4 +--- .../client-ssm/src/commands/GetMaintenanceWindowCommand.ts | 4 +--- .../src/commands/GetMaintenanceWindowExecutionCommand.ts | 4 +--- .../src/commands/GetMaintenanceWindowExecutionTaskCommand.ts | 4 +--- .../GetMaintenanceWindowExecutionTaskInvocationCommand.ts | 4 +--- .../src/commands/GetMaintenanceWindowTaskCommand.ts | 4 +--- clients/client-ssm/src/commands/GetOpsItemCommand.ts | 4 +--- clients/client-ssm/src/commands/GetOpsMetadataCommand.ts | 4 +--- clients/client-ssm/src/commands/GetOpsSummaryCommand.ts | 4 +--- clients/client-ssm/src/commands/GetParameterCommand.ts | 4 +--- clients/client-ssm/src/commands/GetParameterHistoryCommand.ts | 4 +--- clients/client-ssm/src/commands/GetParametersByPathCommand.ts | 4 +--- clients/client-ssm/src/commands/GetParametersCommand.ts | 4 +--- clients/client-ssm/src/commands/GetPatchBaselineCommand.ts | 4 +--- .../src/commands/GetPatchBaselineForPatchGroupCommand.ts | 4 +--- clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts | 4 +--- clients/client-ssm/src/commands/GetServiceSettingCommand.ts | 4 +--- .../client-ssm/src/commands/LabelParameterVersionCommand.ts | 4 +--- .../client-ssm/src/commands/ListAssociationVersionsCommand.ts | 4 +--- clients/client-ssm/src/commands/ListAssociationsCommand.ts | 4 +--- .../client-ssm/src/commands/ListCommandInvocationsCommand.ts | 4 +--- clients/client-ssm/src/commands/ListCommandsCommand.ts | 4 +--- clients/client-ssm/src/commands/ListComplianceItemsCommand.ts | 4 +--- .../client-ssm/src/commands/ListComplianceSummariesCommand.ts | 4 +--- .../src/commands/ListDocumentMetadataHistoryCommand.ts | 4 +--- .../client-ssm/src/commands/ListDocumentVersionsCommand.ts | 4 +--- clients/client-ssm/src/commands/ListDocumentsCommand.ts | 4 +--- .../client-ssm/src/commands/ListInventoryEntriesCommand.ts | 4 +--- clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts | 4 +--- .../client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts | 4 +--- clients/client-ssm/src/commands/ListOpsMetadataCommand.ts | 4 +--- .../src/commands/ListResourceComplianceSummariesCommand.ts | 4 +--- .../client-ssm/src/commands/ListResourceDataSyncCommand.ts | 4 +--- clients/client-ssm/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ModifyDocumentPermissionCommand.ts | 4 +--- clients/client-ssm/src/commands/PutComplianceItemsCommand.ts | 4 +--- clients/client-ssm/src/commands/PutInventoryCommand.ts | 4 +--- clients/client-ssm/src/commands/PutParameterCommand.ts | 4 +--- clients/client-ssm/src/commands/PutResourcePolicyCommand.ts | 4 +--- .../src/commands/RegisterDefaultPatchBaselineCommand.ts | 4 +--- .../src/commands/RegisterPatchBaselineForPatchGroupCommand.ts | 4 +--- .../commands/RegisterTargetWithMaintenanceWindowCommand.ts | 4 +--- .../src/commands/RegisterTaskWithMaintenanceWindowCommand.ts | 4 +--- .../client-ssm/src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- clients/client-ssm/src/commands/ResetServiceSettingCommand.ts | 4 +--- clients/client-ssm/src/commands/ResumeSessionCommand.ts | 4 +--- .../client-ssm/src/commands/SendAutomationSignalCommand.ts | 4 +--- clients/client-ssm/src/commands/SendCommandCommand.ts | 4 +--- .../client-ssm/src/commands/StartAssociationsOnceCommand.ts | 4 +--- .../src/commands/StartAutomationExecutionCommand.ts | 4 +--- .../src/commands/StartChangeRequestExecutionCommand.ts | 4 +--- clients/client-ssm/src/commands/StartSessionCommand.ts | 4 +--- .../client-ssm/src/commands/StopAutomationExecutionCommand.ts | 4 +--- clients/client-ssm/src/commands/TerminateSessionCommand.ts | 4 +--- .../client-ssm/src/commands/UnlabelParameterVersionCommand.ts | 4 +--- clients/client-ssm/src/commands/UpdateAssociationCommand.ts | 4 +--- .../client-ssm/src/commands/UpdateAssociationStatusCommand.ts | 4 +--- clients/client-ssm/src/commands/UpdateDocumentCommand.ts | 4 +--- .../src/commands/UpdateDocumentDefaultVersionCommand.ts | 4 +--- .../client-ssm/src/commands/UpdateDocumentMetadataCommand.ts | 4 +--- .../client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts | 4 +--- .../src/commands/UpdateMaintenanceWindowTargetCommand.ts | 4 +--- .../src/commands/UpdateMaintenanceWindowTaskCommand.ts | 4 +--- .../src/commands/UpdateManagedInstanceRoleCommand.ts | 4 +--- clients/client-ssm/src/commands/UpdateOpsItemCommand.ts | 4 +--- clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts | 4 +--- clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts | 4 +--- .../client-ssm/src/commands/UpdateResourceDataSyncCommand.ts | 4 +--- .../client-ssm/src/commands/UpdateServiceSettingCommand.ts | 4 +--- ...achCustomerManagedPolicyReferenceToPermissionSetCommand.ts | 4 +--- .../src/commands/AttachManagedPolicyToPermissionSetCommand.ts | 4 +--- .../src/commands/CreateAccountAssignmentCommand.ts | 4 +--- .../src/commands/CreateApplicationAssignmentCommand.ts | 4 +--- .../client-sso-admin/src/commands/CreateApplicationCommand.ts | 4 +--- ...reateInstanceAccessControlAttributeConfigurationCommand.ts | 4 +--- .../client-sso-admin/src/commands/CreateInstanceCommand.ts | 4 +--- .../src/commands/CreatePermissionSetCommand.ts | 4 +--- .../src/commands/CreateTrustedTokenIssuerCommand.ts | 4 +--- .../src/commands/DeleteAccountAssignmentCommand.ts | 4 +--- .../src/commands/DeleteApplicationAccessScopeCommand.ts | 4 +--- .../src/commands/DeleteApplicationAssignmentCommand.ts | 4 +--- .../commands/DeleteApplicationAuthenticationMethodCommand.ts | 4 +--- .../client-sso-admin/src/commands/DeleteApplicationCommand.ts | 4 +--- .../src/commands/DeleteApplicationGrantCommand.ts | 4 +--- .../commands/DeleteInlinePolicyFromPermissionSetCommand.ts | 4 +--- ...eleteInstanceAccessControlAttributeConfigurationCommand.ts | 4 +--- .../client-sso-admin/src/commands/DeleteInstanceCommand.ts | 4 +--- .../src/commands/DeletePermissionSetCommand.ts | 4 +--- .../DeletePermissionsBoundaryFromPermissionSetCommand.ts | 4 +--- .../src/commands/DeleteTrustedTokenIssuerCommand.ts | 4 +--- .../DescribeAccountAssignmentCreationStatusCommand.ts | 4 +--- .../DescribeAccountAssignmentDeletionStatusCommand.ts | 4 +--- .../src/commands/DescribeApplicationAssignmentCommand.ts | 4 +--- .../src/commands/DescribeApplicationCommand.ts | 4 +--- .../src/commands/DescribeApplicationProviderCommand.ts | 4 +--- ...cribeInstanceAccessControlAttributeConfigurationCommand.ts | 4 +--- .../client-sso-admin/src/commands/DescribeInstanceCommand.ts | 4 +--- .../src/commands/DescribePermissionSetCommand.ts | 4 +--- .../DescribePermissionSetProvisioningStatusCommand.ts | 4 +--- .../src/commands/DescribeTrustedTokenIssuerCommand.ts | 4 +--- ...hCustomerManagedPolicyReferenceFromPermissionSetCommand.ts | 4 +--- .../commands/DetachManagedPolicyFromPermissionSetCommand.ts | 4 +--- .../src/commands/GetApplicationAccessScopeCommand.ts | 4 +--- .../commands/GetApplicationAssignmentConfigurationCommand.ts | 4 +--- .../src/commands/GetApplicationAuthenticationMethodCommand.ts | 4 +--- .../src/commands/GetApplicationGrantCommand.ts | 4 +--- .../src/commands/GetInlinePolicyForPermissionSetCommand.ts | 4 +--- .../commands/GetPermissionsBoundaryForPermissionSetCommand.ts | 4 +--- .../commands/ListAccountAssignmentCreationStatusCommand.ts | 4 +--- .../commands/ListAccountAssignmentDeletionStatusCommand.ts | 4 +--- .../src/commands/ListAccountAssignmentsCommand.ts | 4 +--- .../src/commands/ListAccountAssignmentsForPrincipalCommand.ts | 4 +--- .../ListAccountsForProvisionedPermissionSetCommand.ts | 4 +--- .../src/commands/ListApplicationAccessScopesCommand.ts | 4 +--- .../src/commands/ListApplicationAssignmentsCommand.ts | 4 +--- .../commands/ListApplicationAssignmentsForPrincipalCommand.ts | 4 +--- .../commands/ListApplicationAuthenticationMethodsCommand.ts | 4 +--- .../src/commands/ListApplicationGrantsCommand.ts | 4 +--- .../src/commands/ListApplicationProvidersCommand.ts | 4 +--- .../client-sso-admin/src/commands/ListApplicationsCommand.ts | 4 +--- ...stCustomerManagedPolicyReferencesInPermissionSetCommand.ts | 4 +--- clients/client-sso-admin/src/commands/ListInstancesCommand.ts | 4 +--- .../src/commands/ListManagedPoliciesInPermissionSetCommand.ts | 4 +--- .../commands/ListPermissionSetProvisioningStatusCommand.ts | 4 +--- .../src/commands/ListPermissionSetsCommand.ts | 4 +--- .../commands/ListPermissionSetsProvisionedToAccountCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrustedTokenIssuersCommand.ts | 4 +--- .../src/commands/ProvisionPermissionSetCommand.ts | 4 +--- .../src/commands/PutApplicationAccessScopeCommand.ts | 4 +--- .../commands/PutApplicationAssignmentConfigurationCommand.ts | 4 +--- .../src/commands/PutApplicationAuthenticationMethodCommand.ts | 4 +--- .../src/commands/PutApplicationGrantCommand.ts | 4 +--- .../src/commands/PutInlinePolicyToPermissionSetCommand.ts | 4 +--- .../commands/PutPermissionsBoundaryToPermissionSetCommand.ts | 4 +--- clients/client-sso-admin/src/commands/TagResourceCommand.ts | 4 +--- clients/client-sso-admin/src/commands/UntagResourceCommand.ts | 4 +--- .../client-sso-admin/src/commands/UpdateApplicationCommand.ts | 4 +--- ...pdateInstanceAccessControlAttributeConfigurationCommand.ts | 4 +--- .../client-sso-admin/src/commands/UpdateInstanceCommand.ts | 4 +--- .../src/commands/UpdatePermissionSetCommand.ts | 4 +--- .../src/commands/UpdateTrustedTokenIssuerCommand.ts | 4 +--- clients/client-sso-oidc/src/commands/CreateTokenCommand.ts | 4 +--- .../client-sso-oidc/src/commands/CreateTokenWithIAMCommand.ts | 4 +--- clients/client-sso-oidc/src/commands/RegisterClientCommand.ts | 4 +--- .../src/commands/StartDeviceAuthorizationCommand.ts | 4 +--- clients/client-sso/src/commands/GetRoleCredentialsCommand.ts | 4 +--- clients/client-sso/src/commands/ListAccountRolesCommand.ts | 4 +--- clients/client-sso/src/commands/ListAccountsCommand.ts | 4 +--- clients/client-sso/src/commands/LogoutCommand.ts | 4 +--- .../src/commands/ActivateGatewayCommand.ts | 4 +--- .../client-storage-gateway/src/commands/AddCacheCommand.ts | 4 +--- .../src/commands/AddTagsToResourceCommand.ts | 4 +--- .../src/commands/AddUploadBufferCommand.ts | 4 +--- .../src/commands/AddWorkingStorageCommand.ts | 4 +--- .../src/commands/AssignTapePoolCommand.ts | 4 +--- .../src/commands/AssociateFileSystemCommand.ts | 4 +--- .../src/commands/AttachVolumeCommand.ts | 4 +--- .../src/commands/CancelArchivalCommand.ts | 4 +--- .../src/commands/CancelRetrievalCommand.ts | 4 +--- .../src/commands/CreateCachediSCSIVolumeCommand.ts | 4 +--- .../src/commands/CreateNFSFileShareCommand.ts | 4 +--- .../src/commands/CreateSMBFileShareCommand.ts | 4 +--- .../src/commands/CreateSnapshotCommand.ts | 4 +--- .../commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts | 4 +--- .../src/commands/CreateStorediSCSIVolumeCommand.ts | 4 +--- .../src/commands/CreateTapePoolCommand.ts | 4 +--- .../src/commands/CreateTapeWithBarcodeCommand.ts | 4 +--- .../client-storage-gateway/src/commands/CreateTapesCommand.ts | 4 +--- .../src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts | 4 +--- .../src/commands/DeleteBandwidthRateLimitCommand.ts | 4 +--- .../src/commands/DeleteChapCredentialsCommand.ts | 4 +--- .../src/commands/DeleteFileShareCommand.ts | 4 +--- .../src/commands/DeleteGatewayCommand.ts | 4 +--- .../src/commands/DeleteSnapshotScheduleCommand.ts | 4 +--- .../src/commands/DeleteTapeArchiveCommand.ts | 4 +--- .../client-storage-gateway/src/commands/DeleteTapeCommand.ts | 4 +--- .../src/commands/DeleteTapePoolCommand.ts | 4 +--- .../src/commands/DeleteVolumeCommand.ts | 4 +--- .../src/commands/DescribeAvailabilityMonitorTestCommand.ts | 4 +--- .../src/commands/DescribeBandwidthRateLimitCommand.ts | 4 +--- .../src/commands/DescribeBandwidthRateLimitScheduleCommand.ts | 4 +--- .../src/commands/DescribeCacheCommand.ts | 4 +--- .../src/commands/DescribeCachediSCSIVolumesCommand.ts | 4 +--- .../src/commands/DescribeChapCredentialsCommand.ts | 4 +--- .../src/commands/DescribeFileSystemAssociationsCommand.ts | 4 +--- .../src/commands/DescribeGatewayInformationCommand.ts | 4 +--- .../src/commands/DescribeMaintenanceStartTimeCommand.ts | 4 +--- .../src/commands/DescribeNFSFileSharesCommand.ts | 4 +--- .../src/commands/DescribeSMBFileSharesCommand.ts | 4 +--- .../src/commands/DescribeSMBSettingsCommand.ts | 4 +--- .../src/commands/DescribeSnapshotScheduleCommand.ts | 4 +--- .../src/commands/DescribeStorediSCSIVolumesCommand.ts | 4 +--- .../src/commands/DescribeTapeArchivesCommand.ts | 4 +--- .../src/commands/DescribeTapeRecoveryPointsCommand.ts | 4 +--- .../src/commands/DescribeTapesCommand.ts | 4 +--- .../src/commands/DescribeUploadBufferCommand.ts | 4 +--- .../src/commands/DescribeVTLDevicesCommand.ts | 4 +--- .../src/commands/DescribeWorkingStorageCommand.ts | 4 +--- .../src/commands/DetachVolumeCommand.ts | 4 +--- .../src/commands/DisableGatewayCommand.ts | 4 +--- .../src/commands/DisassociateFileSystemCommand.ts | 4 +--- .../client-storage-gateway/src/commands/JoinDomainCommand.ts | 4 +--- .../src/commands/ListAutomaticTapeCreationPoliciesCommand.ts | 4 +--- .../src/commands/ListFileSharesCommand.ts | 4 +--- .../src/commands/ListFileSystemAssociationsCommand.ts | 4 +--- .../src/commands/ListGatewaysCommand.ts | 4 +--- .../src/commands/ListLocalDisksCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTapePoolsCommand.ts | 4 +--- .../client-storage-gateway/src/commands/ListTapesCommand.ts | 4 +--- .../src/commands/ListVolumeInitiatorsCommand.ts | 4 +--- .../src/commands/ListVolumeRecoveryPointsCommand.ts | 4 +--- .../client-storage-gateway/src/commands/ListVolumesCommand.ts | 4 +--- .../src/commands/NotifyWhenUploadedCommand.ts | 4 +--- .../src/commands/RefreshCacheCommand.ts | 4 +--- .../src/commands/RemoveTagsFromResourceCommand.ts | 4 +--- .../client-storage-gateway/src/commands/ResetCacheCommand.ts | 4 +--- .../src/commands/RetrieveTapeArchiveCommand.ts | 4 +--- .../src/commands/RetrieveTapeRecoveryPointCommand.ts | 4 +--- .../src/commands/SetLocalConsolePasswordCommand.ts | 4 +--- .../src/commands/SetSMBGuestPasswordCommand.ts | 4 +--- .../src/commands/ShutdownGatewayCommand.ts | 4 +--- .../src/commands/StartAvailabilityMonitorTestCommand.ts | 4 +--- .../src/commands/StartGatewayCommand.ts | 4 +--- .../src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts | 4 +--- .../src/commands/UpdateBandwidthRateLimitCommand.ts | 4 +--- .../src/commands/UpdateBandwidthRateLimitScheduleCommand.ts | 4 +--- .../src/commands/UpdateChapCredentialsCommand.ts | 4 +--- .../src/commands/UpdateFileSystemAssociationCommand.ts | 4 +--- .../src/commands/UpdateGatewayInformationCommand.ts | 4 +--- .../src/commands/UpdateGatewaySoftwareNowCommand.ts | 4 +--- .../src/commands/UpdateMaintenanceStartTimeCommand.ts | 4 +--- .../src/commands/UpdateNFSFileShareCommand.ts | 4 +--- .../src/commands/UpdateSMBFileShareCommand.ts | 4 +--- .../src/commands/UpdateSMBFileShareVisibilityCommand.ts | 4 +--- .../src/commands/UpdateSMBLocalGroupsCommand.ts | 4 +--- .../src/commands/UpdateSMBSecurityStrategyCommand.ts | 4 +--- .../src/commands/UpdateSnapshotScheduleCommand.ts | 4 +--- .../src/commands/UpdateVTLDeviceTypeCommand.ts | 4 +--- clients/client-sts/src/commands/AssumeRoleCommand.ts | 4 +--- clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts | 4 +--- .../src/commands/AssumeRoleWithWebIdentityCommand.ts | 4 +--- .../src/commands/DecodeAuthorizationMessageCommand.ts | 4 +--- clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts | 4 +--- clients/client-sts/src/commands/GetCallerIdentityCommand.ts | 4 +--- clients/client-sts/src/commands/GetFederationTokenCommand.ts | 4 +--- clients/client-sts/src/commands/GetSessionTokenCommand.ts | 4 +--- .../src/commands/CreateBillOfMaterialsImportJobCommand.ts | 4 +--- .../src/commands/GetBillOfMaterialsImportJobCommand.ts | 4 +--- .../src/commands/SendDataIntegrationEventCommand.ts | 4 +--- .../src/commands/CreateSlackChannelConfigurationCommand.ts | 4 +--- .../src/commands/DeleteAccountAliasCommand.ts | 4 +--- .../src/commands/DeleteSlackChannelConfigurationCommand.ts | 4 +--- .../src/commands/DeleteSlackWorkspaceConfigurationCommand.ts | 4 +--- .../client-support-app/src/commands/GetAccountAliasCommand.ts | 4 +--- .../src/commands/ListSlackChannelConfigurationsCommand.ts | 4 +--- .../src/commands/ListSlackWorkspaceConfigurationsCommand.ts | 4 +--- .../client-support-app/src/commands/PutAccountAliasCommand.ts | 4 +--- .../commands/RegisterSlackWorkspaceForOrganizationCommand.ts | 4 +--- .../src/commands/UpdateSlackChannelConfigurationCommand.ts | 4 +--- .../client-support/src/commands/AddAttachmentsToSetCommand.ts | 4 +--- .../src/commands/AddCommunicationToCaseCommand.ts | 4 +--- clients/client-support/src/commands/CreateCaseCommand.ts | 4 +--- .../client-support/src/commands/DescribeAttachmentCommand.ts | 4 +--- clients/client-support/src/commands/DescribeCasesCommand.ts | 4 +--- .../src/commands/DescribeCommunicationsCommand.ts | 4 +--- .../src/commands/DescribeCreateCaseOptionsCommand.ts | 4 +--- .../client-support/src/commands/DescribeServicesCommand.ts | 4 +--- .../src/commands/DescribeSeverityLevelsCommand.ts | 4 +--- .../src/commands/DescribeSupportedLanguagesCommand.ts | 4 +--- .../DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts | 4 +--- .../src/commands/DescribeTrustedAdvisorCheckResultCommand.ts | 4 +--- .../commands/DescribeTrustedAdvisorCheckSummariesCommand.ts | 4 +--- .../src/commands/DescribeTrustedAdvisorChecksCommand.ts | 4 +--- .../src/commands/RefreshTrustedAdvisorCheckCommand.ts | 4 +--- clients/client-support/src/commands/ResolveCaseCommand.ts | 4 +--- .../src/commands/CountClosedWorkflowExecutionsCommand.ts | 4 +--- .../src/commands/CountOpenWorkflowExecutionsCommand.ts | 4 +--- .../src/commands/CountPendingActivityTasksCommand.ts | 4 +--- .../src/commands/CountPendingDecisionTasksCommand.ts | 4 +--- clients/client-swf/src/commands/DeleteActivityTypeCommand.ts | 4 +--- clients/client-swf/src/commands/DeleteWorkflowTypeCommand.ts | 4 +--- .../client-swf/src/commands/DeprecateActivityTypeCommand.ts | 4 +--- clients/client-swf/src/commands/DeprecateDomainCommand.ts | 4 +--- .../client-swf/src/commands/DeprecateWorkflowTypeCommand.ts | 4 +--- .../client-swf/src/commands/DescribeActivityTypeCommand.ts | 4 +--- clients/client-swf/src/commands/DescribeDomainCommand.ts | 4 +--- .../src/commands/DescribeWorkflowExecutionCommand.ts | 4 +--- .../client-swf/src/commands/DescribeWorkflowTypeCommand.ts | 4 +--- .../src/commands/GetWorkflowExecutionHistoryCommand.ts | 4 +--- clients/client-swf/src/commands/ListActivityTypesCommand.ts | 4 +--- .../src/commands/ListClosedWorkflowExecutionsCommand.ts | 4 +--- clients/client-swf/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListOpenWorkflowExecutionsCommand.ts | 4 +--- clients/client-swf/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-swf/src/commands/ListWorkflowTypesCommand.ts | 4 +--- clients/client-swf/src/commands/PollForActivityTaskCommand.ts | 4 +--- clients/client-swf/src/commands/PollForDecisionTaskCommand.ts | 4 +--- .../src/commands/RecordActivityTaskHeartbeatCommand.ts | 4 +--- .../client-swf/src/commands/RegisterActivityTypeCommand.ts | 4 +--- clients/client-swf/src/commands/RegisterDomainCommand.ts | 4 +--- .../client-swf/src/commands/RegisterWorkflowTypeCommand.ts | 4 +--- .../src/commands/RequestCancelWorkflowExecutionCommand.ts | 4 +--- .../src/commands/RespondActivityTaskCanceledCommand.ts | 4 +--- .../src/commands/RespondActivityTaskCompletedCommand.ts | 4 +--- .../src/commands/RespondActivityTaskFailedCommand.ts | 4 +--- .../src/commands/RespondDecisionTaskCompletedCommand.ts | 4 +--- .../client-swf/src/commands/SignalWorkflowExecutionCommand.ts | 4 +--- .../client-swf/src/commands/StartWorkflowExecutionCommand.ts | 4 +--- clients/client-swf/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TerminateWorkflowExecutionCommand.ts | 4 +--- .../client-swf/src/commands/UndeprecateActivityTypeCommand.ts | 4 +--- clients/client-swf/src/commands/UndeprecateDomainCommand.ts | 4 +--- .../client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts | 4 +--- clients/client-swf/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/AssociateResourceCommand.ts | 4 +--- clients/client-synthetics/src/commands/CreateCanaryCommand.ts | 4 +--- clients/client-synthetics/src/commands/CreateGroupCommand.ts | 4 +--- clients/client-synthetics/src/commands/DeleteCanaryCommand.ts | 4 +--- clients/client-synthetics/src/commands/DeleteGroupCommand.ts | 4 +--- .../client-synthetics/src/commands/DescribeCanariesCommand.ts | 4 +--- .../src/commands/DescribeCanariesLastRunCommand.ts | 4 +--- .../src/commands/DescribeRuntimeVersionsCommand.ts | 4 +--- .../src/commands/DisassociateResourceCommand.ts | 4 +--- clients/client-synthetics/src/commands/GetCanaryCommand.ts | 4 +--- .../client-synthetics/src/commands/GetCanaryRunsCommand.ts | 4 +--- clients/client-synthetics/src/commands/GetGroupCommand.ts | 4 +--- .../src/commands/ListAssociatedGroupsCommand.ts | 4 +--- .../src/commands/ListGroupResourcesCommand.ts | 4 +--- clients/client-synthetics/src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-synthetics/src/commands/StartCanaryCommand.ts | 4 +--- clients/client-synthetics/src/commands/StopCanaryCommand.ts | 4 +--- clients/client-synthetics/src/commands/TagResourceCommand.ts | 4 +--- .../client-synthetics/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-synthetics/src/commands/UpdateCanaryCommand.ts | 4 +--- .../src/commands/BatchDeleteTaxRegistrationCommand.ts | 4 +--- .../src/commands/BatchPutTaxRegistrationCommand.ts | 4 +--- .../src/commands/DeleteTaxRegistrationCommand.ts | 4 +--- .../src/commands/GetTaxRegistrationCommand.ts | 4 +--- .../src/commands/GetTaxRegistrationDocumentCommand.ts | 4 +--- .../src/commands/ListTaxRegistrationsCommand.ts | 4 +--- .../src/commands/PutTaxRegistrationCommand.ts | 4 +--- .../client-textract/src/commands/AnalyzeDocumentCommand.ts | 4 +--- clients/client-textract/src/commands/AnalyzeExpenseCommand.ts | 4 +--- clients/client-textract/src/commands/AnalyzeIDCommand.ts | 4 +--- clients/client-textract/src/commands/CreateAdapterCommand.ts | 4 +--- .../src/commands/CreateAdapterVersionCommand.ts | 4 +--- clients/client-textract/src/commands/DeleteAdapterCommand.ts | 4 +--- .../src/commands/DeleteAdapterVersionCommand.ts | 4 +--- .../client-textract/src/commands/DetectDocumentTextCommand.ts | 4 +--- clients/client-textract/src/commands/GetAdapterCommand.ts | 4 +--- .../client-textract/src/commands/GetAdapterVersionCommand.ts | 4 +--- .../src/commands/GetDocumentAnalysisCommand.ts | 4 +--- .../src/commands/GetDocumentTextDetectionCommand.ts | 4 +--- .../client-textract/src/commands/GetExpenseAnalysisCommand.ts | 4 +--- .../client-textract/src/commands/GetLendingAnalysisCommand.ts | 4 +--- .../src/commands/GetLendingAnalysisSummaryCommand.ts | 4 +--- .../src/commands/ListAdapterVersionsCommand.ts | 4 +--- clients/client-textract/src/commands/ListAdaptersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/StartDocumentAnalysisCommand.ts | 4 +--- .../src/commands/StartDocumentTextDetectionCommand.ts | 4 +--- .../src/commands/StartExpenseAnalysisCommand.ts | 4 +--- .../src/commands/StartLendingAnalysisCommand.ts | 4 +--- clients/client-textract/src/commands/TagResourceCommand.ts | 4 +--- clients/client-textract/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-textract/src/commands/UpdateAdapterCommand.ts | 4 +--- .../src/commands/CreateDbInstanceCommand.ts | 4 +--- .../src/commands/CreateDbParameterGroupCommand.ts | 4 +--- .../src/commands/DeleteDbInstanceCommand.ts | 4 +--- .../src/commands/GetDbInstanceCommand.ts | 4 +--- .../src/commands/GetDbParameterGroupCommand.ts | 4 +--- .../src/commands/ListDbInstancesCommand.ts | 4 +--- .../src/commands/ListDbParameterGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDbInstanceCommand.ts | 4 +--- .../src/commands/CancelQueryCommand.ts | 4 +--- .../src/commands/CreateScheduledQueryCommand.ts | 4 +--- .../src/commands/DeleteScheduledQueryCommand.ts | 4 +--- .../src/commands/DescribeAccountSettingsCommand.ts | 4 +--- .../src/commands/DescribeEndpointsCommand.ts | 4 +--- .../src/commands/DescribeScheduledQueryCommand.ts | 4 +--- .../src/commands/ExecuteScheduledQueryCommand.ts | 4 +--- .../src/commands/ListScheduledQueriesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PrepareQueryCommand.ts | 4 +--- clients/client-timestream-query/src/commands/QueryCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccountSettingsCommand.ts | 4 +--- .../src/commands/UpdateScheduledQueryCommand.ts | 4 +--- .../src/commands/CreateBatchLoadTaskCommand.ts | 4 +--- .../src/commands/CreateDatabaseCommand.ts | 4 +--- .../src/commands/CreateTableCommand.ts | 4 +--- .../src/commands/DeleteDatabaseCommand.ts | 4 +--- .../src/commands/DeleteTableCommand.ts | 4 +--- .../src/commands/DescribeBatchLoadTaskCommand.ts | 4 +--- .../src/commands/DescribeDatabaseCommand.ts | 4 +--- .../src/commands/DescribeEndpointsCommand.ts | 4 +--- .../src/commands/DescribeTableCommand.ts | 4 +--- .../src/commands/ListBatchLoadTasksCommand.ts | 4 +--- .../src/commands/ListDatabasesCommand.ts | 4 +--- .../client-timestream-write/src/commands/ListTablesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ResumeBatchLoadTaskCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDatabaseCommand.ts | 4 +--- .../src/commands/UpdateTableCommand.ts | 4 +--- .../src/commands/WriteRecordsCommand.ts | 4 +--- .../src/commands/CancelSolNetworkOperationCommand.ts | 4 +--- .../src/commands/CreateSolFunctionPackageCommand.ts | 4 +--- .../src/commands/CreateSolNetworkInstanceCommand.ts | 4 +--- .../client-tnb/src/commands/CreateSolNetworkPackageCommand.ts | 4 +--- .../src/commands/DeleteSolFunctionPackageCommand.ts | 4 +--- .../src/commands/DeleteSolNetworkInstanceCommand.ts | 4 +--- .../client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts | 4 +--- .../client-tnb/src/commands/GetSolFunctionInstanceCommand.ts | 4 +--- .../client-tnb/src/commands/GetSolFunctionPackageCommand.ts | 4 +--- .../src/commands/GetSolFunctionPackageContentCommand.ts | 4 +--- .../src/commands/GetSolFunctionPackageDescriptorCommand.ts | 4 +--- .../client-tnb/src/commands/GetSolNetworkInstanceCommand.ts | 4 +--- .../client-tnb/src/commands/GetSolNetworkOperationCommand.ts | 4 +--- .../client-tnb/src/commands/GetSolNetworkPackageCommand.ts | 4 +--- .../src/commands/GetSolNetworkPackageContentCommand.ts | 4 +--- .../src/commands/GetSolNetworkPackageDescriptorCommand.ts | 4 +--- .../src/commands/InstantiateSolNetworkInstanceCommand.ts | 4 +--- .../src/commands/ListSolFunctionInstancesCommand.ts | 4 +--- .../client-tnb/src/commands/ListSolFunctionPackagesCommand.ts | 4 +--- .../client-tnb/src/commands/ListSolNetworkInstancesCommand.ts | 4 +--- .../src/commands/ListSolNetworkOperationsCommand.ts | 4 +--- .../client-tnb/src/commands/ListSolNetworkPackagesCommand.ts | 4 +--- clients/client-tnb/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/PutSolFunctionPackageContentCommand.ts | 4 +--- .../src/commands/PutSolNetworkPackageContentCommand.ts | 4 +--- clients/client-tnb/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TerminateSolNetworkInstanceCommand.ts | 4 +--- clients/client-tnb/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateSolFunctionPackageCommand.ts | 4 +--- .../src/commands/UpdateSolNetworkInstanceCommand.ts | 4 +--- .../client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts | 4 +--- .../src/commands/ValidateSolFunctionPackageContentCommand.ts | 4 +--- .../src/commands/ValidateSolNetworkPackageContentCommand.ts | 4 +--- .../commands/StartCallAnalyticsStreamTranscriptionCommand.ts | 4 +--- .../src/commands/StartMedicalStreamTranscriptionCommand.ts | 4 +--- .../src/commands/StartStreamTranscriptionCommand.ts | 4 +--- .../src/commands/CreateCallAnalyticsCategoryCommand.ts | 4 +--- .../src/commands/CreateLanguageModelCommand.ts | 4 +--- .../src/commands/CreateMedicalVocabularyCommand.ts | 4 +--- .../client-transcribe/src/commands/CreateVocabularyCommand.ts | 4 +--- .../src/commands/CreateVocabularyFilterCommand.ts | 4 +--- .../src/commands/DeleteCallAnalyticsCategoryCommand.ts | 4 +--- .../src/commands/DeleteCallAnalyticsJobCommand.ts | 4 +--- .../src/commands/DeleteLanguageModelCommand.ts | 4 +--- .../src/commands/DeleteMedicalScribeJobCommand.ts | 4 +--- .../src/commands/DeleteMedicalTranscriptionJobCommand.ts | 4 +--- .../src/commands/DeleteMedicalVocabularyCommand.ts | 4 +--- .../src/commands/DeleteTranscriptionJobCommand.ts | 4 +--- .../client-transcribe/src/commands/DeleteVocabularyCommand.ts | 4 +--- .../src/commands/DeleteVocabularyFilterCommand.ts | 4 +--- .../src/commands/DescribeLanguageModelCommand.ts | 4 +--- .../src/commands/GetCallAnalyticsCategoryCommand.ts | 4 +--- .../src/commands/GetCallAnalyticsJobCommand.ts | 4 +--- .../src/commands/GetMedicalScribeJobCommand.ts | 4 +--- .../src/commands/GetMedicalTranscriptionJobCommand.ts | 4 +--- .../src/commands/GetMedicalVocabularyCommand.ts | 4 +--- .../src/commands/GetTranscriptionJobCommand.ts | 4 +--- .../client-transcribe/src/commands/GetVocabularyCommand.ts | 4 +--- .../src/commands/GetVocabularyFilterCommand.ts | 4 +--- .../src/commands/ListCallAnalyticsCategoriesCommand.ts | 4 +--- .../src/commands/ListCallAnalyticsJobsCommand.ts | 4 +--- .../src/commands/ListLanguageModelsCommand.ts | 4 +--- .../src/commands/ListMedicalScribeJobsCommand.ts | 4 +--- .../src/commands/ListMedicalTranscriptionJobsCommand.ts | 4 +--- .../src/commands/ListMedicalVocabulariesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTranscriptionJobsCommand.ts | 4 +--- .../client-transcribe/src/commands/ListVocabulariesCommand.ts | 4 +--- .../src/commands/ListVocabularyFiltersCommand.ts | 4 +--- .../src/commands/StartCallAnalyticsJobCommand.ts | 4 +--- .../src/commands/StartMedicalScribeJobCommand.ts | 4 +--- .../src/commands/StartMedicalTranscriptionJobCommand.ts | 4 +--- .../src/commands/StartTranscriptionJobCommand.ts | 4 +--- clients/client-transcribe/src/commands/TagResourceCommand.ts | 4 +--- .../client-transcribe/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateCallAnalyticsCategoryCommand.ts | 4 +--- .../src/commands/UpdateMedicalVocabularyCommand.ts | 4 +--- .../client-transcribe/src/commands/UpdateVocabularyCommand.ts | 4 +--- .../src/commands/UpdateVocabularyFilterCommand.ts | 4 +--- clients/client-transfer/src/commands/CreateAccessCommand.ts | 4 +--- .../client-transfer/src/commands/CreateAgreementCommand.ts | 4 +--- .../client-transfer/src/commands/CreateConnectorCommand.ts | 4 +--- clients/client-transfer/src/commands/CreateProfileCommand.ts | 4 +--- clients/client-transfer/src/commands/CreateServerCommand.ts | 4 +--- clients/client-transfer/src/commands/CreateUserCommand.ts | 4 +--- clients/client-transfer/src/commands/CreateWorkflowCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteAccessCommand.ts | 4 +--- .../client-transfer/src/commands/DeleteAgreementCommand.ts | 4 +--- .../client-transfer/src/commands/DeleteCertificateCommand.ts | 4 +--- .../client-transfer/src/commands/DeleteConnectorCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteHostKeyCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteProfileCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteServerCommand.ts | 4 +--- .../client-transfer/src/commands/DeleteSshPublicKeyCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteUserCommand.ts | 4 +--- clients/client-transfer/src/commands/DeleteWorkflowCommand.ts | 4 +--- clients/client-transfer/src/commands/DescribeAccessCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeAgreementCommand.ts | 4 +--- .../src/commands/DescribeCertificateCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeConnectorCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeExecutionCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeHostKeyCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeProfileCommand.ts | 4 +--- .../src/commands/DescribeSecurityPolicyCommand.ts | 4 +--- clients/client-transfer/src/commands/DescribeServerCommand.ts | 4 +--- clients/client-transfer/src/commands/DescribeUserCommand.ts | 4 +--- .../client-transfer/src/commands/DescribeWorkflowCommand.ts | 4 +--- .../client-transfer/src/commands/ImportCertificateCommand.ts | 4 +--- clients/client-transfer/src/commands/ImportHostKeyCommand.ts | 4 +--- .../client-transfer/src/commands/ImportSshPublicKeyCommand.ts | 4 +--- clients/client-transfer/src/commands/ListAccessesCommand.ts | 4 +--- clients/client-transfer/src/commands/ListAgreementsCommand.ts | 4 +--- .../client-transfer/src/commands/ListCertificatesCommand.ts | 4 +--- clients/client-transfer/src/commands/ListConnectorsCommand.ts | 4 +--- clients/client-transfer/src/commands/ListExecutionsCommand.ts | 4 +--- clients/client-transfer/src/commands/ListHostKeysCommand.ts | 4 +--- clients/client-transfer/src/commands/ListProfilesCommand.ts | 4 +--- .../src/commands/ListSecurityPoliciesCommand.ts | 4 +--- clients/client-transfer/src/commands/ListServersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-transfer/src/commands/ListUsersCommand.ts | 4 +--- clients/client-transfer/src/commands/ListWorkflowsCommand.ts | 4 +--- .../src/commands/SendWorkflowStepStateCommand.ts | 4 +--- .../src/commands/StartDirectoryListingCommand.ts | 4 +--- .../client-transfer/src/commands/StartFileTransferCommand.ts | 4 +--- clients/client-transfer/src/commands/StartServerCommand.ts | 4 +--- clients/client-transfer/src/commands/StopServerCommand.ts | 4 +--- clients/client-transfer/src/commands/TagResourceCommand.ts | 4 +--- clients/client-transfer/src/commands/TestConnectionCommand.ts | 4 +--- .../src/commands/TestIdentityProviderCommand.ts | 4 +--- clients/client-transfer/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-transfer/src/commands/UpdateAccessCommand.ts | 4 +--- .../client-transfer/src/commands/UpdateAgreementCommand.ts | 4 +--- .../client-transfer/src/commands/UpdateCertificateCommand.ts | 4 +--- .../client-transfer/src/commands/UpdateConnectorCommand.ts | 4 +--- clients/client-transfer/src/commands/UpdateHostKeyCommand.ts | 4 +--- clients/client-transfer/src/commands/UpdateProfileCommand.ts | 4 +--- clients/client-transfer/src/commands/UpdateServerCommand.ts | 4 +--- clients/client-transfer/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/CreateParallelDataCommand.ts | 4 +--- .../src/commands/DeleteParallelDataCommand.ts | 4 +--- .../client-translate/src/commands/DeleteTerminologyCommand.ts | 4 +--- .../src/commands/DescribeTextTranslationJobCommand.ts | 4 +--- .../client-translate/src/commands/GetParallelDataCommand.ts | 4 +--- .../client-translate/src/commands/GetTerminologyCommand.ts | 4 +--- .../client-translate/src/commands/ImportTerminologyCommand.ts | 4 +--- clients/client-translate/src/commands/ListLanguagesCommand.ts | 4 +--- .../client-translate/src/commands/ListParallelDataCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-translate/src/commands/ListTerminologiesCommand.ts | 4 +--- .../src/commands/ListTextTranslationJobsCommand.ts | 4 +--- .../src/commands/StartTextTranslationJobCommand.ts | 4 +--- .../src/commands/StopTextTranslationJobCommand.ts | 4 +--- clients/client-translate/src/commands/TagResourceCommand.ts | 4 +--- .../client-translate/src/commands/TranslateDocumentCommand.ts | 4 +--- clients/client-translate/src/commands/TranslateTextCommand.ts | 4 +--- clients/client-translate/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateParallelDataCommand.ts | 4 +--- .../BatchUpdateRecommendationResourceExclusionCommand.ts | 4 +--- .../src/commands/GetOrganizationRecommendationCommand.ts | 4 +--- .../src/commands/GetRecommendationCommand.ts | 4 +--- .../client-trustedadvisor/src/commands/ListChecksCommand.ts | 4 +--- .../commands/ListOrganizationRecommendationAccountsCommand.ts | 4 +--- .../ListOrganizationRecommendationResourcesCommand.ts | 4 +--- .../src/commands/ListOrganizationRecommendationsCommand.ts | 4 +--- .../src/commands/ListRecommendationResourcesCommand.ts | 4 +--- .../src/commands/ListRecommendationsCommand.ts | 4 +--- .../UpdateOrganizationRecommendationLifecycleCommand.ts | 4 +--- .../src/commands/UpdateRecommendationLifecycleCommand.ts | 4 +--- .../src/commands/BatchIsAuthorizedCommand.ts | 4 +--- .../src/commands/BatchIsAuthorizedWithTokenCommand.ts | 4 +--- .../src/commands/CreateIdentitySourceCommand.ts | 4 +--- .../src/commands/CreatePolicyCommand.ts | 4 +--- .../src/commands/CreatePolicyStoreCommand.ts | 4 +--- .../src/commands/CreatePolicyTemplateCommand.ts | 4 +--- .../src/commands/DeleteIdentitySourceCommand.ts | 4 +--- .../src/commands/DeletePolicyCommand.ts | 4 +--- .../src/commands/DeletePolicyStoreCommand.ts | 4 +--- .../src/commands/DeletePolicyTemplateCommand.ts | 4 +--- .../src/commands/GetIdentitySourceCommand.ts | 4 +--- .../src/commands/GetPolicyCommand.ts | 4 +--- .../src/commands/GetPolicyStoreCommand.ts | 4 +--- .../src/commands/GetPolicyTemplateCommand.ts | 4 +--- .../src/commands/GetSchemaCommand.ts | 4 +--- .../src/commands/IsAuthorizedCommand.ts | 4 +--- .../src/commands/IsAuthorizedWithTokenCommand.ts | 4 +--- .../src/commands/ListIdentitySourcesCommand.ts | 4 +--- .../src/commands/ListPoliciesCommand.ts | 4 +--- .../src/commands/ListPolicyStoresCommand.ts | 4 +--- .../src/commands/ListPolicyTemplatesCommand.ts | 4 +--- .../src/commands/PutSchemaCommand.ts | 4 +--- .../src/commands/UpdateIdentitySourceCommand.ts | 4 +--- .../src/commands/UpdatePolicyCommand.ts | 4 +--- .../src/commands/UpdatePolicyStoreCommand.ts | 4 +--- .../src/commands/UpdatePolicyTemplateCommand.ts | 4 +--- .../client-voice-id/src/commands/AssociateFraudsterCommand.ts | 4 +--- clients/client-voice-id/src/commands/CreateDomainCommand.ts | 4 +--- .../client-voice-id/src/commands/CreateWatchlistCommand.ts | 4 +--- clients/client-voice-id/src/commands/DeleteDomainCommand.ts | 4 +--- .../client-voice-id/src/commands/DeleteFraudsterCommand.ts | 4 +--- clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts | 4 +--- .../client-voice-id/src/commands/DeleteWatchlistCommand.ts | 4 +--- clients/client-voice-id/src/commands/DescribeDomainCommand.ts | 4 +--- .../client-voice-id/src/commands/DescribeFraudsterCommand.ts | 4 +--- .../src/commands/DescribeFraudsterRegistrationJobCommand.ts | 4 +--- .../client-voice-id/src/commands/DescribeSpeakerCommand.ts | 4 +--- .../src/commands/DescribeSpeakerEnrollmentJobCommand.ts | 4 +--- .../client-voice-id/src/commands/DescribeWatchlistCommand.ts | 4 +--- .../src/commands/DisassociateFraudsterCommand.ts | 4 +--- .../client-voice-id/src/commands/EvaluateSessionCommand.ts | 4 +--- clients/client-voice-id/src/commands/ListDomainsCommand.ts | 4 +--- .../src/commands/ListFraudsterRegistrationJobsCommand.ts | 4 +--- clients/client-voice-id/src/commands/ListFraudstersCommand.ts | 4 +--- .../src/commands/ListSpeakerEnrollmentJobsCommand.ts | 4 +--- clients/client-voice-id/src/commands/ListSpeakersCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-voice-id/src/commands/ListWatchlistsCommand.ts | 4 +--- clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts | 4 +--- .../src/commands/StartFraudsterRegistrationJobCommand.ts | 4 +--- .../src/commands/StartSpeakerEnrollmentJobCommand.ts | 4 +--- clients/client-voice-id/src/commands/TagResourceCommand.ts | 4 +--- clients/client-voice-id/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-voice-id/src/commands/UpdateDomainCommand.ts | 4 +--- .../client-voice-id/src/commands/UpdateWatchlistCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts | 4 +--- .../src/commands/CreateAccessLogSubscriptionCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/CreateListenerCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/CreateServiceCommand.ts | 4 +--- .../src/commands/CreateServiceNetworkCommand.ts | 4 +--- .../commands/CreateServiceNetworkServiceAssociationCommand.ts | 4 +--- .../src/commands/CreateServiceNetworkVpcAssociationCommand.ts | 4 +--- .../src/commands/CreateTargetGroupCommand.ts | 4 +--- .../src/commands/DeleteAccessLogSubscriptionCommand.ts | 4 +--- .../src/commands/DeleteAuthPolicyCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/DeleteListenerCommand.ts | 4 +--- .../src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/DeleteServiceCommand.ts | 4 +--- .../src/commands/DeleteServiceNetworkCommand.ts | 4 +--- .../commands/DeleteServiceNetworkServiceAssociationCommand.ts | 4 +--- .../src/commands/DeleteServiceNetworkVpcAssociationCommand.ts | 4 +--- .../src/commands/DeleteTargetGroupCommand.ts | 4 +--- .../src/commands/DeregisterTargetsCommand.ts | 4 +--- .../src/commands/GetAccessLogSubscriptionCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/GetListenerCommand.ts | 4 +--- .../src/commands/GetResourcePolicyCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/GetRuleCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/GetServiceCommand.ts | 4 +--- .../src/commands/GetServiceNetworkCommand.ts | 4 +--- .../commands/GetServiceNetworkServiceAssociationCommand.ts | 4 +--- .../src/commands/GetServiceNetworkVpcAssociationCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/GetTargetGroupCommand.ts | 4 +--- .../src/commands/ListAccessLogSubscriptionsCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/ListListenersCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/ListRulesCommand.ts | 4 +--- .../commands/ListServiceNetworkServiceAssociationsCommand.ts | 4 +--- .../src/commands/ListServiceNetworkVpcAssociationsCommand.ts | 4 +--- .../src/commands/ListServiceNetworksCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/ListServicesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTargetGroupsCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts | 4 +--- .../src/commands/PutResourcePolicyCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/RegisterTargetsCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/TagResourceCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAccessLogSubscriptionCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/UpdateListenerCommand.ts | 4 +--- clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts | 4 +--- .../client-vpc-lattice/src/commands/UpdateServiceCommand.ts | 4 +--- .../src/commands/UpdateServiceNetworkCommand.ts | 4 +--- .../src/commands/UpdateServiceNetworkVpcAssociationCommand.ts | 4 +--- .../src/commands/UpdateTargetGroupCommand.ts | 4 +--- .../src/commands/AssociateWebACLCommand.ts | 4 +--- .../src/commands/CreateByteMatchSetCommand.ts | 4 +--- .../src/commands/CreateGeoMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/CreateIPSetCommand.ts | 4 +--- .../src/commands/CreateRateBasedRuleCommand.ts | 4 +--- .../src/commands/CreateRegexMatchSetCommand.ts | 4 +--- .../src/commands/CreateRegexPatternSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/CreateRuleCommand.ts | 4 +--- .../src/commands/CreateRuleGroupCommand.ts | 4 +--- .../src/commands/CreateSizeConstraintSetCommand.ts | 4 +--- .../src/commands/CreateSqlInjectionMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/CreateWebACLCommand.ts | 4 +--- .../src/commands/CreateWebACLMigrationStackCommand.ts | 4 +--- .../src/commands/CreateXssMatchSetCommand.ts | 4 +--- .../src/commands/DeleteByteMatchSetCommand.ts | 4 +--- .../src/commands/DeleteGeoMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/DeleteIPSetCommand.ts | 4 +--- .../src/commands/DeleteLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DeletePermissionPolicyCommand.ts | 4 +--- .../src/commands/DeleteRateBasedRuleCommand.ts | 4 +--- .../src/commands/DeleteRegexMatchSetCommand.ts | 4 +--- .../src/commands/DeleteRegexPatternSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/DeleteRuleCommand.ts | 4 +--- .../src/commands/DeleteRuleGroupCommand.ts | 4 +--- .../src/commands/DeleteSizeConstraintSetCommand.ts | 4 +--- .../src/commands/DeleteSqlInjectionMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/DeleteWebACLCommand.ts | 4 +--- .../src/commands/DeleteXssMatchSetCommand.ts | 4 +--- .../src/commands/DisassociateWebACLCommand.ts | 4 +--- .../src/commands/GetByteMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/GetChangeTokenCommand.ts | 4 +--- .../src/commands/GetChangeTokenStatusCommand.ts | 4 +--- .../client-waf-regional/src/commands/GetGeoMatchSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/GetIPSetCommand.ts | 4 +--- .../src/commands/GetLoggingConfigurationCommand.ts | 4 +--- .../src/commands/GetPermissionPolicyCommand.ts | 4 +--- .../src/commands/GetRateBasedRuleCommand.ts | 4 +--- .../src/commands/GetRateBasedRuleManagedKeysCommand.ts | 4 +--- .../src/commands/GetRegexMatchSetCommand.ts | 4 +--- .../src/commands/GetRegexPatternSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/GetRuleCommand.ts | 4 +--- .../client-waf-regional/src/commands/GetRuleGroupCommand.ts | 4 +--- .../src/commands/GetSampledRequestsCommand.ts | 4 +--- .../src/commands/GetSizeConstraintSetCommand.ts | 4 +--- .../src/commands/GetSqlInjectionMatchSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/GetWebACLCommand.ts | 4 +--- .../src/commands/GetWebACLForResourceCommand.ts | 4 +--- .../client-waf-regional/src/commands/GetXssMatchSetCommand.ts | 4 +--- .../src/commands/ListActivatedRulesInRuleGroupCommand.ts | 4 +--- .../src/commands/ListByteMatchSetsCommand.ts | 4 +--- .../src/commands/ListGeoMatchSetsCommand.ts | 4 +--- clients/client-waf-regional/src/commands/ListIPSetsCommand.ts | 4 +--- .../src/commands/ListLoggingConfigurationsCommand.ts | 4 +--- .../src/commands/ListRateBasedRulesCommand.ts | 4 +--- .../src/commands/ListRegexMatchSetsCommand.ts | 4 +--- .../src/commands/ListRegexPatternSetsCommand.ts | 4 +--- .../src/commands/ListResourcesForWebACLCommand.ts | 4 +--- .../client-waf-regional/src/commands/ListRuleGroupsCommand.ts | 4 +--- clients/client-waf-regional/src/commands/ListRulesCommand.ts | 4 +--- .../src/commands/ListSizeConstraintSetsCommand.ts | 4 +--- .../src/commands/ListSqlInjectionMatchSetsCommand.ts | 4 +--- .../src/commands/ListSubscribedRuleGroupsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-waf-regional/src/commands/ListWebACLsCommand.ts | 4 +--- .../src/commands/ListXssMatchSetsCommand.ts | 4 +--- .../src/commands/PutLoggingConfigurationCommand.ts | 4 +--- .../src/commands/PutPermissionPolicyCommand.ts | 4 +--- .../client-waf-regional/src/commands/TagResourceCommand.ts | 4 +--- .../client-waf-regional/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateByteMatchSetCommand.ts | 4 +--- .../src/commands/UpdateGeoMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/UpdateIPSetCommand.ts | 4 +--- .../src/commands/UpdateRateBasedRuleCommand.ts | 4 +--- .../src/commands/UpdateRegexMatchSetCommand.ts | 4 +--- .../src/commands/UpdateRegexPatternSetCommand.ts | 4 +--- clients/client-waf-regional/src/commands/UpdateRuleCommand.ts | 4 +--- .../src/commands/UpdateRuleGroupCommand.ts | 4 +--- .../src/commands/UpdateSizeConstraintSetCommand.ts | 4 +--- .../src/commands/UpdateSqlInjectionMatchSetCommand.ts | 4 +--- .../client-waf-regional/src/commands/UpdateWebACLCommand.ts | 4 +--- .../src/commands/UpdateXssMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateByteMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateIPSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts | 4 +--- clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts | 4 +--- .../client-waf/src/commands/CreateRegexPatternSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateRuleCommand.ts | 4 +--- clients/client-waf/src/commands/CreateRuleGroupCommand.ts | 4 +--- .../client-waf/src/commands/CreateSizeConstraintSetCommand.ts | 4 +--- .../src/commands/CreateSqlInjectionMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/CreateWebACLCommand.ts | 4 +--- .../src/commands/CreateWebACLMigrationStackCommand.ts | 4 +--- clients/client-waf/src/commands/CreateXssMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteIPSetCommand.ts | 4 +--- .../src/commands/DeleteLoggingConfigurationCommand.ts | 4 +--- .../client-waf/src/commands/DeletePermissionPolicyCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts | 4 +--- .../client-waf/src/commands/DeleteRegexPatternSetCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteRuleCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteRuleGroupCommand.ts | 4 +--- .../client-waf/src/commands/DeleteSizeConstraintSetCommand.ts | 4 +--- .../src/commands/DeleteSqlInjectionMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteWebACLCommand.ts | 4 +--- clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetByteMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetChangeTokenCommand.ts | 4 +--- .../client-waf/src/commands/GetChangeTokenStatusCommand.ts | 4 +--- clients/client-waf/src/commands/GetGeoMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetIPSetCommand.ts | 4 +--- .../client-waf/src/commands/GetLoggingConfigurationCommand.ts | 4 +--- clients/client-waf/src/commands/GetPermissionPolicyCommand.ts | 4 +--- clients/client-waf/src/commands/GetRateBasedRuleCommand.ts | 4 +--- .../src/commands/GetRateBasedRuleManagedKeysCommand.ts | 4 +--- clients/client-waf/src/commands/GetRegexMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetRegexPatternSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetRuleCommand.ts | 4 +--- clients/client-waf/src/commands/GetRuleGroupCommand.ts | 4 +--- clients/client-waf/src/commands/GetSampledRequestsCommand.ts | 4 +--- .../client-waf/src/commands/GetSizeConstraintSetCommand.ts | 4 +--- .../client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/GetWebACLCommand.ts | 4 +--- clients/client-waf/src/commands/GetXssMatchSetCommand.ts | 4 +--- .../src/commands/ListActivatedRulesInRuleGroupCommand.ts | 4 +--- clients/client-waf/src/commands/ListByteMatchSetsCommand.ts | 4 +--- clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts | 4 +--- clients/client-waf/src/commands/ListIPSetsCommand.ts | 4 +--- .../src/commands/ListLoggingConfigurationsCommand.ts | 4 +--- clients/client-waf/src/commands/ListRateBasedRulesCommand.ts | 4 +--- clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts | 4 +--- .../client-waf/src/commands/ListRegexPatternSetsCommand.ts | 4 +--- clients/client-waf/src/commands/ListRuleGroupsCommand.ts | 4 +--- clients/client-waf/src/commands/ListRulesCommand.ts | 4 +--- .../client-waf/src/commands/ListSizeConstraintSetsCommand.ts | 4 +--- .../src/commands/ListSqlInjectionMatchSetsCommand.ts | 4 +--- .../src/commands/ListSubscribedRuleGroupsCommand.ts | 4 +--- clients/client-waf/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-waf/src/commands/ListWebACLsCommand.ts | 4 +--- clients/client-waf/src/commands/ListXssMatchSetsCommand.ts | 4 +--- .../client-waf/src/commands/PutLoggingConfigurationCommand.ts | 4 +--- clients/client-waf/src/commands/PutPermissionPolicyCommand.ts | 4 +--- clients/client-waf/src/commands/TagResourceCommand.ts | 4 +--- clients/client-waf/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateIPSetCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts | 4 +--- .../client-waf/src/commands/UpdateRegexPatternSetCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateRuleCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateRuleGroupCommand.ts | 4 +--- .../client-waf/src/commands/UpdateSizeConstraintSetCommand.ts | 4 +--- .../src/commands/UpdateSqlInjectionMatchSetCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateWebACLCommand.ts | 4 +--- clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts | 4 +--- clients/client-wafv2/src/commands/AssociateWebACLCommand.ts | 4 +--- clients/client-wafv2/src/commands/CheckCapacityCommand.ts | 4 +--- clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts | 4 +--- clients/client-wafv2/src/commands/CreateIPSetCommand.ts | 4 +--- .../client-wafv2/src/commands/CreateRegexPatternSetCommand.ts | 4 +--- clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts | 4 +--- clients/client-wafv2/src/commands/CreateWebACLCommand.ts | 4 +--- clients/client-wafv2/src/commands/DeleteAPIKeyCommand.ts | 4 +--- .../src/commands/DeleteFirewallManagerRuleGroupsCommand.ts | 4 +--- clients/client-wafv2/src/commands/DeleteIPSetCommand.ts | 4 +--- .../src/commands/DeleteLoggingConfigurationCommand.ts | 4 +--- .../src/commands/DeletePermissionPolicyCommand.ts | 4 +--- .../client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts | 4 +--- clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts | 4 +--- clients/client-wafv2/src/commands/DeleteWebACLCommand.ts | 4 +--- .../src/commands/DescribeAllManagedProductsCommand.ts | 4 +--- .../src/commands/DescribeManagedProductsByVendorCommand.ts | 4 +--- .../src/commands/DescribeManagedRuleGroupCommand.ts | 4 +--- .../client-wafv2/src/commands/DisassociateWebACLCommand.ts | 4 +--- .../src/commands/GenerateMobileSdkReleaseUrlCommand.ts | 4 +--- .../client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts | 4 +--- clients/client-wafv2/src/commands/GetIPSetCommand.ts | 4 +--- .../src/commands/GetLoggingConfigurationCommand.ts | 4 +--- clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts | 4 +--- .../client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts | 4 +--- .../client-wafv2/src/commands/GetPermissionPolicyCommand.ts | 4 +--- .../src/commands/GetRateBasedStatementManagedKeysCommand.ts | 4 +--- .../client-wafv2/src/commands/GetRegexPatternSetCommand.ts | 4 +--- clients/client-wafv2/src/commands/GetRuleGroupCommand.ts | 4 +--- .../client-wafv2/src/commands/GetSampledRequestsCommand.ts | 4 +--- clients/client-wafv2/src/commands/GetWebACLCommand.ts | 4 +--- .../client-wafv2/src/commands/GetWebACLForResourceCommand.ts | 4 +--- clients/client-wafv2/src/commands/ListAPIKeysCommand.ts | 4 +--- .../commands/ListAvailableManagedRuleGroupVersionsCommand.ts | 4 +--- .../src/commands/ListAvailableManagedRuleGroupsCommand.ts | 4 +--- clients/client-wafv2/src/commands/ListIPSetsCommand.ts | 4 +--- .../src/commands/ListLoggingConfigurationsCommand.ts | 4 +--- .../client-wafv2/src/commands/ListManagedRuleSetsCommand.ts | 4 +--- .../client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts | 4 +--- .../client-wafv2/src/commands/ListRegexPatternSetsCommand.ts | 4 +--- .../src/commands/ListResourcesForWebACLCommand.ts | 4 +--- clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts | 4 +--- .../client-wafv2/src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-wafv2/src/commands/ListWebACLsCommand.ts | 4 +--- .../src/commands/PutLoggingConfigurationCommand.ts | 4 +--- .../src/commands/PutManagedRuleSetVersionsCommand.ts | 4 +--- .../client-wafv2/src/commands/PutPermissionPolicyCommand.ts | 4 +--- clients/client-wafv2/src/commands/TagResourceCommand.ts | 4 +--- clients/client-wafv2/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-wafv2/src/commands/UpdateIPSetCommand.ts | 4 +--- .../commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts | 4 +--- .../client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts | 4 +--- clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts | 4 +--- clients/client-wafv2/src/commands/UpdateWebACLCommand.ts | 4 +--- .../src/commands/AssociateLensesCommand.ts | 4 +--- .../src/commands/AssociateProfilesCommand.ts | 4 +--- .../src/commands/CreateLensShareCommand.ts | 4 +--- .../src/commands/CreateLensVersionCommand.ts | 4 +--- .../src/commands/CreateMilestoneCommand.ts | 4 +--- .../src/commands/CreateProfileCommand.ts | 4 +--- .../src/commands/CreateProfileShareCommand.ts | 4 +--- .../src/commands/CreateReviewTemplateCommand.ts | 4 +--- .../src/commands/CreateTemplateShareCommand.ts | 4 +--- .../src/commands/CreateWorkloadCommand.ts | 4 +--- .../src/commands/CreateWorkloadShareCommand.ts | 4 +--- .../client-wellarchitected/src/commands/DeleteLensCommand.ts | 4 +--- .../src/commands/DeleteLensShareCommand.ts | 4 +--- .../src/commands/DeleteProfileCommand.ts | 4 +--- .../src/commands/DeleteProfileShareCommand.ts | 4 +--- .../src/commands/DeleteReviewTemplateCommand.ts | 4 +--- .../src/commands/DeleteTemplateShareCommand.ts | 4 +--- .../src/commands/DeleteWorkloadCommand.ts | 4 +--- .../src/commands/DeleteWorkloadShareCommand.ts | 4 +--- .../src/commands/DisassociateLensesCommand.ts | 4 +--- .../src/commands/DisassociateProfilesCommand.ts | 4 +--- .../client-wellarchitected/src/commands/ExportLensCommand.ts | 4 +--- .../client-wellarchitected/src/commands/GetAnswerCommand.ts | 4 +--- .../src/commands/GetConsolidatedReportCommand.ts | 4 +--- .../src/commands/GetGlobalSettingsCommand.ts | 4 +--- clients/client-wellarchitected/src/commands/GetLensCommand.ts | 4 +--- .../src/commands/GetLensReviewCommand.ts | 4 +--- .../src/commands/GetLensReviewReportCommand.ts | 4 +--- .../src/commands/GetLensVersionDifferenceCommand.ts | 4 +--- .../src/commands/GetMilestoneCommand.ts | 4 +--- .../client-wellarchitected/src/commands/GetProfileCommand.ts | 4 +--- .../src/commands/GetProfileTemplateCommand.ts | 4 +--- .../src/commands/GetReviewTemplateAnswerCommand.ts | 4 +--- .../src/commands/GetReviewTemplateCommand.ts | 4 +--- .../src/commands/GetReviewTemplateLensReviewCommand.ts | 4 +--- .../client-wellarchitected/src/commands/GetWorkloadCommand.ts | 4 +--- .../client-wellarchitected/src/commands/ImportLensCommand.ts | 4 +--- .../client-wellarchitected/src/commands/ListAnswersCommand.ts | 4 +--- .../src/commands/ListCheckDetailsCommand.ts | 4 +--- .../src/commands/ListCheckSummariesCommand.ts | 4 +--- .../src/commands/ListLensReviewImprovementsCommand.ts | 4 +--- .../src/commands/ListLensReviewsCommand.ts | 4 +--- .../src/commands/ListLensSharesCommand.ts | 4 +--- .../client-wellarchitected/src/commands/ListLensesCommand.ts | 4 +--- .../src/commands/ListMilestonesCommand.ts | 4 +--- .../src/commands/ListNotificationsCommand.ts | 4 +--- .../src/commands/ListProfileNotificationsCommand.ts | 4 +--- .../src/commands/ListProfileSharesCommand.ts | 4 +--- .../src/commands/ListProfilesCommand.ts | 4 +--- .../src/commands/ListReviewTemplateAnswersCommand.ts | 4 +--- .../src/commands/ListReviewTemplatesCommand.ts | 4 +--- .../src/commands/ListShareInvitationsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTemplateSharesCommand.ts | 4 +--- .../src/commands/ListWorkloadSharesCommand.ts | 4 +--- .../src/commands/ListWorkloadsCommand.ts | 4 +--- .../client-wellarchitected/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAnswerCommand.ts | 4 +--- .../src/commands/UpdateGlobalSettingsCommand.ts | 4 +--- .../src/commands/UpdateIntegrationCommand.ts | 4 +--- .../src/commands/UpdateLensReviewCommand.ts | 4 +--- .../src/commands/UpdateProfileCommand.ts | 4 +--- .../src/commands/UpdateReviewTemplateAnswerCommand.ts | 4 +--- .../src/commands/UpdateReviewTemplateCommand.ts | 4 +--- .../src/commands/UpdateReviewTemplateLensReviewCommand.ts | 4 +--- .../src/commands/UpdateShareInvitationCommand.ts | 4 +--- .../src/commands/UpdateWorkloadCommand.ts | 4 +--- .../src/commands/UpdateWorkloadShareCommand.ts | 4 +--- .../src/commands/UpgradeLensReviewCommand.ts | 4 +--- .../src/commands/UpgradeProfileVersionCommand.ts | 4 +--- .../src/commands/UpgradeReviewTemplateLensReviewCommand.ts | 4 +--- .../src/commands/CreateAssistantAssociationCommand.ts | 4 +--- clients/client-wisdom/src/commands/CreateAssistantCommand.ts | 4 +--- clients/client-wisdom/src/commands/CreateContentCommand.ts | 4 +--- .../client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts | 4 +--- .../client-wisdom/src/commands/CreateQuickResponseCommand.ts | 4 +--- clients/client-wisdom/src/commands/CreateSessionCommand.ts | 4 +--- .../src/commands/DeleteAssistantAssociationCommand.ts | 4 +--- clients/client-wisdom/src/commands/DeleteAssistantCommand.ts | 4 +--- clients/client-wisdom/src/commands/DeleteContentCommand.ts | 4 +--- clients/client-wisdom/src/commands/DeleteImportJobCommand.ts | 4 +--- .../client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts | 4 +--- .../client-wisdom/src/commands/DeleteQuickResponseCommand.ts | 4 +--- .../src/commands/GetAssistantAssociationCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetAssistantCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetContentCommand.ts | 4 +--- .../client-wisdom/src/commands/GetContentSummaryCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetImportJobCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetQuickResponseCommand.ts | 4 +--- .../client-wisdom/src/commands/GetRecommendationsCommand.ts | 4 +--- clients/client-wisdom/src/commands/GetSessionCommand.ts | 4 +--- .../src/commands/ListAssistantAssociationsCommand.ts | 4 +--- clients/client-wisdom/src/commands/ListAssistantsCommand.ts | 4 +--- clients/client-wisdom/src/commands/ListContentsCommand.ts | 4 +--- clients/client-wisdom/src/commands/ListImportJobsCommand.ts | 4 +--- .../client-wisdom/src/commands/ListKnowledgeBasesCommand.ts | 4 +--- .../client-wisdom/src/commands/ListQuickResponsesCommand.ts | 4 +--- .../client-wisdom/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/NotifyRecommendationsReceivedCommand.ts | 4 +--- clients/client-wisdom/src/commands/QueryAssistantCommand.ts | 4 +--- .../src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts | 4 +--- clients/client-wisdom/src/commands/SearchContentCommand.ts | 4 +--- .../client-wisdom/src/commands/SearchQuickResponsesCommand.ts | 4 +--- clients/client-wisdom/src/commands/SearchSessionsCommand.ts | 4 +--- .../client-wisdom/src/commands/StartContentUploadCommand.ts | 4 +--- clients/client-wisdom/src/commands/StartImportJobCommand.ts | 4 +--- clients/client-wisdom/src/commands/TagResourceCommand.ts | 4 +--- clients/client-wisdom/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-wisdom/src/commands/UpdateContentCommand.ts | 4 +--- .../src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts | 4 +--- .../client-wisdom/src/commands/UpdateQuickResponseCommand.ts | 4 +--- .../src/commands/AbortDocumentVersionUploadCommand.ts | 4 +--- clients/client-workdocs/src/commands/ActivateUserCommand.ts | 4 +--- .../src/commands/AddResourcePermissionsCommand.ts | 4 +--- clients/client-workdocs/src/commands/CreateCommentCommand.ts | 4 +--- .../src/commands/CreateCustomMetadataCommand.ts | 4 +--- clients/client-workdocs/src/commands/CreateFolderCommand.ts | 4 +--- clients/client-workdocs/src/commands/CreateLabelsCommand.ts | 4 +--- .../src/commands/CreateNotificationSubscriptionCommand.ts | 4 +--- clients/client-workdocs/src/commands/CreateUserCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeactivateUserCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeleteCommentCommand.ts | 4 +--- .../src/commands/DeleteCustomMetadataCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeleteDocumentCommand.ts | 4 +--- .../src/commands/DeleteDocumentVersionCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeleteFolderCommand.ts | 4 +--- .../src/commands/DeleteFolderContentsCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeleteLabelsCommand.ts | 4 +--- .../src/commands/DeleteNotificationSubscriptionCommand.ts | 4 +--- clients/client-workdocs/src/commands/DeleteUserCommand.ts | 4 +--- .../client-workdocs/src/commands/DescribeActivitiesCommand.ts | 4 +--- .../client-workdocs/src/commands/DescribeCommentsCommand.ts | 4 +--- .../src/commands/DescribeDocumentVersionsCommand.ts | 4 +--- .../src/commands/DescribeFolderContentsCommand.ts | 4 +--- clients/client-workdocs/src/commands/DescribeGroupsCommand.ts | 4 +--- .../src/commands/DescribeNotificationSubscriptionsCommand.ts | 4 +--- .../src/commands/DescribeResourcePermissionsCommand.ts | 4 +--- .../src/commands/DescribeRootFoldersCommand.ts | 4 +--- clients/client-workdocs/src/commands/DescribeUsersCommand.ts | 4 +--- clients/client-workdocs/src/commands/GetCurrentUserCommand.ts | 4 +--- clients/client-workdocs/src/commands/GetDocumentCommand.ts | 4 +--- .../client-workdocs/src/commands/GetDocumentPathCommand.ts | 4 +--- .../client-workdocs/src/commands/GetDocumentVersionCommand.ts | 4 +--- clients/client-workdocs/src/commands/GetFolderCommand.ts | 4 +--- clients/client-workdocs/src/commands/GetFolderPathCommand.ts | 4 +--- clients/client-workdocs/src/commands/GetResourcesCommand.ts | 4 +--- .../src/commands/InitiateDocumentVersionUploadCommand.ts | 4 +--- .../src/commands/RemoveAllResourcePermissionsCommand.ts | 4 +--- .../src/commands/RemoveResourcePermissionCommand.ts | 4 +--- .../src/commands/RestoreDocumentVersionsCommand.ts | 4 +--- .../client-workdocs/src/commands/SearchResourcesCommand.ts | 4 +--- clients/client-workdocs/src/commands/UpdateDocumentCommand.ts | 4 +--- .../src/commands/UpdateDocumentVersionCommand.ts | 4 +--- clients/client-workdocs/src/commands/UpdateFolderCommand.ts | 4 +--- clients/client-workdocs/src/commands/UpdateUserCommand.ts | 4 +--- .../client-worklink/src/commands/AssociateDomainCommand.ts | 4 +--- .../commands/AssociateWebsiteAuthorizationProviderCommand.ts | 4 +--- .../commands/AssociateWebsiteCertificateAuthorityCommand.ts | 4 +--- clients/client-worklink/src/commands/CreateFleetCommand.ts | 4 +--- clients/client-worklink/src/commands/DeleteFleetCommand.ts | 4 +--- .../src/commands/DescribeAuditStreamConfigurationCommand.ts | 4 +--- .../commands/DescribeCompanyNetworkConfigurationCommand.ts | 4 +--- clients/client-worklink/src/commands/DescribeDeviceCommand.ts | 4 +--- .../src/commands/DescribeDevicePolicyConfigurationCommand.ts | 4 +--- clients/client-worklink/src/commands/DescribeDomainCommand.ts | 4 +--- .../src/commands/DescribeFleetMetadataCommand.ts | 4 +--- .../commands/DescribeIdentityProviderConfigurationCommand.ts | 4 +--- .../commands/DescribeWebsiteCertificateAuthorityCommand.ts | 4 +--- .../client-worklink/src/commands/DisassociateDomainCommand.ts | 4 +--- .../DisassociateWebsiteAuthorizationProviderCommand.ts | 4 +--- .../DisassociateWebsiteCertificateAuthorityCommand.ts | 4 +--- clients/client-worklink/src/commands/ListDevicesCommand.ts | 4 +--- clients/client-worklink/src/commands/ListDomainsCommand.ts | 4 +--- clients/client-worklink/src/commands/ListFleetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListWebsiteAuthorizationProvidersCommand.ts | 4 +--- .../src/commands/ListWebsiteCertificateAuthoritiesCommand.ts | 4 +--- .../src/commands/RestoreDomainAccessCommand.ts | 4 +--- .../client-worklink/src/commands/RevokeDomainAccessCommand.ts | 4 +--- clients/client-worklink/src/commands/SignOutUserCommand.ts | 4 +--- clients/client-worklink/src/commands/TagResourceCommand.ts | 4 +--- clients/client-worklink/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAuditStreamConfigurationCommand.ts | 4 +--- .../src/commands/UpdateCompanyNetworkConfigurationCommand.ts | 4 +--- .../src/commands/UpdateDevicePolicyConfigurationCommand.ts | 4 +--- .../src/commands/UpdateDomainMetadataCommand.ts | 4 +--- .../src/commands/UpdateFleetMetadataCommand.ts | 4 +--- .../commands/UpdateIdentityProviderConfigurationCommand.ts | 4 +--- .../src/commands/AssociateDelegateToResourceCommand.ts | 4 +--- .../src/commands/AssociateMemberToGroupCommand.ts | 4 +--- .../src/commands/AssumeImpersonationRoleCommand.ts | 4 +--- .../src/commands/CancelMailboxExportJobCommand.ts | 4 +--- clients/client-workmail/src/commands/CreateAliasCommand.ts | 4 +--- .../src/commands/CreateAvailabilityConfigurationCommand.ts | 4 +--- clients/client-workmail/src/commands/CreateGroupCommand.ts | 4 +--- .../src/commands/CreateImpersonationRoleCommand.ts | 4 +--- .../src/commands/CreateMobileDeviceAccessRuleCommand.ts | 4 +--- .../client-workmail/src/commands/CreateOrganizationCommand.ts | 4 +--- clients/client-workmail/src/commands/CreateResourceCommand.ts | 4 +--- clients/client-workmail/src/commands/CreateUserCommand.ts | 4 +--- .../src/commands/DeleteAccessControlRuleCommand.ts | 4 +--- clients/client-workmail/src/commands/DeleteAliasCommand.ts | 4 +--- .../src/commands/DeleteAvailabilityConfigurationCommand.ts | 4 +--- .../src/commands/DeleteEmailMonitoringConfigurationCommand.ts | 4 +--- clients/client-workmail/src/commands/DeleteGroupCommand.ts | 4 +--- .../src/commands/DeleteImpersonationRoleCommand.ts | 4 +--- .../src/commands/DeleteMailboxPermissionsCommand.ts | 4 +--- .../src/commands/DeleteMobileDeviceAccessOverrideCommand.ts | 4 +--- .../src/commands/DeleteMobileDeviceAccessRuleCommand.ts | 4 +--- .../client-workmail/src/commands/DeleteOrganizationCommand.ts | 4 +--- clients/client-workmail/src/commands/DeleteResourceCommand.ts | 4 +--- .../src/commands/DeleteRetentionPolicyCommand.ts | 4 +--- clients/client-workmail/src/commands/DeleteUserCommand.ts | 4 +--- .../src/commands/DeregisterFromWorkMailCommand.ts | 4 +--- .../src/commands/DeregisterMailDomainCommand.ts | 4 +--- .../commands/DescribeEmailMonitoringConfigurationCommand.ts | 4 +--- clients/client-workmail/src/commands/DescribeEntityCommand.ts | 4 +--- clients/client-workmail/src/commands/DescribeGroupCommand.ts | 4 +--- .../src/commands/DescribeInboundDmarcSettingsCommand.ts | 4 +--- .../src/commands/DescribeMailboxExportJobCommand.ts | 4 +--- .../src/commands/DescribeOrganizationCommand.ts | 4 +--- .../client-workmail/src/commands/DescribeResourceCommand.ts | 4 +--- clients/client-workmail/src/commands/DescribeUserCommand.ts | 4 +--- .../src/commands/DisassociateDelegateFromResourceCommand.ts | 4 +--- .../src/commands/DisassociateMemberFromGroupCommand.ts | 4 +--- .../src/commands/GetAccessControlEffectCommand.ts | 4 +--- .../src/commands/GetDefaultRetentionPolicyCommand.ts | 4 +--- .../src/commands/GetImpersonationRoleCommand.ts | 4 +--- .../src/commands/GetImpersonationRoleEffectCommand.ts | 4 +--- clients/client-workmail/src/commands/GetMailDomainCommand.ts | 4 +--- .../client-workmail/src/commands/GetMailboxDetailsCommand.ts | 4 +--- .../src/commands/GetMobileDeviceAccessEffectCommand.ts | 4 +--- .../src/commands/GetMobileDeviceAccessOverrideCommand.ts | 4 +--- .../src/commands/ListAccessControlRulesCommand.ts | 4 +--- clients/client-workmail/src/commands/ListAliasesCommand.ts | 4 +--- .../src/commands/ListAvailabilityConfigurationsCommand.ts | 4 +--- .../client-workmail/src/commands/ListGroupMembersCommand.ts | 4 +--- clients/client-workmail/src/commands/ListGroupsCommand.ts | 4 +--- .../src/commands/ListGroupsForEntityCommand.ts | 4 +--- .../src/commands/ListImpersonationRolesCommand.ts | 4 +--- .../client-workmail/src/commands/ListMailDomainsCommand.ts | 4 +--- .../src/commands/ListMailboxExportJobsCommand.ts | 4 +--- .../src/commands/ListMailboxPermissionsCommand.ts | 4 +--- .../src/commands/ListMobileDeviceAccessOverridesCommand.ts | 4 +--- .../src/commands/ListMobileDeviceAccessRulesCommand.ts | 4 +--- .../client-workmail/src/commands/ListOrganizationsCommand.ts | 4 +--- .../src/commands/ListResourceDelegatesCommand.ts | 4 +--- clients/client-workmail/src/commands/ListResourcesCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- clients/client-workmail/src/commands/ListUsersCommand.ts | 4 +--- .../src/commands/PutAccessControlRuleCommand.ts | 4 +--- .../src/commands/PutEmailMonitoringConfigurationCommand.ts | 4 +--- .../src/commands/PutInboundDmarcSettingsCommand.ts | 4 +--- .../src/commands/PutMailboxPermissionsCommand.ts | 4 +--- .../src/commands/PutMobileDeviceAccessOverrideCommand.ts | 4 +--- .../client-workmail/src/commands/PutRetentionPolicyCommand.ts | 4 +--- .../client-workmail/src/commands/RegisterMailDomainCommand.ts | 4 +--- .../client-workmail/src/commands/RegisterToWorkMailCommand.ts | 4 +--- clients/client-workmail/src/commands/ResetPasswordCommand.ts | 4 +--- .../src/commands/StartMailboxExportJobCommand.ts | 4 +--- clients/client-workmail/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/TestAvailabilityConfigurationCommand.ts | 4 +--- clients/client-workmail/src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateAvailabilityConfigurationCommand.ts | 4 +--- .../src/commands/UpdateDefaultMailDomainCommand.ts | 4 +--- clients/client-workmail/src/commands/UpdateGroupCommand.ts | 4 +--- .../src/commands/UpdateImpersonationRoleCommand.ts | 4 +--- .../client-workmail/src/commands/UpdateMailboxQuotaCommand.ts | 4 +--- .../src/commands/UpdateMobileDeviceAccessRuleCommand.ts | 4 +--- .../src/commands/UpdatePrimaryEmailAddressCommand.ts | 4 +--- clients/client-workmail/src/commands/UpdateResourceCommand.ts | 4 +--- clients/client-workmail/src/commands/UpdateUserCommand.ts | 4 +--- .../src/commands/GetRawMessageContentCommand.ts | 4 +--- .../src/commands/PutRawMessageContentCommand.ts | 4 +--- .../src/commands/CreateEnvironmentCommand.ts | 4 +--- .../src/commands/DeleteDeviceCommand.ts | 4 +--- .../src/commands/DeleteEnvironmentCommand.ts | 4 +--- .../src/commands/DeregisterDeviceCommand.ts | 4 +--- .../src/commands/GetDeviceCommand.ts | 4 +--- .../src/commands/GetEnvironmentCommand.ts | 4 +--- .../src/commands/GetSoftwareSetCommand.ts | 4 +--- .../src/commands/ListDevicesCommand.ts | 4 +--- .../src/commands/ListEnvironmentsCommand.ts | 4 +--- .../src/commands/ListSoftwareSetsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateDeviceCommand.ts | 4 +--- .../src/commands/UpdateEnvironmentCommand.ts | 4 +--- .../src/commands/UpdateSoftwareSetCommand.ts | 4 +--- .../src/commands/AssociateBrowserSettingsCommand.ts | 4 +--- .../src/commands/AssociateIpAccessSettingsCommand.ts | 4 +--- .../src/commands/AssociateNetworkSettingsCommand.ts | 4 +--- .../src/commands/AssociateTrustStoreCommand.ts | 4 +--- .../src/commands/AssociateUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/AssociateUserSettingsCommand.ts | 4 +--- .../src/commands/CreateBrowserSettingsCommand.ts | 4 +--- .../src/commands/CreateIdentityProviderCommand.ts | 4 +--- .../src/commands/CreateIpAccessSettingsCommand.ts | 4 +--- .../src/commands/CreateNetworkSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/CreatePortalCommand.ts | 4 +--- .../src/commands/CreateTrustStoreCommand.ts | 4 +--- .../src/commands/CreateUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/CreateUserSettingsCommand.ts | 4 +--- .../src/commands/DeleteBrowserSettingsCommand.ts | 4 +--- .../src/commands/DeleteIdentityProviderCommand.ts | 4 +--- .../src/commands/DeleteIpAccessSettingsCommand.ts | 4 +--- .../src/commands/DeleteNetworkSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/DeletePortalCommand.ts | 4 +--- .../src/commands/DeleteTrustStoreCommand.ts | 4 +--- .../src/commands/DeleteUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/DeleteUserSettingsCommand.ts | 4 +--- .../src/commands/DisassociateBrowserSettingsCommand.ts | 4 +--- .../src/commands/DisassociateIpAccessSettingsCommand.ts | 4 +--- .../src/commands/DisassociateNetworkSettingsCommand.ts | 4 +--- .../src/commands/DisassociateTrustStoreCommand.ts | 4 +--- .../commands/DisassociateUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/DisassociateUserSettingsCommand.ts | 4 +--- .../src/commands/GetBrowserSettingsCommand.ts | 4 +--- .../src/commands/GetIdentityProviderCommand.ts | 4 +--- .../src/commands/GetIpAccessSettingsCommand.ts | 4 +--- .../src/commands/GetNetworkSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/GetPortalCommand.ts | 4 +--- .../src/commands/GetPortalServiceProviderMetadataCommand.ts | 4 +--- .../src/commands/GetTrustStoreCertificateCommand.ts | 4 +--- .../src/commands/GetTrustStoreCommand.ts | 4 +--- .../src/commands/GetUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/GetUserSettingsCommand.ts | 4 +--- .../src/commands/ListBrowserSettingsCommand.ts | 4 +--- .../src/commands/ListIdentityProvidersCommand.ts | 4 +--- .../src/commands/ListIpAccessSettingsCommand.ts | 4 +--- .../src/commands/ListNetworkSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/ListPortalsCommand.ts | 4 +--- .../src/commands/ListTagsForResourceCommand.ts | 4 +--- .../src/commands/ListTrustStoreCertificatesCommand.ts | 4 +--- .../src/commands/ListTrustStoresCommand.ts | 4 +--- .../src/commands/ListUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/ListUserSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/TagResourceCommand.ts | 4 +--- .../src/commands/UntagResourceCommand.ts | 4 +--- .../src/commands/UpdateBrowserSettingsCommand.ts | 4 +--- .../src/commands/UpdateIdentityProviderCommand.ts | 4 +--- .../src/commands/UpdateIpAccessSettingsCommand.ts | 4 +--- .../src/commands/UpdateNetworkSettingsCommand.ts | 4 +--- .../client-workspaces-web/src/commands/UpdatePortalCommand.ts | 4 +--- .../src/commands/UpdateTrustStoreCommand.ts | 4 +--- .../src/commands/UpdateUserAccessLoggingSettingsCommand.ts | 4 +--- .../src/commands/UpdateUserSettingsCommand.ts | 4 +--- .../src/commands/AcceptAccountLinkInvitationCommand.ts | 4 +--- .../src/commands/AssociateConnectionAliasCommand.ts | 4 +--- .../src/commands/AssociateIpGroupsCommand.ts | 4 +--- .../src/commands/AssociateWorkspaceApplicationCommand.ts | 4 +--- .../client-workspaces/src/commands/AuthorizeIpRulesCommand.ts | 4 +--- .../src/commands/CopyWorkspaceImageCommand.ts | 4 +--- .../src/commands/CreateAccountLinkInvitationCommand.ts | 4 +--- .../src/commands/CreateConnectClientAddInCommand.ts | 4 +--- .../src/commands/CreateConnectionAliasCommand.ts | 4 +--- .../client-workspaces/src/commands/CreateIpGroupCommand.ts | 4 +--- .../src/commands/CreateStandbyWorkspacesCommand.ts | 4 +--- clients/client-workspaces/src/commands/CreateTagsCommand.ts | 4 +--- .../src/commands/CreateUpdatedWorkspaceImageCommand.ts | 4 +--- .../src/commands/CreateWorkspaceBundleCommand.ts | 4 +--- .../src/commands/CreateWorkspaceImageCommand.ts | 4 +--- .../client-workspaces/src/commands/CreateWorkspacesCommand.ts | 4 +--- .../src/commands/CreateWorkspacesPoolCommand.ts | 4 +--- .../src/commands/DeleteAccountLinkInvitationCommand.ts | 4 +--- .../src/commands/DeleteClientBrandingCommand.ts | 4 +--- .../src/commands/DeleteConnectClientAddInCommand.ts | 4 +--- .../src/commands/DeleteConnectionAliasCommand.ts | 4 +--- .../client-workspaces/src/commands/DeleteIpGroupCommand.ts | 4 +--- clients/client-workspaces/src/commands/DeleteTagsCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceBundleCommand.ts | 4 +--- .../src/commands/DeleteWorkspaceImageCommand.ts | 4 +--- .../src/commands/DeployWorkspaceApplicationsCommand.ts | 4 +--- .../src/commands/DeregisterWorkspaceDirectoryCommand.ts | 4 +--- .../client-workspaces/src/commands/DescribeAccountCommand.ts | 4 +--- .../src/commands/DescribeAccountModificationsCommand.ts | 4 +--- .../src/commands/DescribeApplicationAssociationsCommand.ts | 4 +--- .../src/commands/DescribeApplicationsCommand.ts | 4 +--- .../src/commands/DescribeBundleAssociationsCommand.ts | 4 +--- .../src/commands/DescribeClientBrandingCommand.ts | 4 +--- .../src/commands/DescribeClientPropertiesCommand.ts | 4 +--- .../src/commands/DescribeConnectClientAddInsCommand.ts | 4 +--- .../src/commands/DescribeConnectionAliasPermissionsCommand.ts | 4 +--- .../src/commands/DescribeConnectionAliasesCommand.ts | 4 +--- .../src/commands/DescribeImageAssociationsCommand.ts | 4 +--- .../client-workspaces/src/commands/DescribeIpGroupsCommand.ts | 4 +--- clients/client-workspaces/src/commands/DescribeTagsCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceAssociationsCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceBundlesCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceDirectoriesCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceImagePermissionsCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceImagesCommand.ts | 4 +--- .../src/commands/DescribeWorkspaceSnapshotsCommand.ts | 4 +--- .../src/commands/DescribeWorkspacesCommand.ts | 4 +--- .../src/commands/DescribeWorkspacesConnectionStatusCommand.ts | 4 +--- .../src/commands/DescribeWorkspacesPoolSessionsCommand.ts | 4 +--- .../src/commands/DescribeWorkspacesPoolsCommand.ts | 4 +--- .../src/commands/DisassociateConnectionAliasCommand.ts | 4 +--- .../src/commands/DisassociateIpGroupsCommand.ts | 4 +--- .../src/commands/DisassociateWorkspaceApplicationCommand.ts | 4 +--- .../client-workspaces/src/commands/GetAccountLinkCommand.ts | 4 +--- .../src/commands/ImportClientBrandingCommand.ts | 4 +--- .../src/commands/ImportWorkspaceImageCommand.ts | 4 +--- .../client-workspaces/src/commands/ListAccountLinksCommand.ts | 4 +--- .../src/commands/ListAvailableManagementCidrRangesCommand.ts | 4 +--- .../client-workspaces/src/commands/MigrateWorkspaceCommand.ts | 4 +--- .../client-workspaces/src/commands/ModifyAccountCommand.ts | 4 +--- .../commands/ModifyCertificateBasedAuthPropertiesCommand.ts | 4 +--- .../src/commands/ModifyClientPropertiesCommand.ts | 4 +--- .../src/commands/ModifySamlPropertiesCommand.ts | 4 +--- .../src/commands/ModifySelfservicePermissionsCommand.ts | 4 +--- .../src/commands/ModifyStreamingPropertiesCommand.ts | 4 +--- .../src/commands/ModifyWorkspaceAccessPropertiesCommand.ts | 4 +--- .../src/commands/ModifyWorkspaceCreationPropertiesCommand.ts | 4 +--- .../src/commands/ModifyWorkspacePropertiesCommand.ts | 4 +--- .../src/commands/ModifyWorkspaceStateCommand.ts | 4 +--- .../client-workspaces/src/commands/RebootWorkspacesCommand.ts | 4 +--- .../src/commands/RebuildWorkspacesCommand.ts | 4 +--- .../src/commands/RegisterWorkspaceDirectoryCommand.ts | 4 +--- .../src/commands/RejectAccountLinkInvitationCommand.ts | 4 +--- .../client-workspaces/src/commands/RestoreWorkspaceCommand.ts | 4 +--- .../client-workspaces/src/commands/RevokeIpRulesCommand.ts | 4 +--- .../client-workspaces/src/commands/StartWorkspacesCommand.ts | 4 +--- .../src/commands/StartWorkspacesPoolCommand.ts | 4 +--- .../client-workspaces/src/commands/StopWorkspacesCommand.ts | 4 +--- .../src/commands/StopWorkspacesPoolCommand.ts | 4 +--- .../src/commands/TerminateWorkspacesCommand.ts | 4 +--- .../src/commands/TerminateWorkspacesPoolCommand.ts | 4 +--- .../src/commands/TerminateWorkspacesPoolSessionCommand.ts | 4 +--- .../src/commands/UpdateConnectClientAddInCommand.ts | 4 +--- .../src/commands/UpdateConnectionAliasPermissionCommand.ts | 4 +--- .../src/commands/UpdateRulesOfIpGroupCommand.ts | 4 +--- .../src/commands/UpdateWorkspaceBundleCommand.ts | 4 +--- .../src/commands/UpdateWorkspaceImagePermissionCommand.ts | 4 +--- .../src/commands/UpdateWorkspacesPoolCommand.ts | 4 +--- clients/client-xray/src/commands/BatchGetTracesCommand.ts | 4 +--- clients/client-xray/src/commands/CreateGroupCommand.ts | 4 +--- clients/client-xray/src/commands/CreateSamplingRuleCommand.ts | 4 +--- clients/client-xray/src/commands/DeleteGroupCommand.ts | 4 +--- .../client-xray/src/commands/DeleteResourcePolicyCommand.ts | 4 +--- clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts | 4 +--- .../client-xray/src/commands/GetEncryptionConfigCommand.ts | 4 +--- clients/client-xray/src/commands/GetGroupCommand.ts | 4 +--- clients/client-xray/src/commands/GetGroupsCommand.ts | 4 +--- clients/client-xray/src/commands/GetInsightCommand.ts | 4 +--- clients/client-xray/src/commands/GetInsightEventsCommand.ts | 4 +--- .../client-xray/src/commands/GetInsightImpactGraphCommand.ts | 4 +--- .../client-xray/src/commands/GetInsightSummariesCommand.ts | 4 +--- clients/client-xray/src/commands/GetSamplingRulesCommand.ts | 4 +--- .../src/commands/GetSamplingStatisticSummariesCommand.ts | 4 +--- clients/client-xray/src/commands/GetSamplingTargetsCommand.ts | 4 +--- clients/client-xray/src/commands/GetServiceGraphCommand.ts | 4 +--- .../src/commands/GetTimeSeriesServiceStatisticsCommand.ts | 4 +--- clients/client-xray/src/commands/GetTraceGraphCommand.ts | 4 +--- clients/client-xray/src/commands/GetTraceSummariesCommand.ts | 4 +--- .../client-xray/src/commands/ListResourcePoliciesCommand.ts | 4 +--- .../client-xray/src/commands/ListTagsForResourceCommand.ts | 4 +--- .../client-xray/src/commands/PutEncryptionConfigCommand.ts | 4 +--- clients/client-xray/src/commands/PutResourcePolicyCommand.ts | 4 +--- .../client-xray/src/commands/PutTelemetryRecordsCommand.ts | 4 +--- clients/client-xray/src/commands/PutTraceSegmentsCommand.ts | 4 +--- clients/client-xray/src/commands/TagResourceCommand.ts | 4 +--- clients/client-xray/src/commands/UntagResourceCommand.ts | 4 +--- clients/client-xray/src/commands/UpdateGroupCommand.ts | 4 +--- clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts | 4 +--- 15457 files changed, 15457 insertions(+), 46371 deletions(-) diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts index 873c4810549ee..64c98ce8e3646 100644 --- a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts @@ -81,9 +81,7 @@ export class ApplyArchiveRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts index 3c0ecf633302c..2110bc066302e 100644 --- a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts @@ -75,9 +75,7 @@ export class CancelPolicyGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts b/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts index 3cdcefe19c266..15880409c4eee 100644 --- a/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts @@ -188,9 +188,7 @@ export class CheckAccessNotGrantedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts b/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts index 94e6bc5f7affd..ba39225e0583b 100644 --- a/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts @@ -102,9 +102,7 @@ export class CheckNoNewAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts b/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts index ad1037a2b06d2..ec5183e54246a 100644 --- a/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts @@ -140,9 +140,7 @@ export class CheckNoPublicAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts index 9a3ce079bcb4e..b043752f5e137 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts @@ -203,9 +203,7 @@ export class CreateAccessPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts index d4ef991553ae6..3f542496c849b 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts @@ -112,9 +112,7 @@ export class CreateAnalyzerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts index 3bb35b774a490..270707c69743f 100644 --- a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts @@ -102,9 +102,7 @@ export class CreateArchiveRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts index 858c2483c956d..e2b1b6690d32a 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts @@ -81,9 +81,7 @@ export class DeleteAnalyzerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts index 5407c83983f89..2ad4ff2b8f71f 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts @@ -80,9 +80,7 @@ export class DeleteArchiveRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts b/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts index c907c8d2ac4ea..5e0e071e06e91 100644 --- a/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts @@ -103,9 +103,7 @@ export class GenerateFindingRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts index ac807347a508f..b95fdc254cf5e 100644 --- a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts @@ -204,9 +204,7 @@ export class GetAccessPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts index eabfd4b279291..ff81e72da74b2 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts @@ -97,9 +97,7 @@ export class GetAnalyzedResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts index 2b57cdd517c52..245b0b06161a3 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts @@ -99,9 +99,7 @@ export class GetAnalyzerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts index 98210b9c56ff9..8568dd85030d8 100644 --- a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts @@ -100,9 +100,7 @@ export class GetArchiveRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts index 34bedbad7d4b7..bfaa15bef8472 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts @@ -113,9 +113,7 @@ export class GetFindingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts index d40fa812e688d..bfb03ccb0b8a1 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts @@ -199,9 +199,7 @@ export class GetFindingRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts b/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts index a32e196104191..67cc593580a33 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts @@ -141,9 +141,7 @@ export class GetFindingV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts index 52988162e594a..5725d77aba42f 100644 --- a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts @@ -113,9 +113,7 @@ export class GetGeneratedPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts index c8abbb390fb4e..e4a618b95f607 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts @@ -134,9 +134,7 @@ export class ListAccessPreviewFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts index b40727985370d..245ebea8cd1be 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts @@ -93,9 +93,7 @@ export class ListAccessPreviewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts index 38b244e368b42..313cf000e238a 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts @@ -92,9 +92,7 @@ export class ListAnalyzedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts index 97b171bfefaf6..94ef387361a95 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts @@ -101,9 +101,7 @@ export class ListAnalyzersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts index 500afd54589bc..4ca37ea511cca 100644 --- a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts @@ -100,9 +100,7 @@ export class ListArchiveRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts index 52a365b7f0fe5..a19a1630470e0 100644 --- a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts @@ -136,9 +136,7 @@ export class ListFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts b/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts index 9d66e4c362675..fb450a62eee0e 100644 --- a/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts +++ b/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts @@ -118,9 +118,7 @@ export class ListFindingsV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts index 63fd78425f6fc..b0cc4ad8ba02e 100644 --- a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts @@ -88,9 +88,7 @@ export class ListPolicyGenerationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts index e296f5f1cfb06..0b82be0456cc8 100644 --- a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts index d50740ffe6022..65d147894c59c 100644 --- a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts @@ -100,9 +100,7 @@ export class StartPolicyGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts index 88d0d51fad7db..52561121f9ebc 100644 --- a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts @@ -80,9 +80,7 @@ export class StartResourceScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts index e04f707322132..6bb0191c52699 100644 --- a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts index bd0bbec1708b5..f7be712f3c9f7 100644 --- a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts index 2ca03cf801717..70babafec5739 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts @@ -94,9 +94,7 @@ export class UpdateArchiveRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts index e6b93bcf63a54..8582f5728c5aa 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts @@ -84,9 +84,7 @@ export class UpdateFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts index 1da19273d34f7..159617f78c5e7 100644 --- a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts @@ -119,9 +119,7 @@ export class ValidatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts b/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts index a74d108e3749a..0aaaad06ed819 100644 --- a/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts +++ b/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts @@ -95,9 +95,7 @@ export class AcceptPrimaryEmailUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts index 14ebda0d6f3f9..83ddae7a6c120 100644 --- a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts +++ b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts @@ -90,9 +90,7 @@ export class DeleteAlternateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/DisableRegionCommand.ts b/clients/client-account/src/commands/DisableRegionCommand.ts index 0166ed1fece62..37f2a9ac6a1b0 100644 --- a/clients/client-account/src/commands/DisableRegionCommand.ts +++ b/clients/client-account/src/commands/DisableRegionCommand.ts @@ -88,9 +88,7 @@ export class DisableRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/EnableRegionCommand.ts b/clients/client-account/src/commands/EnableRegionCommand.ts index a64046d5123a6..a1e159e3e11da 100644 --- a/clients/client-account/src/commands/EnableRegionCommand.ts +++ b/clients/client-account/src/commands/EnableRegionCommand.ts @@ -84,9 +84,7 @@ export class EnableRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/GetAlternateContactCommand.ts b/clients/client-account/src/commands/GetAlternateContactCommand.ts index 2559462c49242..e2522d75cd565 100644 --- a/clients/client-account/src/commands/GetAlternateContactCommand.ts +++ b/clients/client-account/src/commands/GetAlternateContactCommand.ts @@ -102,9 +102,7 @@ export class GetAlternateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/GetContactInformationCommand.ts b/clients/client-account/src/commands/GetContactInformationCommand.ts index 4422aab98acbb..0abe427f9c3f9 100644 --- a/clients/client-account/src/commands/GetContactInformationCommand.ts +++ b/clients/client-account/src/commands/GetContactInformationCommand.ts @@ -102,9 +102,7 @@ export class GetContactInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/GetPrimaryEmailCommand.ts b/clients/client-account/src/commands/GetPrimaryEmailCommand.ts index 9f1240111b909..74b30f351abfe 100644 --- a/clients/client-account/src/commands/GetPrimaryEmailCommand.ts +++ b/clients/client-account/src/commands/GetPrimaryEmailCommand.ts @@ -87,9 +87,7 @@ export class GetPrimaryEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts index e1a22b4d40054..e5da4bb02c987 100644 --- a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts +++ b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts @@ -82,9 +82,7 @@ export class GetRegionOptStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/ListRegionsCommand.ts b/clients/client-account/src/commands/ListRegionsCommand.ts index 8193fc8194865..eccbe12696422 100644 --- a/clients/client-account/src/commands/ListRegionsCommand.ts +++ b/clients/client-account/src/commands/ListRegionsCommand.ts @@ -93,9 +93,7 @@ export class ListRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/PutAlternateContactCommand.ts b/clients/client-account/src/commands/PutAlternateContactCommand.ts index 9c49ee81aafac..31eb24790d533 100644 --- a/clients/client-account/src/commands/PutAlternateContactCommand.ts +++ b/clients/client-account/src/commands/PutAlternateContactCommand.ts @@ -91,9 +91,7 @@ export class PutAlternateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/PutContactInformationCommand.ts b/clients/client-account/src/commands/PutContactInformationCommand.ts index 4585531f6e3b8..77fe1ca19e5d4 100644 --- a/clients/client-account/src/commands/PutContactInformationCommand.ts +++ b/clients/client-account/src/commands/PutContactInformationCommand.ts @@ -94,9 +94,7 @@ export class PutContactInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts b/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts index 2a54cf28699b6..b67629322bb9a 100644 --- a/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts +++ b/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts @@ -94,9 +94,7 @@ export class StartPrimaryEmailUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts index 2549d56993efe..fb4b706d9733f 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts @@ -112,9 +112,7 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts index 8bbf2446528c6..5636f1f31077d 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts @@ -209,9 +209,7 @@ export class CreateCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts index fbf43030d68c0..19ae61f6ca048 100644 --- a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts @@ -115,9 +115,7 @@ export class CreatePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts index 89c13b71adf8c..30bee744d8bf3 100644 --- a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts @@ -97,9 +97,7 @@ export class DeleteCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts index 3fd7d2e16bb2a..3e3b1192cac51 100644 --- a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts @@ -107,9 +107,7 @@ export class DeletePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts index 25a9da6116b6e..9b40631c212af 100644 --- a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts @@ -119,9 +119,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts index b15ad0980a4b5..aca35942e354d 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts @@ -92,9 +92,7 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts index 5551ce825d8d2..053dde165762d 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts @@ -232,9 +232,7 @@ export class DescribeCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts index 7db7f339c5f04..3428753b6fdb4 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts @@ -88,9 +88,7 @@ export class GetCertificateAuthorityCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts index bc4f01f9ad301..ac6f4a70826c5 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts @@ -86,9 +86,7 @@ export class GetCertificateAuthorityCsrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts index 5004dfb4f8eed..65417ef8e87ad 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts @@ -91,9 +91,7 @@ export class GetCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts index d27e9e6fbbdd0..d190489dd0e66 100644 --- a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts @@ -109,9 +109,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts index c4927b8d9d4bb..98f2b618dbcb3 100644 --- a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts @@ -226,9 +226,7 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts index 4b5fc2b74c9fc..6fe955c0d26ef 100644 --- a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts @@ -207,9 +207,7 @@ export class IssueCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts index f042bf7829ab4..f3e595744883e 100644 --- a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts +++ b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts @@ -188,9 +188,7 @@ export class ListCertificateAuthoritiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts index c4b520e38f1b4..4d70f0b4b2b9b 100644 --- a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts @@ -124,9 +124,7 @@ export class ListPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/ListTagsCommand.ts b/clients/client-acm-pca/src/commands/ListTagsCommand.ts index d679823c4fd48..7e357417f78e4 100644 --- a/clients/client-acm-pca/src/commands/ListTagsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListTagsCommand.ts @@ -87,9 +87,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts index 675292ce69af3..ea1247a239a14 100644 --- a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts @@ -121,9 +121,7 @@ export class PutPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts index 88f1248997d33..2e4a5e4ab0eab 100644 --- a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts @@ -84,9 +84,7 @@ export class RestoreCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts index 4c3e4bd033405..01c5038b0052b 100644 --- a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts @@ -114,9 +114,7 @@ export class RevokeCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts index 74c4777b9f56f..53161a0673bd6 100644 --- a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts @@ -102,9 +102,7 @@ export class TagCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts index 29e4b4643f794..ed2b8ae16e1df 100644 --- a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts @@ -88,9 +88,7 @@ export class UntagCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts index 819ab648c492e..7d18b7bb71660 100644 --- a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts @@ -111,9 +111,7 @@ export class UpdateCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts index 60a60907a2244..074b676ca6978 100644 --- a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts +++ b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts @@ -105,9 +105,7 @@ export class AddTagsToCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/DeleteCertificateCommand.ts b/clients/client-acm/src/commands/DeleteCertificateCommand.ts index 53f269f1bfdcb..f75e916ddc585 100644 --- a/clients/client-acm/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-acm/src/commands/DeleteCertificateCommand.ts @@ -91,9 +91,7 @@ export class DeleteCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/DescribeCertificateCommand.ts b/clients/client-acm/src/commands/DescribeCertificateCommand.ts index 7573dbb5bd6f4..c9d373cf2497d 100644 --- a/clients/client-acm/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-acm/src/commands/DescribeCertificateCommand.ts @@ -151,9 +151,7 @@ export class DescribeCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/ExportCertificateCommand.ts b/clients/client-acm/src/commands/ExportCertificateCommand.ts index cfa9c968efcc4..de6e0c39835ab 100644 --- a/clients/client-acm/src/commands/ExportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ExportCertificateCommand.ts @@ -90,9 +90,7 @@ export class ExportCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts index 80123dbd08707..1da74132fec02 100644 --- a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts @@ -71,9 +71,7 @@ export class GetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/GetCertificateCommand.ts b/clients/client-acm/src/commands/GetCertificateCommand.ts index 2e211974d571b..8e5158fee12b1 100644 --- a/clients/client-acm/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm/src/commands/GetCertificateCommand.ts @@ -82,9 +82,7 @@ export class GetCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/ImportCertificateCommand.ts b/clients/client-acm/src/commands/ImportCertificateCommand.ts index c012dad032a2a..35ed2ad5267c8 100644 --- a/clients/client-acm/src/commands/ImportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ImportCertificateCommand.ts @@ -160,9 +160,7 @@ export class ImportCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/ListCertificatesCommand.ts b/clients/client-acm/src/commands/ListCertificatesCommand.ts index 0f0b7ab283c45..e6711aa2e1b31 100644 --- a/clients/client-acm/src/commands/ListCertificatesCommand.ts +++ b/clients/client-acm/src/commands/ListCertificatesCommand.ts @@ -117,9 +117,7 @@ export class ListCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts index 4b40b5f9a5381..c8715c1cf3a8c 100644 --- a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts +++ b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts index f64e68bb9c86b..ede8ac657a3f8 100644 --- a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts @@ -84,9 +84,7 @@ export class PutAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts index fdf38392ae0d9..68f0c3ec91c61 100644 --- a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts +++ b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts @@ -94,9 +94,7 @@ export class RemoveTagsFromCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/RenewCertificateCommand.ts b/clients/client-acm/src/commands/RenewCertificateCommand.ts index 111a8839070b6..9379243b6f0fc 100644 --- a/clients/client-acm/src/commands/RenewCertificateCommand.ts +++ b/clients/client-acm/src/commands/RenewCertificateCommand.ts @@ -74,9 +74,7 @@ export class RenewCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/RequestCertificateCommand.ts b/clients/client-acm/src/commands/RequestCertificateCommand.ts index 3e2baa7a205fb..f4df951577aad 100644 --- a/clients/client-acm/src/commands/RequestCertificateCommand.ts +++ b/clients/client-acm/src/commands/RequestCertificateCommand.ts @@ -125,9 +125,7 @@ export class RequestCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts index d4f20b7eab8b0..82be65488a2f7 100644 --- a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts +++ b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts @@ -87,9 +87,7 @@ export class ResendValidationEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts index 1c46237f20e57..815242a00a9c1 100644 --- a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts +++ b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts @@ -82,9 +82,7 @@ export class UpdateCertificateOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ACMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts index 642a23d05b25f..3f7af2d05e6df 100644 --- a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts @@ -100,9 +100,7 @@ export class CreateAlertManagerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts index f6db41698a6f4..e0cde80babc4e 100644 --- a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts @@ -85,9 +85,7 @@ export class CreateLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts index 2f6a9a088ea7d..d1c944fec6b0d 100644 --- a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts @@ -105,9 +105,7 @@ export class CreateRuleGroupsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/CreateScraperCommand.ts b/clients/client-amp/src/commands/CreateScraperCommand.ts index 164eb67e0ca3b..eadc889ad0d3f 100644 --- a/clients/client-amp/src/commands/CreateScraperCommand.ts +++ b/clients/client-amp/src/commands/CreateScraperCommand.ts @@ -134,9 +134,7 @@ export class CreateScraperCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts index b75d7ca60ca84..9124dc5ce33b1 100644 --- a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts @@ -99,9 +99,7 @@ export class CreateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts index 4616f1e947290..38bd84c1aae02 100644 --- a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts @@ -86,9 +86,7 @@ export class DeleteAlertManagerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts index a94657dd94a68..4587c8b804645 100644 --- a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DeleteLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts index a3ed2bc50f7f2..f39b995b18423 100644 --- a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts @@ -84,9 +84,7 @@ export class DeleteRuleGroupsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DeleteScraperCommand.ts b/clients/client-amp/src/commands/DeleteScraperCommand.ts index c63bf90b70633..4817057910bbe 100644 --- a/clients/client-amp/src/commands/DeleteScraperCommand.ts +++ b/clients/client-amp/src/commands/DeleteScraperCommand.ts @@ -89,9 +89,7 @@ export class DeleteScraperCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts index 9b5c45d594da2..37ac5fc2b2925 100644 --- a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts @@ -87,9 +87,7 @@ export class DeleteWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts index 3f3674e52fa72..a767559c40c97 100644 --- a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts @@ -95,9 +95,7 @@ export class DescribeAlertManagerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts index 864cce0f7a9ac..9a11955df545f 100644 --- a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DescribeLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts index 1247ba3ecfdd0..693b7f8518115 100644 --- a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts @@ -101,9 +101,7 @@ export class DescribeRuleGroupsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DescribeScraperCommand.ts b/clients/client-amp/src/commands/DescribeScraperCommand.ts index 34cb88aac694e..a2b969696179c 100644 --- a/clients/client-amp/src/commands/DescribeScraperCommand.ts +++ b/clients/client-amp/src/commands/DescribeScraperCommand.ts @@ -115,9 +115,7 @@ export class DescribeScraperCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts index 6e67a158af227..b781af846f059 100644 --- a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts @@ -94,9 +94,7 @@ export class DescribeWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts b/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts index c4df86de14c86..1168e0d8b8a00 100644 --- a/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts +++ b/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts @@ -78,9 +78,7 @@ export class GetDefaultScraperConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts index bdc643ea24645..f44f705bc5389 100644 --- a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts +++ b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts @@ -99,9 +99,7 @@ export class ListRuleGroupsNamespacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/ListScrapersCommand.ts b/clients/client-amp/src/commands/ListScrapersCommand.ts index 1f3df0999018e..bf22212bb6478 100644 --- a/clients/client-amp/src/commands/ListScrapersCommand.ts +++ b/clients/client-amp/src/commands/ListScrapersCommand.ts @@ -119,9 +119,7 @@ export class ListScrapersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts index e679a25f974c6..bc04ec7b8e99a 100644 --- a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/ListWorkspacesCommand.ts b/clients/client-amp/src/commands/ListWorkspacesCommand.ts index 8543d76930b4d..fbcb7277c7384 100644 --- a/clients/client-amp/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-amp/src/commands/ListWorkspacesCommand.ts @@ -96,9 +96,7 @@ export class ListWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts index 261988b9aa186..600678da231ee 100644 --- a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts @@ -94,9 +94,7 @@ export class PutAlertManagerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts index 422c4c9cb4882..b98353848ebbe 100644 --- a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts @@ -104,9 +104,7 @@ export class PutRuleGroupsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/TagResourceCommand.ts b/clients/client-amp/src/commands/TagResourceCommand.ts index 7f10c0c3f1f10..428b60c0f51fa 100644 --- a/clients/client-amp/src/commands/TagResourceCommand.ts +++ b/clients/client-amp/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/UntagResourceCommand.ts b/clients/client-amp/src/commands/UntagResourceCommand.ts index 0aaada6d61a8d..bd43912560fd2 100644 --- a/clients/client-amp/src/commands/UntagResourceCommand.ts +++ b/clients/client-amp/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts index 21313c19941c5..36703df120be0 100644 --- a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts @@ -87,9 +87,7 @@ export class UpdateLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts index 3dd0db9efb24a..e96546d5f4b83 100644 --- a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts +++ b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts @@ -87,9 +87,7 @@ export class UpdateWorkspaceAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmpClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateAppCommand.ts b/clients/client-amplify/src/commands/CreateAppCommand.ts index 7425c58017e0d..8e5b05fc63694 100644 --- a/clients/client-amplify/src/commands/CreateAppCommand.ts +++ b/clients/client-amplify/src/commands/CreateAppCommand.ts @@ -191,9 +191,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts index 66f5797a21f28..c0c5156c6f43b 100644 --- a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts @@ -96,9 +96,7 @@ export class CreateBackendEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateBranchCommand.ts b/clients/client-amplify/src/commands/CreateBranchCommand.ts index cf4493d6946cd..72c0ddef23453 100644 --- a/clients/client-amplify/src/commands/CreateBranchCommand.ts +++ b/clients/client-amplify/src/commands/CreateBranchCommand.ts @@ -151,9 +151,7 @@ export class CreateBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts index e227501b24a2e..918ccefcf4816 100644 --- a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts @@ -90,9 +90,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts index 068db0e718c93..c6f95e575594b 100644 --- a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts @@ -127,9 +127,7 @@ export class CreateDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/CreateWebhookCommand.ts b/clients/client-amplify/src/commands/CreateWebhookCommand.ts index d003f26970314..f2bb24b42588d 100644 --- a/clients/client-amplify/src/commands/CreateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/CreateWebhookCommand.ts @@ -93,9 +93,7 @@ export class CreateWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteAppCommand.ts b/clients/client-amplify/src/commands/DeleteAppCommand.ts index 970842fa0715a..535958dabb601 100644 --- a/clients/client-amplify/src/commands/DeleteAppCommand.ts +++ b/clients/client-amplify/src/commands/DeleteAppCommand.ts @@ -139,9 +139,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts index 987dd10594b98..c8a98f87aa700 100644 --- a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts @@ -94,9 +94,7 @@ export class DeleteBackendEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteBranchCommand.ts b/clients/client-amplify/src/commands/DeleteBranchCommand.ts index 065ad741233c0..b1f732b70c7fb 100644 --- a/clients/client-amplify/src/commands/DeleteBranchCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBranchCommand.ts @@ -120,9 +120,7 @@ export class DeleteBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts index 01a5b5dcf3a0a..99cbd500f9300 100644 --- a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts @@ -108,9 +108,7 @@ export class DeleteDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteJobCommand.ts b/clients/client-amplify/src/commands/DeleteJobCommand.ts index a07d63a8f64ee..978c63526238a 100644 --- a/clients/client-amplify/src/commands/DeleteJobCommand.ts +++ b/clients/client-amplify/src/commands/DeleteJobCommand.ts @@ -92,9 +92,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts index 3e33b15bd4615..7eef22a693853 100644 --- a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts @@ -88,9 +88,7 @@ export class DeleteWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts index ac4fa5f756af6..9b40e5201d195 100644 --- a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts +++ b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts @@ -81,9 +81,7 @@ export class GenerateAccessLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetAppCommand.ts b/clients/client-amplify/src/commands/GetAppCommand.ts index ec55b4dfe0c03..6e8b31134ddee 100644 --- a/clients/client-amplify/src/commands/GetAppCommand.ts +++ b/clients/client-amplify/src/commands/GetAppCommand.ts @@ -136,9 +136,7 @@ export class GetAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts index c73f1737e334e..e8efb3a0b8ac7 100644 --- a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts +++ b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts @@ -81,9 +81,7 @@ export class GetArtifactUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts index d8506d2df46dd..275d9443473ef 100644 --- a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts @@ -91,9 +91,7 @@ export class GetBackendEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetBranchCommand.ts b/clients/client-amplify/src/commands/GetBranchCommand.ts index 7981037295cc6..53c1440cee88b 100644 --- a/clients/client-amplify/src/commands/GetBranchCommand.ts +++ b/clients/client-amplify/src/commands/GetBranchCommand.ts @@ -117,9 +117,7 @@ export class GetBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts index 95734e9a64d09..471ce005952e6 100644 --- a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts @@ -105,9 +105,7 @@ export class GetDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetJobCommand.ts b/clients/client-amplify/src/commands/GetJobCommand.ts index 896d206be94f4..ada80a69ef2a7 100644 --- a/clients/client-amplify/src/commands/GetJobCommand.ts +++ b/clients/client-amplify/src/commands/GetJobCommand.ts @@ -111,9 +111,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/GetWebhookCommand.ts b/clients/client-amplify/src/commands/GetWebhookCommand.ts index 0a2030d8d1e15..f08fe4b64c6f9 100644 --- a/clients/client-amplify/src/commands/GetWebhookCommand.ts +++ b/clients/client-amplify/src/commands/GetWebhookCommand.ts @@ -88,9 +88,7 @@ export class GetWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListAppsCommand.ts b/clients/client-amplify/src/commands/ListAppsCommand.ts index a21986c6fb2b8..c663673f6f4bd 100644 --- a/clients/client-amplify/src/commands/ListAppsCommand.ts +++ b/clients/client-amplify/src/commands/ListAppsCommand.ts @@ -137,9 +137,7 @@ export class ListAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListArtifactsCommand.ts b/clients/client-amplify/src/commands/ListArtifactsCommand.ts index b99c201ae36c9..f00158a87c78b 100644 --- a/clients/client-amplify/src/commands/ListArtifactsCommand.ts +++ b/clients/client-amplify/src/commands/ListArtifactsCommand.ts @@ -87,9 +87,7 @@ export class ListArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts index d737e2bee8aa6..ce2dfdce03656 100644 --- a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts +++ b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts @@ -93,9 +93,7 @@ export class ListBackendEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListBranchesCommand.ts b/clients/client-amplify/src/commands/ListBranchesCommand.ts index 6990e9a0bfd5e..7e4c0c03c064a 100644 --- a/clients/client-amplify/src/commands/ListBranchesCommand.ts +++ b/clients/client-amplify/src/commands/ListBranchesCommand.ts @@ -118,9 +118,7 @@ export class ListBranchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts index 3701d37be466e..d08f43532b81d 100644 --- a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts +++ b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts @@ -106,9 +106,7 @@ export class ListDomainAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListJobsCommand.ts b/clients/client-amplify/src/commands/ListJobsCommand.ts index aaa36d6a18ee8..f4811688522b4 100644 --- a/clients/client-amplify/src/commands/ListJobsCommand.ts +++ b/clients/client-amplify/src/commands/ListJobsCommand.ts @@ -93,9 +93,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts index a59ed93c28a5a..5ecf822f6bf76 100644 --- a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/ListWebhooksCommand.ts b/clients/client-amplify/src/commands/ListWebhooksCommand.ts index 54dcc6db31f1e..d5b472def34f3 100644 --- a/clients/client-amplify/src/commands/ListWebhooksCommand.ts +++ b/clients/client-amplify/src/commands/ListWebhooksCommand.ts @@ -90,9 +90,7 @@ export class ListWebhooksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/StartDeploymentCommand.ts b/clients/client-amplify/src/commands/StartDeploymentCommand.ts index abe15c156b241..03b04d7dbc4a4 100644 --- a/clients/client-amplify/src/commands/StartDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/StartDeploymentCommand.ts @@ -98,9 +98,7 @@ export class StartDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/StartJobCommand.ts b/clients/client-amplify/src/commands/StartJobCommand.ts index 5802b58f39285..d4f1f04247f62 100644 --- a/clients/client-amplify/src/commands/StartJobCommand.ts +++ b/clients/client-amplify/src/commands/StartJobCommand.ts @@ -97,9 +97,7 @@ export class StartJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/StopJobCommand.ts b/clients/client-amplify/src/commands/StopJobCommand.ts index 7345a1a033d0a..e206cb75a540a 100644 --- a/clients/client-amplify/src/commands/StopJobCommand.ts +++ b/clients/client-amplify/src/commands/StopJobCommand.ts @@ -92,9 +92,7 @@ export class StopJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/TagResourceCommand.ts b/clients/client-amplify/src/commands/TagResourceCommand.ts index 1f880f243f8de..2cd56c6d15a2b 100644 --- a/clients/client-amplify/src/commands/TagResourceCommand.ts +++ b/clients/client-amplify/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/UntagResourceCommand.ts b/clients/client-amplify/src/commands/UntagResourceCommand.ts index 76129121322f1..48de5dfd330f4 100644 --- a/clients/client-amplify/src/commands/UntagResourceCommand.ts +++ b/clients/client-amplify/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/UpdateAppCommand.ts b/clients/client-amplify/src/commands/UpdateAppCommand.ts index 58d232317d259..1a007572ad28f 100644 --- a/clients/client-amplify/src/commands/UpdateAppCommand.ts +++ b/clients/client-amplify/src/commands/UpdateAppCommand.ts @@ -186,9 +186,7 @@ export class UpdateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/UpdateBranchCommand.ts b/clients/client-amplify/src/commands/UpdateBranchCommand.ts index bc6d93ff8c067..32cb29eaded27 100644 --- a/clients/client-amplify/src/commands/UpdateBranchCommand.ts +++ b/clients/client-amplify/src/commands/UpdateBranchCommand.ts @@ -145,9 +145,7 @@ export class UpdateBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts index 1f68a1a488c06..e4ef9dec2e4dc 100644 --- a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts @@ -123,9 +123,7 @@ export class UpdateDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts index de23943f12d33..0e1f13c17c6e9 100644 --- a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts @@ -90,9 +90,7 @@ export class UpdateWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts index bc86e50486292..716360a86d37a 100644 --- a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts @@ -84,9 +84,7 @@ export class CloneBackendCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts index 02d581151e12e..c332df729a174 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts @@ -120,9 +120,7 @@ export class CreateBackendAPICommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts index bf7bd0fa91ccc..d58a856759d16 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts @@ -171,9 +171,7 @@ export class CreateBackendAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts index 7f10331c392f1..7a8d89ee110cd 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts @@ -86,9 +86,7 @@ export class CreateBackendCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts index 50f6e079024bc..df13d39caf2f9 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts @@ -81,9 +81,7 @@ export class CreateBackendConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts index 82f7b6487691c..8a0d985952050 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts @@ -94,9 +94,7 @@ export class CreateBackendStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts index 57f15a5c1e8b8..bb628d2a30a34 100644 --- a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts @@ -80,9 +80,7 @@ export class CreateTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts index a8954097fff82..bfd6674e2e8cd 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts @@ -120,9 +120,7 @@ export class DeleteBackendAPICommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts index 90f9236168022..8a3b4934a107f 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts @@ -84,9 +84,7 @@ export class DeleteBackendAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts index 7a5258aea397e..d6774b8be53df 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts @@ -83,9 +83,7 @@ export class DeleteBackendCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts index cf90061c2e9e8..bcd00c478c473 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts @@ -83,9 +83,7 @@ export class DeleteBackendStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts index 34778aedef98d..f930eb38dc005 100644 --- a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts @@ -78,9 +78,7 @@ export class DeleteTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts index a0c16d1173f25..6a88744ab1744 100644 --- a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts @@ -84,9 +84,7 @@ export class GenerateBackendAPIModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts index 30ffe0090d0e4..dda0d2e705ecc 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts @@ -154,9 +154,7 @@ export class GetBackendAPICommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts index 9a7a9e841fad2..cf4e1e6c7bd44 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts @@ -81,9 +81,7 @@ export class GetBackendAPIModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts index 3cc43cd38e04d..ee4197036f19d 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts @@ -169,9 +169,7 @@ export class GetBackendAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts index 1ba6ca6fd8341..9fda6e5bf7407 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts @@ -86,9 +86,7 @@ export class GetBackendCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts index 068e07db352fd..6a74fcde72588 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts @@ -86,9 +86,7 @@ export class GetBackendJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts index fa757f5cfd4bb..d45a03ae455f6 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts @@ -94,9 +94,7 @@ export class GetBackendStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts index e631fd92cc324..8f487530b43a9 100644 --- a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts @@ -81,9 +81,7 @@ export class GetTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts index 3026d84133916..31a0d8d46d16d 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts @@ -87,9 +87,7 @@ export class ImportBackendAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts index e06042de4823d..9bb636029f09f 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts @@ -83,9 +83,7 @@ export class ImportBackendStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts index 34b5aa2452c59..28139755461a0 100644 --- a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts @@ -95,9 +95,7 @@ export class ListBackendJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts index 0f98d4f285caa..efa49b21c640a 100644 --- a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts @@ -83,9 +83,7 @@ export class ListS3BucketsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts index 1565b75731626..71fc903e506ad 100644 --- a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts @@ -82,9 +82,7 @@ export class RemoveAllBackendsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts index 6a945c27cdbff..5f6cabec1091d 100644 --- a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts @@ -77,9 +77,7 @@ export class RemoveBackendConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts index 9a7f3c334460f..bbb9675f6595b 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts @@ -120,9 +120,7 @@ export class UpdateBackendAPICommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts index dbb7cfe03ddb7..ab5b48d12807b 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts @@ -165,9 +165,7 @@ export class UpdateBackendAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts index a4e39745d6cb8..7bd1461f120e6 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts @@ -91,9 +91,7 @@ export class UpdateBackendConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts index 2cc8fba249e5b..727371b929e0b 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts @@ -88,9 +88,7 @@ export class UpdateBackendJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts index a500f3c2c16f7..6e633e87d01ab 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts @@ -93,9 +93,7 @@ export class UpdateBackendStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyBackendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts index 987034ed28c7f..f6b041ac286c8 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts @@ -512,9 +512,7 @@ export class CreateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts index 91784ac9dec4f..da0ca6ca3024a 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts @@ -390,9 +390,7 @@ export class CreateFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts index d125f17b0a86a..9216735ef3dcc 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts @@ -132,9 +132,7 @@ export class CreateThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts index e4afded8d45ad..4eb66d93ca200 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts @@ -74,9 +74,7 @@ export class DeleteComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts index 9afdafc3d904a..a0a66656415c0 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts @@ -74,9 +74,7 @@ export class DeleteFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts index 852638f988e41..9f41ac0dded8a 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts @@ -74,9 +74,7 @@ export class DeleteThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts index 72455b37ef27b..c24fcd35c9ee7 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts @@ -83,9 +83,7 @@ export class ExchangeCodeForTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts index 624b3054df76b..670fc2a0cd9f2 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts @@ -294,9 +294,7 @@ export class ExportComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts index bba00fdde5a04..2e5151c4a7bb7 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts @@ -232,9 +232,7 @@ export class ExportFormsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts index 1c91002f2e515..e75f7a137ae13 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts @@ -104,9 +104,7 @@ export class ExportThemesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts index a2bd25af4d673..9aa827dc36eca 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts @@ -199,9 +199,7 @@ export class GetCodegenJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts index 9a9a531b16f4f..b0a28a12607a8 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts @@ -294,9 +294,7 @@ export class GetComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts index 52c39b89fc934..04d46bbeadcfd 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts @@ -232,9 +232,7 @@ export class GetFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts index e306d045960ea..b8744f856b69f 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts @@ -74,9 +74,7 @@ export class GetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts index 1bb39e5c6c191..c3c2a1e8465f6 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts @@ -104,9 +104,7 @@ export class GetThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts index 86df3dfb9b43d..b35863c318874 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts @@ -86,9 +86,7 @@ export class ListCodegenJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts index ab1de371c723f..a81f1d63b881f 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts @@ -84,9 +84,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts index ba82df77a13fd..f390c301c557f 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts @@ -87,9 +87,7 @@ export class ListFormsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts index fea55684a8d72..a01ee331dbb97 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts index f2632357bcf09..9092d4d6813f1 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts @@ -83,9 +83,7 @@ export class ListThemesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts index 304527e9b909b..efd1a6ae2ce0b 100644 --- a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts @@ -74,9 +74,7 @@ export class PutMetadataFlagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts index 33fa97d2236a6..e9a7ce5cb2620 100644 --- a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts @@ -81,9 +81,7 @@ export class RefreshTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts index a9327e0c57994..92b42918379ea 100644 --- a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts @@ -299,9 +299,7 @@ export class StartCodegenJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts index 4cbecb89fcca6..f034bbdd48761 100644 --- a/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts index 4ee7db3b22f93..01b6c091dbd5e 100644 --- a/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts index e91a6ce146202..14e64c613e371 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts @@ -507,9 +507,7 @@ export class UpdateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts index c63062d096222..3519a42e76513 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts @@ -384,9 +384,7 @@ export class UpdateFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts index 9370d25d77e74..1041e004f4db8 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts @@ -127,9 +127,7 @@ export class UpdateThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AmplifyUIBuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts index a847bf22adbd3..71ede66659f75 100644 --- a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts @@ -110,9 +110,7 @@ export class CreateApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts index 2311a4e701e62..3b9cf30cf596b 100644 --- a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts @@ -105,9 +105,7 @@ export class CreateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts index 7d498578c8466..4af6f711d2f52 100644 --- a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts @@ -88,9 +88,7 @@ export class CreateBasePathMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts index e0b4fb83d5e7c..6a9ac6e884242 100644 --- a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts @@ -112,9 +112,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts index ca06c262f3efb..6f8286c5cea35 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts @@ -99,9 +99,7 @@ export class CreateDocumentationPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts index 739a1043480c8..b3ec434eb656b 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts @@ -88,9 +88,7 @@ export class CreateDocumentationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts index 5f514117b678e..0c1870145c4fe 100644 --- a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts @@ -135,9 +135,7 @@ export class CreateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateModelCommand.ts b/clients/client-api-gateway/src/commands/CreateModelCommand.ts index dafd05ba7c98c..2da0af1038ac4 100644 --- a/clients/client-api-gateway/src/commands/CreateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateModelCommand.ts @@ -91,9 +91,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts index a5210335f8c67..30addf0507a1c 100644 --- a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts @@ -89,9 +89,7 @@ export class CreateRequestValidatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts index 0aa5f1b1b50ba..6b65d4d359ab6 100644 --- a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts @@ -147,9 +147,7 @@ export class CreateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts index 0b6f2fe606bf9..3f0728d7ded6c 100644 --- a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts @@ -127,9 +127,7 @@ export class CreateRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateStageCommand.ts b/clients/client-api-gateway/src/commands/CreateStageCommand.ts index 035275aa74599..6fc2dc6618d67 100644 --- a/clients/client-api-gateway/src/commands/CreateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateStageCommand.ts @@ -147,9 +147,7 @@ export class CreateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts index 8680ec13b61a0..a59520b66b628 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts @@ -135,9 +135,7 @@ export class CreateUsagePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts index cb500ab388faf..b18594d53a7e8 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts @@ -88,9 +88,7 @@ export class CreateUsagePlanKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts index 17b2ea48db16b..e90ffe6bcba77 100644 --- a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts @@ -97,9 +97,7 @@ export class CreateVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts index 9d98e85ca82c4..1bb9fec103c87 100644 --- a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts @@ -78,9 +78,7 @@ export class DeleteApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts index 881e92dccb354..a1434296fcb03 100644 --- a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts @@ -79,9 +79,7 @@ export class DeleteAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts index 78da5e383d628..7ed68fd3be090 100644 --- a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts @@ -79,9 +79,7 @@ export class DeleteBasePathMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts index f2a8283b70918..a36d0fd3b51c9 100644 --- a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts @@ -78,9 +78,7 @@ export class DeleteClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts index bb4b10231fd38..510c25085d19f 100644 --- a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts @@ -82,9 +82,7 @@ export class DeleteDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts index 3e01eeee17c15..6ed81156e51ca 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts @@ -79,9 +79,7 @@ export class DeleteDocumentationPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts index c34823cc38722..554207f01be5a 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts @@ -79,9 +79,7 @@ export class DeleteDocumentationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts index 8e9764a555dca..e54547caa0bd2 100644 --- a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts @@ -78,9 +78,7 @@ export class DeleteDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts index 38d3661127971..4d19e7ecac6bf 100644 --- a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts @@ -79,9 +79,7 @@ export class DeleteGatewayResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts index dec3b47067e69..5fcfadc9633cf 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts @@ -80,9 +80,7 @@ export class DeleteIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts index 036b20c0564d5..3e88a1d27648c 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts @@ -81,9 +81,7 @@ export class DeleteIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts index 36851a4311726..ed89c6f7a49e1 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts @@ -77,9 +77,7 @@ export class DeleteMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts index fcd768579ecb2..0881f6708efb3 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts @@ -81,9 +81,7 @@ export class DeleteMethodResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts index b96532eeae51a..cf71f2273446a 100644 --- a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts @@ -79,9 +79,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts index d0a6d935da202..1520b7433031b 100644 --- a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts @@ -79,9 +79,7 @@ export class DeleteRequestValidatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts index f9c9fca6e71d9..47dcf963af86e 100644 --- a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts @@ -79,9 +79,7 @@ export class DeleteResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts index 34be0857037d9..b09ec5dfdfbde 100644 --- a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts @@ -78,9 +78,7 @@ export class DeleteRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts index a2333bdd26632..4dff370f21f68 100644 --- a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts @@ -82,9 +82,7 @@ export class DeleteStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts index e4163b6946fcd..ef2503e4367fc 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts @@ -78,9 +78,7 @@ export class DeleteUsagePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts index 4b23b27f9e15c..cf5248c3b83ec 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts @@ -79,9 +79,7 @@ export class DeleteUsagePlanKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts index 650e37c57a126..25b181311bab1 100644 --- a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts @@ -78,9 +78,7 @@ export class DeleteVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts index 4fac2e93e790a..58e7934acf8f5 100644 --- a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts @@ -82,9 +82,7 @@ export class FlushStageAuthorizersCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts index d8ab3d19dff06..03f569ee1cbb1 100644 --- a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts @@ -82,9 +82,7 @@ export class FlushStageCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts index 71b58a679864d..94bdbf6f9af40 100644 --- a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts @@ -90,9 +90,7 @@ export class GenerateClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetAccountCommand.ts b/clients/client-api-gateway/src/commands/GetAccountCommand.ts index 6b34c433d8521..a41355f6c41e2 100644 --- a/clients/client-api-gateway/src/commands/GetAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAccountCommand.ts @@ -83,9 +83,7 @@ export class GetAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts index 15d9870cf5d5a..d2dc73d1d6994 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts @@ -91,9 +91,7 @@ export class GetApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts index 181bbab694586..3344057323f5d 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts @@ -102,9 +102,7 @@ export class GetApiKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts index 0136c81fcbe1a..9c96a71f6edfd 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts @@ -89,9 +89,7 @@ export class GetAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts index 1f5b7519aa541..841c7dd52fc5a 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts @@ -95,9 +95,7 @@ export class GetAuthorizersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts index 25aba557bea80..3f57031042532 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts @@ -80,9 +80,7 @@ export class GetBasePathMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts index fd84251712d02..c86d14d2f5c87 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts @@ -86,9 +86,7 @@ export class GetBasePathMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts index 6fbd56db1c7e3..ad65c758ec586 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts @@ -84,9 +84,7 @@ export class GetClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts index fa21ab5bc59c7..d24b0b1bfdc35 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts @@ -90,9 +90,7 @@ export class GetClientCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts index c64ea34505e9e..b1a101593eb06 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts @@ -94,9 +94,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts index c7137aef977cc..b31463222b011 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts @@ -97,9 +97,7 @@ export class GetDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts index 0235814921504..2bfa0b44dab1d 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts @@ -86,9 +86,7 @@ export class GetDocumentationPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts index 1a63d34573fd2..5409b6066e705 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts @@ -96,9 +96,7 @@ export class GetDocumentationPartsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts index 204e4ee03d2ef..44b2dfb0244a3 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts @@ -77,9 +77,7 @@ export class GetDocumentationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts index 733b6bdcd0814..0ea6417ed6021 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts @@ -86,9 +86,7 @@ export class GetDocumentationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts index a409849942bee..d346c2ff3eb1b 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts @@ -108,9 +108,7 @@ export class GetDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts index fed6fdf8351ca..99c53c04cf972 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts @@ -114,9 +114,7 @@ export class GetDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts index e83354bdca93b..37c0d801016d8 100644 --- a/clients/client-api-gateway/src/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts @@ -99,9 +99,7 @@ export class GetExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts index 853e597dea40a..e8074d16988b7 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts @@ -86,9 +86,7 @@ export class GetGatewayResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts index 3e86b2b4b3b6b..a7f0c8ee20776 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts @@ -92,9 +92,7 @@ export class GetGatewayResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts index fefbfdb9a362a..32319194d45ac 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts @@ -113,9 +113,7 @@ export class GetIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts index 3e882feb4727c..85a275d66658d 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts @@ -88,9 +88,7 @@ export class GetIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetMethodCommand.ts b/clients/client-api-gateway/src/commands/GetMethodCommand.ts index 9f04e6cd703e7..bd436c7b1c60c 100644 --- a/clients/client-api-gateway/src/commands/GetMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodCommand.ts @@ -130,9 +130,7 @@ export class GetMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts index e28df7b3b8b10..87b27c1e2d9a6 100644 --- a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts @@ -83,9 +83,7 @@ export class GetMethodResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetModelCommand.ts b/clients/client-api-gateway/src/commands/GetModelCommand.ts index 2ca528719b3fc..57bff22301f77 100644 --- a/clients/client-api-gateway/src/commands/GetModelCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelCommand.ts @@ -83,9 +83,7 @@ export class GetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts index fe7ec46d0be19..0786cba0d565c 100644 --- a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts @@ -78,9 +78,7 @@ export class GetModelTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetModelsCommand.ts b/clients/client-api-gateway/src/commands/GetModelsCommand.ts index 73eaabc0a3040..bccaef2e862cf 100644 --- a/clients/client-api-gateway/src/commands/GetModelsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelsCommand.ts @@ -88,9 +88,7 @@ export class GetModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts index e44d48b66a421..663be3c85cced 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts @@ -81,9 +81,7 @@ export class GetRequestValidatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts index 4338135a7b5e4..bb4dc20e3681f 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts @@ -87,9 +87,7 @@ export class GetRequestValidatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetResourceCommand.ts b/clients/client-api-gateway/src/commands/GetResourceCommand.ts index 3dacb049edf87..0e3b34ef2d5e2 100644 --- a/clients/client-api-gateway/src/commands/GetResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourceCommand.ts @@ -140,9 +140,7 @@ export class GetResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts index ce46f04c9cacf..a105db305f597 100644 --- a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts @@ -149,9 +149,7 @@ export class GetResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts index 5df171ed48b9b..2cf4816f694cd 100644 --- a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts @@ -103,9 +103,7 @@ export class GetRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts index 405509370d328..d0f29474861f8 100644 --- a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts @@ -109,9 +109,7 @@ export class GetRestApisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts index 3067f27983720..ac65e5d72eab7 100644 --- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts @@ -98,9 +98,7 @@ export class GetSdkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts index c516f8665aef2..5030218dc5204 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts @@ -88,9 +88,7 @@ export class GetSdkTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts index ed760b262b43b..814afa5e42b5e 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts @@ -93,9 +93,7 @@ export class GetSdkTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetStageCommand.ts b/clients/client-api-gateway/src/commands/GetStageCommand.ts index 3b994e9798a5b..723ac478c08e9 100644 --- a/clients/client-api-gateway/src/commands/GetStageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStageCommand.ts @@ -127,9 +127,7 @@ export class GetStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetStagesCommand.ts b/clients/client-api-gateway/src/commands/GetStagesCommand.ts index 5863a7cdf6024..cf93e764ef6fc 100644 --- a/clients/client-api-gateway/src/commands/GetStagesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStagesCommand.ts @@ -131,9 +131,7 @@ export class GetStagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetTagsCommand.ts b/clients/client-api-gateway/src/commands/GetTagsCommand.ts index c2373ff5d4d98..843598a39f3f2 100644 --- a/clients/client-api-gateway/src/commands/GetTagsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetTagsCommand.ts @@ -81,9 +81,7 @@ export class GetTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetUsageCommand.ts b/clients/client-api-gateway/src/commands/GetUsageCommand.ts index f0d39ef99a61d..4e9140924b88e 100644 --- a/clients/client-api-gateway/src/commands/GetUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsageCommand.ts @@ -92,9 +92,7 @@ export class GetUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts index c7ab16dd77418..5c0543fa060ff 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts @@ -104,9 +104,7 @@ export class GetUsagePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts index 24775a329871b..7e852c9041447 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts @@ -81,9 +81,7 @@ export class GetUsagePlanKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts index b11718b555a93..a8678d41df4f4 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts @@ -88,9 +88,7 @@ export class GetUsagePlanKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts index 63bcd20562388..d6d53f850c6ad 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts @@ -111,9 +111,7 @@ export class GetUsagePlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts index 4fcfe2482d272..cef164bfb2d9b 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts @@ -87,9 +87,7 @@ export class GetVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts index cefee04c3f185..6373afbfaad2e 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts @@ -93,9 +93,7 @@ export class GetVpcLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts index 2abd785c94202..e07bb12afe909 100644 --- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts @@ -97,9 +97,7 @@ export class ImportApiKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts index 827836a901a90..e5b90249cf2fc 100644 --- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts @@ -98,9 +98,7 @@ export class ImportDocumentationPartsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts index 43cde4642da4c..34f8dc2b6c583 100644 --- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts @@ -120,9 +120,7 @@ export class ImportRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts index 177356743fec5..1f42e19c0e9b5 100644 --- a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts @@ -99,9 +99,7 @@ export class PutGatewayResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts index be359fb178b16..18d06153bd5f8 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts @@ -141,9 +141,7 @@ export class PutIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts index 8641b517dc882..4bc8c31d7bf5f 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts @@ -102,9 +102,7 @@ export class PutIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutMethodCommand.ts b/clients/client-api-gateway/src/commands/PutMethodCommand.ts index d36a15eff2e69..aa0b07ed3c93e 100644 --- a/clients/client-api-gateway/src/commands/PutMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodCommand.ts @@ -153,9 +153,7 @@ export class PutMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts index 20b331059f164..497b03faf765f 100644 --- a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts @@ -98,9 +98,7 @@ export class PutMethodResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts index c1d549597bfc1..80cf1119c243e 100644 --- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts @@ -123,9 +123,7 @@ export class PutRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/TagResourceCommand.ts b/clients/client-api-gateway/src/commands/TagResourceCommand.ts index 53536cba1943c..bff0cbcbc538a 100644 --- a/clients/client-api-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts index 7a92ae3a33c34..b6f7ca0b9d689 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts @@ -106,9 +106,7 @@ export class TestInvokeAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts index 390fc9ecce5ad..6a5ae47e91c5f 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts @@ -104,9 +104,7 @@ export class TestInvokeMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts index e1cda30eb9ef6..3c7822ac460e5 100644 --- a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts index d19233b9a52dd..fdbfa3461eba1 100644 --- a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts @@ -98,9 +98,7 @@ export class UpdateAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts index 0d94eb082d34b..c257021e92de5 100644 --- a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts @@ -104,9 +104,7 @@ export class UpdateApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts index 045e199b6c93c..76f9185cd4100 100644 --- a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts @@ -103,9 +103,7 @@ export class UpdateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts index 218e929e196f5..494316c54e05a 100644 --- a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts @@ -94,9 +94,7 @@ export class UpdateBasePathMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts index e03105a36606f..b820aeab56521 100644 --- a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts @@ -98,9 +98,7 @@ export class UpdateClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts index ade5e0f619270..1c1002e06e9a4 100644 --- a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts @@ -105,9 +105,7 @@ export class UpdateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts index d8211896e6c1c..dd92583f66602 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts @@ -100,9 +100,7 @@ export class UpdateDocumentationPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts index 9aa3abd37bc44..a30c2d1139081 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts @@ -94,9 +94,7 @@ export class UpdateDocumentationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts index 9b3bc3aa9d166..edeb353a23652 100644 --- a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts @@ -122,9 +122,7 @@ export class UpdateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts index eae969a944ae8..50529a4aaafe4 100644 --- a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts @@ -100,9 +100,7 @@ export class UpdateGatewayResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts index 3ef92faa4d9f5..96b731af047a2 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts @@ -127,9 +127,7 @@ export class UpdateIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts index 505b36d6c6d1b..9f48ba721c23c 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts @@ -102,9 +102,7 @@ export class UpdateIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts index 06dfb4caca28a..643a33a9f4c92 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts @@ -144,9 +144,7 @@ export class UpdateMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts index 9914aa158a62c..10e0f02b871e6 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts @@ -100,9 +100,7 @@ export class UpdateMethodResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts index 1a91dc480f21a..b3e18d9d97b42 100644 --- a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts @@ -96,9 +96,7 @@ export class UpdateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts index 6d4da710a3023..863e4124e1aff 100644 --- a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts @@ -95,9 +95,7 @@ export class UpdateRequestValidatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts index 3b54b1234754c..bafd8a858aa96 100644 --- a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts @@ -151,9 +151,7 @@ export class UpdateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts index fb116ed325688..a30a5a4cd72f9 100644 --- a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts @@ -117,9 +117,7 @@ export class UpdateRestApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts index 198db4e4c6ec2..a83d34894c0e7 100644 --- a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts @@ -135,9 +135,7 @@ export class UpdateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts index 4c3f7d7d445f8..97359b1de6ff7 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts @@ -102,9 +102,7 @@ export class UpdateUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts index 0f314b9769eb0..139c2546e4469 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts @@ -118,9 +118,7 @@ export class UpdateUsagePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts index 920679b0a659d..80b504232e6ac 100644 --- a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts @@ -101,9 +101,7 @@ export class UpdateVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: APIGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts index 7a9ff207c3631..31af5a06b6703 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts @@ -76,9 +76,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayManagementApiClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts index 6257de1311b7c..b903745c0401e 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts @@ -83,9 +83,7 @@ export class GetConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayManagementApiClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts index 635ebb47d07a7..bdae2d08cc222 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts @@ -87,9 +87,7 @@ export class PostToConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayManagementApiClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts index 8eb298bb6ae90..dab250ad99a97 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts @@ -142,9 +142,7 @@ export class CreateApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts index b45388359e340..cc17296ef9325 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts @@ -83,9 +83,7 @@ export class CreateApiMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts index c593150fd168b..74f52c2950d7b 100644 --- a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts @@ -111,9 +111,7 @@ export class CreateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts index bda897ba01428..9b79353616160 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts @@ -84,9 +84,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts index 0aa533eca32af..a28e7c4b0b972 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts @@ -125,9 +125,7 @@ export class CreateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts index 6b117ebb754b3..e6cdccd3a5d75 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts @@ -133,9 +133,7 @@ export class CreateIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts index 9a83401b54d3f..9e38de1890795 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts @@ -96,9 +96,7 @@ export class CreateIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts index ddeb1c19377fd..96d4a95d39d77 100644 --- a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts @@ -85,9 +85,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts index 9084967d31261..d0b09bee16215 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts @@ -116,9 +116,7 @@ export class CreateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts index 4fc696db68f2f..d868f16aa7684 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts @@ -98,9 +98,7 @@ export class CreateRouteResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts index 37f159d10b924..5df9a25c8162b 100644 --- a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts @@ -142,9 +142,7 @@ export class CreateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts index f8cb00ee67ea4..b9cc65a759857 100644 --- a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts @@ -94,9 +94,7 @@ export class CreateVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts index b52bd8b8c3bd7..3b5114d05de98 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts @@ -70,9 +70,7 @@ export class DeleteAccessLogSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts index 67cbc108091e8..96d47ac842dae 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts @@ -69,9 +69,7 @@ export class DeleteApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts index 97a540cf26d91..d0323163525e6 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts @@ -73,9 +73,7 @@ export class DeleteApiMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts index aef72e2b17039..398bb655da7cb 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts @@ -70,9 +70,7 @@ export class DeleteAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts index 5899c98623971..ab1688aea0fad 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts @@ -69,9 +69,7 @@ export class DeleteCorsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts index 2ee655471503d..5b3ae59e39d43 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts @@ -70,9 +70,7 @@ export class DeleteDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts index 9027590658e74..d8a46c4c48b2d 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts @@ -69,9 +69,7 @@ export class DeleteDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts index 18cf286a9a4d9..254b74266a4fc 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts @@ -70,9 +70,7 @@ export class DeleteIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts index ea14bb06f6105..12b3a1803f287 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts @@ -71,9 +71,7 @@ export class DeleteIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts index c1fc42affda58..39044ea5a4dd0 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts @@ -70,9 +70,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts index 4bd7f1e6085e7..0500d57b973bb 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts @@ -70,9 +70,7 @@ export class DeleteRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts index ec42c00bd495d..94c4217912644 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts @@ -74,9 +74,7 @@ export class DeleteRouteRequestParameterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts index 8ca7d4d958d7c..b3a0fe12f11d1 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts @@ -71,9 +71,7 @@ export class DeleteRouteResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts index cb969da16c157..1b95b4ddd1f20 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts @@ -71,9 +71,7 @@ export class DeleteRouteSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts index b19cfe76d5977..be271030fa5b9 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts @@ -70,9 +70,7 @@ export class DeleteStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts index 9aff71743f8b1..baf20bad010e7 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts @@ -69,9 +69,7 @@ export class DeleteVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts index d942149786032..a66ab13dc9a75 100644 --- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts @@ -87,9 +87,7 @@ export class ExportApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts index 449b5898ac3f7..a2b31c4741033 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts @@ -107,9 +107,7 @@ export class GetApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts index bdcbf53b6afca..4e228628cc1cd 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts @@ -78,9 +78,7 @@ export class GetApiMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts index 6bb6a761729e3..01558bd1d50fa 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts @@ -84,9 +84,7 @@ export class GetApiMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts index 96c3df59cef90..445e14769e457 100644 --- a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts @@ -116,9 +116,7 @@ export class GetApisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts index 357e75fb68a83..7fd4812e190de 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts @@ -89,9 +89,7 @@ export class GetAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts index dc9c476d9ccec..6d2526c8e59ae 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts @@ -98,9 +98,7 @@ export class GetAuthorizersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts index 77a244ac67503..5224ed1c0f3f7 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts @@ -77,9 +77,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts index 8c2c5b3393dc7..c3780e7ac3e19 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts @@ -86,9 +86,7 @@ export class GetDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts index d27f3fdad6337..e2e8adedf8703 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts @@ -96,9 +96,7 @@ export class GetDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts index c7026817c9e44..4afd51dc4e6e2 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts @@ -105,9 +105,7 @@ export class GetDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts index be8cb1d6b476d..1d1e5f5e99e6e 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts @@ -101,9 +101,7 @@ export class GetIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts index a72cbd6e303e7..7e2409555a678 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts @@ -82,9 +82,7 @@ export class GetIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts index 3b4d8d56f2a8b..54bb90caacca6 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts @@ -91,9 +91,7 @@ export class GetIntegrationResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts index f637649bd5833..0eac22cdc1ce4 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts @@ -110,9 +110,7 @@ export class GetIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts index e1d161184f63d..763658e31c5d9 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts @@ -76,9 +76,7 @@ export class GetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts index 684843a122d94..9b8a21cbb6a6e 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts @@ -72,9 +72,7 @@ export class GetModelTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts index c54916f89bb6f..bdd3e271a1fbb 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts @@ -85,9 +85,7 @@ export class GetModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts index d987561664f35..2fcb5e22b3564 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts @@ -92,9 +92,7 @@ export class GetRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts index 29536f38b32fa..76b80d4b524ff 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts @@ -83,9 +83,7 @@ export class GetRouteResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts index df5cfc1626aa2..18ce6a1539e25 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts @@ -92,9 +92,7 @@ export class GetRouteResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts index 73b6bf254876b..7af64b3d9697b 100644 --- a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts @@ -101,9 +101,7 @@ export class GetRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts index 243e35df1aa0a..db235399ed7ef 100644 --- a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts @@ -106,9 +106,7 @@ export class GetStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts index ff30916d489a9..976a37290b6d5 100644 --- a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts @@ -115,9 +115,7 @@ export class GetStagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts index 0ef3533079275..cfc1b27004cfd 100644 --- a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts @@ -79,9 +79,7 @@ export class GetTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts index ea96adf0df7fa..1c43aca454766 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts @@ -85,9 +85,7 @@ export class GetVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts index 2a6a97027df3c..1528fcd20f6ff 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts @@ -91,9 +91,7 @@ export class GetVpcLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts index e0aae5b2d608a..d277dc8bd898b 100644 --- a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts @@ -115,9 +115,7 @@ export class ImportApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts index 0ca3458dcf2e0..49abf3589ca24 100644 --- a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts @@ -116,9 +116,7 @@ export class ReimportApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts index 44b07c758343b..35852082b7cd2 100644 --- a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts @@ -70,9 +70,7 @@ export class ResetAuthorizersCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts index 4d4ebfcda7f08..b349db696bdc0 100644 --- a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts @@ -78,9 +78,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts index 09f00ee5cd920..009775c5e10ba 100644 --- a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts index 4710fb42c17a4..fa56a7c880f86 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts @@ -139,9 +139,7 @@ export class UpdateApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts index 6e876a1a43729..af5f4f2e6a855 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts @@ -84,9 +84,7 @@ export class UpdateApiMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts index 0ca2da8c6bd87..e9fcf4c01dc6a 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts @@ -112,9 +112,7 @@ export class UpdateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts index 3c17a253ebb0d..28d8e3444d361 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts @@ -84,9 +84,7 @@ export class UpdateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts index 357e0e455ae2e..68a870cc05231 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts @@ -120,9 +120,7 @@ export class UpdateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts index 6b0c1e9d2015d..f510d4f87a456 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts @@ -134,9 +134,7 @@ export class UpdateIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts index 0a5ddac429074..a5552aacb2365 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts @@ -97,9 +97,7 @@ export class UpdateIntegrationResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts index 86f958936837f..6b8c4cf35f99b 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts @@ -86,9 +86,7 @@ export class UpdateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts index ecc720647ffcc..e4da4f72a6e06 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts @@ -117,9 +117,7 @@ export class UpdateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts index 4016853fd556b..c745e439b26c8 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts @@ -99,9 +99,7 @@ export class UpdateRouteResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts index d4aa82a842828..9ec9839142ca6 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts @@ -139,9 +139,7 @@ export class UpdateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts index d2dcfe7a26020..b1b734bb6a877 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts @@ -89,9 +89,7 @@ export class UpdateVpcLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApiGatewayV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts index ce9640cf98c95..b2141649161a2 100644 --- a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts @@ -444,9 +444,7 @@ export class CreateGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts index c4724bd2fdb8f..b7022446a5072 100644 --- a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts @@ -136,9 +136,7 @@ export class CreateMeshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts index ba7ccc41e002e..670c2c220028e 100644 --- a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts @@ -527,9 +527,7 @@ export class CreateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts index 290b0cb599d02..60b72f60cfc18 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts @@ -363,9 +363,7 @@ export class CreateVirtualGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts index 7c48b0fb86346..f0279a05500d5 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts @@ -591,9 +591,7 @@ export class CreateVirtualNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts index 05d1ff2db6ee5..c5fcd92064b34 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts @@ -144,9 +144,7 @@ export class CreateVirtualRouterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts index 4ba0d6b10ed67..5ad30f43f84db 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts @@ -144,9 +144,7 @@ export class CreateVirtualServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts index ee3f26728e952..16a533ff26afa 100644 --- a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts @@ -269,9 +269,7 @@ export class DeleteGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts index 1f29b251a7d92..2f125ac75d18d 100644 --- a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts @@ -114,9 +114,7 @@ export class DeleteMeshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts index 4c1dd16b461b5..1bdd9b6afecc4 100644 --- a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts @@ -311,9 +311,7 @@ export class DeleteRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts index c8d08cf84b7ae..3993ffc28805a 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts @@ -228,9 +228,7 @@ export class DeleteVirtualGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts index 9b4ad36ba215b..21edb57feabb2 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts @@ -334,9 +334,7 @@ export class DeleteVirtualNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts index 91a8c3ebcad60..5b8bee7d9f213 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts @@ -119,9 +119,7 @@ export class DeleteVirtualRouterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts index 45602803ae386..b8911c1657fa3 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts @@ -117,9 +117,7 @@ export class DeleteVirtualServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts index bf40bb7e95e76..efe7b6b7d90d5 100644 --- a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts @@ -265,9 +265,7 @@ export class DescribeGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts index 6eb55d4dfa1b2..1daf85ecde75c 100644 --- a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts @@ -109,9 +109,7 @@ export class DescribeMeshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts index 9c7bde624918b..ddab6e8afacd5 100644 --- a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts @@ -307,9 +307,7 @@ export class DescribeRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts index 63d0d1e2a92b2..41c5c17e61fd6 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts @@ -223,9 +223,7 @@ export class DescribeVirtualGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts index d3775a515371e..bafd95b48d6bd 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts @@ -328,9 +328,7 @@ export class DescribeVirtualNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts index f0448035ef4f8..e08587b5360e9 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts @@ -113,9 +113,7 @@ export class DescribeVirtualRouterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts index 3ab6d95106624..7312c53de0374 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts @@ -113,9 +113,7 @@ export class DescribeVirtualServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts index 4a188ac69c956..70ba93c3dcf94 100644 --- a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts @@ -104,9 +104,7 @@ export class ListGatewayRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts index a73e9efd66f5c..3067133e60fab 100644 --- a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts @@ -98,9 +98,7 @@ export class ListMeshesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts index c83841d6d3c5a..94cfc8de0fe0d 100644 --- a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts @@ -103,9 +103,7 @@ export class ListRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts index 66e65c8d9412b..57b63877b8117 100644 --- a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts index 0af4635bb2b55..2b959edf252eb 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts @@ -101,9 +101,7 @@ export class ListVirtualGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts index 344f94406afed..b615b94a2ae28 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts @@ -101,9 +101,7 @@ export class ListVirtualNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts index bdf2316068337..8a53e52a52461 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts @@ -101,9 +101,7 @@ export class ListVirtualRoutersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts index 1c45bd6cb2480..d2d6695c5c1cf 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts @@ -101,9 +101,7 @@ export class ListVirtualServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/TagResourceCommand.ts b/clients/client-app-mesh/src/commands/TagResourceCommand.ts index 27157356af2bf..0d9ec7b3df638 100644 --- a/clients/client-app-mesh/src/commands/TagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/TagResourceCommand.ts @@ -98,9 +98,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts index a5ad6f2742d1e..d24b98616392e 100644 --- a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts @@ -87,9 +87,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts index 835f78c0a2720..832fb9bc1d9e5 100644 --- a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts @@ -435,9 +435,7 @@ export class UpdateGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts index 5dfcd407b4204..bface721be66c 100644 --- a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts @@ -121,9 +121,7 @@ export class UpdateMeshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts index 533b9e78ca632..c8a92029b5ba5 100644 --- a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts @@ -518,9 +518,7 @@ export class UpdateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts index efd318169325f..56f860d22e260 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts @@ -352,9 +352,7 @@ export class UpdateVirtualGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts index 07d7bd08764e6..bf7d0cd8b4653 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts @@ -562,9 +562,7 @@ export class UpdateVirtualNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts index 065e410c0e751..95883a82257a3 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts @@ -132,9 +132,7 @@ export class UpdateVirtualRouterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts index 33fcb72aabd2b..d5262a6ec85e0 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts @@ -132,9 +132,7 @@ export class UpdateVirtualServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppMeshClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts index 3d3359a29d529..668e859824381 100644 --- a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts @@ -111,9 +111,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts index e80a5e39833ee..ac25a9eeb6015 100644 --- a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts @@ -181,9 +181,7 @@ export class CreateConfigurationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts index cfef558f883e7..8602d596037f2 100644 --- a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts @@ -126,9 +126,7 @@ export class CreateDeploymentStrategyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts index d96b85f438391..3777cf421797d 100644 --- a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts @@ -133,9 +133,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts index 337191f144288..eb73735c6ec24 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts @@ -111,9 +111,7 @@ export class CreateExtensionAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts index db257af466745..94f275c31a588 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts @@ -152,9 +152,7 @@ export class CreateExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts index 6b2e9db59e159..d41bb602b027f 100644 --- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts @@ -160,9 +160,7 @@ export class CreateHostedConfigurationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts index ef7f5525a9124..9b8c84b079934 100644 --- a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts @@ -84,9 +84,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts index d4f350e8ba84b..39d2388d24c9c 100644 --- a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts @@ -93,9 +93,7 @@ export class DeleteConfigurationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts index 3cfe8caf9555a..be7e9cd9cff67 100644 --- a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts @@ -83,9 +83,7 @@ export class DeleteDeploymentStrategyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts index b22bfcfa5befb..ee1aa29e7509f 100644 --- a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts @@ -92,9 +92,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts index 029c22fd5b9e1..e2f2de58a5c7e 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts @@ -73,9 +73,7 @@ export class DeleteExtensionAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts index 0c556740a32ce..963ee504f3e1b 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts @@ -74,9 +74,7 @@ export class DeleteExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts index 6cf912a55c823..6160d087567ab 100644 --- a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts @@ -91,9 +91,7 @@ export class DeleteHostedConfigurationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts b/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts index 03141c29bece1..125e83c7b5e97 100644 --- a/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts @@ -73,9 +73,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetApplicationCommand.ts b/clients/client-appconfig/src/commands/GetApplicationCommand.ts index 87bbc7bba3b77..d77ff9d7b93aa 100644 --- a/clients/client-appconfig/src/commands/GetApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/GetApplicationCommand.ts @@ -93,9 +93,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index 30ecc9c95cbed..df045f8dc03f1 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -124,9 +124,7 @@ export class GetConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts index e1cdacd700dd6..af431ea1fbdd2 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts @@ -114,9 +114,7 @@ export class GetConfigurationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts index 397140a0200af..27afabf543df3 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts @@ -201,9 +201,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts index d649ef1c0c650..3c37089c2f375 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts @@ -107,9 +107,7 @@ export class GetDeploymentStrategyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts index 1ddf2efd13a92..29c9046e6b89f 100644 --- a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts @@ -110,9 +110,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts index aaadf44ccf603..aaaefb81b3a5c 100644 --- a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts @@ -83,9 +83,7 @@ export class GetExtensionAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetExtensionCommand.ts b/clients/client-appconfig/src/commands/GetExtensionCommand.ts index 0a6d787c40cdc..49e9637f2e357 100644 --- a/clients/client-appconfig/src/commands/GetExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionCommand.ts @@ -96,9 +96,7 @@ export class GetExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts index e857618f25fc1..05987f1aa2306 100644 --- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts @@ -121,9 +121,7 @@ export class GetHostedConfigurationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts index c415e26afc5eb..aed4036c9337a 100644 --- a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts @@ -103,9 +103,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts index 8c33d39bb1529..300ed3d5b07eb 100644 --- a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts +++ b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts @@ -112,9 +112,7 @@ export class ListConfigurationProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts index 8ed841129bb8c..9d533239e3be0 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts @@ -108,9 +108,7 @@ export class ListDeploymentStrategiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts index 6ac7544cf2bae..0278db1cf82ad 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts @@ -124,9 +124,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts index 06e1e71389076..db2a035aefeaf 100644 --- a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts @@ -114,9 +114,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts index 366b8899d474a..ae4f81072dca9 100644 --- a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts @@ -84,9 +84,7 @@ export class ListExtensionAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts index bf87d7086c216..2f4e2a5b64ae4 100644 --- a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts @@ -84,9 +84,7 @@ export class ListExtensionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts index e0cfceb8d5cd5..b52f37658bdd0 100644 --- a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts @@ -117,9 +117,7 @@ export class ListHostedConfigurationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts index 7571def7f023d..9d8958b26ebf9 100644 --- a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts index c7e88168403d4..d7ef287666887 100644 --- a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts @@ -182,9 +182,7 @@ export class StartDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts index c1c73f62c8953..2267e1be648a4 100644 --- a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts @@ -148,9 +148,7 @@ export class StopDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/TagResourceCommand.ts b/clients/client-appconfig/src/commands/TagResourceCommand.ts index 544e511d520ab..476ecf9252049 100644 --- a/clients/client-appconfig/src/commands/TagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UntagResourceCommand.ts b/clients/client-appconfig/src/commands/UntagResourceCommand.ts index 27c3d8978f71e..249bc41231eab 100644 --- a/clients/client-appconfig/src/commands/UntagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts index 7eafe7d2eaa8d..bfa1da556b3c1 100644 --- a/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts @@ -77,9 +77,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts index faf5a96f9cce1..50fa72a7de2c3 100644 --- a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts @@ -98,9 +98,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts index 95cc884992cdf..7530cd9f5d084 100644 --- a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts @@ -127,9 +127,7 @@ export class UpdateConfigurationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts index 448b95521a95f..6a92bc2d36d1b 100644 --- a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts @@ -110,9 +110,7 @@ export class UpdateDeploymentStrategyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts index 0ae8847a93060..62021be20adde 100644 --- a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts @@ -115,9 +115,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts index 0e35203c2f85f..1543c440b77df 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts @@ -86,9 +86,7 @@ export class UpdateExtensionAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts index 4d5afe4368529..2d75402aec47a 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts @@ -120,9 +120,7 @@ export class UpdateExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts index 76572942b0093..be160b224b8fc 100644 --- a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts @@ -87,9 +87,7 @@ export class ValidateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts index b6dd6f08d6525..483608ef34e32 100644 --- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts +++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts @@ -115,9 +115,7 @@ export class GetLatestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts index df84c9ada7342..983f9e72ea2e0 100644 --- a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts +++ b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts @@ -83,9 +83,7 @@ export class StartConfigurationSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppConfigDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts index c93bc40a95aff..2055541a94e1a 100644 --- a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts @@ -108,9 +108,7 @@ export class BatchGetUserAccessTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts index 02bb474e25ee3..696e36ed7362b 100644 --- a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts @@ -101,9 +101,7 @@ export class ConnectAppAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts index 3dd0915533c2b..89089a061c78d 100644 --- a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts @@ -128,9 +128,7 @@ export class CreateAppAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts index b67fb72f40c8c..b2ff0110a34bc 100644 --- a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts @@ -94,9 +94,7 @@ export class CreateAppBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts index b0a0f8733e0cd..741135f2d06be 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts @@ -103,9 +103,7 @@ export class CreateIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts index 0d8de449fb06b..b01b2ada61d90 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts @@ -138,9 +138,7 @@ export class CreateIngestionDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts index 699ad1dbc64fe..7c55fd96b0e86 100644 --- a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts @@ -81,9 +81,7 @@ export class DeleteAppAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts index b1b03fafdd832..dd9cde00d0e6f 100644 --- a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts @@ -80,9 +80,7 @@ export class DeleteAppBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts index 3b1751d3b30e8..050499018f98e 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts @@ -81,9 +81,7 @@ export class DeleteIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts index ad39e10ac2a37..8c540e15e39d3 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts @@ -85,9 +85,7 @@ export class DeleteIngestionDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts index 3a0f9cb4ebe8f..2f2b3fc428ef1 100644 --- a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts @@ -96,9 +96,7 @@ export class GetAppAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts index e800cb61efbb1..34b8115a69d0e 100644 --- a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts @@ -84,9 +84,7 @@ export class GetAppBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/GetIngestionCommand.ts b/clients/client-appfabric/src/commands/GetIngestionCommand.ts index 9246eaf29171b..66d5950d5ee61 100644 --- a/clients/client-appfabric/src/commands/GetIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionCommand.ts @@ -91,9 +91,7 @@ export class GetIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts index e461f9e25e884..263d53c27b762 100644 --- a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts @@ -109,9 +109,7 @@ export class GetIngestionDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts index 7b2431086deaf..f46ae02da861b 100644 --- a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts @@ -96,9 +96,7 @@ export class ListAppAuthorizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts index c493ac5111641..fe48b82aedbf5 100644 --- a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts @@ -84,9 +84,7 @@ export class ListAppBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts index b0be134da7f73..bf90915f46292 100644 --- a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts @@ -89,9 +89,7 @@ export class ListIngestionDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts index d7c524cdf1042..4126884daec64 100644 --- a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts @@ -91,9 +91,7 @@ export class ListIngestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts index 24de6b4f63152..8207c800bc4a8 100644 --- a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/StartIngestionCommand.ts b/clients/client-appfabric/src/commands/StartIngestionCommand.ts index 18d0d087f25cc..142e2a2f017ed 100644 --- a/clients/client-appfabric/src/commands/StartIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StartIngestionCommand.ts @@ -83,9 +83,7 @@ export class StartIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts index 8a7e8e49ad26f..0d124571ad4a2 100644 --- a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts @@ -98,9 +98,7 @@ export class StartUserAccessTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/StopIngestionCommand.ts b/clients/client-appfabric/src/commands/StopIngestionCommand.ts index 84aa90eac5794..c3b5dd3190411 100644 --- a/clients/client-appfabric/src/commands/StopIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StopIngestionCommand.ts @@ -83,9 +83,7 @@ export class StopIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/TagResourceCommand.ts b/clients/client-appfabric/src/commands/TagResourceCommand.ts index 6c9f7f88c318f..e9e2e0eec27c5 100644 --- a/clients/client-appfabric/src/commands/TagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/UntagResourceCommand.ts b/clients/client-appfabric/src/commands/UntagResourceCommand.ts index 3cd47234cf999..0ea16d62b7f61 100644 --- a/clients/client-appfabric/src/commands/UntagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts index a36ee11fb6be6..ffda8ab6342cd 100644 --- a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts @@ -116,9 +116,7 @@ export class UpdateAppAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts index 7eafbebf9495a..f94feeca8237b 100644 --- a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts @@ -129,9 +129,7 @@ export class UpdateIngestionDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppFabricClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts index e97d00eec54e8..221476d0567e4 100644 --- a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts +++ b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts @@ -105,9 +105,7 @@ export class CancelFlowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts index 06a4f53285f59..ef93e32aa4e85 100644 --- a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts @@ -331,9 +331,7 @@ export class CreateConnectorProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/CreateFlowCommand.ts b/clients/client-appflow/src/commands/CreateFlowCommand.ts index 8ad490d12f1ba..e26f03ead65bc 100644 --- a/clients/client-appflow/src/commands/CreateFlowCommand.ts +++ b/clients/client-appflow/src/commands/CreateFlowCommand.ts @@ -377,9 +377,7 @@ export class CreateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts index 6258214b74be3..9f539efbf01ed 100644 --- a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts @@ -76,9 +76,7 @@ export class DeleteConnectorProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DeleteFlowCommand.ts b/clients/client-appflow/src/commands/DeleteFlowCommand.ts index f683ad5ea8a27..6a9c901798192 100644 --- a/clients/client-appflow/src/commands/DeleteFlowCommand.ts +++ b/clients/client-appflow/src/commands/DeleteFlowCommand.ts @@ -77,9 +77,7 @@ export class DeleteFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts index 464368b3ec9dd..e5a398e9982cb 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts @@ -245,9 +245,7 @@ export class DescribeConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts index 79f77e19ee6c2..ceb095d9b6015 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts @@ -135,9 +135,7 @@ export class DescribeConnectorEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts index c036a83f61439..86725c721da5a 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts @@ -188,9 +188,7 @@ export class DescribeConnectorProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts index c8755a1dc1ea6..108e8157e089d 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts @@ -268,9 +268,7 @@ export class DescribeConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeFlowCommand.ts b/clients/client-appflow/src/commands/DescribeFlowCommand.ts index fd77681995769..9a1dd4a8ceea5 100644 --- a/clients/client-appflow/src/commands/DescribeFlowCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowCommand.ts @@ -380,9 +380,7 @@ export class DescribeFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts index 68548227b3178..1e9064624ec48 100644 --- a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts @@ -120,9 +120,7 @@ export class DescribeFlowExecutionRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts index 894383b47bd88..7fd6b99b9238c 100644 --- a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts @@ -99,9 +99,7 @@ export class ListConnectorEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/ListConnectorsCommand.ts b/clients/client-appflow/src/commands/ListConnectorsCommand.ts index 209957a59a0e1..a9ea32d0a8096 100644 --- a/clients/client-appflow/src/commands/ListConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorsCommand.ts @@ -95,9 +95,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/ListFlowsCommand.ts b/clients/client-appflow/src/commands/ListFlowsCommand.ts index 1c526e7183730..9aae866a879bf 100644 --- a/clients/client-appflow/src/commands/ListFlowsCommand.ts +++ b/clients/client-appflow/src/commands/ListFlowsCommand.ts @@ -98,9 +98,7 @@ export class ListFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts index 430ccb0ad67e9..f00d298dfbb75 100644 --- a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts index 455ea33b057ed..8666d87684295 100644 --- a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts @@ -107,9 +107,7 @@ export class RegisterConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts index 0957cd280b9b4..cfad846869b55 100644 --- a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts +++ b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts @@ -93,9 +93,7 @@ export class ResetConnectorMetadataCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/StartFlowCommand.ts b/clients/client-appflow/src/commands/StartFlowCommand.ts index 3b59e1d58ca7a..9573f1e02e0d5 100644 --- a/clients/client-appflow/src/commands/StartFlowCommand.ts +++ b/clients/client-appflow/src/commands/StartFlowCommand.ts @@ -85,9 +85,7 @@ export class StartFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/StopFlowCommand.ts b/clients/client-appflow/src/commands/StopFlowCommand.ts index 57074536109bc..68a72ac9fa031 100644 --- a/clients/client-appflow/src/commands/StopFlowCommand.ts +++ b/clients/client-appflow/src/commands/StopFlowCommand.ts @@ -83,9 +83,7 @@ export class StopFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/TagResourceCommand.ts b/clients/client-appflow/src/commands/TagResourceCommand.ts index 840be147890ff..26831919b7e02 100644 --- a/clients/client-appflow/src/commands/TagResourceCommand.ts +++ b/clients/client-appflow/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts index ef1a77ec73b15..eee71cd1deab9 100644 --- a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts @@ -77,9 +77,7 @@ export class UnregisterConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/UntagResourceCommand.ts b/clients/client-appflow/src/commands/UntagResourceCommand.ts index 6c3b6872ba3a4..a106b65033ae1 100644 --- a/clients/client-appflow/src/commands/UntagResourceCommand.ts +++ b/clients/client-appflow/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts index 6c3603f7ae724..a2b7bb35120f2 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts @@ -324,9 +324,7 @@ export class UpdateConnectorProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts index 3be5772e3e7cb..ac565e6e0ab54 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts @@ -118,9 +118,7 @@ export class UpdateConnectorRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appflow/src/commands/UpdateFlowCommand.ts b/clients/client-appflow/src/commands/UpdateFlowCommand.ts index 33a0164a1a901..063d686c42a3f 100644 --- a/clients/client-appflow/src/commands/UpdateFlowCommand.ts +++ b/clients/client-appflow/src/commands/UpdateFlowCommand.ts @@ -368,9 +368,7 @@ export class UpdateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppflowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts index ca867464c3d8f..5175c269f767e 100644 --- a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts @@ -141,9 +141,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts index ea61a0231d750..952b9ebfefbec 100644 --- a/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts @@ -114,9 +114,7 @@ export class CreateDataIntegrationAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts index d097b29ed4f70..32f64fd321d4b 100644 --- a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts @@ -148,9 +148,7 @@ export class CreateDataIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts index e539ad7d6d55c..a086a39ad73d0 100644 --- a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts @@ -95,9 +95,7 @@ export class CreateEventIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts b/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts index 0475c06f5521c..3763d8326e207 100644 --- a/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts @@ -90,9 +90,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts index b53b0bfbf4f31..cb423593ce534 100644 --- a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts @@ -85,9 +85,7 @@ export class DeleteDataIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts index 5b1fe28a2cd04..ec6babfd9dd60 100644 --- a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts @@ -79,9 +79,7 @@ export class DeleteEventIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts index 6374342b0d687..1854f0b3a4c76 100644 --- a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts @@ -136,9 +136,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts index 8797385f95189..1f40ee59df5f5 100644 --- a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts @@ -115,9 +115,7 @@ export class GetDataIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts index 3231c36211bf1..110cc5c6d3b0f 100644 --- a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts @@ -89,9 +89,7 @@ export class GetEventIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts index 787795ca67102..a05853f99b140 100644 --- a/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts @@ -117,9 +117,7 @@ export class ListApplicationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts index ecbe5d6fba2ef..b285e417ee90d 100644 --- a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts @@ -112,9 +112,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts index 48a3aa5bea7bf..e7fa32412a40f 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts @@ -116,9 +116,7 @@ export class ListDataIntegrationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts index 1e69c313a6f63..002f5b7abaaed 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts @@ -90,9 +90,7 @@ export class ListDataIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts index 4047d861bafaa..189e7aeb4662b 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts @@ -99,9 +99,7 @@ export class ListEventIntegrationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts index f3b829716f26f..57c5513c7814f 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts @@ -92,9 +92,7 @@ export class ListEventIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts index 37858d346de9b..5b7fedee9da01 100644 --- a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/TagResourceCommand.ts b/clients/client-appintegrations/src/commands/TagResourceCommand.ts index 93b9e6f135011..837acb099591a 100644 --- a/clients/client-appintegrations/src/commands/TagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/TagResourceCommand.ts @@ -78,9 +78,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts index 133779b914149..c815e9244c9d2 100644 --- a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts index 59bc19538f6f0..9a22929a961ba 100644 --- a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts @@ -119,9 +119,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts index df52908f8a267..7f2109cddcf42 100644 --- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts @@ -101,9 +101,7 @@ export class UpdateDataIntegrationAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts index d700cd9d0bfd6..a9053e8a97e3f 100644 --- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts @@ -85,9 +85,7 @@ export class UpdateDataIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts index a5593baae457e..b86751bbe12a7 100644 --- a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts @@ -79,9 +79,7 @@ export class UpdateEventIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppIntegrationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts index b51f33c4818ba..b1c529f62362a 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts @@ -107,9 +107,7 @@ export class DeleteScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index 1861165d4614d..b795ebf06be03 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -103,9 +103,7 @@ export class DeleteScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts index a9f20bc84f339..dacd81313d17a 100644 --- a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts @@ -105,9 +105,7 @@ export class DeregisterScalableTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts index 8d29753613ddb..e900edbb5671e 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts @@ -139,9 +139,7 @@ export class DescribeScalableTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index 46dc6473a93f2..3be218b0121de 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -146,9 +146,7 @@ export class DescribeScalingActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts index 557df10f3ac0b..798d12c9accb9 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts @@ -216,9 +216,7 @@ export class DescribeScalingPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index 5593695e781e1..79590be0919f8 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -154,9 +154,7 @@ export class DescribeScheduledActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts index 91f0a6a547f73..a93be59d4c452 100644 --- a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts index ef8a79394fd67..bfb58ed292958 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -225,9 +225,7 @@ export class PutScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts index 616502695ca41..899457050c146 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts @@ -131,9 +131,7 @@ export class PutScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts index 92a8872206cf7..1d43690af8432 100644 --- a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts @@ -147,9 +147,7 @@ export class RegisterScalableTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts index 538d29ca24ae3..50705ec15dc81 100644 --- a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts @@ -105,9 +105,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts index 895df268dc7d2..febc2c68999f5 100644 --- a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts @@ -92,9 +92,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationAutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts index 25357e6fa1c3b..ea0e9c9d58071 100644 --- a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts @@ -96,9 +96,7 @@ export class AssociateConfigurationItemsToApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts index c3c76807da93c..29a8e64d9822b 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts @@ -99,9 +99,7 @@ export class BatchDeleteAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts index a0182a0293e57..3c754e307da64 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts @@ -101,9 +101,7 @@ export class BatchDeleteImportDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts index bd4d314061fb9..b13f5e90e8163 100644 --- a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts @@ -87,9 +87,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts index d227a4f76c910..3f684b0c6f731 100644 --- a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts @@ -100,9 +100,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts index ee4416e2ecda2..777d4563a6482 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts @@ -87,9 +87,7 @@ export class DeleteApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts index adaaa6f8aa66f..b492fb45034e6 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts @@ -97,9 +97,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts index 58b46ecac3f93..9287652c0a748 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts @@ -124,9 +124,7 @@ export class DescribeAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts index 967a314f6fa1f..53e4cdd392209 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts @@ -118,9 +118,7 @@ export class DescribeBatchDeleteConfigurationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts index 05e08a87b6727..d5e018d66ee32 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts @@ -115,9 +115,7 @@ export class DescribeConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts index 669993c46985a..30f6cd56f439c 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts @@ -113,9 +113,7 @@ export class DescribeContinuousExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts index 8d4c61ee9f8ad..f2797b20d461c 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts @@ -114,9 +114,7 @@ export class DescribeExportConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts index 4bf7bf345f048..1755a53697d99 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts @@ -112,9 +112,7 @@ export class DescribeExportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts index 119380afc3b53..6d666be7b343f 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts @@ -113,9 +113,7 @@ export class DescribeImportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts index df23e0f08da24..af69a628e1def 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts @@ -123,9 +123,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts index 7abaed064d7fb..2995b1b057a4e 100644 --- a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts @@ -96,9 +96,7 @@ export class DisassociateConfigurationItemsFromApplicationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts index 9ab9c9a9e7ca0..f78fbd7c558b6 100644 --- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts @@ -94,9 +94,7 @@ export class ExportConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts index 5f0333675206e..e4ca617607ae3 100644 --- a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts +++ b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts @@ -125,9 +125,7 @@ export class GetDiscoverySummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts index cf44a20fa7b2b..9266333bca7a5 100644 --- a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts @@ -114,9 +114,7 @@ export class ListConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts index 7071fc6f85188..ea684dd846cbe 100644 --- a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts @@ -103,9 +103,7 @@ export class ListServerNeighborsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts index 466b2269f9f41..e6d838df98929 100644 --- a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts @@ -105,9 +105,7 @@ export class StartBatchDeleteConfigurationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts index 741088ca9fad1..4261194b430ea 100644 --- a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts @@ -103,9 +103,7 @@ export class StartContinuousExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts index d874e598f9533..2c7892098c073 100644 --- a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts @@ -99,9 +99,7 @@ export class StartDataCollectionByAgentIdsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts index 2886e9792cdd4..a5864c391be35 100644 --- a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts @@ -146,9 +146,7 @@ export class StartExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts index 6672d932b4331..c2f0df5619b49 100644 --- a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts @@ -141,9 +141,7 @@ export class StartImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts index 8dee2f5ae2080..12ec631e1857d 100644 --- a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts @@ -101,9 +101,7 @@ export class StopContinuousExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts index f2b0f20911347..ef1eed76b1177 100644 --- a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts @@ -99,9 +99,7 @@ export class StopDataCollectionByAgentIdsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts index 8d8a895110684..244bb0684a9c1 100644 --- a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts @@ -86,9 +86,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationDiscoveryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts index fa168fb82b67d..ff9b0e9371521 100644 --- a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts @@ -92,9 +92,7 @@ export class AddWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts index e6a1c7ba9efa5..ba3e58ffe3a5d 100644 --- a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts @@ -111,9 +111,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/CreateComponentCommand.ts b/clients/client-application-insights/src/commands/CreateComponentCommand.ts index 308ea232f2b74..a6988c8acfb65 100644 --- a/clients/client-application-insights/src/commands/CreateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/CreateComponentCommand.ts @@ -83,9 +83,7 @@ export class CreateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts index 2debf354da7e1..2405a7ed495a0 100644 --- a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts @@ -91,9 +91,7 @@ export class CreateLogPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts index b5002c73a2ef7..796382921766e 100644 --- a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts @@ -80,9 +80,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts index fc38aee54d464..5e507f3cf8436 100644 --- a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts @@ -79,9 +79,7 @@ export class DeleteComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts index 146f6f8f7302b..04fd347364fc3 100644 --- a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts @@ -81,9 +81,7 @@ export class DeleteLogPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts index 2183d30a6efb3..6ca2c709d777b 100644 --- a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts @@ -90,9 +90,7 @@ export class DescribeApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts index a8b775bfd044b..a901beb562a48 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts @@ -96,9 +96,7 @@ export class DescribeComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts index ce80a7d1213b6..7ee6cf10119dd 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts @@ -87,9 +87,7 @@ export class DescribeComponentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts index 9cbef4d35be53..6f751d8cfde27 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts @@ -91,9 +91,7 @@ export class DescribeComponentConfigurationRecommendationCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts index f1c2ae5e26e8e..6e9d0007d88ea 100644 --- a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts @@ -88,9 +88,7 @@ export class DescribeLogPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts index 891caa810869b..fc1b2d8d639ec 100644 --- a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts @@ -125,9 +125,7 @@ export class DescribeObservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts index 1001e09b99b0f..7c50d26a75420 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts @@ -97,9 +97,7 @@ export class DescribeProblemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts index b62bd50398622..0c47b9c933198 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts @@ -131,9 +131,7 @@ export class DescribeProblemObservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts index 322399c8e5eac..d515b882750bf 100644 --- a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts @@ -87,9 +87,7 @@ export class DescribeWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts index 6036fdde0b4fa..efc10f4c25c36 100644 --- a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts +++ b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts @@ -91,9 +91,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListComponentsCommand.ts b/clients/client-application-insights/src/commands/ListComponentsCommand.ts index 815844350d696..2fd3637ec00bf 100644 --- a/clients/client-application-insights/src/commands/ListComponentsCommand.ts +++ b/clients/client-application-insights/src/commands/ListComponentsCommand.ts @@ -96,9 +96,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts index 510372c153b30..92502f30b7307 100644 --- a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts +++ b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts @@ -109,9 +109,7 @@ export class ListConfigurationHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts index 1504ce8ff59d8..b79045d348547 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts @@ -86,9 +86,7 @@ export class ListLogPatternSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts index a751013b9bb3e..b89cc883671aa 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts @@ -92,9 +92,7 @@ export class ListLogPatternsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListProblemsCommand.ts b/clients/client-application-insights/src/commands/ListProblemsCommand.ts index b0f11a5e12e81..9c16536ef7c97 100644 --- a/clients/client-application-insights/src/commands/ListProblemsCommand.ts +++ b/clients/client-application-insights/src/commands/ListProblemsCommand.ts @@ -108,9 +108,7 @@ export class ListProblemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts index 61d45e73fa3d8..0e95ae0a0da31 100644 --- a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts index eb762a5c91730..85110e85c98ec 100644 --- a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts @@ -91,9 +91,7 @@ export class ListWorkloadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts index be97fa10167f0..99f8eb7497771 100644 --- a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts @@ -78,9 +78,7 @@ export class RemoveWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/TagResourceCommand.ts b/clients/client-application-insights/src/commands/TagResourceCommand.ts index bdc7365309ec8..9af70ac7ea6da 100644 --- a/clients/client-application-insights/src/commands/TagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UntagResourceCommand.ts b/clients/client-application-insights/src/commands/UntagResourceCommand.ts index e16a9bad56ddc..eba27d1b070b4 100644 --- a/clients/client-application-insights/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts index aa1b57a501f28..78f00e73eca00 100644 --- a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts @@ -95,9 +95,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts index 5729ea1ce52a4..4fea934069e35 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts @@ -85,9 +85,7 @@ export class UpdateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts index 8fb9f09c2b697..4cd6e7e50cb2b 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts @@ -91,9 +91,7 @@ export class UpdateComponentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts index b50a4d7776bf3..149abe4d90790 100644 --- a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts @@ -91,9 +91,7 @@ export class UpdateLogPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts index 3309c48ad70e3..fa5bb19145e66 100644 --- a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts @@ -79,9 +79,7 @@ export class UpdateProblemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts index 943a668a2cd15..04ba8e69bd3cb 100644 --- a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts @@ -90,9 +90,7 @@ export class UpdateWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationInsightsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts b/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts index 7d647dba2b046..31d5eb0d11204 100644 --- a/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts +++ b/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts @@ -257,9 +257,7 @@ export class BatchGetServiceLevelObjectiveBudgetReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts index 7b82b7c1a4a69..b720605063d3d 100644 --- a/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts +++ b/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts @@ -466,9 +466,7 @@ export class CreateServiceLevelObjectiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts index 919ed8fe78a62..1e3c29624144b 100644 --- a/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts +++ b/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts @@ -79,9 +79,7 @@ export class DeleteServiceLevelObjectiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/GetServiceCommand.ts b/clients/client-application-signals/src/commands/GetServiceCommand.ts index 6977c1d8c3d89..037a4b5ba62c8 100644 --- a/clients/client-application-signals/src/commands/GetServiceCommand.ts +++ b/clients/client-application-signals/src/commands/GetServiceCommand.ts @@ -113,9 +113,7 @@ export class GetServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts index a2b4aea82673a..50d30551213eb 100644 --- a/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts +++ b/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts @@ -224,9 +224,7 @@ export class GetServiceLevelObjectiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts b/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts index 8fb4ec3a07a47..6b0f155e82ac4 100644 --- a/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts +++ b/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts @@ -108,9 +108,7 @@ export class ListServiceDependenciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts b/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts index 821cb49c73c51..50dfa3ed6793a 100644 --- a/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts +++ b/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts @@ -106,9 +106,7 @@ export class ListServiceDependentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts b/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts index 74f29547967c5..14f6321194953 100644 --- a/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts +++ b/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts @@ -91,9 +91,7 @@ export class ListServiceLevelObjectivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts b/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts index 2be32e3297d6b..9767dc37406e5 100644 --- a/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts +++ b/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts @@ -102,9 +102,7 @@ export class ListServiceOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListServicesCommand.ts b/clients/client-application-signals/src/commands/ListServicesCommand.ts index efa210517065b..79a685ac418d2 100644 --- a/clients/client-application-signals/src/commands/ListServicesCommand.ts +++ b/clients/client-application-signals/src/commands/ListServicesCommand.ts @@ -107,9 +107,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts index 44582b531612e..8170eb958fab2 100644 --- a/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts b/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts index 096aed4d8eb7f..ce313e42d65f2 100644 --- a/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts +++ b/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts @@ -117,9 +117,7 @@ export class StartDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/TagResourceCommand.ts b/clients/client-application-signals/src/commands/TagResourceCommand.ts index 15fb02be73ec8..a32171c39e747 100644 --- a/clients/client-application-signals/src/commands/TagResourceCommand.ts +++ b/clients/client-application-signals/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/UntagResourceCommand.ts b/clients/client-application-signals/src/commands/UntagResourceCommand.ts index 6769072a39472..bcc1b7e245d89 100644 --- a/clients/client-application-signals/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-signals/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts index 8221dc02ac88a..8f0f3d6e951e9 100644 --- a/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts +++ b/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts @@ -372,9 +372,7 @@ export class UpdateServiceLevelObjectiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationSignalsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts index 9b6bbf99b7f4f..93e50e1b0bea5 100644 --- a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts @@ -82,9 +82,7 @@ export class DeleteReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts index 30027d007ee9f..a681c8c7da2f8 100644 --- a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts @@ -90,9 +90,7 @@ export class GetReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts index d149814adc001..4d3e06d5feac5 100644 --- a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts @@ -88,9 +88,7 @@ export class ImportApplicationUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts index 1b8abde0b65dd..04be33e4fdac6 100644 --- a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts @@ -97,9 +97,7 @@ export class ListReportDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts index 09720d636f152..7089a13e229c4 100644 --- a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts @@ -91,9 +91,7 @@ export class PutReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts index bea3dc600806b..5cfec2860cbc3 100644 --- a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts @@ -88,9 +88,7 @@ export class UpdateReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ApplicationCostProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts index b476670c7faa9..5c9a7ec37816f 100644 --- a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts @@ -101,9 +101,7 @@ export class AssociateCustomDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts index 37bd1d3a0053a..0dc7faad1a41e 100644 --- a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts @@ -111,9 +111,7 @@ export class CreateAutoScalingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts index b6ed3563a5a01..4d2cb2e61b8e0 100644 --- a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts @@ -93,9 +93,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts index f1ddd6320f974..192c4fed477ea 100644 --- a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts @@ -109,9 +109,7 @@ export class CreateObservabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts index 0d68d35cf9af3..263a2ead88b01 100644 --- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts @@ -256,9 +256,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts index 22393dd0dca29..b13008e9f9b8a 100644 --- a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts @@ -102,9 +102,7 @@ export class CreateVpcConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts index 120208900edd2..cca452bdf2baf 100644 --- a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts @@ -103,9 +103,7 @@ export class CreateVpcIngressConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts index c56bb78ea43d4..06f38d4e090f3 100644 --- a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts @@ -95,9 +95,7 @@ export class DeleteAutoScalingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts index ee9ff7e51b0c9..8122127d03d1e 100644 --- a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts @@ -81,9 +81,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts index fcc8a4e45be28..2b213dd79bf41 100644 --- a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts @@ -91,9 +91,7 @@ export class DeleteObservabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts index 1fb0b2e2bdfcc..4f4db42ab45d0 100644 --- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts @@ -180,9 +180,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts index 7ea8300771318..343de2a4de76e 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts @@ -88,9 +88,7 @@ export class DeleteVpcConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts index 1a1bf7be71671..ce1ec835fa7bc 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts @@ -113,9 +113,7 @@ export class DeleteVpcIngressConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts index 2edd6576e28b2..956f5e2531f48 100644 --- a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts @@ -92,9 +92,7 @@ export class DescribeAutoScalingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts index d2c8015529c77..11bc5365da749 100644 --- a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts @@ -100,9 +100,7 @@ export class DescribeCustomDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts index 1fc2c4093663a..29d4348bc4eea 100644 --- a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DescribeObservabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts index 06d822f896a9d..10d7ab175da9b 100644 --- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts @@ -170,9 +170,7 @@ export class DescribeServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts index 884af5adc8b62..4cdaddb7160d0 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts @@ -87,9 +87,7 @@ export class DescribeVpcConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts index 1860092bb3f6c..de635a3a4649e 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts @@ -92,9 +92,7 @@ export class DescribeVpcIngressConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts index 0e7719ab625a8..71124fd2c21a9 100644 --- a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts @@ -102,9 +102,7 @@ export class DisassociateCustomDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts index de07e834cb00a..0ba10a68dc402 100644 --- a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts @@ -94,9 +94,7 @@ export class ListAutoScalingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts index e19d1ae273302..7beafffd8c5fe 100644 --- a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts @@ -82,9 +82,7 @@ export class ListConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts index fc880b4007f62..dc75cd6e26b9e 100644 --- a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts @@ -90,9 +90,7 @@ export class ListObservabilityConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListOperationsCommand.ts b/clients/client-apprunner/src/commands/ListOperationsCommand.ts index 3254d9a134f75..87869517ca3bd 100644 --- a/clients/client-apprunner/src/commands/ListOperationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListOperationsCommand.ts @@ -89,9 +89,7 @@ export class ListOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListServicesCommand.ts b/clients/client-apprunner/src/commands/ListServicesCommand.ts index 1dfec79c5b478..9aa8cd3aa4bdb 100644 --- a/clients/client-apprunner/src/commands/ListServicesCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesCommand.ts @@ -83,9 +83,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts index cf04696b348ce..efc3ea49d4bdc 100644 --- a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts @@ -88,9 +88,7 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts index b0db80fe13aca..30cdaba609260 100644 --- a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts index 4d70ba1f6fa72..a787b54c9a8e8 100644 --- a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts @@ -88,9 +88,7 @@ export class ListVpcConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts index 0eef254a82e18..7fc53b2b5ceaa 100644 --- a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts @@ -82,9 +82,7 @@ export class ListVpcIngressConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts index d33d626c4419c..60afa77d8c8ae 100644 --- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts +++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts @@ -173,9 +173,7 @@ export class PauseServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts index 6f8d50fc92526..6f25b43d6bc0b 100644 --- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts @@ -176,9 +176,7 @@ export class ResumeServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts index be53f61e49e89..ed996492a6066 100644 --- a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts +++ b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts @@ -79,9 +79,7 @@ export class StartDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/TagResourceCommand.ts b/clients/client-apprunner/src/commands/TagResourceCommand.ts index 9158d1d45d2a9..643eaf356ece4 100644 --- a/clients/client-apprunner/src/commands/TagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/UntagResourceCommand.ts b/clients/client-apprunner/src/commands/UntagResourceCommand.ts index 3e42e044710c7..9825da0f1132c 100644 --- a/clients/client-apprunner/src/commands/UntagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts index bb735085c1427..9f9ebd21a9b75 100644 --- a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts @@ -97,9 +97,7 @@ export class UpdateDefaultAutoScalingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts index 778efdf53eb3e..9b50dd42166b5 100644 --- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts @@ -252,9 +252,7 @@ export class UpdateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts index 407cb35311fa0..6cfe77654e3cc 100644 --- a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts @@ -111,9 +111,7 @@ export class UpdateVpcIngressConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppRunnerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts index 7a56bd1605dd4..ea879d35d05f6 100644 --- a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts @@ -89,9 +89,7 @@ export class AssociateAppBlockBuilderAppBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts index 0e79344fe874a..363b0844553fc 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts @@ -84,9 +84,7 @@ export class AssociateApplicationFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts index 8b33bf3da4a10..2bcc9c3d41814 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts @@ -82,9 +82,7 @@ export class AssociateApplicationToEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/AssociateFleetCommand.ts b/clients/client-appstream/src/commands/AssociateFleetCommand.ts index 50a77a2510e26..a5ceb5b366094 100644 --- a/clients/client-appstream/src/commands/AssociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateFleetCommand.ts @@ -82,9 +82,7 @@ export class AssociateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts index c88066d194558..1f513db726ee4 100644 --- a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts @@ -94,9 +94,7 @@ export class BatchAssociateUserStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts index 2f97226edd4b3..48d82ba2b0081 100644 --- a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts @@ -94,9 +94,7 @@ export class BatchDisassociateUserStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CopyImageCommand.ts b/clients/client-appstream/src/commands/CopyImageCommand.ts index 3c377eff62217..3671c42aa8ba2 100644 --- a/clients/client-appstream/src/commands/CopyImageCommand.ts +++ b/clients/client-appstream/src/commands/CopyImageCommand.ts @@ -86,9 +86,7 @@ export class CopyImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts index 24782a1a0110b..6065ecb0403cc 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts @@ -154,9 +154,7 @@ export class CreateAppBlockBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts index 6996ccd4f246d..8a1bcccd1dcf3 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts @@ -78,9 +78,7 @@ export class CreateAppBlockBuilderStreamingURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts index 6dedae094c13f..dd394db926a0b 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts @@ -147,9 +147,7 @@ export class CreateAppBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts index 0533247550c39..314471f634a69 100644 --- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts @@ -130,9 +130,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts index 9b9731920341e..98fd772b56d85 100644 --- a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts @@ -113,9 +113,7 @@ export class CreateDirectoryConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts index 15928aff71e12..f28153690127b 100644 --- a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts @@ -104,9 +104,7 @@ export class CreateEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts index 2eb34d4b26d3b..6ca2b1ac90584 100644 --- a/clients/client-appstream/src/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts @@ -194,9 +194,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts index ac171cc497584..195b1c2314e46 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts @@ -175,9 +175,7 @@ export class CreateImageBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts index c653ad3680739..8ae4e954fdd89 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts @@ -78,9 +78,7 @@ export class CreateImageBuilderStreamingURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateStackCommand.ts b/clients/client-appstream/src/commands/CreateStackCommand.ts index 48588dc0f1780..390be01d6d9fa 100644 --- a/clients/client-appstream/src/commands/CreateStackCommand.ts +++ b/clients/client-appstream/src/commands/CreateStackCommand.ts @@ -175,9 +175,7 @@ export class CreateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts index f5745b9bb3b82..3baa0ce424a7b 100644 --- a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts @@ -83,9 +83,7 @@ export class CreateStreamingURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts b/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts index 6526afa686fd7..7f3b56fd51173 100644 --- a/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts +++ b/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts @@ -113,9 +113,7 @@ export class CreateThemeForStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts index 450b65fa17d51..0aeb41644fef4 100644 --- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts @@ -159,9 +159,7 @@ export class CreateUpdatedImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts index c08c4ded44e08..fd914f84b6eed 100644 --- a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts @@ -78,9 +78,7 @@ export class CreateUsageReportSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/CreateUserCommand.ts b/clients/client-appstream/src/commands/CreateUserCommand.ts index b6c3db38cb21b..6df84cd10cb5c 100644 --- a/clients/client-appstream/src/commands/CreateUserCommand.ts +++ b/clients/client-appstream/src/commands/CreateUserCommand.ts @@ -82,9 +82,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts index 1076c3eb77601..469c72ad68830 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts @@ -77,9 +77,7 @@ export class DeleteAppBlockBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts index 96aeca7d5d30e..a7546ab066a9e 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts @@ -72,9 +72,7 @@ export class DeleteAppBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts index b3993d1a6059b..006ce3cd321bb 100644 --- a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts @@ -75,9 +75,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts index 08e5501b94de2..20a1555b85351 100644 --- a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts @@ -69,9 +69,7 @@ export class DeleteDirectoryConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts index 4bc11774fd38b..28081095c0a57 100644 --- a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts @@ -76,9 +76,7 @@ export class DeleteEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteFleetCommand.ts b/clients/client-appstream/src/commands/DeleteFleetCommand.ts index 75001d36f62f9..b8d762fb8aefc 100644 --- a/clients/client-appstream/src/commands/DeleteFleetCommand.ts +++ b/clients/client-appstream/src/commands/DeleteFleetCommand.ts @@ -72,9 +72,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts index c28e178136e4f..79d79f96a27e1 100644 --- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts @@ -121,9 +121,7 @@ export class DeleteImageBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts index 3012bcdfcf9d5..75a62dcacc289 100644 --- a/clients/client-appstream/src/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts @@ -141,9 +141,7 @@ export class DeleteImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts index 9b1cd0008037b..4634e882eaa1a 100644 --- a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts @@ -70,9 +70,7 @@ export class DeleteImagePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteStackCommand.ts b/clients/client-appstream/src/commands/DeleteStackCommand.ts index 44476da827c8a..70b0b581a05e1 100644 --- a/clients/client-appstream/src/commands/DeleteStackCommand.ts +++ b/clients/client-appstream/src/commands/DeleteStackCommand.ts @@ -75,9 +75,7 @@ export class DeleteStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts b/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts index 6051969e3b88b..af5273a03e9dc 100644 --- a/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts +++ b/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts @@ -72,9 +72,7 @@ export class DeleteThemeForStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts index 66c4e6e2a7f3f..93404a81b1cca 100644 --- a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts @@ -72,9 +72,7 @@ export class DeleteUsageReportSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DeleteUserCommand.ts b/clients/client-appstream/src/commands/DeleteUserCommand.ts index 09210f05ddde3..bf65697dcc33a 100644 --- a/clients/client-appstream/src/commands/DeleteUserCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUserCommand.ts @@ -67,9 +67,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts index d9faac244e5ea..8d5b366ac31e4 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts @@ -89,9 +89,7 @@ export class DescribeAppBlockBuilderAppBlockAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts index 5ea70e47a363b..deafe90635d5c 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts @@ -114,9 +114,7 @@ export class DescribeAppBlockBuildersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts index 754a86f62dc88..b54b4c34d6504 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts @@ -114,9 +114,7 @@ export class DescribeAppBlocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts index e111313f68e5c..fd01f6439c34f 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts @@ -88,9 +88,7 @@ export class DescribeApplicationFleetAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts index 43b2cd8a5d640..381c8d97ae9d4 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts @@ -103,9 +103,7 @@ export class DescribeApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts index e33cd2390ed79..4f80aef33ac7d 100644 --- a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts @@ -95,9 +95,7 @@ export class DescribeDirectoryConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts index 570ab0c4225f6..324c59fd5d05d 100644 --- a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts @@ -93,9 +93,7 @@ export class DescribeEntitlementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts index c404a84c4a426..23c6b461af5bc 100644 --- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts @@ -129,9 +129,7 @@ export class DescribeFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts index 5a19cdd71536f..09e83145e0a0a 100644 --- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts @@ -122,9 +122,7 @@ export class DescribeImageBuildersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts index 7c2b4fba10c75..a5bf82ee186d2 100644 --- a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts @@ -83,9 +83,7 @@ export class DescribeImagePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts index 63247859f12db..36f314e0d7c18 100644 --- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts @@ -145,9 +145,7 @@ export class DescribeImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts index c40fd60344272..aaf9f00302b3c 100644 --- a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts @@ -94,9 +94,7 @@ export class DescribeSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeStacksCommand.ts b/clients/client-appstream/src/commands/DescribeStacksCommand.ts index d29b9b8d18c8a..919af12f6bc0b 100644 --- a/clients/client-appstream/src/commands/DescribeStacksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeStacksCommand.ts @@ -121,9 +121,7 @@ export class DescribeStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts b/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts index 7996b8fb221b0..a003dbbf8f999 100644 --- a/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts +++ b/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts @@ -85,9 +85,7 @@ export class DescribeThemeForStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts index 3e6c712cfd5ce..6bd52e6c8d73d 100644 --- a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts @@ -90,9 +90,7 @@ export class DescribeUsageReportSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts index b52d2860a943a..8d5325d44b0b5 100644 --- a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts @@ -101,9 +101,7 @@ export class DescribeUserStackAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DescribeUsersCommand.ts b/clients/client-appstream/src/commands/DescribeUsersCommand.ts index 67dee72595438..d3d50e656138b 100644 --- a/clients/client-appstream/src/commands/DescribeUsersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsersCommand.ts @@ -88,9 +88,7 @@ export class DescribeUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DisableUserCommand.ts b/clients/client-appstream/src/commands/DisableUserCommand.ts index e720bdfcd5c07..150d377d8e997 100644 --- a/clients/client-appstream/src/commands/DisableUserCommand.ts +++ b/clients/client-appstream/src/commands/DisableUserCommand.ts @@ -67,9 +67,7 @@ export class DisableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts index a1f885731bcf9..4b776e6c73719 100644 --- a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts @@ -84,9 +84,7 @@ export class DisassociateAppBlockBuilderAppBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts index daf31c094fc61..3554146e73b09 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts @@ -78,9 +78,7 @@ export class DisassociateApplicationFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts index 0091029f4e3c2..f5ee76c6fd9b4 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts @@ -83,9 +83,7 @@ export class DisassociateApplicationFromEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts index cf18e29bd0c26..f65cde2ff8658 100644 --- a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts @@ -76,9 +76,7 @@ export class DisassociateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/EnableUserCommand.ts b/clients/client-appstream/src/commands/EnableUserCommand.ts index 2e48f9e0fd4dd..fb00f567de3d5 100644 --- a/clients/client-appstream/src/commands/EnableUserCommand.ts +++ b/clients/client-appstream/src/commands/EnableUserCommand.ts @@ -70,9 +70,7 @@ export class EnableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/ExpireSessionCommand.ts b/clients/client-appstream/src/commands/ExpireSessionCommand.ts index 4a9b8b0fd5ff0..f906669ed435b 100644 --- a/clients/client-appstream/src/commands/ExpireSessionCommand.ts +++ b/clients/client-appstream/src/commands/ExpireSessionCommand.ts @@ -63,9 +63,7 @@ export class ExpireSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts index dc91bf4c0cfea..c27f1fe11d989 100644 --- a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts @@ -69,9 +69,7 @@ export class ListAssociatedFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts index b7c1bc0b6fb9c..263442be7f5e0 100644 --- a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts @@ -69,9 +69,7 @@ export class ListAssociatedStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts index 015ef78e1cdd0..8caefd3bb5646 100644 --- a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts @@ -82,9 +82,7 @@ export class ListEntitledApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts index a0cef0a8a2116..7c1d73a47b864 100644 --- a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts @@ -71,9 +71,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts index 0773f102819d7..8faaa23c1ed5a 100644 --- a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts @@ -126,9 +126,7 @@ export class StartAppBlockBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StartFleetCommand.ts b/clients/client-appstream/src/commands/StartFleetCommand.ts index 4ec5d7479dd90..45efdd17e321d 100644 --- a/clients/client-appstream/src/commands/StartFleetCommand.ts +++ b/clients/client-appstream/src/commands/StartFleetCommand.ts @@ -87,9 +87,7 @@ export class StartFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts index 583ae2d08d943..ffccae167a3de 100644 --- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts @@ -128,9 +128,7 @@ export class StartImageBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts index 93533139b9dac..edfa90e56d61e 100644 --- a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts @@ -112,9 +112,7 @@ export class StopAppBlockBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StopFleetCommand.ts b/clients/client-appstream/src/commands/StopFleetCommand.ts index 691cd22986e7c..ba2956eb7e5a3 100644 --- a/clients/client-appstream/src/commands/StopFleetCommand.ts +++ b/clients/client-appstream/src/commands/StopFleetCommand.ts @@ -69,9 +69,7 @@ export class StopFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts index ebcc228f6d6c0..ef183ecb4be17 100644 --- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts @@ -121,9 +121,7 @@ export class StopImageBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/TagResourceCommand.ts b/clients/client-appstream/src/commands/TagResourceCommand.ts index 0d5ef2ed774b8..72d3b2cedaf53 100644 --- a/clients/client-appstream/src/commands/TagResourceCommand.ts +++ b/clients/client-appstream/src/commands/TagResourceCommand.ts @@ -80,9 +80,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UntagResourceCommand.ts b/clients/client-appstream/src/commands/UntagResourceCommand.ts index 781b0ecb680bc..7de5aab9f0264 100644 --- a/clients/client-appstream/src/commands/UntagResourceCommand.ts +++ b/clients/client-appstream/src/commands/UntagResourceCommand.ts @@ -71,9 +71,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts index cdb9185f5304e..0fd45e8808c95 100644 --- a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts @@ -158,9 +158,7 @@ export class UpdateAppBlockBuilderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts index 21a4a601babe1..65283984be7f9 100644 --- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts @@ -112,9 +112,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts index 20c51eee44e5a..a833ea959ccd7 100644 --- a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts @@ -110,9 +110,7 @@ export class UpdateDirectoryConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts index bcc5616795e5c..a16ef3ebdaa62 100644 --- a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts @@ -99,9 +99,7 @@ export class UpdateEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts index bf683639d6604..d8d407d96a29e 100644 --- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts @@ -215,9 +215,7 @@ export class UpdateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts index 792bca41a841c..1f80d1043169d 100644 --- a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts @@ -77,9 +77,7 @@ export class UpdateImagePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateStackCommand.ts b/clients/client-appstream/src/commands/UpdateStackCommand.ts index 7d7f4082da743..93b58f4347e40 100644 --- a/clients/client-appstream/src/commands/UpdateStackCommand.ts +++ b/clients/client-appstream/src/commands/UpdateStackCommand.ts @@ -179,9 +179,7 @@ export class UpdateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts b/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts index fd0b8fe2d48b0..c52e16376e41a 100644 --- a/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts +++ b/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts @@ -117,9 +117,7 @@ export class UpdateThemeForStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppStreamClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/AssociateApiCommand.ts b/clients/client-appsync/src/commands/AssociateApiCommand.ts index 6f6b590036b32..7f45bcc822e48 100644 --- a/clients/client-appsync/src/commands/AssociateApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateApiCommand.ts @@ -84,9 +84,7 @@ export class AssociateApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts index 18e8e35a91eba..df530b765cfe2 100644 --- a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts @@ -104,9 +104,7 @@ export class AssociateMergedGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts index 2e93543c1956e..58e020c27ab1b 100644 --- a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts @@ -104,9 +104,7 @@ export class AssociateSourceGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts index 737d7cf8d172f..d28f288f34805 100644 --- a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts @@ -96,9 +96,7 @@ export class CreateApiCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts index c18304a82fb3d..caa0098ec7ba8 100644 --- a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts @@ -95,9 +95,7 @@ export class CreateApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts index 15a11ba068b4b..3ce6edc1c8b6c 100644 --- a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts @@ -184,9 +184,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts index 40021e86bf9e0..a26cac3b256aa 100644 --- a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts @@ -83,9 +83,7 @@ export class CreateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateFunctionCommand.ts b/clients/client-appsync/src/commands/CreateFunctionCommand.ts index 87d7b373027cd..65e8039f831ed 100644 --- a/clients/client-appsync/src/commands/CreateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/CreateFunctionCommand.ts @@ -124,9 +124,7 @@ export class CreateFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts index e8580b6398b39..5419bdae63b6b 100644 --- a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts @@ -217,9 +217,7 @@ export class CreateGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateResolverCommand.ts b/clients/client-appsync/src/commands/CreateResolverCommand.ts index 85ed93cc382e9..f420dce97744f 100644 --- a/clients/client-appsync/src/commands/CreateResolverCommand.ts +++ b/clients/client-appsync/src/commands/CreateResolverCommand.ts @@ -148,9 +148,7 @@ export class CreateResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/CreateTypeCommand.ts b/clients/client-appsync/src/commands/CreateTypeCommand.ts index b94ce94e59a5d..81d8b5abdca40 100644 --- a/clients/client-appsync/src/commands/CreateTypeCommand.ts +++ b/clients/client-appsync/src/commands/CreateTypeCommand.ts @@ -90,9 +90,7 @@ export class CreateTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts index 961c52a81403d..ef2104044887a 100644 --- a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts @@ -80,9 +80,7 @@ export class DeleteApiCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts index 42052b0892f97..ec7f882fa1cc9 100644 --- a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts @@ -77,9 +77,7 @@ export class DeleteApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts index 519cfcac13cc1..70e6986d12ed6 100644 --- a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts @@ -81,9 +81,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts index a4dea7b82f912..8f9c14146a315 100644 --- a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts @@ -80,9 +80,7 @@ export class DeleteDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts index 49e4878508b1f..6a589432bcc98 100644 --- a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts @@ -81,9 +81,7 @@ export class DeleteFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts index 9a710b242d12a..0cafec5d1b3b7 100644 --- a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts @@ -83,9 +83,7 @@ export class DeleteGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteResolverCommand.ts b/clients/client-appsync/src/commands/DeleteResolverCommand.ts index 8a31bd2809836..bc6dc8a40698d 100644 --- a/clients/client-appsync/src/commands/DeleteResolverCommand.ts +++ b/clients/client-appsync/src/commands/DeleteResolverCommand.ts @@ -82,9 +82,7 @@ export class DeleteResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DeleteTypeCommand.ts b/clients/client-appsync/src/commands/DeleteTypeCommand.ts index 41e66c38dadd3..5cc575634f376 100644 --- a/clients/client-appsync/src/commands/DeleteTypeCommand.ts +++ b/clients/client-appsync/src/commands/DeleteTypeCommand.ts @@ -81,9 +81,7 @@ export class DeleteTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DisassociateApiCommand.ts b/clients/client-appsync/src/commands/DisassociateApiCommand.ts index 59af6fdfb94cd..4a6665979ab98 100644 --- a/clients/client-appsync/src/commands/DisassociateApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateApiCommand.ts @@ -80,9 +80,7 @@ export class DisassociateApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts index 5bba3a8f2da14..12a384f1d3e8d 100644 --- a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts @@ -89,9 +89,7 @@ export class DisassociateMergedGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts index 646fab23175b5..83d2e2b0cafb9 100644 --- a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts @@ -89,9 +89,7 @@ export class DisassociateSourceGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts index 68ca95fd606bf..80074b0320bdb 100644 --- a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts @@ -102,9 +102,7 @@ export class EvaluateCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts index 43c8f2c572ecc..f96e2c0a9a711 100644 --- a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts @@ -87,9 +87,7 @@ export class EvaluateMappingTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts index b021ec13dec8e..40d463bcd38fc 100644 --- a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts @@ -80,9 +80,7 @@ export class FlushApiCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts index 5c39b903cd45c..4a18c5667eed7 100644 --- a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts @@ -83,9 +83,7 @@ export class GetApiAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetApiCacheCommand.ts b/clients/client-appsync/src/commands/GetApiCacheCommand.ts index a519379921bce..8acbd96c5d59a 100644 --- a/clients/client-appsync/src/commands/GetApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/GetApiCacheCommand.ts @@ -90,9 +90,7 @@ export class GetApiCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetDataSourceCommand.ts b/clients/client-appsync/src/commands/GetDataSourceCommand.ts index 89ce647bcfbad..a605e7c93097f 100644 --- a/clients/client-appsync/src/commands/GetDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/GetDataSourceCommand.ts @@ -135,9 +135,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts b/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts index 4edb44d8d5594..060e6ca7a156c 100644 --- a/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts +++ b/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts @@ -126,9 +126,7 @@ export class GetDataSourceIntrospectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetDomainNameCommand.ts b/clients/client-appsync/src/commands/GetDomainNameCommand.ts index bb1911a77ab24..59525c56e6773 100644 --- a/clients/client-appsync/src/commands/GetDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/GetDomainNameCommand.ts @@ -84,9 +84,7 @@ export class GetDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetFunctionCommand.ts b/clients/client-appsync/src/commands/GetFunctionCommand.ts index 6bb93cc38b859..489060527bae0 100644 --- a/clients/client-appsync/src/commands/GetFunctionCommand.ts +++ b/clients/client-appsync/src/commands/GetFunctionCommand.ts @@ -98,9 +98,7 @@ export class GetFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts index 4913d7b7a4477..3690d638ee2d8 100644 --- a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts @@ -153,9 +153,7 @@ export class GetGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts index d7fde2362a921..a31f170a104c3 100644 --- a/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts +++ b/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts @@ -91,9 +91,7 @@ export class GetGraphqlApiEnvironmentVariablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts index dbc643fdde8ea..3b74e35418889 100644 --- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts @@ -89,9 +89,7 @@ export class GetIntrospectionSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetResolverCommand.ts b/clients/client-appsync/src/commands/GetResolverCommand.ts index db1d338379e81..bc3cefdb7a2f2 100644 --- a/clients/client-appsync/src/commands/GetResolverCommand.ts +++ b/clients/client-appsync/src/commands/GetResolverCommand.ts @@ -110,9 +110,7 @@ export class GetResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts index a8c2aea2d13e5..3ffd0f7dcb844 100644 --- a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts +++ b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts @@ -79,9 +79,7 @@ export class GetSchemaCreationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts index 815d0f754669f..0fa67d5acfffe 100644 --- a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts @@ -93,9 +93,7 @@ export class GetSourceApiAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/GetTypeCommand.ts b/clients/client-appsync/src/commands/GetTypeCommand.ts index a0c76d1977c46..c2c363f9fbf5d 100644 --- a/clients/client-appsync/src/commands/GetTypeCommand.ts +++ b/clients/client-appsync/src/commands/GetTypeCommand.ts @@ -90,9 +90,7 @@ export class GetTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListApiKeysCommand.ts b/clients/client-appsync/src/commands/ListApiKeysCommand.ts index 0026c8a23706b..55df1a8e45728 100644 --- a/clients/client-appsync/src/commands/ListApiKeysCommand.ts +++ b/clients/client-appsync/src/commands/ListApiKeysCommand.ts @@ -93,9 +93,7 @@ export class ListApiKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts index 7b904d8ce63ae..eaec49ecf1ae0 100644 --- a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts @@ -135,9 +135,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts index 2e1ffda0999c0..c5829f0df8f14 100644 --- a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts @@ -85,9 +85,7 @@ export class ListDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListFunctionsCommand.ts b/clients/client-appsync/src/commands/ListFunctionsCommand.ts index 5a7f500a2b496..bc8e321225a26 100644 --- a/clients/client-appsync/src/commands/ListFunctionsCommand.ts +++ b/clients/client-appsync/src/commands/ListFunctionsCommand.ts @@ -105,9 +105,7 @@ export class ListFunctionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts index 6c10b9144cfaf..d3e113d1e2b74 100644 --- a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts +++ b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts @@ -153,9 +153,7 @@ export class ListGraphqlApisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts index 8f232dceb88a2..1e2c27a50dcdf 100644 --- a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts @@ -117,9 +117,7 @@ export class ListResolversByFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListResolversCommand.ts b/clients/client-appsync/src/commands/ListResolversCommand.ts index 6cba7f1c36401..7bc3d1b290a39 100644 --- a/clients/client-appsync/src/commands/ListResolversCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversCommand.ts @@ -117,9 +117,7 @@ export class ListResolversCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts index 3734a3b0ea904..5ff52db66c922 100644 --- a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts +++ b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts @@ -91,9 +91,7 @@ export class ListSourceApiAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts index 872edd30c61d5..2dfbdcd0068ce 100644 --- a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts index d04c1e1415da1..af182bb818d0a 100644 --- a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts @@ -95,9 +95,7 @@ export class ListTypesByAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/ListTypesCommand.ts b/clients/client-appsync/src/commands/ListTypesCommand.ts index 2af230281ea4b..0f7d882fb412a 100644 --- a/clients/client-appsync/src/commands/ListTypesCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesCommand.ts @@ -94,9 +94,7 @@ export class ListTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts b/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts index 996bd70686e7c..1d5bb7d858415 100644 --- a/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts +++ b/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts @@ -142,9 +142,7 @@ export class PutGraphqlApiEnvironmentVariablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts b/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts index 0321566365f93..ea033ca141255 100644 --- a/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts +++ b/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts @@ -90,9 +90,7 @@ export class StartDataSourceIntrospectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts index cf2e33f6eda52..1ab9a92d17f8e 100644 --- a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts @@ -85,9 +85,7 @@ export class StartSchemaCreationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts index e10ef758f200b..1cc4f7323c497 100644 --- a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts @@ -83,9 +83,7 @@ export class StartSchemaMergeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/TagResourceCommand.ts b/clients/client-appsync/src/commands/TagResourceCommand.ts index 505742b049615..e17963efb60f8 100644 --- a/clients/client-appsync/src/commands/TagResourceCommand.ts +++ b/clients/client-appsync/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UntagResourceCommand.ts b/clients/client-appsync/src/commands/UntagResourceCommand.ts index cb3554d498c44..bbc5348ad7db3 100644 --- a/clients/client-appsync/src/commands/UntagResourceCommand.ts +++ b/clients/client-appsync/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts index 02448e9136ee8..6fa97dde20787 100644 --- a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts @@ -94,9 +94,7 @@ export class UpdateApiCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts index dafbf8413c7ac..a746f19dc998b 100644 --- a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts @@ -93,9 +93,7 @@ export class UpdateApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts index 55b241b269066..87cb31873bd56 100644 --- a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts @@ -184,9 +184,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts index e3f7a52e5d5ce..42b858f69d0b8 100644 --- a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts @@ -89,9 +89,7 @@ export class UpdateDomainNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts index 26e25f29792b3..0850392285802 100644 --- a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts @@ -124,9 +124,7 @@ export class UpdateFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts index 8a7381dc7e0ea..02cc7a2fd7445 100644 --- a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts @@ -213,9 +213,7 @@ export class UpdateGraphqlApiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateResolverCommand.ts b/clients/client-appsync/src/commands/UpdateResolverCommand.ts index 65d5b74ec9132..ad8329b876a50 100644 --- a/clients/client-appsync/src/commands/UpdateResolverCommand.ts +++ b/clients/client-appsync/src/commands/UpdateResolverCommand.ts @@ -146,9 +146,7 @@ export class UpdateResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts index ce158009ea6d4..731ea73e639c2 100644 --- a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts @@ -101,9 +101,7 @@ export class UpdateSourceApiAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-appsync/src/commands/UpdateTypeCommand.ts b/clients/client-appsync/src/commands/UpdateTypeCommand.ts index bc12d7f00849e..10e57ea522546 100644 --- a/clients/client-appsync/src/commands/UpdateTypeCommand.ts +++ b/clients/client-appsync/src/commands/UpdateTypeCommand.ts @@ -91,9 +91,7 @@ export class UpdateTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/CreateTestCaseCommand.ts b/clients/client-apptest/src/commands/CreateTestCaseCommand.ts index 1fcdaad7fcfeb..0187c83d7341b 100644 --- a/clients/client-apptest/src/commands/CreateTestCaseCommand.ts +++ b/clients/client-apptest/src/commands/CreateTestCaseCommand.ts @@ -175,9 +175,7 @@ export class CreateTestCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts b/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts index 5bf94d2cb49e3..f2ec367589a3b 100644 --- a/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts +++ b/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts @@ -120,9 +120,7 @@ export class CreateTestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts b/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts index daf15c4ed4a6e..e292498eaacd3 100644 --- a/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts +++ b/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts @@ -266,9 +266,7 @@ export class CreateTestSuiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts b/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts index 891d284dd58ea..79be9755f4066 100644 --- a/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts +++ b/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts @@ -81,9 +81,7 @@ export class DeleteTestCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts b/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts index 4601e64f002be..f62351c6b2c1d 100644 --- a/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts +++ b/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts @@ -81,9 +81,7 @@ export class DeleteTestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/DeleteTestRunCommand.ts b/clients/client-apptest/src/commands/DeleteTestRunCommand.ts index 96c4d99cc96e2..c728414873365 100644 --- a/clients/client-apptest/src/commands/DeleteTestRunCommand.ts +++ b/clients/client-apptest/src/commands/DeleteTestRunCommand.ts @@ -78,9 +78,7 @@ export class DeleteTestRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts b/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts index b9c279e6326ad..fb86a439837cc 100644 --- a/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts +++ b/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts @@ -81,9 +81,7 @@ export class DeleteTestSuiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/GetTestCaseCommand.ts b/clients/client-apptest/src/commands/GetTestCaseCommand.ts index fa98a0c451662..f4d898a07509e 100644 --- a/clients/client-apptest/src/commands/GetTestCaseCommand.ts +++ b/clients/client-apptest/src/commands/GetTestCaseCommand.ts @@ -183,9 +183,7 @@ export class GetTestCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts b/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts index a880dd69f8091..85cc68aa8b9eb 100644 --- a/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts +++ b/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts @@ -128,9 +128,7 @@ export class GetTestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/GetTestRunStepCommand.ts b/clients/client-apptest/src/commands/GetTestRunStepCommand.ts index 45829661861aa..4b3c82fad3574 100644 --- a/clients/client-apptest/src/commands/GetTestRunStepCommand.ts +++ b/clients/client-apptest/src/commands/GetTestRunStepCommand.ts @@ -284,9 +284,7 @@ export class GetTestRunStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/GetTestSuiteCommand.ts b/clients/client-apptest/src/commands/GetTestSuiteCommand.ts index d54e32de34f64..5d75ea36b6047 100644 --- a/clients/client-apptest/src/commands/GetTestSuiteCommand.ts +++ b/clients/client-apptest/src/commands/GetTestSuiteCommand.ts @@ -274,9 +274,7 @@ export class GetTestSuiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts b/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts index e14b4bcaceda1..188653e392f29 100644 --- a/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestCasesCommand.ts b/clients/client-apptest/src/commands/ListTestCasesCommand.ts index 4aebb06b70b4b..107790ca7d0f5 100644 --- a/clients/client-apptest/src/commands/ListTestCasesCommand.ts +++ b/clients/client-apptest/src/commands/ListTestCasesCommand.ts @@ -96,9 +96,7 @@ export class ListTestCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts b/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts index 74ea531d9734a..346660a051a52 100644 --- a/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts +++ b/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts @@ -96,9 +96,7 @@ export class ListTestConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts b/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts index 963ec988b6a0b..6f275ac4c4b21 100644 --- a/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts +++ b/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts @@ -100,9 +100,7 @@ export class ListTestRunStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts b/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts index eda9b2fe0e7ad..c1c4001c3f7b4 100644 --- a/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts +++ b/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts @@ -93,9 +93,7 @@ export class ListTestRunTestCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestRunsCommand.ts b/clients/client-apptest/src/commands/ListTestRunsCommand.ts index 8a15319057628..54ba62cc442fc 100644 --- a/clients/client-apptest/src/commands/ListTestRunsCommand.ts +++ b/clients/client-apptest/src/commands/ListTestRunsCommand.ts @@ -99,9 +99,7 @@ export class ListTestRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/ListTestSuitesCommand.ts b/clients/client-apptest/src/commands/ListTestSuitesCommand.ts index a4050e6bca5b3..5deb6aec7505c 100644 --- a/clients/client-apptest/src/commands/ListTestSuitesCommand.ts +++ b/clients/client-apptest/src/commands/ListTestSuitesCommand.ts @@ -96,9 +96,7 @@ export class ListTestSuitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/StartTestRunCommand.ts b/clients/client-apptest/src/commands/StartTestRunCommand.ts index 65c245824cf23..d1a1a5abf6152 100644 --- a/clients/client-apptest/src/commands/StartTestRunCommand.ts +++ b/clients/client-apptest/src/commands/StartTestRunCommand.ts @@ -92,9 +92,7 @@ export class StartTestRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/TagResourceCommand.ts b/clients/client-apptest/src/commands/TagResourceCommand.ts index b920bc4ae9c1d..830d0fb5d386f 100644 --- a/clients/client-apptest/src/commands/TagResourceCommand.ts +++ b/clients/client-apptest/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/UntagResourceCommand.ts b/clients/client-apptest/src/commands/UntagResourceCommand.ts index 31285f9b8ff64..bfc0c07ff978b 100644 --- a/clients/client-apptest/src/commands/UntagResourceCommand.ts +++ b/clients/client-apptest/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts b/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts index 3047309a057a2..4c87ddeb7b13b 100644 --- a/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts +++ b/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts @@ -171,9 +171,7 @@ export class UpdateTestCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts b/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts index 5bfa30cd45d27..33e9d01d5d805 100644 --- a/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts +++ b/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts @@ -116,9 +116,7 @@ export class UpdateTestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts b/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts index c704e76c66016..cb23139bc7728 100644 --- a/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts +++ b/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts @@ -262,9 +262,7 @@ export class UpdateTestSuiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AppTestClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts index d7d97e51ce30c..0068a4f75b250 100644 --- a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts @@ -92,9 +92,7 @@ export class CancelZonalShiftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts index 74c51a361e10a..1c2a789e0e6db 100644 --- a/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts @@ -138,9 +138,7 @@ export class CreatePracticeRunConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts index 70c507f7e26ae..3179a41446ab8 100644 --- a/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts @@ -92,9 +92,7 @@ export class DeletePracticeRunConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts index 67ebab00f93fd..5c0ab9020626b 100644 --- a/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts @@ -91,9 +91,7 @@ export class GetAutoshiftObserverNotificationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts index 74d4acba0173b..186ad7abc7ac2 100644 --- a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts @@ -126,9 +126,7 @@ export class GetManagedResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts index 93b7bf15dce22..782e060a4f2f1 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts @@ -90,9 +90,7 @@ export class ListAutoshiftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts index fa8d6a47a2093..0362d60be4ae7 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts @@ -114,9 +114,7 @@ export class ListManagedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts index 0bf2bc2b201ec..56d790e760f0d 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts @@ -96,9 +96,7 @@ export class ListZonalShiftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts index 8f82128f4880c..944612b493acb 100644 --- a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts @@ -102,9 +102,7 @@ export class StartZonalShiftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts index 853c783757f1c..be4d20822f5a2 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts @@ -96,9 +96,7 @@ export class UpdateAutoshiftObserverNotificationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts index 8041d897154cd..0c5349f85fcc8 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts @@ -130,9 +130,7 @@ export class UpdatePracticeRunConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts index 19bcc16a29eef..894c6da3ecaa9 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts @@ -100,9 +100,7 @@ export class UpdateZonalAutoshiftConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts index 77a0090cda49e..bb7d77a20be47 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts @@ -92,9 +92,7 @@ export class UpdateZonalShiftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ARCZonalShiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts b/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts index 1e9136e0fffba..f9bad74630586 100644 --- a/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts @@ -102,9 +102,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/GetReportCommand.ts b/clients/client-artifact/src/commands/GetReportCommand.ts index 9a84e0010f3ab..58b7398272758 100644 --- a/clients/client-artifact/src/commands/GetReportCommand.ts +++ b/clients/client-artifact/src/commands/GetReportCommand.ts @@ -108,9 +108,7 @@ export class GetReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/GetReportMetadataCommand.ts b/clients/client-artifact/src/commands/GetReportMetadataCommand.ts index 7ec89103d7bdd..db1a9cbdbea7f 100644 --- a/clients/client-artifact/src/commands/GetReportMetadataCommand.ts +++ b/clients/client-artifact/src/commands/GetReportMetadataCommand.ts @@ -137,9 +137,7 @@ export class GetReportMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/GetTermForReportCommand.ts b/clients/client-artifact/src/commands/GetTermForReportCommand.ts index 35e384aea385b..d3a955a29d108 100644 --- a/clients/client-artifact/src/commands/GetTermForReportCommand.ts +++ b/clients/client-artifact/src/commands/GetTermForReportCommand.ts @@ -106,9 +106,7 @@ export class GetTermForReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/ListReportsCommand.ts b/clients/client-artifact/src/commands/ListReportsCommand.ts index 9ca23da93b367..e1ea168574555 100644 --- a/clients/client-artifact/src/commands/ListReportsCommand.ts +++ b/clients/client-artifact/src/commands/ListReportsCommand.ts @@ -133,9 +133,7 @@ export class ListReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts b/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts index 80ad40e2cabaf..0441474e3a658 100644 --- a/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts +++ b/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts @@ -106,9 +106,7 @@ export class PutAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ArtifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts index 0dd398993311a..ec5f527ab16d7 100644 --- a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts @@ -99,9 +99,7 @@ export class BatchGetNamedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts index bf36692957516..93d4385e239d6 100644 --- a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts @@ -95,9 +95,7 @@ export class BatchGetPreparedStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts index d0a670f6d4dfd..dabf0393f8ae3 100644 --- a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts @@ -153,9 +153,7 @@ export class BatchGetQueryExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts index 1120c677c71c4..3b0efd5876476 100644 --- a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts @@ -74,9 +74,7 @@ export class CancelCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts index 2b028974a173e..e827b688f5fc8 100644 --- a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts @@ -79,9 +79,7 @@ export class CreateCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts index 65de8ac204cc9..91aece41e9720 100644 --- a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts @@ -83,9 +83,7 @@ export class CreateDataCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts index 85774c37c55fe..4224def5af822 100644 --- a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts @@ -79,9 +79,7 @@ export class CreateNamedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreateNotebookCommand.ts b/clients/client-athena/src/commands/CreateNotebookCommand.ts index c02a4876e1284..389f2ce685282 100644 --- a/clients/client-athena/src/commands/CreateNotebookCommand.ts +++ b/clients/client-athena/src/commands/CreateNotebookCommand.ts @@ -80,9 +80,7 @@ export class CreateNotebookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts index f3d567ca67d5d..3be09f4ffd233 100644 --- a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts @@ -74,9 +74,7 @@ export class CreatePreparedStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts index a03ff7725fa5c..6077bfb0bc76b 100644 --- a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts +++ b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts @@ -82,9 +82,7 @@ export class CreatePresignedNotebookUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts index c3e6d8e978c19..17bf142d6f3a6 100644 --- a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts @@ -115,9 +115,7 @@ export class CreateWorkGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts index 1b6b93d4d3c90..2a942b3745605 100644 --- a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts @@ -75,9 +75,7 @@ export class DeleteCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts index c571f127f4ba8..edc9788e92e91 100644 --- a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts @@ -71,9 +71,7 @@ export class DeleteDataCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts index 69ee9a3f5bd79..480a7b7f1d896 100644 --- a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts @@ -72,9 +72,7 @@ export class DeleteNamedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeleteNotebookCommand.ts b/clients/client-athena/src/commands/DeleteNotebookCommand.ts index 4b5293ecf39c1..8ea21002946f2 100644 --- a/clients/client-athena/src/commands/DeleteNotebookCommand.ts +++ b/clients/client-athena/src/commands/DeleteNotebookCommand.ts @@ -74,9 +74,7 @@ export class DeleteNotebookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts index f4cb46bd9c4c3..1d579ffc5589f 100644 --- a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts @@ -76,9 +76,7 @@ export class DeletePreparedStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts index 0066223c36e8a..4050cbceae037 100644 --- a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteWorkGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ExportNotebookCommand.ts b/clients/client-athena/src/commands/ExportNotebookCommand.ts index 8a0a0bf51fd7f..d46d16a1d3a0c 100644 --- a/clients/client-athena/src/commands/ExportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ExportNotebookCommand.ts @@ -84,9 +84,7 @@ export class ExportNotebookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts index cdcb332d29048..0a8ec8b59f8d4 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts @@ -78,9 +78,7 @@ export class GetCalculationExecutionCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts index d08ba010b3847..cce1448ea7ee4 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts @@ -95,9 +95,7 @@ export class GetCalculationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts index e2235978bbe51..8e6d719e13314 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts @@ -90,9 +90,7 @@ export class GetCalculationExecutionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts index f5cb2f8bc14e8..13611d2bb86f2 100644 --- a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts @@ -88,9 +88,7 @@ export class GetCapacityAssignmentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts index 2886967d30009..8d7f5f1b696a2 100644 --- a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts @@ -86,9 +86,7 @@ export class GetCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetDataCatalogCommand.ts b/clients/client-athena/src/commands/GetDataCatalogCommand.ts index 229fe0bf5b486..a85177583eb1b 100644 --- a/clients/client-athena/src/commands/GetDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/GetDataCatalogCommand.ts @@ -81,9 +81,7 @@ export class GetDataCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetDatabaseCommand.ts b/clients/client-athena/src/commands/GetDatabaseCommand.ts index dbe09223c1455..75636794913d2 100644 --- a/clients/client-athena/src/commands/GetDatabaseCommand.ts +++ b/clients/client-athena/src/commands/GetDatabaseCommand.ts @@ -89,9 +89,7 @@ export class GetDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetNamedQueryCommand.ts b/clients/client-athena/src/commands/GetNamedQueryCommand.ts index 7fb3e45b4b3e9..f4f01755844bf 100644 --- a/clients/client-athena/src/commands/GetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/GetNamedQueryCommand.ts @@ -81,9 +81,7 @@ export class GetNamedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts index 69e402f5068eb..e7ebbc15b8d6d 100644 --- a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts @@ -83,9 +83,7 @@ export class GetNotebookMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts index 195fc3663101b..2327a8204c795 100644 --- a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts @@ -84,9 +84,7 @@ export class GetPreparedStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts index 998fb4c44cda3..156cab5b3e7f3 100644 --- a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts @@ -139,9 +139,7 @@ export class GetQueryExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetQueryResultsCommand.ts b/clients/client-athena/src/commands/GetQueryResultsCommand.ts index 267ecd49e7616..881775abdba2f 100644 --- a/clients/client-athena/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryResultsCommand.ts @@ -121,9 +121,7 @@ export class GetQueryResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts index a78848ca7231f..c41b625f3eacf 100644 --- a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts @@ -137,9 +137,7 @@ export class GetQueryRuntimeStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts index 7977fc1835ca9..e37f274d1b270 100644 --- a/clients/client-athena/src/commands/GetSessionCommand.ts +++ b/clients/client-athena/src/commands/GetSessionCommand.ts @@ -112,9 +112,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetSessionStatusCommand.ts b/clients/client-athena/src/commands/GetSessionStatusCommand.ts index 8a4e1fd90820d..2a25ac3b1996c 100644 --- a/clients/client-athena/src/commands/GetSessionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetSessionStatusCommand.ts @@ -84,9 +84,7 @@ export class GetSessionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetTableMetadataCommand.ts b/clients/client-athena/src/commands/GetTableMetadataCommand.ts index 35d1a23ed48c1..9d4dd9e4c5d3f 100644 --- a/clients/client-athena/src/commands/GetTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetTableMetadataCommand.ts @@ -106,9 +106,7 @@ export class GetTableMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/GetWorkGroupCommand.ts b/clients/client-athena/src/commands/GetWorkGroupCommand.ts index 357c210ece6db..b388b57e67a56 100644 --- a/clients/client-athena/src/commands/GetWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/GetWorkGroupCommand.ts @@ -115,9 +115,7 @@ export class GetWorkGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ImportNotebookCommand.ts b/clients/client-athena/src/commands/ImportNotebookCommand.ts index 5af63c0692fe2..6f6b26a54cbac 100644 --- a/clients/client-athena/src/commands/ImportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ImportNotebookCommand.ts @@ -86,9 +86,7 @@ export class ImportNotebookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts index e1dd3ce777800..ef82d4d063a6e 100644 --- a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts +++ b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts @@ -86,9 +86,7 @@ export class ListApplicationDPUSizesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts index bc837f67fe53b..77f43a304ef81 100644 --- a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts @@ -92,9 +92,7 @@ export class ListCalculationExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts index 6e797aed32acf..3f9e9ec30f4fd 100644 --- a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts +++ b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts @@ -90,9 +90,7 @@ export class ListCapacityReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts index 04f2774aabbe8..9c18423d2a132 100644 --- a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts +++ b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts @@ -85,9 +85,7 @@ export class ListDataCatalogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListDatabasesCommand.ts b/clients/client-athena/src/commands/ListDatabasesCommand.ts index ba180079fcecb..bc230aa3176de 100644 --- a/clients/client-athena/src/commands/ListDatabasesCommand.ts +++ b/clients/client-athena/src/commands/ListDatabasesCommand.ts @@ -93,9 +93,7 @@ export class ListDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts index 5de0a9ebc754d..a8f9f68fe8e0b 100644 --- a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts @@ -81,9 +81,7 @@ export class ListEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListExecutorsCommand.ts b/clients/client-athena/src/commands/ListExecutorsCommand.ts index c8f760182929b..15e0b7622b679 100644 --- a/clients/client-athena/src/commands/ListExecutorsCommand.ts +++ b/clients/client-athena/src/commands/ListExecutorsCommand.ts @@ -92,9 +92,7 @@ export class ListExecutorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts index 06dd4f6fb7fd9..aa63949715cf6 100644 --- a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts +++ b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts @@ -80,9 +80,7 @@ export class ListNamedQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts index c2e30bb43f887..5cfa5a30cde36 100644 --- a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts @@ -91,9 +91,7 @@ export class ListNotebookMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts index a10f1dc4e4732..587a75a0266be 100644 --- a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts @@ -87,9 +87,7 @@ export class ListNotebookSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts index 27ac3dfe83e02..741754fc22c6b 100644 --- a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts +++ b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts @@ -81,9 +81,7 @@ export class ListPreparedStatementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts index a4ca7c287f299..7049f1bb386c2 100644 --- a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts @@ -81,9 +81,7 @@ export class ListQueryExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListSessionsCommand.ts b/clients/client-athena/src/commands/ListSessionsCommand.ts index 110477294c2a6..1d3d44c1d5389 100644 --- a/clients/client-athena/src/commands/ListSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListSessionsCommand.ts @@ -101,9 +101,7 @@ export class ListSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListTableMetadataCommand.ts b/clients/client-athena/src/commands/ListTableMetadataCommand.ts index 903f5264c845e..adea277faa9d0 100644 --- a/clients/client-athena/src/commands/ListTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListTableMetadataCommand.ts @@ -111,9 +111,7 @@ export class ListTableMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts index 63351fea6c598..1d6d1197ee747 100644 --- a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts index 2dfaa33db7fd7..c9a07ddb23005 100644 --- a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts +++ b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts @@ -87,9 +87,7 @@ export class ListWorkGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts index 3a0ca65852f76..8c05a8c0ca84d 100644 --- a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts @@ -85,9 +85,7 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts index 3e50ab1620376..e44b60bb75ff3 100644 --- a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts @@ -90,9 +90,7 @@ export class StartCalculationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts index 2ced30535f2e9..dcce37f72964d 100644 --- a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts @@ -107,9 +107,7 @@ export class StartQueryExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts index 3093ec17541fb..826ac90a233ea 100644 --- a/clients/client-athena/src/commands/StartSessionCommand.ts +++ b/clients/client-athena/src/commands/StartSessionCommand.ts @@ -99,9 +99,7 @@ export class StartSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts index 25fbe987e8682..ea1c32a9012ec 100644 --- a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts @@ -85,9 +85,7 @@ export class StopCalculationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts index 6a3d46a57a018..2bf141790136d 100644 --- a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts @@ -72,9 +72,7 @@ export class StopQueryExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/TagResourceCommand.ts b/clients/client-athena/src/commands/TagResourceCommand.ts index 93964de3d56e8..ca91037accfb9 100644 --- a/clients/client-athena/src/commands/TagResourceCommand.ts +++ b/clients/client-athena/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/TerminateSessionCommand.ts b/clients/client-athena/src/commands/TerminateSessionCommand.ts index 952287ea90d10..19d4290a9d77c 100644 --- a/clients/client-athena/src/commands/TerminateSessionCommand.ts +++ b/clients/client-athena/src/commands/TerminateSessionCommand.ts @@ -80,9 +80,7 @@ export class TerminateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UntagResourceCommand.ts b/clients/client-athena/src/commands/UntagResourceCommand.ts index ece0ad68b983e..d5e880f07c752 100644 --- a/clients/client-athena/src/commands/UntagResourceCommand.ts +++ b/clients/client-athena/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts index 912b8e0e7b595..33efd17bdcb8d 100644 --- a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts @@ -73,9 +73,7 @@ export class UpdateCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts index 1855bdaedeb77..bd042e2790f35 100644 --- a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts @@ -76,9 +76,7 @@ export class UpdateDataCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts index 0fe7aa426387e..0be8b3035466c 100644 --- a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts @@ -75,9 +75,7 @@ export class UpdateNamedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateNotebookCommand.ts b/clients/client-athena/src/commands/UpdateNotebookCommand.ts index d326b358dd5fe..247fd7149ced8 100644 --- a/clients/client-athena/src/commands/UpdateNotebookCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookCommand.ts @@ -78,9 +78,7 @@ export class UpdateNotebookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts index b9a2d3f50531e..09ddac41e56be 100644 --- a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts @@ -76,9 +76,7 @@ export class UpdateNotebookMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts index 8bc5f91abedb7..2c6ce9fd9a644 100644 --- a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts @@ -77,9 +77,7 @@ export class UpdatePreparedStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts index 60c86bc839f6c..4882f22ff6613 100644 --- a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts @@ -112,9 +112,7 @@ export class UpdateWorkGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AthenaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts index f2ac547f178a6..36168fd5d2767 100644 --- a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts @@ -88,9 +88,7 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts index d51e6c2c5a63e..d826e7c883a94 100644 --- a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts @@ -102,9 +102,7 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts index d02f7972db97d..ba72b08eeed93 100644 --- a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts @@ -123,9 +123,7 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts index 20834505729ec..5a1737e4a21fd 100644 --- a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts @@ -97,9 +97,7 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts index 481c2b679704e..d7f76a1231733 100644 --- a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts @@ -102,9 +102,7 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts index 770b22913cbc3..87b5c7d562bc9 100644 --- a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts @@ -137,9 +137,7 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts index b3e61ad0e314d..43d09f757b437 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts @@ -241,9 +241,7 @@ export class CreateAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts index d135d342af7b5..7f8b3713686a6 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts @@ -163,9 +163,7 @@ export class CreateAssessmentFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts index 420020906976b..9314e4635c7c8 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts @@ -97,9 +97,7 @@ export class CreateAssessmentReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/CreateControlCommand.ts b/clients/client-auditmanager/src/commands/CreateControlCommand.ts index a779242880d2d..6bed964ca94d4 100644 --- a/clients/client-auditmanager/src/commands/CreateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateControlCommand.ts @@ -144,9 +144,7 @@ export class CreateControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts index c030228d3a692..2ea35e12a4faf 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts @@ -77,9 +77,7 @@ export class DeleteAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts index 6b5194b74cc79..c14a45d632bb3 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts @@ -77,9 +77,7 @@ export class DeleteAssessmentFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts index 5aeab040301af..69e905b0ef528 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts @@ -83,9 +83,7 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts index 751c1149595da..89fbeabfb5b64 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts @@ -99,9 +99,7 @@ export class DeleteAssessmentReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts index 1a49d4730c193..dfc301e3e37ea 100644 --- a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts @@ -83,9 +83,7 @@ export class DeleteControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts index f7584d8094e38..b6e19734decb8 100644 --- a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts @@ -86,9 +86,7 @@ export class DeregisterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts index 5437fa29b21a2..f3b46568f5319 100644 --- a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts @@ -144,9 +144,7 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts index 30142b4d1cb2f..3734f9d51cac0 100644 --- a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts @@ -87,9 +87,7 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts index 74eddca59784c..51dcd5cd455fe 100644 --- a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts @@ -67,9 +67,7 @@ export class GetAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts index 861c23f5e84d5..b898ae660dea3 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts @@ -203,9 +203,7 @@ export class GetAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts index fdd463cf7cc01..2b256a56ce2ca 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts @@ -141,9 +141,7 @@ export class GetAssessmentFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts index 1a9f5fdfb7f17..b99bc4bb11e61 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts @@ -83,9 +83,7 @@ export class GetAssessmentReportUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts index 9914b71171511..5beda1c5c7fe8 100644 --- a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts @@ -92,9 +92,7 @@ export class GetChangeLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetControlCommand.ts b/clients/client-auditmanager/src/commands/GetControlCommand.ts index 1b2281043beca..6db4aee72f116 100644 --- a/clients/client-auditmanager/src/commands/GetControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetControlCommand.ts @@ -112,9 +112,7 @@ export class GetControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts index 6fdf8f3eecf0a..b91312358d725 100644 --- a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts @@ -92,9 +92,7 @@ export class GetDelegationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts index 5920c384c256e..abd4a45522a89 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts @@ -115,9 +115,7 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts index 9960729d13873..de6426dadc4ed 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts @@ -106,9 +106,7 @@ export class GetEvidenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts index 4277c90cbf8ce..0cc18ba8bd4b1 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts @@ -102,9 +102,7 @@ export class GetEvidenceFileUploadUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts index 1f2bad753a206..ceccf5efb9dd3 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts @@ -100,9 +100,7 @@ export class GetEvidenceFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts index c68bde10f22f5..d1bb6383d1e9c 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts @@ -108,9 +108,7 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts index 9674b91743256..5b4c268744744 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts @@ -115,9 +115,7 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts index cbfebb7cc56bc..56930fd096ece 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts @@ -86,9 +86,7 @@ export class GetInsightsByAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts index 8cf6f67ac4c38..f53c0a222c0e3 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts @@ -79,9 +79,7 @@ export class GetInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts index be835273efd96..06935d0260ab7 100644 --- a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts @@ -84,9 +84,7 @@ export class GetOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts index c339642c8127d..e14afff7e9f33 100644 --- a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts +++ b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts @@ -92,9 +92,7 @@ export class GetServicesInScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts index e84d4ea4c7310..4bf2756c2dbe4 100644 --- a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts @@ -100,9 +100,7 @@ export class GetSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts index ad24fd5390b82..c307f657c1414 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts @@ -111,9 +111,7 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts index 400f3c780ce5c..6cc291518c215 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts @@ -106,9 +106,7 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts index f806544cff3cc..4620d31350efb 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts @@ -98,9 +98,7 @@ export class ListAssessmentFrameworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts index f693367ec2b94..42453afa1f0ec 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts @@ -93,9 +93,7 @@ export class ListAssessmentReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts index d225bf8288898..e27d85e8a9924 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts @@ -113,9 +113,7 @@ export class ListAssessmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts index 8ecb9e7de156b..e40843dec8ec5 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts @@ -116,9 +116,7 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts index bb5ca35bd59d4..ad6ba3a8f9698 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts @@ -107,9 +107,7 @@ export class ListControlDomainInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts index 7bc8fe1628ba3..36b4867d1e896 100644 --- a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts @@ -108,9 +108,7 @@ export class ListControlInsightsByControlDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListControlsCommand.ts b/clients/client-auditmanager/src/commands/ListControlsCommand.ts index 47f1c7fcd2992..713a558890678 100644 --- a/clients/client-auditmanager/src/commands/ListControlsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlsCommand.ts @@ -89,9 +89,7 @@ export class ListControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts index 64b4ca9aec0e7..91f1f1d23e6d6 100644 --- a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts @@ -82,9 +82,7 @@ export class ListKeywordsForDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts index 75fa3e3635e5d..61f2be171688a 100644 --- a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts @@ -93,9 +93,7 @@ export class ListNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts index 9495559b7a5ce..7a9b8ad0fe4a9 100644 --- a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts index 7d5785aa4201e..45d86cf48200d 100644 --- a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts @@ -83,9 +83,7 @@ export class RegisterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts index 7764acc45a2e8..8483ddf8995f0 100644 --- a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts @@ -86,9 +86,7 @@ export class RegisterOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts index 5a9b853ad7f73..2a342f916e8bd 100644 --- a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts @@ -143,9 +143,7 @@ export class StartAssessmentFrameworkShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/TagResourceCommand.ts b/clients/client-auditmanager/src/commands/TagResourceCommand.ts index 3283e017d0b98..863d53bea97a7 100644 --- a/clients/client-auditmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts index 913c15fb95d77..8d2cf47d59120 100644 --- a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts index 7050f05e6b576..2f9f792888542 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts @@ -232,9 +232,7 @@ export class UpdateAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts index cff929da22229..7be8e64a47fba 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts @@ -106,9 +106,7 @@ export class UpdateAssessmentControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts index 7cfe20bbaf5a0..9ccc551412083 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts @@ -140,9 +140,7 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts index 0063d8fcb3e6e..f5bbc66a423d4 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts @@ -156,9 +156,7 @@ export class UpdateAssessmentFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts index 0407dd4d4abf4..073f2699aa186 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts @@ -112,9 +112,7 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts index e7a101a046287..1bb799342f40c 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts @@ -209,9 +209,7 @@ export class UpdateAssessmentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts index c598629c0932d..482aa5c5f18a0 100644 --- a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts @@ -137,9 +137,7 @@ export class UpdateControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts index 1c6433b95ebe2..488ce08faa1cb 100644 --- a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts @@ -127,9 +127,7 @@ export class UpdateSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts index 5b27648148012..89d2b464712bb 100644 --- a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts +++ b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts @@ -93,9 +93,7 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AuditManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts index 9eda44421d5f2..94fd7304e97e5 100644 --- a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts @@ -146,9 +146,7 @@ export class CreateScalingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts index dd9516a3e3ce4..bd689e62eb911 100644 --- a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts @@ -81,9 +81,7 @@ export class DeleteScalingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts index b2ee96a50d025..e3fe62e507b64 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts @@ -126,9 +126,7 @@ export class DescribeScalingPlanResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts index 2ecc86c616a41..ad0f2a6937d7e 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts @@ -173,9 +173,7 @@ export class DescribeScalingPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts index 91eca7a2bdc67..b2d9dcb9bcee5 100644 --- a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts @@ -94,9 +94,7 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts index 5ab513a89c28d..507d47aba31ca 100644 --- a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts @@ -146,9 +146,7 @@ export class UpdateScalingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingPlansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts index 9c8ddc8a99c88..b7b6f26726d97 100644 --- a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts @@ -96,9 +96,7 @@ export class AttachInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts index c63bf18b2df17..46a533d90d26e 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts @@ -121,9 +121,7 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts index ecff25b90b2a1..ccb034a55048c 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts @@ -103,9 +103,7 @@ export class AttachLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts index 0f81d034a70ec..c4ef0e3160455 100644 --- a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts @@ -115,9 +115,7 @@ export class AttachTrafficSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts index d45bd55c7bfc7..37450be869140 100644 --- a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts @@ -78,9 +78,7 @@ export class BatchDeleteScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts index ff6d6a5986e98..2bb633f32c0cf 100644 --- a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts @@ -101,9 +101,7 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts index 3a91b51eadb39..ec1dfcfc59dc5 100644 --- a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts @@ -102,9 +102,7 @@ export class CancelInstanceRefreshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts index b2ffdf0b8a87e..cf1f15b0561f7 100644 --- a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts @@ -122,9 +122,7 @@ export class CompleteLifecycleActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts index 43db8ca3bc9d6..af60dfb684017 100644 --- a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts @@ -380,9 +380,7 @@ export class CreateAutoScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts index 612833f70fb19..8421f9d47305a 100644 --- a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts @@ -148,9 +148,7 @@ export class CreateLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts index fcd4697bdf648..f528c97fab027 100644 --- a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts @@ -117,9 +117,7 @@ export class CreateOrUpdateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts index eb532abce3fdb..5826e445c1262 100644 --- a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts @@ -112,9 +112,7 @@ export class DeleteAutoScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts index aaf886f21b4cd..3b4e196c2d321 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts @@ -83,9 +83,7 @@ export class DeleteLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts index 0c55f1ec77b62..967ebda7c2305 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts @@ -83,9 +83,7 @@ export class DeleteLifecycleHookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts index f6a967fba0295..062c36fa2d433 100644 --- a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts @@ -83,9 +83,7 @@ export class DeleteNotificationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts index d86d02772c76c..eaa02e322f980 100644 --- a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts @@ -88,9 +88,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index 2d65121856957..92c6266f6aba3 100644 --- a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -80,9 +80,7 @@ export class DeleteScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts index e119dd36d632b..604233274f651 100644 --- a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts @@ -96,9 +96,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts index 1319fe7ee8dd9..7ceea0967fd64 100644 --- a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts @@ -83,9 +83,7 @@ export class DeleteWarmPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts index 8016a2a264cb3..51f4269e413d2 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts @@ -91,9 +91,7 @@ export class DescribeAccountLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts index 6bffbadbe10ba..b7092369c30dd 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts @@ -114,9 +114,7 @@ export class DescribeAdjustmentTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts index 3328df524a223..4a5d2adc1b50a 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts @@ -347,9 +347,7 @@ export class DescribeAutoScalingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts index 819cbf083f173..62fe0f9de4ef0 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts @@ -123,9 +123,7 @@ export class DescribeAutoScalingInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts index 001f0b1cd5750..019bf6413de68 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts @@ -94,9 +94,7 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts index 0c5e2fcaac61c..313eb5628d196 100644 --- a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts @@ -306,9 +306,7 @@ export class DescribeInstanceRefreshesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts index bf00368ca98be..ca4b0956c50b1 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts @@ -160,9 +160,7 @@ export class DescribeLaunchConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts index d656acd1467b1..130ff400d5e33 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts @@ -99,9 +99,7 @@ export class DescribeLifecycleHookTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts index ae61ca69c8475..4db1334f47bd5 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts @@ -111,9 +111,7 @@ export class DescribeLifecycleHooksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts index b2048357890be..a5a04aa3615e0 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts @@ -138,9 +138,7 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts index b14f3e611a003..421b337ff5800 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts @@ -131,9 +131,7 @@ export class DescribeLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts index decb635170d10..f79c28913c9c6 100644 --- a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts @@ -125,9 +125,7 @@ export class DescribeMetricCollectionTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts index 7af30c1064951..5fac9673647c2 100644 --- a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts @@ -118,9 +118,7 @@ export class DescribeNotificationConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts index 1fb0f5dc80cbd..e26e965b96a20 100644 --- a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts @@ -269,9 +269,7 @@ export class DescribePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index c537c10aeedef..a771a02672494 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -131,9 +131,7 @@ export class DescribeScalingActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts index ab7c91978b648..b682b7956cf4d 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts @@ -111,9 +111,7 @@ export class DescribeScalingProcessTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index 464475a06042e..550ea9a95ed02 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -125,9 +125,7 @@ export class DescribeScheduledActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts index 6f540996084ee..a11f14cc0c8c9 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts @@ -136,9 +136,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts index 08800f4e69f70..19e0362e495b9 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts @@ -97,9 +97,7 @@ export class DescribeTerminationPolicyTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts index 9664b3c999ba2..38f43c7f7c7b7 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts @@ -110,9 +110,7 @@ export class DescribeTrafficSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts index 0eb9ed380e6dc..fc7478c0bf899 100644 --- a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts @@ -108,9 +108,7 @@ export class DescribeWarmPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts index 96e2ab3e705a6..93b24f3b8e577 100644 --- a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts @@ -128,9 +128,7 @@ export class DetachInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts index f91d685901d82..86c2aba1a783b 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts @@ -106,9 +106,7 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts index 0a19e4c57f689..807074a11a6af 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts @@ -97,9 +97,7 @@ export class DetachLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts index 989a041e19393..8aca7ecdea522 100644 --- a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts @@ -92,9 +92,7 @@ export class DetachTrafficSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts index 4d7db3b598476..8920026afaecc 100644 --- a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts @@ -84,9 +84,7 @@ export class DisableMetricsCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts index dfed23b1d7aa4..978998940b370 100644 --- a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts @@ -88,9 +88,7 @@ export class EnableMetricsCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts index d6355981b24f1..2efc126ca61c0 100644 --- a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts @@ -128,9 +128,7 @@ export class EnterStandbyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts index 6a9efee882cc3..4d14c30c18d7c 100644 --- a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts @@ -90,9 +90,7 @@ export class ExecutePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts index 8e0fdf16cd795..a9bb3b3d97667 100644 --- a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts @@ -122,9 +122,7 @@ export class ExitStandbyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts index 976132eb44150..4f35c9c7f2bbc 100644 --- a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts +++ b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts @@ -187,9 +187,7 @@ export class GetPredictiveScalingForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts index 3417a4d3fac98..a866e8399f8ae 100644 --- a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts @@ -137,9 +137,7 @@ export class PutLifecycleHookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts index 697188f713365..db312a874281d 100644 --- a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts @@ -103,9 +103,7 @@ export class PutNotificationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts index 24ecc0c42dd5d..125b591e8cde5 100644 --- a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -267,9 +267,7 @@ export class PutScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts index 78f75e1374782..118caece4a16c 100644 --- a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts @@ -111,9 +111,7 @@ export class PutScheduledUpdateGroupActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts index 0db335dbc0e89..3d25316992e29 100644 --- a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts @@ -104,9 +104,7 @@ export class PutWarmPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts index 7800a83dd6d41..2a268a553b60b 100644 --- a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts +++ b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts @@ -124,9 +124,7 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts index 4e8fec29aa3e6..e59c976bbf08b 100644 --- a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts @@ -90,9 +90,7 @@ export class ResumeProcessesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts index abf7f3c33985f..ff176f3af4983 100644 --- a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts @@ -107,9 +107,7 @@ export class RollbackInstanceRefreshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts index 6dc0c7cc8651a..789e0f6391f67 100644 --- a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts @@ -91,9 +91,7 @@ export class SetDesiredCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts index e13c68aea0b85..62ac6d4948d38 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts @@ -84,9 +84,7 @@ export class SetInstanceHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts index 69f0c67f536a2..0beebb269efac 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts @@ -113,9 +113,7 @@ export class SetInstanceProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts index 3934b496904bd..f97b933c110fe 100644 --- a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts @@ -252,9 +252,7 @@ export class StartInstanceRefreshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts index 5ead462400d5f..f35f3ebdf79fb 100644 --- a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts @@ -93,9 +93,7 @@ export class SuspendProcessesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts index c01fe1278e421..3107669f40d16 100644 --- a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts @@ -114,9 +114,7 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts index 731fdf2d920ad..77c59cd85ff41 100644 --- a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts @@ -259,9 +259,7 @@ export class UpdateAutoScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: AutoScalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts b/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts index 9eb089869e138..2feaa3d4db647 100644 --- a/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts +++ b/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts @@ -226,9 +226,7 @@ export class CreateCapabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts b/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts index 22f10dff72560..ec533fe3adfa8 100644 --- a/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts +++ b/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts @@ -154,9 +154,7 @@ export class CreatePartnershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/CreateProfileCommand.ts b/clients/client-b2bi/src/commands/CreateProfileCommand.ts index 75e7d463c4a6f..339ce352f2caf 100644 --- a/clients/client-b2bi/src/commands/CreateProfileCommand.ts +++ b/clients/client-b2bi/src/commands/CreateProfileCommand.ts @@ -146,9 +146,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/CreateTransformerCommand.ts b/clients/client-b2bi/src/commands/CreateTransformerCommand.ts index ac97bfd2d2fd7..81eb3bef72b9d 100644 --- a/clients/client-b2bi/src/commands/CreateTransformerCommand.ts +++ b/clients/client-b2bi/src/commands/CreateTransformerCommand.ts @@ -162,9 +162,7 @@ export class CreateTransformerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts b/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts index edbd633d9f3b2..d28c135a5315b 100644 --- a/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts +++ b/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts @@ -92,9 +92,7 @@ export class DeleteCapabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts b/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts index e5636a9672593..bf8131afa9514 100644 --- a/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts +++ b/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts @@ -93,9 +93,7 @@ export class DeletePartnershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/DeleteProfileCommand.ts b/clients/client-b2bi/src/commands/DeleteProfileCommand.ts index ede59750b76b0..6c233caa5c2a4 100644 --- a/clients/client-b2bi/src/commands/DeleteProfileCommand.ts +++ b/clients/client-b2bi/src/commands/DeleteProfileCommand.ts @@ -93,9 +93,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts b/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts index e68e280a40d8c..50c1e60f1b69b 100644 --- a/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts +++ b/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts @@ -94,9 +94,7 @@ export class DeleteTransformerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/GetCapabilityCommand.ts b/clients/client-b2bi/src/commands/GetCapabilityCommand.ts index 960ff87e41ffa..04d9dd5de6033 100644 --- a/clients/client-b2bi/src/commands/GetCapabilityCommand.ts +++ b/clients/client-b2bi/src/commands/GetCapabilityCommand.ts @@ -156,9 +156,7 @@ export class GetCapabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/GetPartnershipCommand.ts b/clients/client-b2bi/src/commands/GetPartnershipCommand.ts index 01b7525ebc090..837cdea7278df 100644 --- a/clients/client-b2bi/src/commands/GetPartnershipCommand.ts +++ b/clients/client-b2bi/src/commands/GetPartnershipCommand.ts @@ -123,9 +123,7 @@ export class GetPartnershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/GetProfileCommand.ts b/clients/client-b2bi/src/commands/GetProfileCommand.ts index 6c2b5b3d96101..ce64e8f704a81 100644 --- a/clients/client-b2bi/src/commands/GetProfileCommand.ts +++ b/clients/client-b2bi/src/commands/GetProfileCommand.ts @@ -114,9 +114,7 @@ export class GetProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/GetTransformerCommand.ts b/clients/client-b2bi/src/commands/GetTransformerCommand.ts index 3d7aa06719956..dfe66701a95a2 100644 --- a/clients/client-b2bi/src/commands/GetTransformerCommand.ts +++ b/clients/client-b2bi/src/commands/GetTransformerCommand.ts @@ -126,9 +126,7 @@ export class GetTransformerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts b/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts index 5627e7f5f35b7..083bb1504a977 100644 --- a/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts +++ b/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts @@ -112,9 +112,7 @@ export class GetTransformerJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts b/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts index c24c4f28fa1d5..20f17840d4ec5 100644 --- a/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts +++ b/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts @@ -113,9 +113,7 @@ export class ListCapabilitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts b/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts index 25485ca0f3b76..5ac9e18c7522b 100644 --- a/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts +++ b/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts @@ -127,9 +127,7 @@ export class ListPartnershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/ListProfilesCommand.ts b/clients/client-b2bi/src/commands/ListProfilesCommand.ts index e9c2758c53694..6d434f83613ff 100644 --- a/clients/client-b2bi/src/commands/ListProfilesCommand.ts +++ b/clients/client-b2bi/src/commands/ListProfilesCommand.ts @@ -117,9 +117,7 @@ export class ListProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts b/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts index 00b5916787afc..e015cad9a3bbd 100644 --- a/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/ListTransformersCommand.ts b/clients/client-b2bi/src/commands/ListTransformersCommand.ts index d792637429fdf..4a6d9eca2cfaf 100644 --- a/clients/client-b2bi/src/commands/ListTransformersCommand.ts +++ b/clients/client-b2bi/src/commands/ListTransformersCommand.ts @@ -133,9 +133,7 @@ export class ListTransformersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts b/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts index 9b232028819b8..0af1e754a7a59 100644 --- a/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts +++ b/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts @@ -119,9 +119,7 @@ export class StartTransformerJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/TagResourceCommand.ts b/clients/client-b2bi/src/commands/TagResourceCommand.ts index 0b75fc66e60c4..f1a5c6a573e03 100644 --- a/clients/client-b2bi/src/commands/TagResourceCommand.ts +++ b/clients/client-b2bi/src/commands/TagResourceCommand.ts @@ -99,9 +99,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/TestMappingCommand.ts b/clients/client-b2bi/src/commands/TestMappingCommand.ts index a16e6b776559d..4e001d686ff23 100644 --- a/clients/client-b2bi/src/commands/TestMappingCommand.ts +++ b/clients/client-b2bi/src/commands/TestMappingCommand.ts @@ -100,9 +100,7 @@ export class TestMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/TestParsingCommand.ts b/clients/client-b2bi/src/commands/TestParsingCommand.ts index 9bb07446e4ad6..5308d6db3cdad 100644 --- a/clients/client-b2bi/src/commands/TestParsingCommand.ts +++ b/clients/client-b2bi/src/commands/TestParsingCommand.ts @@ -116,9 +116,7 @@ export class TestParsingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/UntagResourceCommand.ts b/clients/client-b2bi/src/commands/UntagResourceCommand.ts index 72d5114474006..a6214c6c6aa7a 100644 --- a/clients/client-b2bi/src/commands/UntagResourceCommand.ts +++ b/clients/client-b2bi/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts b/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts index 13007d4f3c015..2ae6963216b62 100644 --- a/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts +++ b/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts @@ -215,9 +215,7 @@ export class UpdateCapabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts b/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts index 3f15325c78a47..29e5bc76128c8 100644 --- a/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts +++ b/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts @@ -137,9 +137,7 @@ export class UpdatePartnershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/UpdateProfileCommand.ts b/clients/client-b2bi/src/commands/UpdateProfileCommand.ts index 9f2194d445bc5..6adb3994c2e00 100644 --- a/clients/client-b2bi/src/commands/UpdateProfileCommand.ts +++ b/clients/client-b2bi/src/commands/UpdateProfileCommand.ts @@ -134,9 +134,7 @@ export class UpdateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts b/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts index 5de92f0fa582e..ee4e8182a1408 100644 --- a/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts +++ b/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts @@ -154,9 +154,7 @@ export class UpdateTransformerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: B2biClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts index 6d84f7b17355e..f39fc2a247378 100644 --- a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts @@ -80,9 +80,7 @@ export class AssociateGatewayToServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts index e117ce0cd6c91..bb0a27daebc14 100644 --- a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts @@ -84,9 +84,7 @@ export class CreateGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts index 04de41666e3e8..2760b9ad3bec2 100644 --- a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts @@ -78,9 +78,7 @@ export class DeleteGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts index fd2af7a67dea2..798c6e676adb6 100644 --- a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts @@ -84,9 +84,7 @@ export class DeleteHypervisorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts index fa40df474fc4f..c57e50b2f2a97 100644 --- a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts @@ -87,9 +87,7 @@ export class DisassociateGatewayFromServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts index e65a880e78e7c..c65c9d8a59416 100644 --- a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts @@ -98,9 +98,7 @@ export class GetBandwidthRateLimitScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts index b66610d5afa4b..78bdce1e78bbe 100644 --- a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts @@ -93,9 +93,7 @@ export class GetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts index 2f22de2f70d5b..37ca7a80b5c30 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts @@ -90,9 +90,7 @@ export class GetHypervisorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts index ff2389839aab7..86ff3e25b4171 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts @@ -94,9 +94,7 @@ export class GetHypervisorPropertyMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts index 83fc10d99794c..e2b2a36d4a010 100644 --- a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts @@ -92,9 +92,7 @@ export class GetVirtualMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts index d277fa6cdc692..117aaf57aba39 100644 --- a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts @@ -100,9 +100,7 @@ export class ImportHypervisorConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts index 31c344105ec71..b1e2bdb0915b3 100644 --- a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts @@ -85,9 +85,7 @@ export class ListGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts index 95e936ebe8fbc..f47c6f8b4a25a 100644 --- a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts @@ -85,9 +85,7 @@ export class ListHypervisorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts index 9d7ac9cf1ef2b..2b38dfe6b7bc0 100644 --- a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts index 565d70ea8cb4a..8653dac9c0728 100644 --- a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts @@ -87,9 +87,7 @@ export class ListVirtualMachinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts index 2f0f560332cfb..3a6e82832872a 100644 --- a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts @@ -98,9 +98,7 @@ export class PutBandwidthRateLimitScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts index 2ba1e0d315a89..a30fb970e1d18 100644 --- a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts @@ -100,9 +100,7 @@ export class PutHypervisorPropertyMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts index 23812b58f21af..0b9257409fc8c 100644 --- a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts @@ -85,9 +85,7 @@ export class PutMaintenanceStartTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts index edbf30ddf057a..0dcdf61e002d3 100644 --- a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts +++ b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts @@ -86,9 +86,7 @@ export class StartVirtualMachinesMetadataSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts index c4515ea1d38e0..336028ecf21cb 100644 --- a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts index 8f85fb7720d49..b87d12898a95b 100644 --- a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts @@ -87,9 +87,7 @@ export class TestHypervisorConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts index 576286969a7fd..0ba60221cec23 100644 --- a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts index 26c5e3f433041..18ff1904c5b2b 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -83,9 +83,7 @@ export class UpdateGatewayInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 4c291a11105a5..dab61bf655995 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -84,9 +84,7 @@ export class UpdateGatewaySoftwareNowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts index d0b24eca37e27..b4243b98eb170 100644 --- a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts @@ -95,9 +95,7 @@ export class UpdateHypervisorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts index 6dbdc81918337..659b6ec318f06 100644 --- a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts @@ -83,9 +83,7 @@ export class CancelLegalHoldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts index eb4f9c76986e5..206c6f378ecad 100644 --- a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts @@ -144,9 +144,7 @@ export class CreateBackupPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts index 6a1452a92dca3..135ba085c4287 100644 --- a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts @@ -129,9 +129,7 @@ export class CreateBackupSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts index 27a44dc40f9a4..726a6aa8e18f5 100644 --- a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts @@ -99,9 +99,7 @@ export class CreateBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateFrameworkCommand.ts b/clients/client-backup/src/commands/CreateFrameworkCommand.ts index 5a99b03d15f27..cd534c0728a5d 100644 --- a/clients/client-backup/src/commands/CreateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/CreateFrameworkCommand.ts @@ -113,9 +113,7 @@ export class CreateFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts index ff5844a8ba2d0..f9c6b1cb88736 100644 --- a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts @@ -120,9 +120,7 @@ export class CreateLegalHoldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts index 2830359b6aa0d..7b9ead56facf6 100644 --- a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts @@ -111,9 +111,7 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateReportPlanCommand.ts b/clients/client-backup/src/commands/CreateReportPlanCommand.ts index 9a64dbbc475ce..2f8c1d37524c1 100644 --- a/clients/client-backup/src/commands/CreateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateReportPlanCommand.ts @@ -115,9 +115,7 @@ export class CreateReportPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts index a9d28e5409f2c..9ea082d7f54fa 100644 --- a/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts @@ -117,9 +117,7 @@ export class CreateRestoreTestingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts index ec301efc56167..d54f0bbc12324 100644 --- a/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts +++ b/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts @@ -147,9 +147,7 @@ export class CreateRestoreTestingSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts index c09c93cfc91d3..d8427343675f2 100644 --- a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts @@ -87,9 +87,7 @@ export class DeleteBackupPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts index 173b764d059b1..3c8a514466ec0 100644 --- a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts @@ -78,9 +78,7 @@ export class DeleteBackupSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts index a76d9f801db96..66b6ce986aab8 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts @@ -79,9 +79,7 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts index 6d0fd263d9822..25582f36c5d10 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts @@ -81,9 +81,7 @@ export class DeleteBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts index 0087d21af2fe4..341cc3cac3c3b 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts index 35b6048a18b2d..9302748f1ed59 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts @@ -79,9 +79,7 @@ export class DeleteBackupVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts index 799c8e984eea9..9c18167dd2f5d 100644 --- a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts @@ -80,9 +80,7 @@ export class DeleteFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts index ca5a48b9cf3cd..6feccc68959a2 100644 --- a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts @@ -97,9 +97,7 @@ export class DeleteRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts index 01e47da1bf1c7..2b7ce765d55dc 100644 --- a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts @@ -80,9 +80,7 @@ export class DeleteReportPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts index bd6e6899e4355..cc96d28cc4ffa 100644 --- a/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts @@ -72,9 +72,7 @@ export class DeleteRestoreTestingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts index fb87f5f92735d..aff4376714b8f 100644 --- a/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts +++ b/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts @@ -76,9 +76,7 @@ export class DeleteRestoreTestingSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts index 367c1e2aed3ec..f7c2b5faa7c03 100644 --- a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts @@ -116,9 +116,7 @@ export class DescribeBackupJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts index 5012078d559ef..76ed74abbf5ae 100644 --- a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts @@ -90,9 +90,7 @@ export class DescribeBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts index 81bb379ddb322..f638360a0ef1e 100644 --- a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts @@ -108,9 +108,7 @@ export class DescribeCopyJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts index ebc6a47c1799c..7533caacc7159 100644 --- a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts @@ -106,9 +106,7 @@ export class DescribeFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts index 08eb81605b9cf..280081469fbed 100644 --- a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts @@ -76,9 +76,7 @@ export class DescribeGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts index d1beb4bd3fdea..0ba57ea326762 100644 --- a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts +++ b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts @@ -88,9 +88,7 @@ export class DescribeProtectedResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts index 6bf9af2c5a278..51743dc9f86d8 100644 --- a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts @@ -116,9 +116,7 @@ export class DescribeRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts index 029f01252d4db..f2f11322f80b1 100644 --- a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts @@ -75,9 +75,7 @@ export class DescribeRegionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeReportJobCommand.ts b/clients/client-backup/src/commands/DescribeReportJobCommand.ts index d4f0c623acecd..f4d92e39b2896 100644 --- a/clients/client-backup/src/commands/DescribeReportJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportJobCommand.ts @@ -89,9 +89,7 @@ export class DescribeReportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts index dbff8c935fdc0..8eced38e19009 100644 --- a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts @@ -109,9 +109,7 @@ export class DescribeReportPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts index 2a147d3f24d71..6fed8bd1119fa 100644 --- a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts @@ -101,9 +101,7 @@ export class DescribeRestoreJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts index cd36f95f4687d..c2570dbc38eec 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts @@ -88,9 +88,7 @@ export class DisassociateRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts index 4541b27a12b23..6f49cda6177f8 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts @@ -85,9 +85,7 @@ export class DisassociateRecoveryPointFromParentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts index c878e4bad60e0..6801d380a9e03 100644 --- a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts +++ b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts @@ -78,9 +78,7 @@ export class ExportBackupPlanTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupPlanCommand.ts b/clients/client-backup/src/commands/GetBackupPlanCommand.ts index 7f8ece2d22751..5d556abe7f23f 100644 --- a/clients/client-backup/src/commands/GetBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanCommand.ts @@ -135,9 +135,7 @@ export class GetBackupPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts index 8ccf3a197d068..2ac88c0a4c61c 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts @@ -127,9 +127,7 @@ export class GetBackupPlanFromJSONCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts index 60223f0df538f..94c30493cf9ee 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts @@ -122,9 +122,7 @@ export class GetBackupPlanFromTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts index 874ecc7a4db8b..eb54a647bb812 100644 --- a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts @@ -126,9 +126,7 @@ export class GetBackupSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts index ce042de5896f6..52361bb950840 100644 --- a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts @@ -81,9 +81,7 @@ export class GetBackupVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts index 85361acde484f..60bab3254be6c 100644 --- a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts @@ -86,9 +86,7 @@ export class GetBackupVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetLegalHoldCommand.ts b/clients/client-backup/src/commands/GetLegalHoldCommand.ts index a3391cf57f8f4..9d1d37c83f9db 100644 --- a/clients/client-backup/src/commands/GetLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/GetLegalHoldCommand.ts @@ -99,9 +99,7 @@ export class GetLegalHoldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts index 4c061b49b5069..5986eb18db0af 100644 --- a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts @@ -94,9 +94,7 @@ export class GetRecoveryPointRestoreMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts b/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts index f681ed9088e20..b12c5e8a82381 100644 --- a/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts @@ -85,9 +85,7 @@ export class GetRestoreJobMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts index bfa107151cd36..8f39a94414a36 100644 --- a/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts @@ -90,9 +90,7 @@ export class GetRestoreTestingInferredMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts index 8b308f805950a..189e2617306ba 100644 --- a/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts +++ b/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts @@ -96,9 +96,7 @@ export class GetRestoreTestingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts index b1506f2960d2f..553f8d15fea73 100644 --- a/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts +++ b/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts @@ -105,9 +105,7 @@ export class GetRestoreTestingSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts index e71ebb2bc6c7c..4d39b6d87e719 100644 --- a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts +++ b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts @@ -68,9 +68,7 @@ export class GetSupportedResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts b/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts index 77eba1202bda5..92a80f5868f0e 100644 --- a/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts +++ b/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts @@ -98,9 +98,7 @@ export class ListBackupJobSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupJobsCommand.ts b/clients/client-backup/src/commands/ListBackupJobsCommand.ts index 1cdf70b98e54c..fd2ae247462b4 100644 --- a/clients/client-backup/src/commands/ListBackupJobsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupJobsCommand.ts @@ -121,9 +121,7 @@ export class ListBackupJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts index f93aeef6101e3..7389a42273605 100644 --- a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts @@ -85,9 +85,7 @@ export class ListBackupPlanTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts index dd505bad3af14..902a98df00cab 100644 --- a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts @@ -101,9 +101,7 @@ export class ListBackupPlanVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupPlansCommand.ts b/clients/client-backup/src/commands/ListBackupPlansCommand.ts index 65d374b71b33c..f400c4ffb7ce6 100644 --- a/clients/client-backup/src/commands/ListBackupPlansCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlansCommand.ts @@ -100,9 +100,7 @@ export class ListBackupPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts index e5ed7014b1e04..b54636a0d0e92 100644 --- a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts @@ -91,9 +91,7 @@ export class ListBackupSelectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts index 14a833c078a65..7d40ea3c8b63d 100644 --- a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts @@ -98,9 +98,7 @@ export class ListBackupVaultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts b/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts index 8290697e78a15..ee352f7b52654 100644 --- a/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts +++ b/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts @@ -98,9 +98,7 @@ export class ListCopyJobSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListCopyJobsCommand.ts b/clients/client-backup/src/commands/ListCopyJobsCommand.ts index fabb72f9b5673..498a3907b5002 100644 --- a/clients/client-backup/src/commands/ListCopyJobsCommand.ts +++ b/clients/client-backup/src/commands/ListCopyJobsCommand.ts @@ -117,9 +117,7 @@ export class ListCopyJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListFrameworksCommand.ts b/clients/client-backup/src/commands/ListFrameworksCommand.ts index 133b0c6146bcf..816e23fd88b17 100644 --- a/clients/client-backup/src/commands/ListFrameworksCommand.ts +++ b/clients/client-backup/src/commands/ListFrameworksCommand.ts @@ -83,9 +83,7 @@ export class ListFrameworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts index 103c672bc476d..9be3664c3f66e 100644 --- a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts +++ b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts @@ -84,9 +84,7 @@ export class ListLegalHoldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts index aab658a595b00..0c7e4c1827a1f 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts @@ -96,9 +96,7 @@ export class ListProtectedResourcesByBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts index c69436ab4e042..9238bbacc3f47 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts @@ -85,9 +85,7 @@ export class ListProtectedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts index 247916fa2bf27..2abededd3d9be 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts @@ -131,9 +131,7 @@ export class ListRecoveryPointsByBackupVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts index 5e84e9063dcae..afd7f811584d0 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts @@ -91,9 +91,7 @@ export class ListRecoveryPointsByLegalHoldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts index c9ca79cc943e6..572dd678ca791 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts @@ -106,9 +106,7 @@ export class ListRecoveryPointsByResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListReportJobsCommand.ts b/clients/client-backup/src/commands/ListReportJobsCommand.ts index da5972a9eacd0..1883073cb188c 100644 --- a/clients/client-backup/src/commands/ListReportJobsCommand.ts +++ b/clients/client-backup/src/commands/ListReportJobsCommand.ts @@ -97,9 +97,7 @@ export class ListReportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListReportPlansCommand.ts b/clients/client-backup/src/commands/ListReportPlansCommand.ts index 65eb306788a9a..930c1bfcb7459 100644 --- a/clients/client-backup/src/commands/ListReportPlansCommand.ts +++ b/clients/client-backup/src/commands/ListReportPlansCommand.ts @@ -108,9 +108,7 @@ export class ListReportPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts b/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts index 887f574c5c2e0..4d7acd61bbee8 100644 --- a/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts @@ -96,9 +96,7 @@ export class ListRestoreJobSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts index a7ceb55452b77..f262e46d5fd16 100644 --- a/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts @@ -117,9 +117,7 @@ export class ListRestoreJobsByProtectedResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts index 7d132beb577ff..f0c390efa6df6 100644 --- a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts @@ -113,9 +113,7 @@ export class ListRestoreJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts b/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts index 84276dcdc7f7a..1d1ccae7ceadb 100644 --- a/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts @@ -85,9 +85,7 @@ export class ListRestoreTestingPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts b/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts index dc8afb2aaad81..f82dd2eb6636f 100644 --- a/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts @@ -93,9 +93,7 @@ export class ListRestoreTestingSelectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/ListTagsCommand.ts b/clients/client-backup/src/commands/ListTagsCommand.ts index ec73bd3d02baf..cc55c1d1add14 100644 --- a/clients/client-backup/src/commands/ListTagsCommand.ts +++ b/clients/client-backup/src/commands/ListTagsCommand.ts @@ -84,9 +84,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts index b0a74243779e7..b0392e235478a 100644 --- a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts @@ -79,9 +79,7 @@ export class PutBackupVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts index a3bad96fe991f..edb4445177f00 100644 --- a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts @@ -99,9 +99,7 @@ export class PutBackupVaultLockConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts index e70ad25d27bc8..cc81b3b54004f 100644 --- a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts @@ -83,9 +83,7 @@ export class PutBackupVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts b/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts index 1fb97a5f56745..bff8b849bc485 100644 --- a/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts +++ b/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts @@ -86,9 +86,7 @@ export class PutRestoreValidationResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/StartBackupJobCommand.ts b/clients/client-backup/src/commands/StartBackupJobCommand.ts index 9b1b0a9705a78..740a815edad63 100644 --- a/clients/client-backup/src/commands/StartBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StartBackupJobCommand.ts @@ -105,9 +105,7 @@ export class StartBackupJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/StartCopyJobCommand.ts b/clients/client-backup/src/commands/StartCopyJobCommand.ts index d72a0cd992603..a2313734bf674 100644 --- a/clients/client-backup/src/commands/StartCopyJobCommand.ts +++ b/clients/client-backup/src/commands/StartCopyJobCommand.ts @@ -98,9 +98,7 @@ export class StartCopyJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/StartReportJobCommand.ts b/clients/client-backup/src/commands/StartReportJobCommand.ts index 052819ee0831e..9be3a536ce535 100644 --- a/clients/client-backup/src/commands/StartReportJobCommand.ts +++ b/clients/client-backup/src/commands/StartReportJobCommand.ts @@ -79,9 +79,7 @@ export class StartReportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/StartRestoreJobCommand.ts b/clients/client-backup/src/commands/StartRestoreJobCommand.ts index da9e6a57d90c4..8193fedf713d8 100644 --- a/clients/client-backup/src/commands/StartRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/StartRestoreJobCommand.ts @@ -93,9 +93,7 @@ export class StartRestoreJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/StopBackupJobCommand.ts b/clients/client-backup/src/commands/StopBackupJobCommand.ts index f16cc14fd0b5a..cbe3742d1cf19 100644 --- a/clients/client-backup/src/commands/StopBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StopBackupJobCommand.ts @@ -84,9 +84,7 @@ export class StopBackupJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/TagResourceCommand.ts b/clients/client-backup/src/commands/TagResourceCommand.ts index bae231cc48456..c8671b0ad263c 100644 --- a/clients/client-backup/src/commands/TagResourceCommand.ts +++ b/clients/client-backup/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UntagResourceCommand.ts b/clients/client-backup/src/commands/UntagResourceCommand.ts index a409722735255..68de9268ac8aa 100644 --- a/clients/client-backup/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts index 9bc3d93bf0374..8ec3edfae7561 100644 --- a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts @@ -133,9 +133,7 @@ export class UpdateBackupPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts index 133d068d998e6..c28b8dc40eacf 100644 --- a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts @@ -115,9 +115,7 @@ export class UpdateFrameworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts index a3d8eb03be452..160485cc26d05 100644 --- a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts @@ -81,9 +81,7 @@ export class UpdateGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts index 2fd2f60e3cb0a..5c25540c71993 100644 --- a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts +++ b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts @@ -118,9 +118,7 @@ export class UpdateRecoveryPointLifecycleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts index 21ecc53c5c60e..c20612eaa82d3 100644 --- a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts @@ -81,9 +81,7 @@ export class UpdateRegionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts index 65e90c4d0eb03..56e8676251802 100644 --- a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts @@ -109,9 +109,7 @@ export class UpdateReportPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts index 54647ca4f6be3..854877528491c 100644 --- a/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts @@ -134,9 +134,7 @@ export class UpdateRestoreTestingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts index 6fe04e1609606..d793f45d09589 100644 --- a/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts +++ b/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts @@ -123,9 +123,7 @@ export class UpdateRestoreTestingSelectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BackupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/CancelJobCommand.ts b/clients/client-batch/src/commands/CancelJobCommand.ts index 2686008a915cb..0dc18c3717c3f 100644 --- a/clients/client-batch/src/commands/CancelJobCommand.ts +++ b/clients/client-batch/src/commands/CancelJobCommand.ts @@ -96,9 +96,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts index 6f4c05155119f..4dd406164c692 100644 --- a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts @@ -309,9 +309,7 @@ export class CreateComputeEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/CreateJobQueueCommand.ts b/clients/client-batch/src/commands/CreateJobQueueCommand.ts index ce5706e79bc25..3256f79b2189e 100644 --- a/clients/client-batch/src/commands/CreateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/CreateJobQueueCommand.ts @@ -154,9 +154,7 @@ export class CreateJobQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts index 2f661a1cc5d9b..7d82f681232a9 100644 --- a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts @@ -87,9 +87,7 @@ export class CreateSchedulingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts index c5895cceb69c1..95334dc08df98 100644 --- a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts @@ -88,9 +88,7 @@ export class DeleteComputeEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts index 3674dd8db3477..2a0d99943c55e 100644 --- a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts +++ b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts @@ -87,9 +87,7 @@ export class DeleteJobQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts index 6155a3306dc30..8139dae882991 100644 --- a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts @@ -72,9 +72,7 @@ export class DeleteSchedulingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts index 13f3384843162..5df560135ddc7 100644 --- a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts @@ -83,9 +83,7 @@ export class DeregisterJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts index cab20e9a0055c..5226d497e0560 100644 --- a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts +++ b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts @@ -200,9 +200,7 @@ export class DescribeComputeEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts index 68b67f83a9e31..654ea120863c1 100644 --- a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts @@ -690,9 +690,7 @@ export class DescribeJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts index 26b6ddd0d763c..1c4206d5cea1c 100644 --- a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts @@ -138,9 +138,7 @@ export class DescribeJobQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DescribeJobsCommand.ts b/clients/client-batch/src/commands/DescribeJobsCommand.ts index 4899e71437953..63120ad600628 100644 --- a/clients/client-batch/src/commands/DescribeJobsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobsCommand.ts @@ -793,9 +793,7 @@ export class DescribeJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts index 8bdd4a59dd1e2..4df5449d693aa 100644 --- a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts @@ -93,9 +93,7 @@ export class DescribeSchedulingPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts b/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts index 1ce3ecc3da0d5..61fbcda77b6f1 100644 --- a/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts +++ b/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts @@ -81,9 +81,7 @@ export class GetJobQueueSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/ListJobsCommand.ts b/clients/client-batch/src/commands/ListJobsCommand.ts index 6d0f84b82de45..d8d2d481dd61a 100644 --- a/clients/client-batch/src/commands/ListJobsCommand.ts +++ b/clients/client-batch/src/commands/ListJobsCommand.ts @@ -169,9 +169,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts index eb3ff29792726..2897b68863289 100644 --- a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts @@ -79,9 +79,7 @@ export class ListSchedulingPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts index befb33dcf4f73..d6e756b1e66c5 100644 --- a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts index 61581fda1a1fe..56529ceaf2baf 100644 --- a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts @@ -707,9 +707,7 @@ export class RegisterJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/SubmitJobCommand.ts b/clients/client-batch/src/commands/SubmitJobCommand.ts index cccbddf73dba8..3db07285b0527 100644 --- a/clients/client-batch/src/commands/SubmitJobCommand.ts +++ b/clients/client-batch/src/commands/SubmitJobCommand.ts @@ -325,9 +325,7 @@ export class SubmitJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/TagResourceCommand.ts b/clients/client-batch/src/commands/TagResourceCommand.ts index a9267ad43cd81..9e46ba2a47abd 100644 --- a/clients/client-batch/src/commands/TagResourceCommand.ts +++ b/clients/client-batch/src/commands/TagResourceCommand.ts @@ -92,9 +92,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/TerminateJobCommand.ts b/clients/client-batch/src/commands/TerminateJobCommand.ts index 27db4742ef0fb..6f10d176d8874 100644 --- a/clients/client-batch/src/commands/TerminateJobCommand.ts +++ b/clients/client-batch/src/commands/TerminateJobCommand.ts @@ -87,9 +87,7 @@ export class TerminateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/UntagResourceCommand.ts b/clients/client-batch/src/commands/UntagResourceCommand.ts index 7893d9046ff83..7f74ee6ab67ac 100644 --- a/clients/client-batch/src/commands/UntagResourceCommand.ts +++ b/clients/client-batch/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts index 09c4e77f73cad..54b73ee5cc721 100644 --- a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts @@ -137,9 +137,7 @@ export class UpdateComputeEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts index d730e5cb2f2bb..e82d674d59038 100644 --- a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts @@ -109,9 +109,7 @@ export class UpdateJobQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts index 4b58adfe60646..66d36fca99c48 100644 --- a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts @@ -81,9 +81,7 @@ export class UpdateSchedulingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts b/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts index 05e0355709ec4..90b02951dd03e 100644 --- a/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts @@ -130,9 +130,7 @@ export class CreateExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts b/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts index 3619cc91d0378..ccab6c29ae566 100644 --- a/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts @@ -79,9 +79,7 @@ export class DeleteExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts b/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts index 4602ce5188b23..fe59d4ff6c468 100644 --- a/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts @@ -116,9 +116,7 @@ export class GetExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts b/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts index 3effc042186ab..8671c9b61e023 100644 --- a/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts @@ -114,9 +114,7 @@ export class GetExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts b/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts index 71f6e4aee2802..b9310c5f5d9f8 100644 --- a/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts @@ -91,9 +91,7 @@ export class GetTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts b/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts index 7a697e34bb9ee..851904a787edb 100644 --- a/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts @@ -93,9 +93,7 @@ export class ListExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts b/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts index 18d6f95000ef5..28108a284e4cf 100644 --- a/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts @@ -90,9 +90,7 @@ export class ListExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts b/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts index b9a7d3d04acfa..4a9c4f92f374b 100644 --- a/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts @@ -93,9 +93,7 @@ export class ListTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts index 1d9ecf2732071..b7a379c961b05 100644 --- a/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts index fc7b2584b3937..fc8d3b817d703 100644 --- a/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts index 4cb702ffc03d3..88ef7d332ac57 100644 --- a/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts @@ -80,9 +80,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts b/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts index 848b507b295ed..8bbd02aa13547 100644 --- a/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts +++ b/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts @@ -109,9 +109,7 @@ export class UpdateExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BCMDataExportsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts index 9a8f12a8b6982..4a40f6ff318e2 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts @@ -96,9 +96,7 @@ export class DeleteAgentMemoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts index d2e57fd0f763a..70bc9f46ce08b 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts @@ -112,9 +112,7 @@ export class GetAgentMemoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts index 89f8daf57e47d..aac993c2f21fa 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts @@ -690,9 +690,7 @@ export class InvokeAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts index b388caae2b051..b044c7a0e33e6 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts @@ -154,9 +154,7 @@ export class InvokeFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts index fdbfb3a31ac05..393852c0dc496 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts @@ -282,9 +282,7 @@ export class RetrieveAndGenerateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts index 0b85da4dba5b9..4015cc25614dc 100644 --- a/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts +++ b/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts @@ -192,9 +192,7 @@ export class RetrieveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts index e1c4c5da6ce22..0a369a263ecdb 100644 --- a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts @@ -103,9 +103,7 @@ export class AssociateAgentKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts index 92c3c5c15ed60..c21ff6c2d5f07 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts @@ -167,9 +167,7 @@ export class CreateAgentActionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts index 7522c12bde5ba..b415a5449fe35 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts @@ -129,9 +129,7 @@ export class CreateAgentAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts index 73049ea795973..d71b6b4484e38 100644 --- a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts @@ -213,9 +213,7 @@ export class CreateAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts index 85d4cd1c8bf72..5644991b88c75 100644 --- a/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts @@ -428,9 +428,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts index 1782a5f981c57..d9e4e7a83afcf 100644 --- a/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts @@ -108,9 +108,7 @@ export class CreateFlowAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts index 0d8012dbc9be9..0ced5dade25b9 100644 --- a/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts @@ -328,9 +328,7 @@ export class CreateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts index c5e3cac4103e8..4827e370cea05 100644 --- a/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts @@ -212,9 +212,7 @@ export class CreateFlowVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts index 923233747754a..fa60b7ea94e17 100644 --- a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts @@ -266,9 +266,7 @@ export class CreateKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts b/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts index b4b1e970c4958..1e5239ea78374 100644 --- a/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts @@ -171,9 +171,7 @@ export class CreatePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts b/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts index 3650ea3fb9e25..0a49a26292cf4 100644 --- a/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts @@ -137,9 +137,7 @@ export class CreatePromptVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts index 0e0e7e1966e27..3d2404b276992 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteAgentActionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts index 662a779e965e5..0376cb3ed0cd7 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts @@ -83,9 +83,7 @@ export class DeleteAgentAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts index 06433963e3845..0ba865ace75bc 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts @@ -85,9 +85,7 @@ export class DeleteAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts index 2729304aca94f..8cb4e660c8d90 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts @@ -87,9 +87,7 @@ export class DeleteAgentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts index 7c00668a98053..9672aa1b038bc 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts @@ -86,9 +86,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts index b1f1dcda3985b..214320dd57c0b 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts @@ -85,9 +85,7 @@ export class DeleteFlowAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts index e77571a108916..9e6ed6c736fc1 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts @@ -84,9 +84,7 @@ export class DeleteFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts index 12d695cfded05..c3a772dd9eb0b 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts @@ -86,9 +86,7 @@ export class DeleteFlowVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts index 2d666c58bbb1a..d0aa33ab0a39a 100644 --- a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts @@ -84,9 +84,7 @@ export class DeleteKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts b/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts index 3f27b40094f1f..59888e8476ce6 100644 --- a/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts @@ -85,9 +85,7 @@ export class DeletePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts index a31b0abbcf905..426454120b336 100644 --- a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts @@ -88,9 +88,7 @@ export class DisassociateAgentKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts index 6a5af88abb869..d4fbea13e2b7d 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts @@ -124,9 +124,7 @@ export class GetAgentActionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts index 15b657a26ab5c..fa8c6c6e85f36 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts @@ -112,9 +112,7 @@ export class GetAgentAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts index c64a01d55dd1e..ec748ba2b1953 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts @@ -133,9 +133,7 @@ export class GetAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts index e9a5d2918c0cc..f79a2a326bc4a 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts @@ -90,9 +90,7 @@ export class GetAgentKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts index 40b50ed10c837..a66418b2ff2a3 100644 --- a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts @@ -136,9 +136,7 @@ export class GetAgentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts index 816c80f6c5df8..460cf3788485e 100644 --- a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts @@ -256,9 +256,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts index c4a2ff8578048..ed5e30f9171d2 100644 --- a/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts @@ -92,9 +92,7 @@ export class GetFlowAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts index a65e7206c1ad7..ba462cabdcf91 100644 --- a/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts @@ -207,9 +207,7 @@ export class GetFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts index c9f0fbdf73e43..0de1dce76ab68 100644 --- a/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts @@ -205,9 +205,7 @@ export class GetFlowVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts index 39bd3d3434ded..a11e4cf6c3d6b 100644 --- a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts @@ -102,9 +102,7 @@ export class GetIngestionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts index 0505d79607bcf..cc136426cc12f 100644 --- a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts @@ -159,9 +159,7 @@ export class GetKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts b/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts index 2987350659248..2f3cc6b4e89e6 100644 --- a/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts +++ b/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts @@ -123,9 +123,7 @@ export class GetPromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts index a3e406eacb6b3..40a5db00f1c54 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts @@ -92,9 +92,7 @@ export class ListAgentActionGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts index ed3afc39dec4a..1775731bb79fc 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts @@ -98,9 +98,7 @@ export class ListAgentAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts index 9aabb438b20d9..d2270c310c42b 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts @@ -91,9 +91,7 @@ export class ListAgentKnowledgeBasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts index fbe91d626f965..e8c58d088b440 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts @@ -96,9 +96,7 @@ export class ListAgentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts index 3db3ac5c8f709..96e57806d848a 100644 --- a/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts @@ -92,9 +92,7 @@ export class ListAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts index 4c37e7d4e921f..78abc2af4651d 100644 --- a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts @@ -92,9 +92,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts index 03108758d1d91..77f8a74c4b208 100644 --- a/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts @@ -98,9 +98,7 @@ export class ListFlowAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts index 4761ebef6c1c7..399a532200568 100644 --- a/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts @@ -91,9 +91,7 @@ export class ListFlowVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts index 7854a21caf508..19ebc8de5bd57 100644 --- a/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts @@ -90,9 +90,7 @@ export class ListFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts index f4abbc798a14d..cc7b2447caeae 100644 --- a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts @@ -116,9 +116,7 @@ export class ListIngestionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts index 3838716d6593e..cea81593d45c1 100644 --- a/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts @@ -87,9 +87,7 @@ export class ListKnowledgeBasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts b/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts index 3125534226d85..a71d1a900df33 100644 --- a/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts @@ -93,9 +93,7 @@ export class ListPromptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts index da660edeee094..2c811c7bfa54c 100644 --- a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts index 094bb847dc149..f06f83ca9589a 100644 --- a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts @@ -89,9 +89,7 @@ export class PrepareAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts b/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts index d84b54bc51ce2..f14f612b5d328 100644 --- a/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts +++ b/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts @@ -87,9 +87,7 @@ export class PrepareFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts index de763ffaceb4c..2b5cbdb3f34c1 100644 --- a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts +++ b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts @@ -109,9 +109,7 @@ export class StartIngestionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts index f0f807052f654..3bc577ed3dcf4 100644 --- a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts index 0546e295c646b..43e97911a829d 100644 --- a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts index 6eedad0faca39..53b10602117ce 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts @@ -162,9 +162,7 @@ export class UpdateAgentActionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts index 104b506bc7b2b..d8026a0762321 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts @@ -126,9 +126,7 @@ export class UpdateAgentAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts index a9a6575e07819..f864641cfb3fa 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts @@ -182,9 +182,7 @@ export class UpdateAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts index 8299565b824d3..a84367fb6c084 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts @@ -95,9 +95,7 @@ export class UpdateAgentKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts index 71f6b83e60a79..90277396e4937 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts @@ -425,9 +425,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts index 70d4d326bb4fc..9866722bb828f 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts @@ -105,9 +105,7 @@ export class UpdateFlowAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts index 0e7066fc53c7b..a324a61adcbf3 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts @@ -328,9 +328,7 @@ export class UpdateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts index 66cb2e5f8823d..fc32cf5a358e6 100644 --- a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts @@ -251,9 +251,7 @@ export class UpdateKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts b/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts index 7698d5226065a..c86665c9c100a 100644 --- a/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts +++ b/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts @@ -171,9 +171,7 @@ export class UpdatePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockAgentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts b/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts index b05b9f4ac7537..d855f53a69a61 100644 --- a/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts @@ -172,9 +172,7 @@ export class ApplyGuardrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts b/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts index 1885ae7448e8c..bd142ff3ba1c1 100644 --- a/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts @@ -421,9 +421,7 @@ export class ConverseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts b/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts index 43c3ebfdc017b..a7a7052d9568b 100644 --- a/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts @@ -420,9 +420,7 @@ export class ConverseStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts index 2609e9a38c86d..3245d3de211dd 100644 --- a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts @@ -129,9 +129,7 @@ export class InvokeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts index fdbad94e73c49..27fd554c84c14 100644 --- a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts @@ -158,9 +158,7 @@ export class InvokeModelWithResponseStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts index 8dfb65ca91c90..cc5329a75c7ec 100644 --- a/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts +++ b/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts @@ -102,9 +102,7 @@ export class BatchDeleteEvaluationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts index f41c10a57aa92..1036f08229023 100644 --- a/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts @@ -158,9 +158,7 @@ export class CreateEvaluationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts b/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts index d00bb8ba2a465..424f53a50442e 100644 --- a/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts +++ b/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts @@ -196,9 +196,7 @@ export class CreateGuardrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts b/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts index a0d8fbcf154fd..1d9d38bbbe423 100644 --- a/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts +++ b/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts @@ -94,9 +94,7 @@ export class CreateGuardrailVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts index 57aff891e6807..370cba501d305 100644 --- a/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts @@ -87,9 +87,7 @@ export class CreateModelCopyJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts index 02d69bc9271e0..e9052600f5d85 100644 --- a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts @@ -145,9 +145,7 @@ export class CreateModelCustomizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts index 3dbd1b23f4de7..ab289dc5676f6 100644 --- a/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts @@ -121,9 +121,7 @@ export class CreateModelImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts index 4ddd7460596bb..ad9fa5dd5530e 100644 --- a/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts @@ -109,9 +109,7 @@ export class CreateModelInvocationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts index 4156ac993cf65..ca4b665acd40e 100644 --- a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts @@ -102,9 +102,7 @@ export class CreateProvisionedModelThroughputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts index 23fc131430244..0459d49ccc7b8 100644 --- a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts @@ -81,9 +81,7 @@ export class DeleteCustomModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts b/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts index 9d622445cd90b..3b4fc2046f2ba 100644 --- a/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts @@ -90,9 +90,7 @@ export class DeleteGuardrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts b/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts index ec3c5b8b62f99..99b80c5a54907 100644 --- a/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts @@ -83,9 +83,7 @@ export class DeleteImportedModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts index f1254136dab5f..a18e53418c943 100644 --- a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts @@ -79,9 +79,7 @@ export class DeleteModelInvocationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts index fc8a002d6f3ed..d61f91e5d80f7 100644 --- a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts @@ -86,9 +86,7 @@ export class DeleteProvisionedModelThroughputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts index 38318eecdf140..f6c6099aec30d 100644 --- a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts +++ b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts @@ -111,9 +111,7 @@ export class GetCustomModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts index 56ef0072ce16f..e1f2261baa085 100644 --- a/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts @@ -155,9 +155,7 @@ export class GetEvaluationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts index 9d124ffba47d5..ced4a39f9149b 100644 --- a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts +++ b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts @@ -101,9 +101,7 @@ export class GetFoundationModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetGuardrailCommand.ts b/clients/client-bedrock/src/commands/GetGuardrailCommand.ts index d1d186c179251..22753006fd644 100644 --- a/clients/client-bedrock/src/commands/GetGuardrailCommand.ts +++ b/clients/client-bedrock/src/commands/GetGuardrailCommand.ts @@ -154,9 +154,7 @@ export class GetGuardrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetImportedModelCommand.ts b/clients/client-bedrock/src/commands/GetImportedModelCommand.ts index c281db8702b09..d422f3ea5c606 100644 --- a/clients/client-bedrock/src/commands/GetImportedModelCommand.ts +++ b/clients/client-bedrock/src/commands/GetImportedModelCommand.ts @@ -91,9 +91,7 @@ export class GetImportedModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts b/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts index 731cdb118d255..e02ab25fd42ea 100644 --- a/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts +++ b/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts @@ -92,9 +92,7 @@ export class GetInferenceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts b/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts index 3c420be839742..a3c8d14a19d18 100644 --- a/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts @@ -95,9 +95,7 @@ export class GetModelCopyJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts index c684ea36cf424..da8cf04f2076d 100644 --- a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts @@ -126,9 +126,7 @@ export class GetModelCustomizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts b/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts index c033377fc22d8..f4484fd44dc22 100644 --- a/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts @@ -105,9 +105,7 @@ export class GetModelImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts index a3d8fbde38143..da790b7bc0ce1 100644 --- a/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts @@ -108,9 +108,7 @@ export class GetModelInvocationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts index f094d0de82b29..db50f1be0854a 100644 --- a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts @@ -97,9 +97,7 @@ export class GetModelInvocationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts index ea4e70a1ef982..da336bda0b960 100644 --- a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts @@ -97,9 +97,7 @@ export class GetProvisionedModelThroughputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts index 5a13ba9143ad5..4e40f52b36a57 100644 --- a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts +++ b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts @@ -98,9 +98,7 @@ export class ListCustomModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts b/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts index 33324ced332b0..bae9f309b365e 100644 --- a/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts @@ -99,9 +99,7 @@ export class ListEvaluationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts index f570e3aebd008..2bf73be79ac0a 100644 --- a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts +++ b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts @@ -103,9 +103,7 @@ export class ListFoundationModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts b/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts index 4a8685c419562..3fd70a425a664 100644 --- a/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts +++ b/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts @@ -99,9 +99,7 @@ export class ListGuardrailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts b/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts index b272d0e38c24c..b91f1f09df981 100644 --- a/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts +++ b/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts @@ -92,9 +92,7 @@ export class ListImportedModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts b/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts index a7a71cfc55900..9eba84a6ac436 100644 --- a/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts +++ b/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts @@ -95,9 +95,7 @@ export class ListInferenceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts index 5340a537d3eee..fe370b66f2bb4 100644 --- a/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts @@ -110,9 +110,7 @@ export class ListModelCopyJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts index 41204264c662c..575253fa7fc7f 100644 --- a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts @@ -100,9 +100,7 @@ export class ListModelCustomizationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts index 2f0d5f7f07559..558443339ef96 100644 --- a/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts @@ -98,9 +98,7 @@ export class ListModelImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts index 1657e43f43f64..936803bdb001f 100644 --- a/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts @@ -116,9 +116,7 @@ export class ListModelInvocationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts index 3eb2b5bf23e25..7bd9eb68f2280 100644 --- a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts +++ b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts @@ -106,9 +106,7 @@ export class ListProvisionedModelThroughputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts index 76ce7d16c6eb8..29d9ba917ffb7 100644 --- a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts index 84e454482f586..aa8be9c2a0037 100644 --- a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts @@ -100,9 +100,7 @@ export class PutModelInvocationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts index 5c9152ba53017..3b71ebc427b5e 100644 --- a/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts +++ b/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts @@ -85,9 +85,7 @@ export class StopEvaluationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts index ffeddd7b3a3fc..2f8d4e2db7578 100644 --- a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts @@ -81,9 +81,7 @@ export class StopModelCustomizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts index 9ffb6cc3d682d..4bdc76113cd8d 100644 --- a/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts +++ b/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts @@ -81,9 +81,7 @@ export class StopModelInvocationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/TagResourceCommand.ts b/clients/client-bedrock/src/commands/TagResourceCommand.ts index 95b9c2fde09b2..69d30fdaf0f22 100644 --- a/clients/client-bedrock/src/commands/TagResourceCommand.ts +++ b/clients/client-bedrock/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/UntagResourceCommand.ts b/clients/client-bedrock/src/commands/UntagResourceCommand.ts index aaf0249269c2f..b930bf87d3fed 100644 --- a/clients/client-bedrock/src/commands/UntagResourceCommand.ts +++ b/clients/client-bedrock/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts b/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts index c771bdbb13974..0b09753490db8 100644 --- a/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts +++ b/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts @@ -191,9 +191,7 @@ export class UpdateGuardrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts index d457f969e31a8..73875fefb37b6 100644 --- a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts @@ -85,9 +85,7 @@ export class UpdateProvisionedModelThroughputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BedrockClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts index 64b9b618e00fc..6504ba71d1d4c 100644 --- a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts @@ -98,9 +98,7 @@ export class AssociateAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts index 935b707ed17a0..2a045326dbb69 100644 --- a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts @@ -96,9 +96,7 @@ export class AssociatePricingRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts index b072371634aab..22f8d6cf486c9 100644 --- a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts @@ -127,9 +127,7 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts index 49c9900ad75fc..cf7dcbec150d3 100644 --- a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts @@ -123,9 +123,7 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts index 36c94555a1c40..4f4a2237f2061 100644 --- a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts @@ -109,9 +109,7 @@ export class CreateBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts index 10f5595008af4..06576c3347664 100644 --- a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts @@ -126,9 +126,7 @@ export class CreateCustomLineItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts index 660e6fde4b84f..4cca906e51464 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts @@ -105,9 +105,7 @@ export class CreatePricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts index 9bcabc4fbf938..5afa4c237706e 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts @@ -111,9 +111,7 @@ export class CreatePricingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts index b058136d3b5d0..6f5b4f00d3cb2 100644 --- a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts @@ -82,9 +82,7 @@ export class DeleteBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts index ef9ebf8dcb75e..9ddc5906421f0 100644 --- a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts @@ -90,9 +90,7 @@ export class DeleteCustomLineItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts index 9aef27ef67ef2..dbdf5461685a6 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts @@ -85,9 +85,7 @@ export class DeletePricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts index 2d0a5ee76036e..490fcc03e1b87 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts @@ -84,9 +84,7 @@ export class DeletePricingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts index 7e9daf8b0746e..a717605e88b47 100644 --- a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts @@ -91,9 +91,7 @@ export class DisassociateAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts index 6b8779bc7af0b..9ea21f66a97ef 100644 --- a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts @@ -93,9 +93,7 @@ export class DisassociatePricingRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts b/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts index f393763cea645..9c5174494e03e 100644 --- a/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts +++ b/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts @@ -110,9 +110,7 @@ export class GetBillingGroupCostReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts index 7a033491c5058..b93e9cb2c3916 100644 --- a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts @@ -107,9 +107,7 @@ export class ListAccountAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts index bd9f1535bda91..00f8407c179ee 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts @@ -105,9 +105,7 @@ export class ListBillingGroupCostReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts index e61075b14a5c4..76412e983a771 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts @@ -119,9 +119,7 @@ export class ListBillingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts index 6e2d7f9149664..f8dbd642b3f20 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts @@ -127,9 +127,7 @@ export class ListCustomLineItemVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts index f585d8f5cf1da..93f52428caccc 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts @@ -139,9 +139,7 @@ export class ListCustomLineItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts index 447e08124a073..32fc94d7ca5ec 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts @@ -103,9 +103,7 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts index a7ea5df426c05..96e9d95f3a9ae 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts @@ -103,9 +103,7 @@ export class ListPricingPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts index 248bcbb94bc7b..72fd5aa1a86df 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts @@ -103,9 +103,7 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts index bf443cc95bae2..86385163e0ac9 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts @@ -116,9 +116,7 @@ export class ListPricingRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts index 75f2feef0638d..f6c5a8073708d 100644 --- a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts @@ -109,9 +109,7 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts index 2e941dad17b7d..adab98e3b7214 100644 --- a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/TagResourceCommand.ts b/clients/client-billingconductor/src/commands/TagResourceCommand.ts index f87ff6f4b6946..e42947670b22d 100644 --- a/clients/client-billingconductor/src/commands/TagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts index e1bba146690a9..4f4b31268bc95 100644 --- a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts @@ -87,9 +87,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts index 583674839cd67..eeec74324340b 100644 --- a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts @@ -114,9 +114,7 @@ export class UpdateBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts index 3f9b677a771ed..822ba80776bc6 100644 --- a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts @@ -137,9 +137,7 @@ export class UpdateCustomLineItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts index bbd98e66dbf85..2b67e4fb6e465 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts @@ -100,9 +100,7 @@ export class UpdatePricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts index 45d87015aea77..7b9ac48d63921 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts @@ -120,9 +120,7 @@ export class UpdatePricingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BillingconductorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/CancelJobCommand.ts b/clients/client-braket/src/commands/CancelJobCommand.ts index 2a122171c61c4..0189dd62167b8 100644 --- a/clients/client-braket/src/commands/CancelJobCommand.ts +++ b/clients/client-braket/src/commands/CancelJobCommand.ts @@ -85,9 +85,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts index f37889cbb75d7..3a1e4ca5d5b81 100644 --- a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts @@ -86,9 +86,7 @@ export class CancelQuantumTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/CreateJobCommand.ts b/clients/client-braket/src/commands/CreateJobCommand.ts index 712c6770cc483..57a6ade8db59a 100644 --- a/clients/client-braket/src/commands/CreateJobCommand.ts +++ b/clients/client-braket/src/commands/CreateJobCommand.ts @@ -144,9 +144,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts index a63126f998ac6..c9456bbd1e074 100644 --- a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts @@ -103,9 +103,7 @@ export class CreateQuantumTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/GetDeviceCommand.ts b/clients/client-braket/src/commands/GetDeviceCommand.ts index a18a9d37cb84e..90ba9d9c9197a 100644 --- a/clients/client-braket/src/commands/GetDeviceCommand.ts +++ b/clients/client-braket/src/commands/GetDeviceCommand.ts @@ -102,9 +102,7 @@ export class GetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/GetJobCommand.ts b/clients/client-braket/src/commands/GetJobCommand.ts index e22694d05f86a..3ebcdb0964869 100644 --- a/clients/client-braket/src/commands/GetJobCommand.ts +++ b/clients/client-braket/src/commands/GetJobCommand.ts @@ -156,9 +156,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts index 248958df85af7..7d8e9dcd1dd34 100644 --- a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts @@ -109,9 +109,7 @@ export class GetQuantumTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts index 33fd51f2eb3a5..9d3f91b871e60 100644 --- a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/SearchDevicesCommand.ts b/clients/client-braket/src/commands/SearchDevicesCommand.ts index d6ce81ba3834e..dc41bcbf0267b 100644 --- a/clients/client-braket/src/commands/SearchDevicesCommand.ts +++ b/clients/client-braket/src/commands/SearchDevicesCommand.ts @@ -96,9 +96,7 @@ export class SearchDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/SearchJobsCommand.ts b/clients/client-braket/src/commands/SearchJobsCommand.ts index 33e72368f7e4a..3c2e175895f23 100644 --- a/clients/client-braket/src/commands/SearchJobsCommand.ts +++ b/clients/client-braket/src/commands/SearchJobsCommand.ts @@ -102,9 +102,7 @@ export class SearchJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts index 59311874ea000..171823be5063e 100644 --- a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts +++ b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts @@ -103,9 +103,7 @@ export class SearchQuantumTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/TagResourceCommand.ts b/clients/client-braket/src/commands/TagResourceCommand.ts index 122db7caa4682..ca22deaf156c2 100644 --- a/clients/client-braket/src/commands/TagResourceCommand.ts +++ b/clients/client-braket/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-braket/src/commands/UntagResourceCommand.ts b/clients/client-braket/src/commands/UntagResourceCommand.ts index 9fc2b1384ab2e..52d3cadad9e1a 100644 --- a/clients/client-braket/src/commands/UntagResourceCommand.ts +++ b/clients/client-braket/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BraketClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts index c1406e6cea488..6f53fcbc21d4c 100644 --- a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts @@ -146,9 +146,7 @@ export class CreateBudgetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/CreateBudgetCommand.ts b/clients/client-budgets/src/commands/CreateBudgetCommand.ts index d9599b060f93d..9cda4b33fd73a 100644 --- a/clients/client-budgets/src/commands/CreateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetCommand.ts @@ -167,9 +167,7 @@ export class CreateBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/CreateNotificationCommand.ts b/clients/client-budgets/src/commands/CreateNotificationCommand.ts index 6179f49b0de70..161168cdeaa49 100644 --- a/clients/client-budgets/src/commands/CreateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/CreateNotificationCommand.ts @@ -103,9 +103,7 @@ export class CreateNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts index 6457a439b025e..9553320e4cfb1 100644 --- a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts @@ -101,9 +101,7 @@ export class CreateSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts index f1d533bb744c3..cb8d9c106300f 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts @@ -140,9 +140,7 @@ export class DeleteBudgetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts index 4c341a2a1f9d4..8ad4408d74d76 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts @@ -83,9 +83,7 @@ export class DeleteBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts index 07926e8a3f73e..5345f6fcf595d 100644 --- a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts @@ -90,9 +90,7 @@ export class DeleteNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts index d3ac05b62f718..f6eabc1f06dc1 100644 --- a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts @@ -98,9 +98,7 @@ export class DeleteSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts index f90a7524e2f4e..815860a4f7cfa 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts @@ -136,9 +136,7 @@ export class DescribeBudgetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts index 8b4368ae3b46d..7c5c20f4dcdbd 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts @@ -159,9 +159,7 @@ export class DescribeBudgetActionHistoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts index 73ff4964544b6..b169393e9ff8a 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts @@ -142,9 +142,7 @@ export class DescribeBudgetActionsForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts index 845bd298b8ef8..d4bf5c06f49f2 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts @@ -146,9 +146,7 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts index feac0dda677fe..d7e239c6d526f 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts @@ -140,9 +140,7 @@ export class DescribeBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts index f08a5a4768062..b0e96ffbaca7f 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts @@ -112,9 +112,7 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts index 59f4bb252c528..c27d39d1a2101 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts @@ -138,9 +138,7 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts index 289003b380672..8dbadb736e467 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts @@ -150,9 +150,7 @@ export class DescribeBudgetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts index 14406f3d51ba6..685fe3e5afcf3 100644 --- a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts @@ -104,9 +104,7 @@ export class DescribeNotificationsForBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts index fc545a57b4dcd..812d0cc878a41 100644 --- a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts @@ -112,9 +112,7 @@ export class DescribeSubscribersForNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts index a6845bffe150b..38d4dfc61acaf 100644 --- a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts @@ -93,9 +93,7 @@ export class ExecuteBudgetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts b/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts index 0d36dbbde6197..c04d706b1e4a8 100644 --- a/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/TagResourceCommand.ts b/clients/client-budgets/src/commands/TagResourceCommand.ts index 7d8d2c66ae1f7..a0768641b01e6 100644 --- a/clients/client-budgets/src/commands/TagResourceCommand.ts +++ b/clients/client-budgets/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/UntagResourceCommand.ts b/clients/client-budgets/src/commands/UntagResourceCommand.ts index 8d8c62a7fe6fd..c7b148385a372 100644 --- a/clients/client-budgets/src/commands/UntagResourceCommand.ts +++ b/clients/client-budgets/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts index 39904b1c656cd..0e3319bf5661e 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts @@ -227,9 +227,7 @@ export class UpdateBudgetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts index a80b31eee0acd..969630873da7d 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts @@ -138,9 +138,7 @@ export class UpdateBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts index a74496156d44a..837354a8436ef 100644 --- a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts @@ -97,9 +97,7 @@ export class UpdateNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts index 7714fb6c02382..65ccb7c6cac48 100644 --- a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts @@ -102,9 +102,7 @@ export class UpdateSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: BudgetsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts index 3d9bf4ace7299..955d96391690e 100644 --- a/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts @@ -118,9 +118,7 @@ export class CreateChimeWebhookConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts index 752efab62ac5b..3248771cc7c8d 100644 --- a/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts @@ -133,9 +133,7 @@ export class CreateMicrosoftTeamsChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts index 30cab1cded864..449bef5707d07 100644 --- a/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts @@ -130,9 +130,7 @@ export class CreateSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts index cfc7651b53a4b..adf4386668635 100644 --- a/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DeleteChimeWebhookConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts index f1f0d5cba26f7..2e396ce7330ac 100644 --- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DeleteMicrosoftTeamsChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts index 60d02f33e4481..13e3d898201f9 100644 --- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts @@ -75,9 +75,7 @@ export class DeleteMicrosoftTeamsConfiguredTeamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts index 1134cef09281b..b1e789340d8c7 100644 --- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts @@ -78,9 +78,7 @@ export class DeleteMicrosoftTeamsUserIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts index 2729046943bc5..b58788b700c01 100644 --- a/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DeleteSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts index 87bab9c23c196..ae5494da7e83b 100644 --- a/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts @@ -74,9 +74,7 @@ export class DeleteSlackUserIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts index 0637445d33617..d15a9c58ef3f6 100644 --- a/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts +++ b/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts @@ -75,9 +75,7 @@ export class DeleteSlackWorkspaceAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts b/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts index 60f19fd2a9cac..fcd96f9772cdb 100644 --- a/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts +++ b/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts @@ -103,9 +103,7 @@ export class DescribeChimeWebhookConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts index d72820542c1cb..6674cc3bced5d 100644 --- a/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts +++ b/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts @@ -110,9 +110,7 @@ export class DescribeSlackChannelConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts index e7b35998c71fa..0398d792dcbbf 100644 --- a/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts +++ b/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts @@ -88,9 +88,7 @@ export class DescribeSlackUserIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts index 9aed0d6243cfd..6ce7ba177cea4 100644 --- a/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts +++ b/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts @@ -81,9 +81,7 @@ export class DescribeSlackWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts b/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts index afd539f2a538e..774c12d9bd793 100644 --- a/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts +++ b/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts @@ -72,9 +72,7 @@ export class GetAccountPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts index 2b3780ded0205..aa9a2e1c5980f 100644 --- a/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts @@ -106,9 +106,7 @@ export class GetMicrosoftTeamsChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts index d4b0d2291a4af..1c3cf5b0ea82d 100644 --- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts +++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts @@ -111,9 +111,7 @@ export class ListMicrosoftTeamsChannelConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts index 3cca95a9cc312..900c83f1602f5 100644 --- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts +++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts @@ -87,9 +87,7 @@ export class ListMicrosoftTeamsConfiguredTeamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts index e1f48ba84e4df..3d9428e240ad3 100644 --- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts +++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts @@ -92,9 +92,7 @@ export class ListMicrosoftTeamsUserIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts b/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts index 3c39d1ceb9f5d..d4c2bf7a4de2c 100644 --- a/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/TagResourceCommand.ts b/clients/client-chatbot/src/commands/TagResourceCommand.ts index f975786544fc3..781f3980f626c 100644 --- a/clients/client-chatbot/src/commands/TagResourceCommand.ts +++ b/clients/client-chatbot/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/UntagResourceCommand.ts b/clients/client-chatbot/src/commands/UntagResourceCommand.ts index d713621a88955..624c2e37455fc 100644 --- a/clients/client-chatbot/src/commands/UntagResourceCommand.ts +++ b/clients/client-chatbot/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts b/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts index 585fe6daada11..9d09164c56775 100644 --- a/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts +++ b/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts @@ -78,9 +78,7 @@ export class UpdateAccountPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts index e810918d7cb30..2eb7f2678a651 100644 --- a/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts @@ -109,9 +109,7 @@ export class UpdateChimeWebhookConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts index 9924b1a8854da..d15f841a5b630 100644 --- a/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts @@ -121,9 +121,7 @@ export class UpdateMicrosoftTeamsChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts index 9ec3601f2f8b9..002d7b083257d 100644 --- a/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts +++ b/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts @@ -120,9 +120,7 @@ export class UpdateSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChatbotClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts index 33ffff5eed8c5..63d168a7d49c0 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts @@ -114,9 +114,7 @@ export class CreateAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts index c6ccb9b2f7ec0..03797bb06b5d2 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts @@ -116,9 +116,7 @@ export class CreateAppInstanceBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts index aec9e0c9f7e14..ba3a96f3e9d77 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts @@ -105,9 +105,7 @@ export class CreateAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts index 7b178b4ff590b..e648611a088de 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts @@ -109,9 +109,7 @@ export class CreateAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts index a4f0b59c6b377..306ef1c0fcccd 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts @@ -91,9 +91,7 @@ export class DeleteAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts index 1077f0c85e48f..78b4b330aab69 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts @@ -88,9 +88,7 @@ export class DeleteAppInstanceBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts index 6e37c8c932113..e65a34b120209 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts @@ -84,9 +84,7 @@ export class DeleteAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts index a6fbdd88494d2..8b3211ead19f1 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts @@ -88,9 +88,7 @@ export class DeleteAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts index 968544de82733..d77f732c432ce 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts @@ -85,9 +85,7 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts index 561f599e42c72..d91846bdf141d 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts @@ -95,9 +95,7 @@ export class DescribeAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts index e05e9ed5a1e3c..a1ddcbf664420 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts @@ -108,9 +108,7 @@ export class DescribeAppInstanceBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts index efdba00711ca9..93fdd35405ce1 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts @@ -93,9 +93,7 @@ export class DescribeAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts index b4e4e16ba6fcd..9e4c389623ddf 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts @@ -97,9 +97,7 @@ export class DescribeAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts index ad27221eb8fc7..578adff2cb13d 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts @@ -110,9 +110,7 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 969def99f807a..619d20533d9c2 100644 --- a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -93,9 +93,7 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts index 8ff5fb527bc2e..65aae6c397c7e 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts @@ -102,9 +102,7 @@ export class ListAppInstanceAdminsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts index 69439fee90cbd..84d72b7e8ee92 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts @@ -101,9 +101,7 @@ export class ListAppInstanceBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts index 0f2d2f457363e..da4d6c047a4f5 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts @@ -108,9 +108,7 @@ export class ListAppInstanceUserEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts index 00c180738d4d5..cb6a7834d175a 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts @@ -99,9 +99,7 @@ export class ListAppInstanceUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts index 8fdcd7e25fd6f..b8dea93bb2b74 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts @@ -97,9 +97,7 @@ export class ListAppInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts index f0e70fc07ec22..9dc8ab75cb26d 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 74bf526d5f661..ac10ef556897c 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -99,9 +99,7 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts index 7ce527f16b0b4..0230c5f925cdb 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts @@ -109,9 +109,7 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts index 7c2d194578277..2e59982c49a20 100644 --- a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts @@ -109,9 +109,7 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts index 6be3def1a8583..55d3419b88a6f 100644 --- a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts index 7631d7df0206a..1b56fa6b13762 100644 --- a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts index dd562ddc9adca..0a16a22a42c67 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts @@ -108,9 +108,7 @@ export class UpdateAppInstanceBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts index d74aed3e52103..1fa43c668a91e 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts @@ -93,9 +93,7 @@ export class UpdateAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts index a7e0ef7cca4e7..9b07355d1c2d0 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts @@ -97,9 +97,7 @@ export class UpdateAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts index 2133189bf8380..2ea9c664de6f7 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts @@ -100,9 +100,7 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 221132501224c..ea798c014753f 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts @@ -229,9 +229,7 @@ export class CreateMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 aa08c4e6720dc..aa1598ddeeb45 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts @@ -194,9 +194,7 @@ export class CreateMediaConcatenationPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ef176aa75e78d..3dbd9d0abb7cc 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts @@ -202,9 +202,7 @@ export class CreateMediaInsightsPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 db8c4935e28b4..fb732f871d9c7 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts @@ -306,9 +306,7 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9585ef2e1c153..37063cf6bbb97 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts @@ -234,9 +234,7 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4eb5e10808ea1..aee22b6024fbe 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -143,9 +143,7 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e2b0c39123344..f22fd4070113b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts @@ -138,9 +138,7 @@ export class CreateMediaStreamPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9f663b65cc6ad..257827d5b1774 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -88,9 +88,7 @@ export class DeleteMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 98069791d6fbb..17fe7069cc4ca 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts @@ -96,9 +96,7 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 42a3260f0e5a4..84c5cc41cc397 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts @@ -92,9 +92,7 @@ export class DeleteMediaPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2a91251bd39c0..6d54b75a8e83b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -96,9 +96,7 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6b6dd794cf111..f0b0296b84958 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts @@ -161,9 +161,7 @@ export class GetMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a0b7164ae3676..9c69d97d69ce2 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts @@ -200,9 +200,7 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 17cba6c0667f8..586d2ae4c5963 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts @@ -353,9 +353,7 @@ export class GetMediaPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 04520f9cbc772..f7ea4273c3e55 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -112,9 +112,7 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4ebf8e4b015f5..fe88f9f6f9474 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts @@ -96,9 +96,7 @@ export class GetSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 11cfadc05759e..ad6fce4c77d61 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -96,9 +96,7 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5aa646dae11ed..9c93586cdfc87 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts @@ -97,9 +97,7 @@ export class ListMediaCapturePipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e749d68d7766d..d4d5e2408808e 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts @@ -108,9 +108,7 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8a6ff78ebd84d..88648b79a3b50 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts @@ -108,9 +108,7 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f9658ce9a32a9..58c9dcccfccca 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts @@ -97,9 +97,7 @@ export class ListMediaPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ff38d3d394d30..b27585f422709 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 cc7ad4862e2c6..f016c17d126bd 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts @@ -114,9 +114,7 @@ export class StartSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 eb91c75fcf495..1dccc3e3cff8e 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -116,9 +116,7 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ddd0e72935c9e..ba96c262fb8b4 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts @@ -93,9 +93,7 @@ export class StopSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 abadea9cfec47..1b9086b0d0015 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -93,9 +93,7 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 331bd9216a520..c1d681445b47e 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ba071ebdb69b8..40b1de9477250 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts @@ -91,9 +91,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ade48ab85d83e..15788eb98384d 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts @@ -299,9 +299,7 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 377b1dc848c46..711d9428a853f 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts @@ -96,9 +96,7 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3d4239c3d3f83..b8f50d7ad233c 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -119,9 +119,7 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMediaPipelinesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts index 6e671b66b3759..db41b218538fb 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts @@ -126,9 +126,7 @@ export class BatchCreateAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts index 134963ff4bb4a..d9d03dc505641 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts @@ -129,9 +129,7 @@ export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts index 96ba943fd005f..a1025b3c5f2f4 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts @@ -117,9 +117,7 @@ export class CreateAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts index d10a7a7737e6d..36ea891321753 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts @@ -166,9 +166,7 @@ export class CreateMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts index 39b09516efa6e..c46d0dc99be37 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -195,9 +195,7 @@ export class CreateMeetingWithAttendeesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts index 1193e4a4934c3..e36dc642c2c6f 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts @@ -88,9 +88,7 @@ export class DeleteAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts index ecad99e50c7c5..5d109aacd3cd0 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts @@ -87,9 +87,7 @@ export class DeleteMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts index 10c3b5cd3a7f2..3976c704bebd4 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts @@ -100,9 +100,7 @@ export class GetAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts index c912230a6805a..1bf3c925e8cd4 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts @@ -122,9 +122,7 @@ export class GetMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts index 1170a2b816e57..5b3e11b8c40f1 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts @@ -108,9 +108,7 @@ export class ListAttendeesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts index f87068f3c8a87..be408ba65bed4 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts index f48eb66caf082..a1879c413b7f9 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts @@ -132,9 +132,7 @@ export class StartMeetingTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts index 6028f8cf8d9d2..6e50097b35366 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts @@ -97,9 +97,7 @@ export class StopMeetingTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts index e818968aa802e..f5f32cd23f553 100644 --- a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts index ba77c81dbef3f..09c48eee6670c 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts @@ -111,9 +111,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts index 6deabff83da0b..c650d26f93a5d 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts @@ -136,9 +136,7 @@ export class UpdateAttendeeCapabilitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMeetingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts index 00b2cc03551ab..9252036602e1c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts @@ -101,9 +101,7 @@ export class AssociateChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts index 655988f1f8481..baa443062dad2 100644 --- a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts @@ -129,9 +129,7 @@ export class BatchCreateChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts index bd31d062dcdc8..228361766e76e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts @@ -129,9 +129,7 @@ export class ChannelFlowCallbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts index 87c7c6ef02dde..3010a84fb6d50 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts @@ -114,9 +114,7 @@ export class CreateChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts index e05abbb391fb4..2f8a590dc74f2 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts @@ -134,9 +134,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts index 4a3d16fd39aa9..6612bc545ac05 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts @@ -138,9 +138,7 @@ export class CreateChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts index 161ebea136694..bcb56f69f21fe 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts @@ -143,9 +143,7 @@ export class CreateChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts index e8fd848a5ef55..4b0eaa8c628ce 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts @@ -126,9 +126,7 @@ export class CreateChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts index 316c574eb2d3d..c8d214a7c5aa7 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts @@ -92,9 +92,7 @@ export class DeleteChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts index bcb47fb8c2193..5b6c1fbc7d93e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts @@ -96,9 +96,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts index 4613a1ea66c06..fd35f12838605 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts @@ -93,9 +93,7 @@ export class DeleteChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts index 4c518e7c9c415..2cfb4432c1c52 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts @@ -97,9 +97,7 @@ export class DeleteChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts index e9057b69a1d4d..2beb482dcf3a8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts @@ -95,9 +95,7 @@ export class DeleteChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts index 9fc6ae2475218..05424c10923bc 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts @@ -92,9 +92,7 @@ export class DeleteChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts index e37f14fd2d8e8..114536da0fe10 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts @@ -90,9 +90,7 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts index 8099ce440bdb7..39cc0466f6444 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts @@ -112,9 +112,7 @@ export class DescribeChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts index 12695d92a092d..752bcae6b9b9d 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts @@ -121,9 +121,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts index 3b3920840f117..03af813a9c0b8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts @@ -109,9 +109,7 @@ export class DescribeChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts index 090d07852eb13..b003b1c7cfbec 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts @@ -116,9 +116,7 @@ export class DescribeChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 85d364d9ddc7b..ba9dbae08d1ea 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -119,9 +119,7 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 0ad3ed4ab4794..4de75f51f77f3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -114,9 +114,7 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts index 8bcf0c8998e2b..ec2497fad45ce 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts @@ -112,9 +112,7 @@ export class DescribeChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts index eb74f23dbc7c6..7682339d1bb03 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts @@ -101,9 +101,7 @@ export class DisassociateChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts index bc05108607a0b..3649321553cce 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts @@ -117,9 +117,7 @@ export class GetChannelMembershipPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts index aed090a5ac75e..508cd70d4c2f1 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts @@ -135,9 +135,7 @@ export class GetChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts index 8730c7a79bfc3..c2310816f681c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts @@ -128,9 +128,7 @@ export class GetChannelMessageStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts index b15b9207803b0..1bba361a96cdf 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts @@ -89,9 +89,7 @@ export class GetMessagingSessionEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts index a91f651e7cce8..5897e54fea316 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts @@ -104,9 +104,7 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts index f2e0f1aacf486..18ac15320fc56 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts @@ -109,9 +109,7 @@ export class ListChannelBansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts index 269e4ab10d0c4..3f709c614eb72 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts @@ -113,9 +113,7 @@ export class ListChannelFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts index aa798bddb3d63..480ca88ffe953 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts @@ -113,9 +113,7 @@ export class ListChannelMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index 250edca2a084d..e50782d37463a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -124,9 +124,7 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts index fcf242e624365..091337669bbf8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts @@ -144,9 +144,7 @@ export class ListChannelMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts index 21129ed07046f..725c9d89d93a4 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts @@ -109,9 +109,7 @@ export class ListChannelModeratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts index 39636d69d26e6..ac641838e4c8f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts @@ -109,9 +109,7 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts index e9c2ddeec8f6d..8faa7e927454a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts @@ -125,9 +125,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 31afa3f05cb45..a7baa2fc50fe2 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -118,9 +118,7 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts index 7d8de60933b2e..4a90ecc81621b 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts @@ -102,9 +102,7 @@ export class ListSubChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts index 7a0e97a658e5f..840cadb3bf08f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts index f421db68db2ff..4f4c5ef4d41ff 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts @@ -122,9 +122,7 @@ export class PutChannelExpirationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts index 85a47e27d1569..75782c2d661d6 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts @@ -128,9 +128,7 @@ export class PutChannelMembershipPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts index b65b7c9076059..2ef1362e2c23b 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts @@ -114,9 +114,7 @@ export class PutMessagingStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts index 0d50bb2e5182a..6fd60c90034d2 100644 --- a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts @@ -102,9 +102,7 @@ export class RedactChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts index 9cf7698ede6b1..4377a0bf5b525 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts @@ -118,9 +118,7 @@ export class SearchChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts index 7188069609ddb..85175251a0104 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts @@ -135,9 +135,7 @@ export class SendChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts index 3ef07620eb077..d7afd385c5475 100644 --- a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts index 67cfe59068cfd..9b43312d82d98 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts index 9100a5a8d4d3b..854588b26eb7f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts @@ -106,9 +106,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts index 365e8458ca2ad..3164e1373a242 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts @@ -109,9 +109,7 @@ export class UpdateChannelFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts index 869ac4d5238d6..19cc7679f8b25 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts @@ -112,9 +112,7 @@ export class UpdateChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts index 43c3e527c6ec9..9bfbf8446f6ac 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts @@ -97,9 +97,7 @@ export class UpdateChannelReadMarkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKMessagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 7ec1a2ad978b5..fa5eaf80f885f 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -110,9 +110,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 69f470226a0d2..8a587a0647d9e 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -110,9 +110,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts index 46079c1828aed..2205206f6c9fc 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts @@ -105,9 +105,7 @@ export class BatchDeletePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts index 1671d78b398cb..e8932880ce978 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -109,9 +109,7 @@ export class BatchUpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts index a7c59a0da9be7..616e2db781111 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts @@ -111,9 +111,7 @@ export class CreatePhoneNumberOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts index a4a2bf59f7aa2..272e38822dfbb 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts @@ -130,9 +130,7 @@ export class CreateProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts index 8a5c89ac11a57..6de8460b77a62 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -110,9 +110,7 @@ export class CreateSipMediaApplicationCallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts index e34b4d4aa779b..df11fe0e9330c 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts @@ -122,9 +122,7 @@ export class CreateSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts index a8b7d08b842b4..ee06cc17b7a62 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts @@ -118,9 +118,7 @@ export class CreateSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts index dabbffd0341b4..980c08b966f1b 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts @@ -113,9 +113,7 @@ export class CreateVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts index 8fcdc27ff50b7..ee840893fe04a 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -112,9 +112,7 @@ export class CreateVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts index 6f78cd763ac76..c1dde7f28b8e3 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts @@ -115,9 +115,7 @@ export class CreateVoiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts index 1137725ef728a..98ed42373fbe8 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts @@ -124,9 +124,7 @@ export class CreateVoiceProfileDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts index 929d391892d44..4e0807d055f51 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts @@ -90,9 +90,7 @@ export class DeletePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts index 38561032c3d28..1c19537a1fc82 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts @@ -86,9 +86,7 @@ export class DeleteProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts index f5a3062a75476..b01b5c738ba01 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts @@ -87,9 +87,7 @@ export class DeleteSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts index 0ac6c92e908c3..6319a2618ca58 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts @@ -87,9 +87,7 @@ export class DeleteSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts index dd636e561a738..55dc0e5111eab 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts @@ -89,9 +89,7 @@ export class DeleteVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index 7fa6f8ba025c9..45ac88ba7c16d 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -89,9 +89,7 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts index a9ce1e1a73e56..2889bab939807 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -89,9 +89,7 @@ export class DeleteVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts index feff8c3a4126d..9c7153fd9ea93 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -91,9 +91,7 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts index 11ef05594c973..92b6a821660eb 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -84,9 +84,7 @@ export class DeleteVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 8d17a55a3662d..68ec1c2074f91 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts index e6533e25fc1dc..4877d9b7f58ee 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -91,9 +91,7 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index e36c8e0946052..4b875a49d6c9f 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -95,9 +95,7 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts index a988a5a5a6419..9ade58a1153ef 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts @@ -90,9 +90,7 @@ export class DeleteVoiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts index fdbd86a011883..815b1ea3e7b5f 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts @@ -90,9 +90,7 @@ export class DeleteVoiceProfileDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index f71ac7f1b75fe..7c2879829afcf 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -107,9 +107,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 9021e1fa10abc..2f5a2be647ab5 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -107,9 +107,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts index 880336ef4cae2..43ac918f51ff5 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts @@ -83,9 +83,7 @@ export class GetGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts index b3cbe25f7a211..415fe908e9ae3 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts @@ -121,9 +121,7 @@ export class GetPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts index 184eacfec7038..4b99f890778df 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts @@ -105,9 +105,7 @@ export class GetPhoneNumberOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts index 747295c4aec4b..97e8652d69469 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts @@ -83,9 +83,7 @@ export class GetPhoneNumberSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts index 6515f79606c66..a5010ae5b99db 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts @@ -115,9 +115,7 @@ export class GetProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts index 80e01cd4b58d2..0c4fb5e88f479 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -107,9 +107,7 @@ export class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts index f8d0e73659cdb..80907f4d63342 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts @@ -103,9 +103,7 @@ export class GetSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index c10655a81349a..cabd529201969 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -97,9 +97,7 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts index 031a41df1fddc..e7323e5064a25 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts @@ -102,9 +102,7 @@ export class GetSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts index e93f7592a818c..31470a5b13c01 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts @@ -114,9 +114,7 @@ export class GetSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts index d6d9b3401f6c8..84a6c953d3b7c 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts @@ -96,9 +96,7 @@ export class GetVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 462deeb34dc06..77cc820e7dbe0 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -104,9 +104,7 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts index 402f730266595..ef0aa1dcb0a0d 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts @@ -99,9 +99,7 @@ export class GetVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 1fd55674dfb09..a5e36cfec879a 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -99,9 +99,7 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts index 20dbab8f6f3c5..428556dbd6f87 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -102,9 +102,7 @@ export class GetVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts index 8e83145ee6353..a6f7fb9818101 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts @@ -98,9 +98,7 @@ export class GetVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index ab408c869b7c1..c51bca29fdc56 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -110,9 +110,7 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts index 905d5156d6b3f..b91b5a68f3032 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -105,9 +105,7 @@ export class GetVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index e4e46c65330fe..9d06084d9d536 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -99,9 +99,7 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts index 59f57dff97834..66e968042aee2 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts @@ -100,9 +100,7 @@ export class GetVoiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts index ff855606689b3..5f8289327b109 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts @@ -103,9 +103,7 @@ export class GetVoiceProfileDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts index fce7bb3dee9a2..2d7d73709eedb 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -106,9 +106,7 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts index 83b9b3194af87..b026b2c344895 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts @@ -88,9 +88,7 @@ export class ListAvailableVoiceConnectorRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts index 08dd2ff5a5ac9..a37905a8a8917 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts @@ -104,9 +104,7 @@ export class ListPhoneNumberOrdersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts index a0fe98b07feba..e5c5295c26c9b 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts @@ -129,9 +129,7 @@ export class ListPhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts index 780318ac1675a..218bc07159e27 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts @@ -120,9 +120,7 @@ export class ListProxySessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts index e0c447d0d6f08..522548240dd45 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts @@ -103,9 +103,7 @@ export class ListSipMediaApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts index fa1a1c75d6a48..3ade4259fa3c0 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts @@ -103,9 +103,7 @@ export class ListSipRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index e29bc74b4cb57..5054697e51fcb 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -101,9 +101,7 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts index 3328028103d0a..36aa407820201 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts index 603f3ec47ed4b..d53ce449d28c6 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -100,9 +100,7 @@ export class ListVoiceConnectorGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index c19b76e583fd6..40e8868a78200 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -98,9 +98,7 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts index e7828aee2c66e..dd533c093c78c 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts @@ -97,9 +97,7 @@ export class ListVoiceConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts index 2ac66e827aab3..2a50902bc8935 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts @@ -102,9 +102,7 @@ export class ListVoiceProfileDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts index d48bf5e157ec4..f57cfd24f19eb 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts @@ -102,9 +102,7 @@ export class ListVoiceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts index ae3973b8c510f..fccd05f6ea243 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -114,9 +114,7 @@ export class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index b3275e4b400ea..4e63d5610f1e3 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -100,9 +100,7 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index acad1c4c79961..ac6d59b622208 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -114,9 +114,7 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index faafc1880c01a..d65a93c2dd7b3 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -102,9 +102,7 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts index cfc658c850fe5..7965a5918f9c4 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -114,9 +114,7 @@ export class PutVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts index d73b42abc3f55..5a36c6130cd9d 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts @@ -107,9 +107,7 @@ export class PutVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index 3926ea20d4b54..c9d6477b55a18 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -122,9 +122,7 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts index 29dd092868242..975e133daea2f 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -120,9 +120,7 @@ export class PutVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index bbc49afc36617..04159c7883459 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -97,9 +97,7 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts index 1bc6594aaf145..0b681f202046e 100644 --- a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts @@ -123,9 +123,7 @@ export class RestorePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts index ca8fd6e2ba748..efd113dd05504 100644 --- a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -105,9 +105,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts index 9b0527b802d07..2407e64b01450 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts @@ -130,9 +130,7 @@ export class StartSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts index c9e3a4dbf9e00..ea9791cb34466 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -122,9 +122,7 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts index bb37674575b1a..7275342eb3903 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts @@ -94,9 +94,7 @@ export class StopSpeakerSearchTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts index 7f677774f2215..fce7a489bb1b3 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -94,9 +94,7 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts index d6ee2860e66ab..375942692e9de 100644 --- a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts index 7008aa88ef157..2d24727e725b4 100644 --- a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts index f4840c8842c45..8012c020baca3 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts @@ -83,9 +83,7 @@ export class UpdateGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts index 47237ca6c4609..0862c74e77f43 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts @@ -133,9 +133,7 @@ export class UpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts index f72b6d9b9ec50..52aaf41389105 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -87,9 +87,7 @@ export class UpdatePhoneNumberSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts index acba5f6621ff2..ed1dd5dba1e53 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts @@ -119,9 +119,7 @@ export class UpdateProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts index f977522a195b6..e4c52fb5b772d 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -106,9 +106,7 @@ export class UpdateSipMediaApplicationCallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts index 919387acf9022..aba14b5de5df2 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts @@ -112,9 +112,7 @@ export class UpdateSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts index f88b6390e9818..2f8b89054dd2e 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts @@ -116,9 +116,7 @@ export class UpdateSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts index 6fac9fd299cac..4e898cd53c054 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts @@ -97,9 +97,7 @@ export class UpdateVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts index 0123efcc10053..71ba5fc991782 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -108,9 +108,7 @@ export class UpdateVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts index 789c2552da46a..3ca423fd6a5e4 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts @@ -116,9 +116,7 @@ export class UpdateVoiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts index c5ccb8386dbab..b698a016478d3 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts @@ -105,9 +105,7 @@ export class UpdateVoiceProfileDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts index 68f75143811cf..5c2d05cd28569 100644 --- a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts @@ -124,9 +124,7 @@ export class ValidateE911AddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeSDKVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts index d1ed46032aa02..ec32ca4e860e1 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts @@ -98,9 +98,7 @@ export class AssociatePhoneNumberWithUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 6f0d3b386ac37..3ca755d028c41 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -118,9 +118,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 075c4d41fca9c..21917bc1a50f7 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -118,9 +118,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts index 3132b14cca7f3..54e5ac4b065da 100644 --- a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +++ b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts @@ -98,9 +98,7 @@ export class AssociateSigninDelegateGroupsWithAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index a10e9a8f9890e..01cd2c13cd0a6 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -132,9 +132,7 @@ export class BatchCreateAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index 7ce5c0d0e595b..c570f2aeb3e6a 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -126,9 +126,7 @@ export class BatchCreateChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts index 42426d281452d..818eff8669b85 100644 --- a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts @@ -100,9 +100,7 @@ export class BatchCreateRoomMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts index 65867af78efab..4fc7beffd73f2 100644 --- a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts @@ -101,9 +101,7 @@ export class BatchDeletePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts index 5495fa0d6fa73..6a6bf5d9ffbae 100644 --- a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts @@ -107,9 +107,7 @@ export class BatchSuspendUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts index a1711e7086895..17a3243eac6b3 100644 --- a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts @@ -104,9 +104,7 @@ export class BatchUnsuspendUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts index cf32dd071fad6..352fe1a7168a3 100644 --- a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -104,9 +104,7 @@ export class BatchUpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts index d527d5d5d0276..109369be1d0a8 100644 --- a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts @@ -107,9 +107,7 @@ export class BatchUpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateAccountCommand.ts b/clients/client-chime/src/commands/CreateAccountCommand.ts index 2715d7350988e..97718920bdcad 100644 --- a/clients/client-chime/src/commands/CreateAccountCommand.ts +++ b/clients/client-chime/src/commands/CreateAccountCommand.ts @@ -105,9 +105,7 @@ export class CreateAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index 1c1f23c1ccf50..8ccc81dab2499 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -119,9 +119,7 @@ export class CreateAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index b74fa10184bec..73ba5a526b6fb 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -112,9 +112,7 @@ export class CreateAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index 06453c912863f..02567d2cf2af1 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -114,9 +114,7 @@ export class CreateAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index ae89ee074ea2d..a6a271d29533e 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -119,9 +119,7 @@ export class CreateAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateBotCommand.ts b/clients/client-chime/src/commands/CreateBotCommand.ts index 04a5201cc29ec..a467158e3926c 100644 --- a/clients/client-chime/src/commands/CreateBotCommand.ts +++ b/clients/client-chime/src/commands/CreateBotCommand.ts @@ -106,9 +106,7 @@ export class CreateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts index 1d6acc4d22390..59990f16870f9 100644 --- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts @@ -119,9 +119,7 @@ export class CreateChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts index 2ee77151bcab6..f937558ddea7a 100644 --- a/clients/client-chime/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelCommand.ts @@ -123,9 +123,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts index 0e68a0b07c1aa..19fc984ac4b3e 100644 --- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts @@ -143,9 +143,7 @@ export class CreateChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index fd268f6986791..1a38c65a5513f 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -131,9 +131,7 @@ export class CreateChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts index 8e2ed8876ce44..12bbb56637a56 100644 --- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts @@ -163,9 +163,7 @@ export class CreateMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index b15c50dbb3d42..3e7e8aceb73ee 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -132,9 +132,7 @@ export class CreateMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts index e9fc1467632e1..2b7dd6b8bd0f0 100644 --- a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts @@ -104,9 +104,7 @@ export class CreateMeetingDialOutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts index 4ff7397400fc2..7b2bafae4e500 100644 --- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -162,9 +162,7 @@ export class CreateMeetingWithAttendeesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts index 62e4c0aff96b7..6268a863b2e64 100644 --- a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts @@ -110,9 +110,7 @@ export class CreatePhoneNumberOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts index 4a7d953963fdf..90967b1c4a01c 100644 --- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts @@ -138,9 +138,7 @@ export class CreateProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateRoomCommand.ts b/clients/client-chime/src/commands/CreateRoomCommand.ts index 66db16c010aca..743b59f617423 100644 --- a/clients/client-chime/src/commands/CreateRoomCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomCommand.ts @@ -103,9 +103,7 @@ export class CreateRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts index c8cee37803618..5f7c9b117b103 100644 --- a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts @@ -112,9 +112,7 @@ export class CreateRoomMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index 8001be75aa6d8..5e05f3271e6ca 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -115,9 +115,7 @@ export class CreateSipMediaApplicationCallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index ab64fc4e7d5a7..7cccdfafca0dd 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -124,9 +124,7 @@ export class CreateSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index 7f763052b10ee..1dfe564730fe7 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -127,9 +127,7 @@ export class CreateSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateUserCommand.ts b/clients/client-chime/src/commands/CreateUserCommand.ts index 26b9f528c69a5..3333d1cc0aac6 100644 --- a/clients/client-chime/src/commands/CreateUserCommand.ts +++ b/clients/client-chime/src/commands/CreateUserCommand.ts @@ -115,9 +115,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index c2011fc2c44db..e46c18dc4998e 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -112,9 +112,7 @@ export class CreateVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts index 3c16aff4acbe0..1369f9d9773c7 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -120,9 +120,7 @@ export class CreateVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAccountCommand.ts b/clients/client-chime/src/commands/DeleteAccountCommand.ts index 857ce783bf9d1..f6c132ba5232b 100644 --- a/clients/client-chime/src/commands/DeleteAccountCommand.ts +++ b/clients/client-chime/src/commands/DeleteAccountCommand.ts @@ -97,9 +97,7 @@ export class DeleteAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts index 65795d0d93774..2979cad8eab22 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts @@ -96,9 +96,7 @@ export class DeleteAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index 98051c55f458d..87e48dc47976b 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -91,9 +91,7 @@ export class DeleteAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 5508a4bccb4fe..82b45d51c7f93 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -97,9 +97,7 @@ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index 94eabf31cf146..06cc670fc052e 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -90,9 +90,7 @@ export class DeleteAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index 90faa40f12158..fc11432ef8c9e 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -97,9 +97,7 @@ export class DeleteAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts index 6f38786d127ef..fd8d2b0ef0261 100644 --- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts @@ -97,9 +97,7 @@ export class DeleteChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 11a6804ce9d57..4e50095982002 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -97,9 +97,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index c2a539166c4b9..05f6a98515dde 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -101,9 +101,7 @@ export class DeleteChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index 2ac009dfa9223..ab20e11a486ac 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -99,9 +99,7 @@ export class DeleteChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts index 307468afca8c2..40c3da7365c9b 100644 --- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts @@ -97,9 +97,7 @@ export class DeleteChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts index 83943fa2ba99d..376734da524b6 100644 --- a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts @@ -82,9 +82,7 @@ export class DeleteEventsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index 163a183d7977d..d6243cdf12a3d 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -94,9 +94,7 @@ export class DeleteMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index 241302f534c31..514b60ae0b8bc 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -96,9 +96,7 @@ export class DeleteMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts index 85407067f6b38..0e0af0a028cb1 100644 --- a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts @@ -89,9 +89,7 @@ export class DeletePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts index 24731d68e363d..0e7f132061209 100644 --- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts @@ -94,9 +94,7 @@ export class DeleteProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteRoomCommand.ts b/clients/client-chime/src/commands/DeleteRoomCommand.ts index b9ce11ba5896a..096941f383a9f 100644 --- a/clients/client-chime/src/commands/DeleteRoomCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomCommand.ts @@ -85,9 +85,7 @@ export class DeleteRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts index 26db610b3d691..9a9bb47238f5a 100644 --- a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts @@ -86,9 +86,7 @@ export class DeleteRoomMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index aa54b8da48d70..965a6e3667b78 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -97,9 +97,7 @@ export class DeleteSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index f4eb94b094ff2..03320ed1c673a 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -97,9 +97,7 @@ export class DeleteSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index 74f0d5ce33a57..c33da5524d599 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -99,9 +99,7 @@ export class DeleteVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index c32e49c683a89..05cf52fb670d2 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -97,9 +97,7 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 03abf03ee6863..94773badb591a 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -99,9 +99,7 @@ export class DeleteVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts index 6ea11811d4997..afa660565d56c 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -99,9 +99,7 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index d3b1b33144285..fb4ffae197c6f 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -93,9 +93,7 @@ export class DeleteVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 17e1a763ed3a6..ed8dc06bf06b3 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -97,9 +97,7 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index aac2845129404..875a831931b45 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -99,9 +99,7 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 03d0da756d841..b2214dd24c61f 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -103,9 +103,7 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index 87e734b15ccc1..a66c58da76d3a 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -104,9 +104,7 @@ export class DescribeAppInstanceAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index b82a6d08012cb..7b7bae5187065 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -102,9 +102,7 @@ export class DescribeAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index 0e0c2d8f83dd1..6f1178327018b 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -102,9 +102,7 @@ export class DescribeAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index 474755f532539..de3d8c4ab3abb 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -117,9 +117,7 @@ export class DescribeChannelBanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index 4085192707c7b..b10997f808edd 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -116,9 +116,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index 174a671c56e55..023594cbcfdee 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -119,9 +119,7 @@ export class DescribeChannelMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index c2543459de0fb..cc85c0154f426 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -123,9 +123,7 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 1a081c6b29ff8..3a3143028ce60 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -119,9 +119,7 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index ae66e440c32df..8cf0b646f3420 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -117,9 +117,7 @@ export class DescribeChannelModeratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts index 4f83f54667c60..932645c90beea 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts @@ -90,9 +90,7 @@ export class DisassociatePhoneNumberFromUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index b3974a6eedffd..cc77d161e922f 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -114,9 +114,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index be6853241514a..dfc50eee1a6e9 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -114,9 +114,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts index f2a796cb62796..97f5e707e7e3d 100644 --- a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +++ b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts @@ -96,9 +96,7 @@ export class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetAccountCommand.ts b/clients/client-chime/src/commands/GetAccountCommand.ts index 3abc815c8945e..d85b0154199c8 100644 --- a/clients/client-chime/src/commands/GetAccountCommand.ts +++ b/clients/client-chime/src/commands/GetAccountCommand.ts @@ -103,9 +103,7 @@ export class GetAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts index 91baccaddc97a..4e790faa349c7 100644 --- a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts @@ -92,9 +92,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 386c1e2e938c8..2059d0e8ddbfe 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -105,9 +105,7 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 64e2782c25358..e03d5993d1790 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -110,9 +110,7 @@ export class GetAppInstanceStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index a694c59877b71..0a255d26f269d 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -104,9 +104,7 @@ export class GetAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetBotCommand.ts b/clients/client-chime/src/commands/GetBotCommand.ts index 2bcd0d1d73bee..cce6a07cb3565 100644 --- a/clients/client-chime/src/commands/GetBotCommand.ts +++ b/clients/client-chime/src/commands/GetBotCommand.ts @@ -97,9 +97,7 @@ export class GetBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts index cf11f02c8a859..21499208056a3 100644 --- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts @@ -121,9 +121,7 @@ export class GetChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts index 2a2bb5d54d8c9..d56b661b37db1 100644 --- a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts @@ -95,9 +95,7 @@ export class GetEventsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts index 9f42841941619..c8e122d50e079 100644 --- a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts @@ -87,9 +87,7 @@ export class GetGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index 9c7f583b7ce18..39aba4b60f25b 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -134,9 +134,7 @@ export class GetMediaCapturePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index 3e7d275b1697c..4be596ebbd0c8 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -115,9 +115,7 @@ export class GetMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts index 233f22d55e36f..fe4166aded897 100644 --- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts @@ -94,9 +94,7 @@ export class GetMessagingSessionEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts index 1acdf325c11e0..e02d683f3c22f 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts @@ -117,9 +117,7 @@ export class GetPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts index f3d0cb6e07d9f..c6f0020faffbf 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts @@ -103,9 +103,7 @@ export class GetPhoneNumberOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts index 4a93a74e833f4..68a7419b2da49 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts @@ -82,9 +82,7 @@ export class GetPhoneNumberSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index 9ebf68bfd2b0f..405fcff95574b 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -124,9 +124,7 @@ export class GetProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts index 3a21d3e5756cc..c5f8951a5e4db 100644 --- a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts @@ -98,9 +98,7 @@ export class GetRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetRoomCommand.ts b/clients/client-chime/src/commands/GetRoomCommand.ts index cdb701946718f..8e39c0fbd02c2 100644 --- a/clients/client-chime/src/commands/GetRoomCommand.ts +++ b/clients/client-chime/src/commands/GetRoomCommand.ts @@ -94,9 +94,7 @@ export class GetRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index c5c50aa482c0d..62d966c88f3ae 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -110,9 +110,7 @@ export class GetSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index d518bf92003a5..f515cac646c86 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -106,9 +106,7 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index 6ecc5503060ed..2c6fb31ed3726 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -110,9 +110,7 @@ export class GetSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetUserCommand.ts b/clients/client-chime/src/commands/GetUserCommand.ts index 0e37e69ca62f6..95753205dac3c 100644 --- a/clients/client-chime/src/commands/GetUserCommand.ts +++ b/clients/client-chime/src/commands/GetUserCommand.ts @@ -108,9 +108,7 @@ export class GetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetUserSettingsCommand.ts b/clients/client-chime/src/commands/GetUserSettingsCommand.ts index e81879b3f6921..b34c5987002ae 100644 --- a/clients/client-chime/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetUserSettingsCommand.ts @@ -93,9 +93,7 @@ export class GetUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index 2192b9fec631a..ab80bccf64077 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -104,9 +104,7 @@ export class GetVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 690157b886273..5daea800f36ed 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -113,9 +113,7 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index 3661c3494c899..27ba1aac7f6a0 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -108,9 +108,7 @@ export class GetVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index fca39dd92e227..71ba027ca40dc 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -108,9 +108,7 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index 9bd34956b9267..d81f546f848f5 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -111,9 +111,7 @@ export class GetVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index 5881804a7f320..556c1c4b70722 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -106,9 +106,7 @@ export class GetVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index 8460069475f61..a030e8ac2c86f 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -114,9 +114,7 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts index 58b40d11fb09a..556738dbd30ed 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -114,9 +114,7 @@ export class GetVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index 6fe7008740ef0..1a7c17c27d6b5 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -107,9 +107,7 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/InviteUsersCommand.ts b/clients/client-chime/src/commands/InviteUsersCommand.ts index cb99d4af588ba..c7538cde5ab5c 100644 --- a/clients/client-chime/src/commands/InviteUsersCommand.ts +++ b/clients/client-chime/src/commands/InviteUsersCommand.ts @@ -104,9 +104,7 @@ export class InviteUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAccountsCommand.ts b/clients/client-chime/src/commands/ListAccountsCommand.ts index 1559393302b03..782dbba9a409b 100644 --- a/clients/client-chime/src/commands/ListAccountsCommand.ts +++ b/clients/client-chime/src/commands/ListAccountsCommand.ts @@ -110,9 +110,7 @@ export class ListAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts index 23a04ec49cec7..d9b900b2aebc8 100644 --- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts @@ -108,9 +108,7 @@ export class ListAppInstanceAdminsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index 3eb1b2a76bc54..082e68fb83260 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -109,9 +109,7 @@ export class ListAppInstanceUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts index cd3b3bcc224b1..8e64ed7b3ad27 100644 --- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts @@ -105,9 +105,7 @@ export class ListAppInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index f4bc77697e921..42b0ffd6292fe 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -101,9 +101,7 @@ export class ListAttendeeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index 86de4464e25ed..9831647b625dc 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -112,9 +112,7 @@ export class ListAttendeesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListBotsCommand.ts b/clients/client-chime/src/commands/ListBotsCommand.ts index e64adf68f4e85..5c5f0fcf7468b 100644 --- a/clients/client-chime/src/commands/ListBotsCommand.ts +++ b/clients/client-chime/src/commands/ListBotsCommand.ts @@ -101,9 +101,7 @@ export class ListBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts index 656d175fd84ed..f1abd34596b38 100644 --- a/clients/client-chime/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts @@ -114,9 +114,7 @@ export class ListChannelBansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index 9c8e273200f16..b4433d6d0e8dc 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -115,9 +115,7 @@ export class ListChannelMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index d6aa3dcb3f495..16e17c2c2819d 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -128,9 +128,7 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index 2a0ba1d7fa503..80451195b4045 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -130,9 +130,7 @@ export class ListChannelMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts index ea93d29f841a7..1d9e651d02afa 100644 --- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts @@ -114,9 +114,7 @@ export class ListChannelModeratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index 0a7edf6dd7e57..ba3574b8f2d4e 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -130,9 +130,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 3a80a01c47ec4..1a77bd71d7249 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -123,9 +123,7 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index acd7adef99bce..e19acd450172f 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -134,9 +134,7 @@ export class ListMediaCapturePipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index 14b530e504251..309df67ebaef8 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -104,9 +104,7 @@ export class ListMeetingTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index 4ff5b01e20570..0261d6dcaede4 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -109,9 +109,7 @@ export class ListMeetingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts index db069ecfd285a..f9b310abeceb6 100644 --- a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts @@ -103,9 +103,7 @@ export class ListPhoneNumberOrdersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts index b887084754021..82f242fbde352 100644 --- a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts @@ -125,9 +125,7 @@ export class ListPhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index 33bfe09acc92c..304c9e7e98755 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -129,9 +129,7 @@ export class ListProxySessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts index 3ffa771721e57..a2faaaab45550 100644 --- a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts @@ -109,9 +109,7 @@ export class ListRoomMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListRoomsCommand.ts b/clients/client-chime/src/commands/ListRoomsCommand.ts index 92ff7a41fbd17..9da01a3bba4c3 100644 --- a/clients/client-chime/src/commands/ListRoomsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomsCommand.ts @@ -99,9 +99,7 @@ export class ListRoomsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index 51901c366dfc6..eae65e0f8154e 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -111,9 +111,7 @@ export class ListSipMediaApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index 0865458f69e44..74beeb4e1a2fd 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -112,9 +112,7 @@ export class ListSipRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index 63282c639ebd9..8732649058ca8 100644 --- a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -101,9 +101,7 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index bd28ffd978ff0..f26962cce8aac 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -110,9 +110,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListUsersCommand.ts b/clients/client-chime/src/commands/ListUsersCommand.ts index 9858619580011..7b5aa27d8001f 100644 --- a/clients/client-chime/src/commands/ListUsersCommand.ts +++ b/clients/client-chime/src/commands/ListUsersCommand.ts @@ -116,9 +116,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index 16e3f0fb93544..c1bfc47e56b8d 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -108,9 +108,7 @@ export class ListVoiceConnectorGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 5648e6afc44a2..15c460a9e19dc 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -107,9 +107,7 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index dd82d168ca92b..ede7040742e51 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -105,9 +105,7 @@ export class ListVoiceConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/LogoutUserCommand.ts b/clients/client-chime/src/commands/LogoutUserCommand.ts index 2e190f6e2b710..7740cb80e0cb5 100644 --- a/clients/client-chime/src/commands/LogoutUserCommand.ts +++ b/clients/client-chime/src/commands/LogoutUserCommand.ts @@ -85,9 +85,7 @@ export class LogoutUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 34c5f55c5cf0e..7f92f730d5181 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -114,9 +114,7 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index 271f3d53cf200..9d8d4fedf913d 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -117,9 +117,7 @@ export class PutAppInstanceStreamingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts index 5aa65ed354671..fe9f03cfad682 100644 --- a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts @@ -100,9 +100,7 @@ export class PutEventsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts index 5308778b6a36e..e74abb7f411e3 100644 --- a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts @@ -117,9 +117,7 @@ export class PutRetentionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 58fc30e159673..5d08e99ca6533 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -109,9 +109,7 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 21f86358ac76c..ed7cf9646486b 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -124,9 +124,7 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index b9de18a46bec1..3ff44dd3b4d71 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -112,9 +112,7 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index ed358da37f017..ca1e518082ab8 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -126,9 +126,7 @@ export class PutVoiceConnectorOriginationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index bccf3c9ca818c..6eb6cc3b23e24 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -116,9 +116,7 @@ export class PutVoiceConnectorProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index be88eefbd725e..ef1a7cbdba78d 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -123,9 +123,7 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts index eb576fbe11a9b..a032f4d56ba95 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -132,9 +132,7 @@ export class PutVoiceConnectorTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index c53f1926a55ec..f36c411d60dbf 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -106,9 +106,7 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index d67e0b2a69b6b..0093badbdf265 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -101,9 +101,7 @@ export class RedactChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts index 64d5d8a9a820a..c64e2a01ede86 100644 --- a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts @@ -86,9 +86,7 @@ export class RedactConversationMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts index 7b1206d336838..3d3ef1c331b90 100644 --- a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts @@ -86,9 +86,7 @@ export class RedactRoomMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts index bade48e9b391c..d3e734889ce80 100644 --- a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts +++ b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts @@ -101,9 +101,7 @@ export class RegenerateSecurityTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts index f58c7193fab41..1fc1fbc95a5d9 100644 --- a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts +++ b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts @@ -109,9 +109,7 @@ export class ResetPersonalPINCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts index 865eda8ba8f95..90372ee64eca3 100644 --- a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts @@ -121,9 +121,7 @@ export class RestorePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts index eeadfb35e159b..6f8f653e1528b 100644 --- a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -109,9 +109,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index d09c2dfb2830c..4000a52588d03 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -114,9 +114,7 @@ export class SendChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index 30a3e9f8f704c..6d1c237d0ce77 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -138,9 +138,7 @@ export class StartMeetingTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts index 5df92b75c56bd..33e892d97d588 100644 --- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts @@ -96,9 +96,7 @@ export class StopMeetingTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index 3a110ee3b24a6..930751e9e8c66 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -99,9 +99,7 @@ export class TagAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index 04411b6bfa7dc..c042676e4ca87 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -102,9 +102,7 @@ export class TagMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index 421287ee98175..726ab9c93b89d 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index fbfa8fd0539c8..a85407273e3ad 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -93,9 +93,7 @@ export class UntagAttendeeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index aa2fa2c74a393..d2093bb9ec38a 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -96,9 +96,7 @@ export class UntagMeetingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index b6d0651d034c6..3413e69f9a9b0 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -94,9 +94,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateAccountCommand.ts b/clients/client-chime/src/commands/UpdateAccountCommand.ts index e492494a3ac77..6e465d48fc55c 100644 --- a/clients/client-chime/src/commands/UpdateAccountCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountCommand.ts @@ -104,9 +104,7 @@ export class UpdateAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts index 71f05733080e5..7998761549e9e 100644 --- a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts @@ -96,9 +96,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index 84b18a445a6d5..064dac84e833d 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -102,9 +102,7 @@ export class UpdateAppInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index 254d3a696adf5..3fe51052ae46c 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -102,9 +102,7 @@ export class UpdateAppInstanceUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateBotCommand.ts b/clients/client-chime/src/commands/UpdateBotCommand.ts index f9b0982a97393..0b40a881c26e4 100644 --- a/clients/client-chime/src/commands/UpdateBotCommand.ts +++ b/clients/client-chime/src/commands/UpdateBotCommand.ts @@ -98,9 +98,7 @@ export class UpdateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index f24cb973dd3f1..addce76921058 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -111,9 +111,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts index b47d1aa516b61..874e1673d230c 100644 --- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts @@ -110,9 +110,7 @@ export class UpdateChannelMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index fe2b63a5e9dc3..2ee317b6d9410 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -102,9 +102,7 @@ export class UpdateChannelReadMarkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts index 5af1c1b3fa2e1..37c2d36f5a243 100644 --- a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts @@ -86,9 +86,7 @@ export class UpdateGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts index 5f81ab47dd5d2..22bb53d251986 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts @@ -126,9 +126,7 @@ export class UpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts index b9ce5449db0c3..1e4155989f984 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -86,9 +86,7 @@ export class UpdatePhoneNumberSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index f3bc8147e14dd..661978cc0d38a 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -128,9 +128,7 @@ export class UpdateProxySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateRoomCommand.ts b/clients/client-chime/src/commands/UpdateRoomCommand.ts index 5e40386770f3d..e18cf0cea722c 100644 --- a/clients/client-chime/src/commands/UpdateRoomCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomCommand.ts @@ -100,9 +100,7 @@ export class UpdateRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts index 8d0a84b1a71fc..2cf8ab9bc2c5a 100644 --- a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts @@ -108,9 +108,7 @@ export class UpdateRoomMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index 4980dc69a327d..3aea80ca067de 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -114,9 +114,7 @@ export class UpdateSipMediaApplicationCallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index 9cdee3b815c06..f2a13061282a9 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -121,9 +121,7 @@ export class UpdateSipMediaApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index 8efad5d63e88b..0512c8a4ad711 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -126,9 +126,7 @@ export class UpdateSipRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateUserCommand.ts b/clients/client-chime/src/commands/UpdateUserCommand.ts index 41a41ea9bdbf9..7d67121bd7aa8 100644 --- a/clients/client-chime/src/commands/UpdateUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserCommand.ts @@ -115,9 +115,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts index 46382e3475cc4..84a9217c24bfb 100644 --- a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts @@ -92,9 +92,7 @@ export class UpdateUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index 85c3df4c697be..493a40f8ccd23 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -106,9 +106,7 @@ export class UpdateVoiceConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 51513fff44918..0998ef82525ce 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -119,9 +119,7 @@ export class UpdateVoiceConnectorGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index 1674972706f18..51473d2c9fe2c 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -133,9 +133,7 @@ export class ValidateE911AddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ChimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts index f9e574ab09308..1c541e84dd21e 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts @@ -139,9 +139,7 @@ export class BatchGetCollaborationAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts index 0b2af3791cfc6..c61f63df3855b 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts @@ -179,9 +179,7 @@ export class BatchGetSchemaAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts index 01345568a6edd..13e986fa17fbb 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts @@ -143,9 +143,7 @@ export class BatchGetSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts index a2f9c0b555ebf..8aefd703cb674 100644 --- a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts @@ -145,9 +145,7 @@ export class CreateAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts index 059bc7f2efa99..fa21c7aa0bd40 100644 --- a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts @@ -133,9 +133,7 @@ export class CreateCollaborationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts index f8f88d77f7755..f0b12f903bb0a 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts @@ -115,9 +115,7 @@ export class CreateConfiguredAudienceModelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts index 8f4f811a011b2..23a1595d1ff4b 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts @@ -228,9 +228,7 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts index fb065e13391c5..76a8ec22e9c4b 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts @@ -157,9 +157,7 @@ export class CreateConfiguredTableAssociationAnalysisRuleCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts index 9380bf4a2db89..a50c2b614e9ae 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts @@ -114,9 +114,7 @@ export class CreateConfiguredTableAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts index 40981ca2c5b9a..80ed0403efd7c 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts @@ -120,9 +120,7 @@ export class CreateConfiguredTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts index 6e91ddba87505..5ebcc3a4610c0 100644 --- a/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts @@ -120,9 +120,7 @@ export class CreateIdMappingTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts index 94ffe3e478861..5b344954af997 100644 --- a/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts @@ -127,9 +127,7 @@ export class CreateIdNamespaceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts index f4fe946811de5..b398c87c512c0 100644 --- a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts @@ -136,9 +136,7 @@ export class CreateMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts index 0828c4f68676b..10bc04bcbf84d 100644 --- a/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts @@ -114,9 +114,7 @@ export class CreatePrivacyBudgetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts index 92631fe9b8655..95e5fa32ec839 100644 --- a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts @@ -79,9 +79,7 @@ export class DeleteAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts index 8666f4ee47b3d..a3aba31800c53 100644 --- a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts @@ -75,9 +75,7 @@ export class DeleteCollaborationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts index 914d1e279b1bc..35f89cf4164e3 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts @@ -88,9 +88,7 @@ export class DeleteConfiguredAudienceModelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts index 5235f7803231f..666a110c69e7d 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts @@ -87,9 +87,7 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts index a3c65bd6d7d57..3b9d1ce50876b 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts @@ -93,9 +93,7 @@ export class DeleteConfiguredTableAssociationAnalysisRuleCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts index 1c982c661fe65..88549b3522091 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts @@ -87,9 +87,7 @@ export class DeleteConfiguredTableAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts index 1b11f8861cee9..1302df6be1403 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts @@ -81,9 +81,7 @@ export class DeleteConfiguredTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts index a68fa824316c5..cc240f975a696 100644 --- a/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts @@ -79,9 +79,7 @@ export class DeleteIdMappingTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts index 4f8ac654c5297..d520110a72db1 100644 --- a/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts @@ -84,9 +84,7 @@ export class DeleteIdNamespaceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts index 44bdae8e31339..e2872b6ac7cb9 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts @@ -84,9 +84,7 @@ export class DeleteMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts index a7a9343488b30..fce59d8b34af3 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts @@ -81,9 +81,7 @@ export class DeleteMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts index 27cdf21527094..b5c732848bffa 100644 --- a/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts @@ -82,9 +82,7 @@ export class DeletePrivacyBudgetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts index 2d9471efe4555..f7bb70d1e9708 100644 --- a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts @@ -123,9 +123,7 @@ export class GetAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts index 9c9bfb1a209e6..b778a5831960d 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts @@ -127,9 +127,7 @@ export class GetCollaborationAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts index 16f9cc701fc6e..b47166e363519 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts @@ -96,9 +96,7 @@ export class GetCollaborationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts index fd4444dc88ff0..e24c145cd1360 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts @@ -101,9 +101,7 @@ export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $ ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts index 095cc8fadfc65..e8df308aa66b6 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts @@ -113,9 +113,7 @@ export class GetCollaborationIdNamespaceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts index ed2b5e5be4242..a61ac1902a17f 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts @@ -105,9 +105,7 @@ export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts index 9707ec8966e18..2d79eb3cdaa5b 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts @@ -102,9 +102,7 @@ export class GetConfiguredAudienceModelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts index abd754ded5a78..4b3656351b132 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts @@ -158,9 +158,7 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts index a929123523206..4811f722a63d1 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts @@ -128,9 +128,7 @@ export class GetConfiguredTableAssociationAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts index 518a640228dfe..e7e3c56161adf 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts @@ -101,9 +101,7 @@ export class GetConfiguredTableAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts index 032ecc39c3a9c..603671f18dd9d 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts @@ -100,9 +100,7 @@ export class GetConfiguredTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts index 94b020fc26f89..428cddfd3d199 100644 --- a/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts @@ -105,9 +105,7 @@ export class GetIdMappingTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts index 765c050403ea7..e07d5d9cbdc92 100644 --- a/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts @@ -105,9 +105,7 @@ export class GetIdNamespaceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts index 5d7184bc88f36..1757d06f2f105 100644 --- a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts @@ -110,9 +110,7 @@ export class GetMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts index 169ad0559260a..5f392a6613ec0 100644 --- a/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts @@ -98,9 +98,7 @@ export class GetPrivacyBudgetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts index 730920dd70b66..68d98d94b6431 100644 --- a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts @@ -140,9 +140,7 @@ export class GetProtectedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts index a616d67e88d36..8f29026058769 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts @@ -165,9 +165,7 @@ export class GetSchemaAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts index 1e830b23c5c0d..0665c1fb7e4af 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts @@ -132,9 +132,7 @@ export class GetSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts index 1ce4a40e9885f..3a05ae674e0c7 100644 --- a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts @@ -96,9 +96,7 @@ export class ListAnalysisTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts index f7b2e302e1b3c..e71a0340f5115 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts @@ -100,9 +100,7 @@ export class ListCollaborationAnalysisTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts index 282ace98ef8fd..941e6a01393cf 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts @@ -104,9 +104,7 @@ export class ListCollaborationConfiguredAudienceModelAssociationsCommand extends ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts index 6270d31c4f04c..81bbd6a90fa9a 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts @@ -111,9 +111,7 @@ export class ListCollaborationIdNamespaceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts index f5feaa8b60d1f..99f1e13622acd 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts @@ -103,9 +103,7 @@ export class ListCollaborationPrivacyBudgetTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts index bf5b8d4ae716f..7a4d3ef08999b 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts @@ -113,9 +113,7 @@ export class ListCollaborationPrivacyBudgetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts index c98a62d3eafb9..4febdc5464b71 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts @@ -93,9 +93,7 @@ export class ListCollaborationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts index 50d9c5b064bba..21929e7eaa504 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts @@ -106,9 +106,7 @@ export class ListConfiguredAudienceModelAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts index 3b266eaa064b9..fb900a9fadd83 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts @@ -99,9 +99,7 @@ export class ListConfiguredTableAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts index 1d56dc9b28623..177d1c8743e03 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts @@ -91,9 +91,7 @@ export class ListConfiguredTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts index 9af28cde4eabe..fb89a94b31b98 100644 --- a/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts @@ -100,9 +100,7 @@ export class ListIdMappingTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts index 40b27e587b215..11fd229ea2ed6 100644 --- a/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts @@ -106,9 +106,7 @@ export class ListIdNamespaceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts index d09773be9b1bb..2595f51ea1f12 100644 --- a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts @@ -101,9 +101,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts index 3a820ddf48a87..885e997efc478 100644 --- a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts @@ -101,9 +101,7 @@ export class ListMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts index 3db7316a2bab2..36ed5dc4f03ff 100644 --- a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts @@ -95,9 +95,7 @@ export class ListPrivacyBudgetTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts index 45fd1ac98850e..145d37cfb1927 100644 --- a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts @@ -109,9 +109,7 @@ export class ListPrivacyBudgetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts index 8209a9b74ab52..af9cad92289bb 100644 --- a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts @@ -104,9 +104,7 @@ export class ListProtectedQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts index 4d493f22c3d83..c293492e151c8 100644 --- a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts @@ -98,9 +98,7 @@ export class ListSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts index 296775b514cfc..cb05647fc3adc 100644 --- a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts index ea129b4aa7ac1..928b05292aeda 100644 --- a/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts @@ -84,9 +84,7 @@ export class PopulateIdMappingTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts b/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts index d77ad74ac61db..3de9add0871e2 100644 --- a/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts +++ b/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts @@ -95,9 +95,7 @@ export class PreviewPrivacyImpactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts index 5d2b06e1ed0ef..3b435f1ea1f3e 100644 --- a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts @@ -163,9 +163,7 @@ export class StartProtectedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts index 98ea9df44b82d..61e443119a169 100644 --- a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts @@ -72,9 +72,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts index afe7ddc9afa69..27ad211070548 100644 --- a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts @@ -72,9 +72,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts index b7bfdb9b7439f..c2142a9cfaecc 100644 --- a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts @@ -124,9 +124,7 @@ export class UpdateAnalysisTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts index e64528dd59ea4..c827fe66ceb85 100644 --- a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts @@ -98,9 +98,7 @@ export class UpdateCollaborationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts index b826a499a57e4..c46c98648c48f 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts @@ -105,9 +105,7 @@ export class UpdateConfiguredAudienceModelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts index d4fda8a9824e3..d7b9367fe256b 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts @@ -227,9 +227,7 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts index 424175e8ab40a..6894a95d7d048 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts @@ -159,9 +159,7 @@ export class UpdateConfiguredTableAssociationAnalysisRuleCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts index 0dc66c8e638f2..8d7a202b0964e 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts @@ -106,9 +106,7 @@ export class UpdateConfiguredTableAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts index 690f2843c689a..0d8515acc4f7a 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts @@ -105,9 +105,7 @@ export class UpdateConfiguredTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts index 7737726b213e3..6856cef06ef2f 100644 --- a/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts @@ -107,9 +107,7 @@ export class UpdateIdMappingTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts index edc91059ae22a..725d19c07d627 100644 --- a/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts @@ -115,9 +115,7 @@ export class UpdateIdNamespaceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts index 2e947349394d2..99ed8979e4999 100644 --- a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts @@ -124,9 +124,7 @@ export class UpdateMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts index e5cb35028f83d..c5c9028db88e7 100644 --- a/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts @@ -111,9 +111,7 @@ export class UpdatePrivacyBudgetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts index 910f0200b93fe..7b19755b9ce0b 100644 --- a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts @@ -141,9 +141,7 @@ export class UpdateProtectedQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts index a152ffaf65d9e..96e5c34196572 100644 --- a/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts @@ -88,9 +88,7 @@ export class CreateAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts index f382708c26123..cc1c74e9140f6 100644 --- a/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts @@ -109,9 +109,7 @@ export class CreateConfiguredAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts index 7d15862ba85da..2515926d7954a 100644 --- a/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts +++ b/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts @@ -101,9 +101,7 @@ export class CreateTrainingDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts index cf9a252e43b84..cb19a325e0a49 100644 --- a/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts +++ b/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts @@ -78,9 +78,7 @@ export class DeleteAudienceGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts index 1ce98f6cf5317..ad22e2c7107c0 100644 --- a/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts @@ -75,9 +75,7 @@ export class DeleteAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts index f6045dfb7deef..5afdd2a60e9e9 100644 --- a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts @@ -78,9 +78,7 @@ export class DeleteConfiguredAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts index d39122966cb71..28fe62d234162 100644 --- a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts +++ b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts @@ -75,9 +75,7 @@ export class DeleteConfiguredAudienceModelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts index 3d7425f8d3095..9d396f9d1c36b 100644 --- a/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts +++ b/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts @@ -75,9 +75,7 @@ export class DeleteTrainingDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts index 7a246fb0ea678..b9762498defcd 100644 --- a/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts +++ b/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts @@ -120,9 +120,7 @@ export class GetAudienceGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts index 6a223089a8cf1..1fbb917f53d97 100644 --- a/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts @@ -90,9 +90,7 @@ export class GetAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts index 3f0dfb70d5d3d..c758a74b6bc24 100644 --- a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts @@ -102,9 +102,7 @@ export class GetConfiguredAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts index 21bac24119de6..d8d5c5f68e064 100644 --- a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts +++ b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts @@ -81,9 +81,7 @@ export class GetConfiguredAudienceModelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts index 1ab83ce840052..77be7319e49fb 100644 --- a/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts +++ b/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts @@ -105,9 +105,7 @@ export class GetTrainingDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts index 67ca757543d1f..1da63c2d81ad3 100644 --- a/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts @@ -92,9 +92,7 @@ export class ListAudienceExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts index c000ba64292ab..4f305b799a3d5 100644 --- a/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts @@ -87,9 +87,7 @@ export class ListAudienceGenerationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts index f7abff90af8e7..e83ba1c866f0d 100644 --- a/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts @@ -83,9 +83,7 @@ export class ListAudienceModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts b/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts index 6386fed341d9f..09667ed18b911 100644 --- a/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts @@ -96,9 +96,7 @@ export class ListConfiguredAudienceModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts index 58cb8f8da8f87..bfc05a42f5388 100644 --- a/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts b/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts index 2ee78835cbb9d..651d0f0efab0f 100644 --- a/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts +++ b/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts @@ -82,9 +82,7 @@ export class ListTrainingDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts index 9aef369cd0d7b..72050dda30eba 100644 --- a/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts +++ b/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts @@ -83,9 +83,7 @@ export class PutConfiguredAudienceModelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts b/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts index 1cf9128c2fe26..ede7ddc2fb04e 100644 --- a/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts +++ b/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts @@ -84,9 +84,7 @@ export class StartAudienceExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts index ad6a1eb2284d4..dc2395d07429c 100644 --- a/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts +++ b/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts @@ -104,9 +104,7 @@ export class StartAudienceGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts b/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts index 8c463b05a0bb7..bce77f331f00f 100644 --- a/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts +++ b/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts b/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts index ebc5745a692d3..28374b8e7c983 100644 --- a/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts +++ b/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts index 28f2700397bd8..8ca9224372fb9 100644 --- a/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts +++ b/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts @@ -102,9 +102,7 @@ export class UpdateConfiguredAudienceModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CleanRoomsMLClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts index bf58117ad92f9..577ad10eb17c9 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts @@ -128,9 +128,7 @@ export class CreateEnvironmentEC2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts index 4375c2976f708..5f44ec2aa2de6 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts @@ -117,9 +117,7 @@ export class CreateEnvironmentMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts index 9d00e72e9971c..2331d3e9ed066 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts @@ -96,9 +96,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts index f21c7ceaf0bb4..dc52b01422ec2 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts @@ -97,9 +97,7 @@ export class DeleteEnvironmentMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts index 0886ca8039550..14191ac543256 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts @@ -192,9 +192,7 @@ export class DescribeEnvironmentMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts index cd49ca7976cb6..90314bac1e09c 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts @@ -104,9 +104,7 @@ export class DescribeEnvironmentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts index 601cb38ca2d94..78434de7af83a 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts @@ -150,9 +150,7 @@ export class DescribeEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts index bdbc89ea4354e..3f0351b00ccb2 100644 --- a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts @@ -107,9 +107,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts index 69131b6fa85dc..405158b906665 100644 --- a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/TagResourceCommand.ts b/clients/client-cloud9/src/commands/TagResourceCommand.ts index b964d87d4abc1..5d5bda82c6631 100644 --- a/clients/client-cloud9/src/commands/TagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/UntagResourceCommand.ts b/clients/client-cloud9/src/commands/UntagResourceCommand.ts index 9f716dd342c50..743736a192163 100644 --- a/clients/client-cloud9/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts index 04c803ed28759..7e8019238c0f5 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts @@ -104,9 +104,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts index f88494967031e..a7af91922d60d 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts @@ -118,9 +118,7 @@ export class UpdateEnvironmentMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Cloud9ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts index 8f0f21a5b77e6..6cd4e1548a1a7 100644 --- a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts @@ -89,9 +89,7 @@ export class CancelResourceRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts index 58d17fc19e749..960e6257d0c30 100644 --- a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts @@ -162,9 +162,7 @@ export class CreateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts index 3a110a03d7d77..69a3456e5c2b1 100644 --- a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts @@ -157,9 +157,7 @@ export class DeleteResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts index 0478f82e46353..c1a082cd9cebc 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts @@ -140,9 +140,7 @@ export class GetResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts index 9d0ce078d10e5..60efa8f470286 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts @@ -85,9 +85,7 @@ export class GetResourceRequestStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts index 4eb0657738c42..fe332de94e546 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts @@ -97,9 +97,7 @@ export class ListResourceRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts index a7e874c1fa7e8..85cc64b979a62 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts @@ -149,9 +149,7 @@ export class ListResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts index d036e87333487..3468ed60d06cd 100644 --- a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts @@ -170,9 +170,7 @@ export class UpdateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudControlClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts index ad4ef14dc7877..bfc7165cb48ca 100644 --- a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts @@ -115,9 +115,7 @@ export class AddFacetToObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts index 1b1e5074d5466..88d50696f7531 100644 --- a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts @@ -98,9 +98,7 @@ export class ApplySchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts index 046c5e629b0ad..664436d6a54e2 100644 --- a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts @@ -119,9 +119,7 @@ export class AttachObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts index b2d668a61f22d..3d5340b2de731 100644 --- a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts @@ -98,9 +98,7 @@ export class AttachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts index a50b4766a3fc1..7070ad05679bd 100644 --- a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts @@ -110,9 +110,7 @@ export class AttachToIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts index 2439a05818894..40f6a76bc7bf9 100644 --- a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts @@ -143,9 +143,7 @@ export class AttachTypedLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts index 9e6d23263880b..8a42f2849f72c 100644 --- a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts @@ -488,9 +488,7 @@ export class BatchReadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts index c47e52916437c..59bcd7fcc27f6 100644 --- a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts @@ -354,9 +354,7 @@ export class BatchWriteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts index 22a87bea1b89f..2d0c6a5411f16 100644 --- a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts @@ -98,9 +98,7 @@ export class CreateDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts index cb9214c56ef0b..2493f967f06d4 100644 --- a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts @@ -128,9 +128,7 @@ export class CreateFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts index 0b500e0312519..eb01e7f91c689 100644 --- a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts @@ -113,9 +113,7 @@ export class CreateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts index 09606a638f70c..eb6a576d246d7 100644 --- a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts @@ -130,9 +130,7 @@ export class CreateObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts index 162dec78d867d..2117e848283a6 100644 --- a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts @@ -108,9 +108,7 @@ export class CreateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts index 567b27b3bef2e..3d771a2e4eab7 100644 --- a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts @@ -124,9 +124,7 @@ export class CreateTypedLinkFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts index bfc7e00c3ccc0..6b2ebe8611d16 100644 --- a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts @@ -96,9 +96,7 @@ export class DeleteDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts index b97578eedb76c..321ae6298f9e6 100644 --- a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts @@ -95,9 +95,7 @@ export class DeleteFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts index a8a800c9280dc..e6b1f312ee1e3 100644 --- a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts @@ -96,9 +96,7 @@ export class DeleteObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts index 7ef48a2dffc5d..e49a2e338f99b 100644 --- a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts @@ -91,9 +91,7 @@ export class DeleteSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts index 82ea164b75b6c..50001bca92c88 100644 --- a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts @@ -89,9 +89,7 @@ export class DeleteTypedLinkFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts index 074fd0eb03105..e60d992393381 100644 --- a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts @@ -102,9 +102,7 @@ export class DetachFromIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts index 13d077e64f979..cf34876ee8915 100644 --- a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts @@ -99,9 +99,7 @@ export class DetachObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts index 2174f427cdd73..94e888c31f789 100644 --- a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts @@ -97,9 +97,7 @@ export class DetachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts index 5f0d3b32c5891..652b925a2fabb 100644 --- a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts @@ -116,9 +116,7 @@ export class DetachTypedLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts index 43c4906627c7e..32aa546299cf9 100644 --- a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts @@ -92,9 +92,7 @@ export class DisableDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts index 52a0acdfae898..d6e4c5ca3bff4 100644 --- a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts @@ -92,9 +92,7 @@ export class EnableDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts index 82833e34a5001..73ff37ac4d0b0 100644 --- a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts @@ -87,9 +87,7 @@ export class GetAppliedSchemaVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts index b45a7cbce5635..18050ab90a775 100644 --- a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts @@ -89,9 +89,7 @@ export class GetDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts index f76181637a40a..42c0ae4195d74 100644 --- a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts @@ -96,9 +96,7 @@ export class GetFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts index fceaf3c0c395d..d27c05c995aed 100644 --- a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts @@ -137,9 +137,7 @@ export class GetLinkAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts index 271a53b146d15..31d7df03e52bc 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts @@ -120,9 +120,7 @@ export class GetObjectAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts index bc6e88099aa46..aa5313cbc79f3 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts @@ -100,9 +100,7 @@ export class GetObjectInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts index 46f5a1cb10c8d..1ac2c89718e3c 100644 --- a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts @@ -88,9 +88,7 @@ export class GetSchemaAsJsonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts index fb93306bc1de8..64c7c21fba160 100644 --- a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts @@ -101,9 +101,7 @@ export class GetTypedLinkFacetInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts index 923bfd0923e69..8d4edf29a11ea 100644 --- a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts @@ -96,9 +96,7 @@ export class ListAppliedSchemaArnsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts index e6b79fe355a53..c573aae32dbdb 100644 --- a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts @@ -117,9 +117,7 @@ export class ListAttachedIndicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts index 54a339f4b6c7a..ceb8515a577dd 100644 --- a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts @@ -95,9 +95,7 @@ export class ListDevelopmentSchemaArnsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts index 774d83ccbb197..67bbd686a0999 100644 --- a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts @@ -97,9 +97,7 @@ export class ListDirectoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts index bb7aefd231cfe..a84b9f6bcf456 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts @@ -125,9 +125,7 @@ export class ListFacetAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts index 3f28b73d33f28..4ea66b3fe4541 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts @@ -95,9 +95,7 @@ export class ListFacetNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts index 3a51da6e3bdda..d3f568d47e42b 100644 --- a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts @@ -158,9 +158,7 @@ export class ListIncomingTypedLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts index f05d681602a5f..69ee796f7dfa7 100644 --- a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts @@ -154,9 +154,7 @@ export class ListIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts index 2e7981841f081..2e71aede17f47 100644 --- a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts @@ -89,9 +89,7 @@ export class ListManagedSchemaArnsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts index ef2d982c7737d..0137185d3908b 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts @@ -124,9 +124,7 @@ export class ListObjectAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts index ac699c7ab96da..543c475e65824 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts @@ -107,9 +107,7 @@ export class ListObjectChildrenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts index 80972c5ba8c38..9c76c0c9385de 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts @@ -113,9 +113,7 @@ export class ListObjectParentPathsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts index d2ac6298ce7eb..7b2c67974cd0d 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts @@ -113,9 +113,7 @@ export class ListObjectParentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts index 0767739720436..56c04e9225225 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts @@ -102,9 +102,7 @@ export class ListObjectPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts index 03ef91ae306e2..87d9902c68136 100644 --- a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts @@ -158,9 +158,7 @@ export class ListOutgoingTypedLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts index 6ef3d4c994871..157e94c0f2deb 100644 --- a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts @@ -105,9 +105,7 @@ export class ListPolicyAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts index a7b1998d6b8b1..8b19454d5b529 100644 --- a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts @@ -95,9 +95,7 @@ export class ListPublishedSchemaArnsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts index 295c8e746980c..d191c1d6dd458 100644 --- a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts index d3514cc4d6448..7d56c284c1bac 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts @@ -124,9 +124,7 @@ export class ListTypedLinkFacetAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts index c6d5ff4bc5185..c93e7dd84e9e1 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts @@ -96,9 +96,7 @@ export class ListTypedLinkFacetNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts index cef3b3cff42f6..0fb7d1596e1fc 100644 --- a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts @@ -115,9 +115,7 @@ export class LookupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts index 77d6ca157351d..74fcdda777ade 100644 --- a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts @@ -93,9 +93,7 @@ export class PublishSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts index 4480ed5b5f8c1..3b50264670fad 100644 --- a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts @@ -91,9 +91,7 @@ export class PutSchemaFromJsonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts index 5ea2f2444d83f..4f1fc3d718f0d 100644 --- a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts @@ -99,9 +99,7 @@ export class RemoveFacetFromObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts index a82290d768b48..3265599365c68 100644 --- a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts index 24b793e7d9350..07a090e6f966d 100644 --- a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts @@ -91,9 +91,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts index 8ffd86d3ec29f..dbdc66452c276 100644 --- a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts @@ -144,9 +144,7 @@ export class UpdateFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts index 55261239c4eb5..563bb4ca2b5ae 100644 --- a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts @@ -135,9 +135,7 @@ export class UpdateLinkAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts index 2ed6463ba92bb..9147a1f7a9b2f 100644 --- a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts @@ -120,9 +120,7 @@ export class UpdateObjectAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts index 1cffefac46677..9646cb4cb2770 100644 --- a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts @@ -89,9 +89,7 @@ export class UpdateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts index 569b16469e92c..56f887fa0c46e 100644 --- a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts @@ -129,9 +129,7 @@ export class UpdateTypedLinkFacetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts index a0f6402f138df..de129ee1d5b6c 100644 --- a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts @@ -98,9 +98,7 @@ export class UpgradeAppliedSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts index b51c5497b56a7..97dd8ff7f838f 100644 --- a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts @@ -97,9 +97,7 @@ export class UpgradePublishedSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudDirectoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts index 42a6c27d44630..aabe8ec7a12a1 100644 --- a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts @@ -69,9 +69,7 @@ export class ActivateOrganizationsAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts index 70e3084b557c2..575429ad95aa7 100644 --- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts @@ -88,9 +88,7 @@ export class ActivateTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts index 638d05829c197..6b13c90f9dacc 100644 --- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts +++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts @@ -119,9 +119,7 @@ export class BatchDescribeTypeConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts index d7b3c96d9c68d..373f4b6f7ce34 100644 --- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts @@ -71,9 +71,7 @@ export class CancelUpdateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts index c0d0b6e24dc03..926cb35958dee 100644 --- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts @@ -78,9 +78,7 @@ export class ContinueUpdateRollbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts index 1a13dd91b5f69..7c8730ef20304 100644 --- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts @@ -141,9 +141,7 @@ export class CreateChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts index 1555a9402698c..6c5e207da80d2 100644 --- a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts @@ -123,9 +123,7 @@ export class CreateGeneratedTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts index f2c78d39388f1..d146f262a018f 100644 --- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts @@ -123,9 +123,7 @@ export class CreateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts index 20cef841817f5..b22d27fa449c9 100644 --- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts @@ -126,9 +126,7 @@ export class CreateStackInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts index d562103a2c36d..65e7d9cfeef4a 100644 --- a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts @@ -109,9 +109,7 @@ export class CreateStackSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts index 4bdfba80151e0..ab979ecc2edfc 100644 --- a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts @@ -73,9 +73,7 @@ export class DeactivateOrganizationsAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts index ef58d1fe2c698..326442adb7e5a 100644 --- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts @@ -74,9 +74,7 @@ export class DeactivateTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts index d35fa407f9740..99927c13ed99f 100644 --- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts @@ -72,9 +72,7 @@ export class DeleteChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts index 5b4bb08ebe13b..7fe6874700b69 100644 --- a/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts @@ -82,9 +82,7 @@ export class DeleteGeneratedTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts index a867901bf737e..c670ce1f92f39 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts @@ -73,9 +73,7 @@ export class DeleteStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts index fdaa4c09621b9..6af7ff697285f 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts @@ -111,9 +111,7 @@ export class DeleteStackInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts index 58b3d432fd547..b8554584ff48a 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts @@ -73,9 +73,7 @@ export class DeleteStackSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts index 0ebddb1ec3cbf..5df31978d1324 100644 --- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts @@ -80,9 +80,7 @@ export class DeregisterTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts index 96ddab2147da1..4c6a2084d8aac 100644 --- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts @@ -73,9 +73,7 @@ export class DescribeAccountLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts index 32f9bb2064677..f3faae32727f3 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts @@ -157,9 +157,7 @@ export class DescribeChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts index fb0af5058b994..9e13c93490b35 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts @@ -95,9 +95,7 @@ export class DescribeChangeSetHooksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts index b601e0e8c6dec..9d76bddfa650a 100644 --- a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts @@ -142,9 +142,7 @@ export class DescribeGeneratedTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts index f2c31ea7252d3..07cac5aca0ed8 100644 --- a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts @@ -73,9 +73,7 @@ export class DescribeOrganizationsAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts index 5eb0ce9528406..5365d6e04999d 100644 --- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts @@ -88,9 +88,7 @@ export class DescribePublisherCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts b/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts index befbe47ea9fa7..d224eddc4ce56 100644 --- a/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts @@ -175,9 +175,7 @@ export class DescribeResourceScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts index 9085f1e44538f..df85f63813d27 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -84,9 +84,7 @@ export class DescribeStackDriftDetectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts index 5138bdbf53b49..df94b5d0800ba 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts @@ -93,9 +93,7 @@ export class DescribeStackEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts index 76eae45163eb9..69d9e242e0fcd 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts @@ -98,9 +98,7 @@ export class DescribeStackInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts index dc3e780353ea9..019f5d528f327 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts @@ -87,9 +87,7 @@ export class DescribeStackResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts index c15f68e976644..2638970cbfd37 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts @@ -106,9 +106,7 @@ export class DescribeStackResourceDriftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts index 3a1cd2d410b51..5b37ffc012e24 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts @@ -102,9 +102,7 @@ export class DescribeStackResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts index b291400fb27c0..ae88fbf14e21a 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts @@ -119,9 +119,7 @@ export class DescribeStackSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts index 9a96d4e56316b..d435cda5e13a9 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts @@ -118,9 +118,7 @@ export class DescribeStackSetOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts index f1fe707a23757..eb1399025baf5 100644 --- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts @@ -134,9 +134,7 @@ export class DescribeStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts index 7f71d798809be..c5a57f36af95c 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts @@ -116,9 +116,7 @@ export class DescribeTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts index a55c6af5efcf3..c57444c46eeed 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts @@ -75,9 +75,7 @@ export class DescribeTypeRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts index 8ce605532bfe7..ffe9e42399d48 100644 --- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts @@ -84,9 +84,7 @@ export class DetectStackDriftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts index ec6df93d69775..62a11ae67013e 100644 --- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts @@ -102,9 +102,7 @@ export class DetectStackResourceDriftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts index f5f1af0faf727..18b2425d1c65f 100644 --- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts @@ -115,9 +115,7 @@ export class DetectStackSetDriftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts index b8651ffd7bd2e..253eac6b834bd 100644 --- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts @@ -75,9 +75,7 @@ export class EstimateTemplateCostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts index 007001e3750f6..3e21e2a355042 100644 --- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts @@ -89,9 +89,7 @@ export class ExecuteChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts index 0f7f67e4e919a..5995dfda7937f 100644 --- a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts @@ -107,9 +107,7 @@ export class GetGeneratedTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts index c7ac386d12720..cc595a93da3fd 100644 --- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts @@ -66,9 +66,7 @@ export class GetStackPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts index 0feb8f277dff0..5b5f4fd366e4c 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts @@ -79,9 +79,7 @@ export class GetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts index c180882b5763b..1d1e559f0eb48 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts @@ -123,9 +123,7 @@ export class GetTemplateSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts index 2375d20bc142e..15cda49a278cc 100644 --- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts @@ -111,9 +111,7 @@ export class ImportStacksToStackSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts index db77ecf14dd75..81d4646de802a 100644 --- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts @@ -84,9 +84,7 @@ export class ListChangeSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts index 5a35cbd02f1ec..cd320344cc361 100644 --- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts @@ -76,9 +76,7 @@ export class ListExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts b/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts index 78949aea96bf7..b2ef4372013ff 100644 --- a/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts @@ -119,9 +119,7 @@ export class ListGeneratedTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts index 62628f6f03a11..5716255dcae50 100644 --- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts @@ -72,9 +72,7 @@ export class ListImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts index 9739196ddaf24..846ec620296a7 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts @@ -157,9 +157,7 @@ export class ListResourceScanRelatedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts index 5b34cb3d51b65..d37ea3137f3f3 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts @@ -154,9 +154,7 @@ export class ListResourceScanResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts index 8814c513b26be..abc89b68078f8 100644 --- a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts +++ b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts @@ -104,9 +104,7 @@ export class ListResourceScansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts index fc0bfffe674cb..23d4e65866d2c 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts @@ -117,9 +117,7 @@ export class ListStackInstanceResourceDriftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts index 2ceeb991c344f..8a4d42e9ac02b 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts @@ -98,9 +98,7 @@ export class ListStackInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts index a57e9606a856b..d340e73064a7a 100644 --- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts @@ -86,9 +86,7 @@ export class ListStackResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts index 1d9034429c3e9..323380b8993b3 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts @@ -84,9 +84,7 @@ export class ListStackSetAutoDeploymentTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts index 29af3cab941d4..61b9b4c60b513 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts @@ -96,9 +96,7 @@ export class ListStackSetOperationResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts index c6991ba13e3ad..9a7631f526505 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts @@ -95,9 +95,7 @@ export class ListStackSetOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts index d717a8806724d..6ef4bcb7976f9 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts @@ -102,9 +102,7 @@ export class ListStackSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts index 3e7c212a0900d..52b86d50d22b6 100644 --- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts @@ -89,9 +89,7 @@ export class ListStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts index 5a148976d2783..80bf8b765e711 100644 --- a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts @@ -76,9 +76,7 @@ export class ListTypeRegistrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts index c3f46ab683d0c..58aa39b67518b 100644 --- a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts @@ -86,9 +86,7 @@ export class ListTypeVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts index eb1040714d471..1417a81126060 100644 --- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts @@ -95,9 +95,7 @@ export class ListTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts index 5420dfd94086f..1e2ed6e902398 100644 --- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts @@ -78,9 +78,7 @@ export class PublishTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts index cf003dfce4fa6..a3d63ec288b70 100644 --- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts @@ -79,9 +79,7 @@ export class RecordHandlerProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts index 8027559478854..038e6c7245db1 100644 --- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts @@ -73,9 +73,7 @@ export class RegisterPublisherCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts index 2c466205e777b..08a0ff6fc81a2 100644 --- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts @@ -96,9 +96,7 @@ export class RegisterTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts index 5420b354ff01f..e3e1b4f13981f 100644 --- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts +++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts @@ -103,9 +103,7 @@ export class RollbackStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts index 9effd4d743954..6e169614da715 100644 --- a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts @@ -65,9 +65,7 @@ export class SetStackPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts index 94f721d9bfd35..aee370b62ca8d 100644 --- a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts @@ -83,9 +83,7 @@ export class SetTypeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts index a31a6ffc13114..2ccdfaafb7259 100644 --- a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts @@ -72,9 +72,7 @@ export class SetTypeDefaultVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts index de032b26fb1fe..e54584fff941d 100644 --- a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts @@ -70,9 +70,7 @@ export class SignalResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts b/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts index 28128d4f2121d..13cce4b42797f 100644 --- a/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts +++ b/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts @@ -98,9 +98,7 @@ export class StartResourceScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts index 39db3075090e4..001cc21ea7230 100644 --- a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts @@ -75,9 +75,7 @@ export class StopStackSetOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/TestTypeCommand.ts b/clients/client-cloudformation/src/commands/TestTypeCommand.ts index d76aa39bb13a0..5889c818c0d73 100644 --- a/clients/client-cloudformation/src/commands/TestTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/TestTypeCommand.ts @@ -96,9 +96,7 @@ export class TestTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts index 8ef78e1db1f14..6e64dbb197f9b 100644 --- a/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts @@ -163,9 +163,7 @@ export class UpdateGeneratedTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts index 8cd5c92c96424..4b3f231ee9ef9 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts @@ -119,9 +119,7 @@ export class UpdateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts index 2f52bd3a59bd5..b6500f0fe21b7 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts @@ -132,9 +132,7 @@ export class UpdateStackInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts index cd8f6bda171a0..3873446fbcbdb 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts @@ -146,9 +146,7 @@ export class UpdateStackSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts index b6a70fbe606cc..9ae70783d5fe1 100644 --- a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts @@ -71,9 +71,7 @@ export class UpdateTerminationProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts index 4c4bdec494383..ba68da2563457 100644 --- a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts @@ -83,9 +83,7 @@ export class ValidateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts index a85d49ca15dd5..744a85114eb6e 100644 --- a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts +++ b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts @@ -89,9 +89,7 @@ export class AssociateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts index 6cad33786738e..b7c6a168aa628 100644 --- a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts @@ -661,9 +661,7 @@ export class CopyDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts index 9c1152f039aa7..15330b3480f72 100644 --- a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts @@ -201,9 +201,7 @@ export class CreateCachePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts index 5ec2eb385b4eb..1c1fbe930a858 100644 --- a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts @@ -111,9 +111,7 @@ export class CreateCloudFrontOriginAccessIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts index b699eb40d9124..0762e61aedc9e 100644 --- a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts @@ -148,9 +148,7 @@ export class CreateContinuousDeploymentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts index 5f87246289c68..f425386f48a31 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts @@ -925,9 +925,7 @@ export class CreateDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts index a0e6ffcc92e68..21af42204849b 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts @@ -951,9 +951,7 @@ export class CreateDistributionWithTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts index d488c246effd3..4e0e51c81445e 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts @@ -160,9 +160,7 @@ export class CreateFieldLevelEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts index 78971ee051677..20730b4322f72 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts @@ -141,9 +141,7 @@ export class CreateFieldLevelEncryptionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts index f4c8f5794c0ff..f58c6da753b48 100644 --- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts @@ -187,9 +187,7 @@ export class CreateFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts index e3123ac68f94f..836bc029dbe26 100644 --- a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts @@ -112,9 +112,7 @@ export class CreateInvalidationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts index af5773c8ae830..0299fb0fcd025 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts @@ -108,9 +108,7 @@ export class CreateKeyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts index 2ab3c6d3d4ea1..5723bf9a858cc 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts @@ -128,9 +128,7 @@ export class CreateKeyValueStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts index c8b51f6347b88..1e2997e2c96d9 100644 --- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts @@ -94,9 +94,7 @@ export class CreateMonitoringSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts index e7c83bc920024..f1cfe1b3e9d9f 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts @@ -100,9 +100,7 @@ export class CreateOriginAccessControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts index c597dcaeeb31a..113dfbc48d596 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts @@ -192,9 +192,7 @@ export class CreateOriginRequestPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts index 8199389eb894b..66e96c86a6dc7 100644 --- a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts @@ -91,9 +91,7 @@ export class CreatePublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts index 40f260508b729..b267a8fc1e870 100644 --- a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts @@ -114,9 +114,7 @@ export class CreateRealtimeLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts index 99d40d82c57e4..6c45731b6e170 100644 --- a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts @@ -286,9 +286,7 @@ export class CreateResponseHeadersPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts index 3743fde441d61..368bd4ed46823 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts @@ -188,9 +188,7 @@ export class CreateStreamingDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts index 97e62b0aee675..2cf1d16774d18 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts @@ -209,9 +209,7 @@ export class CreateStreamingDistributionWithTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts index ded2d50cf9c7e..fc6aaefae7e54 100644 --- a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteCachePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts index 2749967477523..3a4f07f285976 100644 --- a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts @@ -83,9 +83,7 @@ export class DeleteCloudFrontOriginAccessIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts index 289ecec5476c4..f3cffd70c53ab 100644 --- a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteContinuousDeploymentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts index 4b3eac4cd28c9..6e474af8b93a7 100644 --- a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts @@ -81,9 +81,7 @@ export class DeleteDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts index 33b90549d92ef..9732ec3f72527 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts @@ -83,9 +83,7 @@ export class DeleteFieldLevelEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts index 133f7611ceabe..88e4d3717224b 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts @@ -83,9 +83,7 @@ export class DeleteFieldLevelEncryptionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts index aa09cba4b6da4..76c74103b3597 100644 --- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts @@ -87,9 +87,7 @@ export class DeleteFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts index 4e78edc42160a..7dc8ec21a8973 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts @@ -83,9 +83,7 @@ export class DeleteKeyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts index 8543291219f27..725b83d68b426 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts @@ -95,9 +95,7 @@ export class DeleteKeyValueStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts index 095ef66b3e0dd..933677ac4894e 100644 --- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts @@ -80,9 +80,7 @@ export class DeleteMonitoringSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts index 7577e10c6ced2..693b729eb60f7 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts @@ -84,9 +84,7 @@ export class DeleteOriginAccessControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts index 514faf9249c23..48ccb5d32ca02 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteOriginRequestPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts index 2cef74681e112..f8f63c4fc4c67 100644 --- a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts @@ -80,9 +80,7 @@ export class DeletePublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts index 39f91d7b8cd1a..adfc589d5ec65 100644 --- a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts @@ -83,9 +83,7 @@ export class DeleteRealtimeLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts index 05bb87b819800..25339699fd81b 100644 --- a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteResponseHeadersPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts index 493009b77784b..9a56138c0ca74 100644 --- a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts @@ -129,9 +129,7 @@ export class DeleteStreamingDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts index f5df0c37b56f3..344630f1e8a2a 100644 --- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts @@ -98,9 +98,7 @@ export class DescribeFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts index 5939e7e6dd4e4..b815162b6a4b3 100644 --- a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts @@ -109,9 +109,7 @@ export class DescribeKeyValueStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts index 599929c3b2fc2..1f4409dc5865c 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts @@ -126,9 +126,7 @@ export class GetCachePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts index d10beab2c7ee1..7e05d3252c03a 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts @@ -114,9 +114,7 @@ export class GetCachePolicyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts index 83ac9c8d63159..b63ee59ba2177 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts @@ -84,9 +84,7 @@ export class GetCloudFrontOriginAccessIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts index e25922109b287..7fdcabfb85f2e 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts @@ -84,9 +84,7 @@ export class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts index 9ad75a816629f..079962ad58f36 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts @@ -104,9 +104,7 @@ export class GetContinuousDeploymentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts index 0275a6dc51fd9..b2aff42158941 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts @@ -102,9 +102,7 @@ export class GetContinuousDeploymentPolicyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts index d48e3a11b5166..22a889edc64e4 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts @@ -406,9 +406,7 @@ export class GetDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts index 69ca4e86059da..21f57cd749943 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts @@ -362,9 +362,7 @@ export class GetDistributionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts index 53d9e5a07efa7..fb96a80bbce96 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts @@ -104,9 +104,7 @@ export class GetFieldLevelEncryptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts index 0be8af0070079..2978e1ae52ba2 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts @@ -105,9 +105,7 @@ export class GetFieldLevelEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts index 1e30a3bb2928c..b399eadd26302 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts @@ -100,9 +100,7 @@ export class GetFieldLevelEncryptionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts index 0495ba4c5a814..f1458c5d4c201 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts @@ -99,9 +99,7 @@ export class GetFieldLevelEncryptionProfileConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index b1afb82050192..136ae6268d940 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -85,9 +85,7 @@ export class GetFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts index eff749ed09ab6..e294412a305b0 100644 --- a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts @@ -88,9 +88,7 @@ export class GetInvalidationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts index 214a0dd31ab1a..bc46aa82f45cb 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts @@ -85,9 +85,7 @@ export class GetKeyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts index bcfb9fe38cc29..367d398304c26 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts @@ -80,9 +80,7 @@ export class GetKeyGroupConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts index eb89e9432f5ee..052a02c1e634a 100644 --- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts @@ -82,9 +82,7 @@ export class GetMonitoringSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts index 88719ed12ae28..9445ebb3692e2 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts @@ -81,9 +81,7 @@ export class GetOriginAccessControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts index 02a8dfeced143..41dff94710d62 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts @@ -83,9 +83,7 @@ export class GetOriginAccessControlConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts index 046b8c276b725..d11b8bb56030d 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts @@ -120,9 +120,7 @@ export class GetOriginRequestPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts index 63f456f69759a..87cab81c1d996 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts @@ -113,9 +113,7 @@ export class GetOriginRequestPolicyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts index 866ef9b012738..3b58637692aec 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts @@ -81,9 +81,7 @@ export class GetPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts index ae5cc061a687c..a914bc070f71f 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts @@ -77,9 +77,7 @@ export class GetPublicKeyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts index 40e08f20f78f8..e7ce089ee0e71 100644 --- a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts @@ -94,9 +94,7 @@ export class GetRealtimeLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts index 7b6c81e18fc2e..abd8cf8c4a7ea 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts @@ -166,9 +166,7 @@ export class GetResponseHeadersPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts index 189ab8c288d0c..abd17c6656e5c 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts @@ -166,9 +166,7 @@ export class GetResponseHeadersPolicyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts index 882e472f61216..65613f0a70d3f 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts @@ -122,9 +122,7 @@ export class GetStreamingDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts index c577760af1189..2f8b863dd2bc3 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts @@ -104,9 +104,7 @@ export class GetStreamingDistributionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts index 540e1920bb0de..9d4e1fec3f83d 100644 --- a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts @@ -134,9 +134,7 @@ export class ListCachePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts index 997076ce9c6b5..408eee1ba950c 100644 --- a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts @@ -90,9 +90,7 @@ export class ListCloudFrontOriginAccessIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts index 93c0eee735343..0229fdef605e9 100644 --- a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts @@ -107,9 +107,7 @@ export class ListConflictingAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts index dddc8919c2a82..1fd511fbfab1a 100644 --- a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts @@ -120,9 +120,7 @@ export class ListContinuousDeploymentPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts index 79975f5abba26..e97872ed60385 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts @@ -96,9 +96,7 @@ export class ListDistributionsByCachePolicyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts index 24895532b8278..2f28626217057 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts @@ -88,9 +88,7 @@ export class ListDistributionsByKeyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts index 35436335ed3aa..2529855e2e0e3 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts @@ -100,9 +100,7 @@ export class ListDistributionsByOriginRequestPolicyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts index a57ddc8e9a6c4..72e59281983b0 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts @@ -386,9 +386,7 @@ export class ListDistributionsByRealtimeLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts index b18d76fd36c2b..6351d6a5e7240 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts @@ -100,9 +100,7 @@ export class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts index 6f6a0d2fdc1ba..4e4ede1fa8e51 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts @@ -378,9 +378,7 @@ export class ListDistributionsByWebACLIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts index 9f7cfb1664007..d4a38f5b2096b 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts @@ -370,9 +370,7 @@ export class ListDistributionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts index bddcaa403b8b2..3d88420e903c4 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts @@ -111,9 +111,7 @@ export class ListFieldLevelEncryptionConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts index e7352f8513ce7..4f61d3f48e512 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts @@ -102,9 +102,7 @@ export class ListFieldLevelEncryptionProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts index 3e8ce890268c4..54b57882f6975 100644 --- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts @@ -108,9 +108,7 @@ export class ListFunctionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts index dc1da3e0d87ae..59a7bf63b41fd 100644 --- a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts @@ -89,9 +89,7 @@ export class ListInvalidationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts index 3c5a10bf4d556..42c237aa8b3e3 100644 --- a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts @@ -93,9 +93,7 @@ export class ListKeyGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts index daa27c2a4a64a..357fb116679aa 100644 --- a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts @@ -122,9 +122,7 @@ export class ListKeyValueStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts index 09ad89fe2983f..4e0ebd645a97d 100644 --- a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts @@ -90,9 +90,7 @@ export class ListOriginAccessControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts index 8ac16c63a7ec2..d11b6fac25ec3 100644 --- a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts @@ -127,9 +127,7 @@ export class ListOriginRequestPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts index 22de85cfe4dc6..e3c47c7f72b41 100644 --- a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts @@ -82,9 +82,7 @@ export class ListPublicKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts index b9d3766b345af..27b023c669deb 100644 --- a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts @@ -104,9 +104,7 @@ export class ListRealtimeLogConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts index a2524987aad7f..dde2879dfb870 100644 --- a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts @@ -180,9 +180,7 @@ export class ListResponseHeadersPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts index aff9fb16b23aa..26a0836cca827 100644 --- a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts @@ -104,9 +104,7 @@ export class ListStreamingDistributionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts index 2515f3d84e9da..93963390b0bc5 100644 --- a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts index 0fb2e924fe700..12bf674e2f269 100644 --- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts @@ -112,9 +112,7 @@ export class PublishFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/TagResourceCommand.ts b/clients/client-cloudfront/src/commands/TagResourceCommand.ts index cc911e71db57f..fb8c3c5dc6395 100644 --- a/clients/client-cloudfront/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts index e93a5390a5589..7978acb2480a3 100644 --- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts @@ -126,9 +126,7 @@ export class TestFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts index d598dcc6e5515..bbeba22726348 100644 --- a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts @@ -80,9 +80,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts index 06338c8b73876..c530853aa75b0 100644 --- a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts @@ -205,9 +205,7 @@ export class UpdateCachePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts index 7f3797bdf1634..57484d28d6a7d 100644 --- a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts @@ -113,9 +113,7 @@ export class UpdateCloudFrontOriginAccessIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts index ab9bac427a7b9..99c216eb9e650 100644 --- a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts @@ -165,9 +165,7 @@ export class UpdateContinuousDeploymentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts index 4a0e22d411b20..e1e383480aef5 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts @@ -962,9 +962,7 @@ export class UpdateDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts index fc3d4418c0cff..516fbe6b9b001 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts @@ -649,9 +649,7 @@ export class UpdateDistributionWithStagingConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts index 97b19a09d8c39..cc8d59c9294fc 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts @@ -170,9 +170,7 @@ export class UpdateFieldLevelEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts index 47635ef10a02f..9462c2bbbc897 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts @@ -155,9 +155,7 @@ export class UpdateFieldLevelEncryptionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts index 32dfdb431d5c8..7a5f42e9cb85c 100644 --- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts @@ -182,9 +182,7 @@ export class UpdateFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts index 69bb3330bfa16..d66ecbdfce82e 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts @@ -123,9 +123,7 @@ export class UpdateKeyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts index 3c7622bad0fb1..eb4d7d86a19ea 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts @@ -120,9 +120,7 @@ export class UpdateKeyValueStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts index 34ad44c6801fe..9ab4090df0dcb 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts @@ -105,9 +105,7 @@ export class UpdateOriginAccessControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts index 1f9a5f921b455..3b338a2f2a980 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts @@ -193,9 +193,7 @@ export class UpdateOriginRequestPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts index eabc91824a23c..2eaf51fe2ec71 100644 --- a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts @@ -105,9 +105,7 @@ export class UpdatePublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts index 999239f4f4d46..588afc6f60a16 100644 --- a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts @@ -124,9 +124,7 @@ export class UpdateRealtimeLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts index c7637cf5d2fbf..da27cfa294cd8 100644 --- a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts @@ -302,9 +302,7 @@ export class UpdateResponseHeadersPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts index 645d5f2316178..944933b3238c4 100644 --- a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts @@ -189,9 +189,7 @@ export class UpdateStreamingDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudFrontClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts index 5e3968659196d..1ab81cb8a4d99 100644 --- a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts @@ -100,9 +100,7 @@ export class CopyBackupToRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts index d7573312cc9e7..8c1c0da195a49 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts @@ -148,9 +148,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts index 881ffa22a639d..eaf377a9c7540 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts @@ -97,9 +97,7 @@ export class CreateHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts index 248df4a5a159b..284467517adbc 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts @@ -107,9 +107,7 @@ export class DeleteBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts index bc0811681cce5..5d9426e84faeb 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts @@ -133,9 +133,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts index bbf72ae39f46b..145d2b2251d03 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts @@ -90,9 +90,7 @@ export class DeleteHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts index 56c96ef1dd888..3ece226b1c915 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts @@ -88,9 +88,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts index 2d49b1de212c4..1ff002ef79019 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts @@ -124,9 +124,7 @@ export class DescribeBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts index 8b8b29b1accdc..3483119e033be 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts @@ -142,9 +142,7 @@ export class DescribeClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts index 1f0d91da82908..96f6f2e770c51 100644 --- a/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts @@ -85,9 +85,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts index 9d165b3c430f3..1128432a507bc 100644 --- a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts @@ -91,9 +91,7 @@ export class InitializeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts index 4efd298e40fef..811630779af0e 100644 --- a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts @@ -101,9 +101,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts index 38ca124b0eed1..97f9491010d25 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts @@ -106,9 +106,7 @@ export class ModifyBackupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts index 7133c6d2d9fe8..99e7cbca40649 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts @@ -133,9 +133,7 @@ export class ModifyClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts index 605bfa99a998e..907f1762cf083 100644 --- a/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts @@ -104,9 +104,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts index 609f5419c768a..367c24652b632 100644 --- a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts @@ -107,9 +107,7 @@ export class RestoreBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts index 30a213ef9060a..b4c4013b33da1 100644 --- a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts @@ -92,9 +92,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts index 5e776d06621ec..731381cb7c214 100644 --- a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts index c05ae4170ed8d..b39f5fb363ba9 100644 --- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts @@ -94,9 +94,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts index a2c2c35a54be0..2ef4479ca18df 100644 --- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts @@ -87,9 +87,7 @@ export class CreateHapgCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts index f228f4fcf7e89..c68fa06eb41ee 100644 --- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts @@ -102,9 +102,7 @@ export class CreateHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts index 86baaca26181e..54031d33c8d3b 100644 --- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts @@ -87,9 +87,7 @@ export class CreateLunaClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts index 1d3feb87fc428..e21bad5897418 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts @@ -86,9 +86,7 @@ export class DeleteHapgCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts index 1f47666efbffe..656518448be73 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts @@ -87,9 +87,7 @@ export class DeleteHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts index 7e107f26a2936..19e8819bfe9b4 100644 --- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts @@ -86,9 +86,7 @@ export class DeleteLunaClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts index 68fc0089f6786..6ac9628002f00 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts @@ -102,9 +102,7 @@ export class DescribeHapgCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts index 355e67b15b5f2..1298ec8a4e94a 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts @@ -110,9 +110,7 @@ export class DescribeHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts index f76bfd41d7cd3..8cf4e3abb66ad 100644 --- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts @@ -91,9 +91,7 @@ export class DescribeLunaClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts index db0948e35a2eb..a3305921553aa 100644 --- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts @@ -93,9 +93,7 @@ export class GetConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts index 3741236d09cf4..41f8c36271b95 100644 --- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts @@ -86,9 +86,7 @@ export class ListAvailableZonesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts index de0a7710fee0b..4a39ccabb6518 100644 --- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts @@ -93,9 +93,7 @@ export class ListHapgsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts index ff93b584ed30e..b5f3aebb77877 100644 --- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts @@ -94,9 +94,7 @@ export class ListHsmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts index a83acb83af35b..b02e683c07028 100644 --- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts @@ -93,9 +93,7 @@ export class ListLunaClientsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts index 9167c159c0485..f450bfdc65b4a 100644 --- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts index de8b5380dc7d2..8e16fbe54da96 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts @@ -90,9 +90,7 @@ export class ModifyHapgCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts index 5895aad0dfe67..fa2c5cda1fabb 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts @@ -97,9 +97,7 @@ export class ModifyHsmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts index 74bdc336b0849..ae60769cd9bb4 100644 --- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts @@ -83,9 +83,7 @@ export class ModifyLunaClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts index 84aa0cd3e0d65..b0f77023aa26c 100644 --- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts @@ -91,9 +91,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudHSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts index d29976caa2f96..d0231f4d0e26d 100644 --- a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts @@ -139,9 +139,7 @@ export class SearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchDomainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts index 54134efd32e88..36d26d904523e 100644 --- a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts @@ -91,9 +91,7 @@ export class SuggestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchDomainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts index 045d94af18656..d69e789bf9836 100644 --- a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts @@ -90,9 +90,7 @@ export class UploadDocumentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchDomainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts index 441e876dc0898..689a6f5ddfdba 100644 --- a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts @@ -80,9 +80,7 @@ export class BuildSuggestersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts index ab625b1d3a308..88732242feb98 100644 --- a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts @@ -103,9 +103,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts index 6640f77c9fcd6..ab361a19c5562 100644 --- a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts @@ -114,9 +114,7 @@ export class DefineAnalysisSchemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts index eb56b7e82d197..a83546cddff03 100644 --- a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts @@ -100,9 +100,7 @@ export class DefineExpressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts index bfad04780f012..a9fc0869ec427 100644 --- a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts @@ -266,9 +266,7 @@ export class DefineIndexFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts index d1e6784c4b51c..5efa81369a327 100644 --- a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts @@ -108,9 +108,7 @@ export class DefineSuggesterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts index bb191b70497e0..291bb4232069c 100644 --- a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts @@ -101,9 +101,7 @@ export class DeleteAnalysisSchemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts index 0dd0d96f1c219..e1b3ea01fc371 100644 --- a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts @@ -94,9 +94,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts index 68c8a77c6292d..c5da53333a1e1 100644 --- a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts @@ -94,9 +94,7 @@ export class DeleteExpressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts index 416c6ef0df2c8..6c8211cd96444 100644 --- a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts @@ -177,9 +177,7 @@ export class DeleteIndexFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts index 9ef22635bd75d..0e28c806cbbe2 100644 --- a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts @@ -98,9 +98,7 @@ export class DeleteSuggesterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts index 25ce5afe2e317..67b54ac813469 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts @@ -100,9 +100,7 @@ export class DescribeAnalysisSchemesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts index 5a0f51d2fb6c8..691ce855fac54 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts @@ -96,9 +96,7 @@ export class DescribeAvailabilityOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts index bdb80a45f662d..7b3c1fd7d6cdc 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts @@ -99,9 +99,7 @@ export class DescribeDomainEndpointOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts index 20ad7071794aa..258a564b41461 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts @@ -99,9 +99,7 @@ export class DescribeDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts index be54ce8229382..32911e9fb0a5c 100644 --- a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts @@ -93,9 +93,7 @@ export class DescribeExpressionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts index 5a34f83929a99..30d2091a68f88 100644 --- a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts @@ -178,9 +178,7 @@ export class DescribeIndexFieldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts index 974458bb1f91c..b21d5f7d4b709 100644 --- a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts @@ -88,9 +88,7 @@ export class DescribeScalingParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts index 76c3bc9e74d77..583b6bc894970 100644 --- a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts @@ -91,9 +91,7 @@ export class DescribeServiceAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts index dd73057999aba..b0b92949e16b6 100644 --- a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts @@ -97,9 +97,7 @@ export class DescribeSuggestersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts index ef7474dd5a179..c2ea3ccdc8fc1 100644 --- a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts +++ b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts @@ -80,9 +80,7 @@ export class IndexDocumentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts index c389c572a1a71..3ed9f76796109 100644 --- a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts @@ -68,9 +68,7 @@ export class ListDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts index 52e12894eef9b..04a63638e3ee0 100644 --- a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts @@ -97,9 +97,7 @@ export class UpdateAvailabilityOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts index 28019c545bd8c..ccb648121e766 100644 --- a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts @@ -105,9 +105,7 @@ export class UpdateDomainEndpointOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts index 527aaf40f2b66..59de9afe72b6d 100644 --- a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts @@ -102,9 +102,7 @@ export class UpdateScalingParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts index 5cde86c3961f6..248b2cbadc467 100644 --- a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts @@ -98,9 +98,7 @@ export class UpdateServiceAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts index 1e53775acbe93..89ca7e32e5af6 100644 --- a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts +++ b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts @@ -108,9 +108,7 @@ export class PutAuditEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts index 8c87f86f71e5b..8511ee72fa43a 100644 --- a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts @@ -161,9 +161,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts index ff5d8e8b3751d..ca4b560687ede 100644 --- a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts @@ -108,9 +108,7 @@ export class CancelQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts index c026863b7d199..5ad022cfed7a0 100644 --- a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts @@ -138,9 +138,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts index f8e19c42754b3..e892a01dc00b9 100644 --- a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts @@ -244,9 +244,7 @@ export class CreateEventDataStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts index fc66d0c002a89..212ea168da8c8 100644 --- a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts @@ -238,9 +238,7 @@ export class CreateTrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts index 9aa81f7b9c194..7fffdcc3f64d9 100644 --- a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts @@ -76,9 +76,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts index 1f85258170754..4ecc5efd13efc 100644 --- a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts @@ -130,9 +130,7 @@ export class DeleteEventDataStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts index 430510da99d1e..4ed73e628aa0f 100644 --- a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts @@ -88,9 +88,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts index cbe89e3f50072..e5c1daa34babe 100644 --- a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts @@ -137,9 +137,7 @@ export class DeleteTrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts index 29b6905865cbd..c8b039abfeafa 100644 --- a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts @@ -116,9 +116,7 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts index 7d988557b58e9..8f35f3fba6fcf 100644 --- a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts @@ -110,9 +110,7 @@ export class DescribeQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts index 7600be127b156..c6690bc1b6abc 100644 --- a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts @@ -132,9 +132,7 @@ export class DescribeTrailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts b/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts index 711ff476d04a8..b83f56d6596d9 100644 --- a/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts +++ b/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts @@ -126,9 +126,7 @@ export class DisableFederationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts b/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts index 4a0b093c031ae..8b9e7c99ff8ba 100644 --- a/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts +++ b/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts @@ -140,9 +140,7 @@ export class EnableFederationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts index a3ea177448dbc..a1d1ed8d4fb9e 100644 --- a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts @@ -123,9 +123,7 @@ export class GetChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts index 442899327f43b..867c96a1b77c5 100644 --- a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts @@ -130,9 +130,7 @@ export class GetEventDataStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts index 1e730a2efcb55..55d162d084b47 100644 --- a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts @@ -183,9 +183,7 @@ export class GetEventSelectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetImportCommand.ts b/clients/client-cloudtrail/src/commands/GetImportCommand.ts index 34f6c16e6e7f6..10e656b226578 100644 --- a/clients/client-cloudtrail/src/commands/GetImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetImportCommand.ts @@ -99,9 +99,7 @@ export class GetImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts index 09261f177160e..0d5d920d0b3df 100644 --- a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts @@ -145,9 +145,7 @@ export class GetInsightSelectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts index 4db35352f421d..6ba036238efb0 100644 --- a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts @@ -120,9 +120,7 @@ export class GetQueryResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts index ab42dadf3b3e4..6636ce5478e25 100644 --- a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts @@ -91,9 +91,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts index 0f43852a70f4f..bba0ea078504b 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts @@ -125,9 +125,7 @@ export class GetTrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts index eddf2c5c6ea55..382f62d9dad35 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts @@ -128,9 +128,7 @@ export class GetTrailStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts index 76af570f9ed3f..fffc165c6ac55 100644 --- a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts @@ -83,9 +83,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts index 8ca6ec2519b34..b7104bef80997 100644 --- a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts @@ -123,9 +123,7 @@ export class ListEventDataStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts index 8eb7f12a103b1..3cdb4a3157203 100644 --- a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts @@ -89,9 +89,7 @@ export class ListImportFailuresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts index 405c6bcfc19a0..599ec978e703b 100644 --- a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts @@ -97,9 +97,7 @@ export class ListImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts b/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts index 6e34181a2ce8b..43abc5d310023 100644 --- a/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts @@ -109,9 +109,7 @@ export class ListInsightsMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts index b5421b121662c..9b92565e57894 100644 --- a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts @@ -96,9 +96,7 @@ export class ListPublicKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts index 25828eb5a3a2d..f5a432295563c 100644 --- a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts @@ -121,9 +121,7 @@ export class ListQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts index 7ea2c50c0cf63..925cad7e5d70a 100644 --- a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts @@ -146,9 +146,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts index 88da9aa422e71..d96626dc3a7ee 100644 --- a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts @@ -78,9 +78,7 @@ export class ListTrailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts index cee3950862887..01ed998b4349d 100644 --- a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts +++ b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts @@ -169,9 +169,7 @@ export class LookupEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts index 23dc7bb57e802..87113bc7c7ae4 100644 --- a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts @@ -297,9 +297,7 @@ export class PutEventSelectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts index f98ebe295775b..ed5df3f337caa 100644 --- a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts @@ -187,9 +187,7 @@ export class PutInsightSelectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts index d80a1d42a53d4..dc0cfe71bae31 100644 --- a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts @@ -112,9 +112,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts index 41ad3d4da029a..cd7a79a3d1334 100644 --- a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts @@ -124,9 +124,7 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts index 6832c2b799259..90da43962b964 100644 --- a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts @@ -145,9 +145,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts index f3c462e3d77e2..44b7582e75e5b 100644 --- a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts @@ -153,9 +153,7 @@ export class RestoreEventDataStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts index e4004e85634cf..04b5a870bee28 100644 --- a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts @@ -106,9 +106,7 @@ export class StartEventDataStoreIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StartImportCommand.ts b/clients/client-cloudtrail/src/commands/StartImportCommand.ts index e91bf549ac653..2ff82ba67b5a6 100644 --- a/clients/client-cloudtrail/src/commands/StartImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartImportCommand.ts @@ -149,9 +149,7 @@ export class StartImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts index f46ce6d0fe06c..98b6320d23fc4 100644 --- a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts @@ -138,9 +138,7 @@ export class StartLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts index 39713f993bd15..a0c580ba6acfa 100644 --- a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts @@ -124,9 +124,7 @@ export class StartQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts index 74977047bb8e7..70bfd053ea49e 100644 --- a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts @@ -103,9 +103,7 @@ export class StopEventDataStoreIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StopImportCommand.ts b/clients/client-cloudtrail/src/commands/StopImportCommand.ts index 9f7c8411ce5e6..698a817119d60 100644 --- a/clients/client-cloudtrail/src/commands/StopImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopImportCommand.ts @@ -99,9 +99,7 @@ export class StopImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts index 68a11d90d49f9..2b90c32b2d4a8 100644 --- a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts @@ -141,9 +141,7 @@ export class StopLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts index 079123f6b7fb4..8f0311324097f 100644 --- a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts @@ -115,9 +115,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts index 5ad3e79764998..71acf60aa0e23 100644 --- a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts @@ -255,9 +255,7 @@ export class UpdateEventDataStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts index 87b10987f77c4..d62b1f2271813 100644 --- a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts @@ -270,9 +270,7 @@ export class UpdateTrailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudTrailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts index 35cbca8b4c0aa..9f45f8b62e429 100644 --- a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts @@ -79,9 +79,7 @@ export class ActivateEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts index e1a01e0b93458..98d0209f5765a 100644 --- a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts @@ -80,9 +80,7 @@ export class CancelReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts index 2e0050ff679bd..acf7dffb0beff 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts @@ -87,9 +87,7 @@ export class CreateApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts index c827fbe6eb8ed..1622cbe30e986 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts @@ -95,9 +95,7 @@ export class CreateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts index 4ca59b1514a9d..f39ee22110520 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts @@ -149,9 +149,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts index 4bbbf3b33a4ef..b70ac9c9cc01a 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts @@ -96,9 +96,7 @@ export class CreateEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts index 0ff78e3013103..c38c5ad7da77a 100644 --- a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts @@ -105,9 +105,7 @@ export class CreatePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts index de4a6f63caed0..f3ae0c0fbdb48 100644 --- a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts @@ -82,9 +82,7 @@ export class DeactivateEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts index e0e041f1ad504..e8026f95a4719 100644 --- a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts @@ -79,9 +79,7 @@ export class DeauthorizeConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts index fc2b403513d5d..e743ed4cdb56c 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts @@ -72,9 +72,7 @@ export class DeleteApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts index fca31ddc5d3d6..471aef262fd67 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts @@ -72,9 +72,7 @@ export class DeleteArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts index 06400b3d10ce9..6a6f90d8ebc00 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts @@ -78,9 +78,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts index 7dffe3d948417..0d4a1f4dd745a 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts @@ -70,9 +70,7 @@ export class DeleteEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts index d8a8b871b0f5d..0ff84ff8fa65b 100644 --- a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts @@ -77,9 +77,7 @@ export class DeletePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts index 799ccaa893189..f4dcfa0d27016 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts @@ -92,9 +92,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts index d530fd7cdb581..1e0dffe05107e 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts @@ -80,9 +80,7 @@ export class DescribeApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts index f25b7d36f23ea..b8e864cad4781 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts @@ -84,9 +84,7 @@ export class DescribeArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts index 84fc103cb838e..7409804a535a6 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts @@ -145,9 +145,7 @@ export class DescribeConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts index c54251c07eda1..250bc34902a57 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts @@ -79,9 +79,7 @@ export class DescribeEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts index c52c60fa14242..0c11cf395c4a5 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts @@ -80,9 +80,7 @@ export class DescribeEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts index 71b180eccb81d..59460087b7e77 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts @@ -78,9 +78,7 @@ export class DescribePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts index d4112f3f4df01..95c6777bfb8c6 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts @@ -95,9 +95,7 @@ export class DescribeReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts index 3073e35f268fd..7999dbb5f82cc 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts @@ -83,9 +83,7 @@ export class DescribeRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts index 0c1e5678c9e4b..e0742a55bc872 100644 --- a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts @@ -84,9 +84,7 @@ export class DisableRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts index 89c6568c0b1fb..c727f9574e4f6 100644 --- a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts @@ -83,9 +83,7 @@ export class EnableRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts index f760cc8bd80eb..4adb6802a3a50 100644 --- a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts @@ -84,9 +84,7 @@ export class ListApiDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts index 14fdaf61c9095..1ff56393795a6 100644 --- a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts @@ -88,9 +88,7 @@ export class ListArchivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts index 9dcb175fe2d75..8483e7ad509fb 100644 --- a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts @@ -83,9 +83,7 @@ export class ListConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts index 4a581acd0a375..20eb18d5a0ce9 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts @@ -78,9 +78,7 @@ export class ListEventBusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts index 91d80a6033548..3e14a56c2374d 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts @@ -84,9 +84,7 @@ export class ListEventSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts index c1ea52b9b4086..11851c5f125c8 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -91,9 +91,7 @@ export class ListPartnerEventSourceAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts index 10686ce9d71fe..6c48c4da0c9d7 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts @@ -80,9 +80,7 @@ export class ListPartnerEventSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts index 171c7d669d0ac..08c41b556aab3 100644 --- a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts @@ -86,9 +86,7 @@ export class ListReplaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts index 56cb19833e312..cb13d82976f88 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts @@ -78,9 +78,7 @@ export class ListRuleNamesByTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts index ec615fc159921..2b3524eb71ccc 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts @@ -90,9 +90,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts index 9dcdbdc53760d..7442d298ac01f 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts index ed2286595d17c..45b764170cf50 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts @@ -196,9 +196,7 @@ export class ListTargetsByRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts index 720ea362e9b29..851a45eacdc0c 100644 --- a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts @@ -87,9 +87,7 @@ export class PutEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts index 9180b1209e2e7..7c55f1974582d 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts @@ -89,9 +89,7 @@ export class PutPartnerEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts index 3e73e772e5dce..875b791c1dfba 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts @@ -103,9 +103,7 @@ export class PutPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts index 82ecff12d4d5e..566b8f14604cc 100644 --- a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts @@ -140,9 +140,7 @@ export class PutRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts index dd939e2e81eaf..9c0b0da26d752 100644 --- a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts @@ -368,9 +368,7 @@ export class PutTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts index 41eb974c8e0b6..b295329eea9de 100644 --- a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts @@ -80,9 +80,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts index e78ddc8d3ab36..e788247f746ea 100644 --- a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts @@ -100,9 +100,7 @@ export class RemoveTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts index 27c747299a050..039dad23ce749 100644 --- a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts @@ -102,9 +102,7 @@ export class StartReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts index 7287ddea391e5..ff88c2c2bbb2f 100644 --- a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts index c5796918c753b..1c91cf729c9cf 100644 --- a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts @@ -76,9 +76,7 @@ export class TestEventPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts index 2a6a6a50eee0b..450e07d4ddb44 100644 --- a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts index 9ecc7bff8b25e..f166c9106044e 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts @@ -86,9 +86,7 @@ export class UpdateApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts index 3fcdc0b1e886d..e5f35865e9c05 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts @@ -87,9 +87,7 @@ export class UpdateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts index ebb120054b9e8..9a53eaf1c266d 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts @@ -152,9 +152,7 @@ export class UpdateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts index b44c235c921db..0edd9fc63a12c 100644 --- a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts @@ -120,9 +120,7 @@ export class AssociateKmsKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts index ea06970707d1c..fa56d7fefee51 100644 --- a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts @@ -76,9 +76,7 @@ export class CancelExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts index 5632eb80bbeb7..32cb2c183003c 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts @@ -150,9 +150,7 @@ export class CreateDeliveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts index e2278906e470a..5340af8234f2d 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts @@ -108,9 +108,7 @@ export class CreateExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts index 74b015a0e4a06..f2a0e85af0dcb 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts @@ -121,9 +121,7 @@ export class CreateLogAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts index 3a571f9413f6b..43ce4cbb4c4d9 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts @@ -115,9 +115,7 @@ export class CreateLogGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts index a92ab9c59870d..f79243dac1005 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts @@ -92,9 +92,7 @@ export class CreateLogStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts index edca5b95ec144..21833032864c8 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts @@ -89,9 +89,7 @@ export class DeleteAccountPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts index cc59e3caa5cc3..8f7d3a474b2bb 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteDataProtectionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts index 812466be34603..b4563567182f6 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts @@ -83,9 +83,7 @@ export class DeleteDeliveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts index a6a155a5b1730..67a01df7508c3 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts @@ -84,9 +84,7 @@ export class DeleteDeliveryDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts index a5925102c4fda..c649f1201ea68 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts @@ -79,9 +79,7 @@ export class DeleteDeliveryDestinationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts index 236d297b96ed6..c477bee1618e8 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts @@ -84,9 +84,7 @@ export class DeleteDeliverySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts index fc032ae76d787..c6c6f04bed363 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts @@ -77,9 +77,7 @@ export class DeleteDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts index 74c2dbb71b0c2..cfc00832b7a27 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts @@ -75,9 +75,7 @@ export class DeleteLogAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts index 3eba12929c073..55074e0941d40 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts @@ -76,9 +76,7 @@ export class DeleteLogGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts index 22bc460098b6a..0d616f90165ea 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts @@ -77,9 +77,7 @@ export class DeleteLogStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts index 47c9459aad80f..5b6e743c99551 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts @@ -76,9 +76,7 @@ export class DeleteMetricFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts index d9fb3cf89decb..c792f70ad0e70 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts @@ -78,9 +78,7 @@ export class DeleteQueryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts index 3c4f56fa99dc8..9815416cb598b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts @@ -73,9 +73,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts index f53b46714dbd3..b95af15225d5b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteRetentionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts index 87e18cd714b6e..f4336c9fddebb 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts @@ -76,9 +76,7 @@ export class DeleteSubscriptionFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts index 122bd30e54b6e..4b9d7fc20eb70 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts @@ -91,9 +91,7 @@ export class DescribeAccountPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts index d4e85f530c009..a07e8736ae4cb 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts @@ -128,9 +128,7 @@ export class DescribeConfigurationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts index 5c463d73d38c4..7a655883e4643 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts @@ -111,9 +111,7 @@ export class DescribeDeliveriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts index 282557b6562ca..9844abb505d59 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts @@ -97,9 +97,7 @@ export class DescribeDeliveryDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts index 94aed9f813115..4162ad4b3b923 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts @@ -92,9 +92,7 @@ export class DescribeDeliverySourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts index db61d81587a7b..9e2d4d387bb87 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts @@ -83,9 +83,7 @@ export class DescribeDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts index 0dda54f74dac3..d32088b90f6aa 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts @@ -94,9 +94,7 @@ export class DescribeExportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts index ae8a372a25848..e81d3e4387e0e 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts @@ -107,9 +107,7 @@ export class DescribeLogGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts index 252f50ad58bff..eb4d6d139dd99 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts @@ -101,9 +101,7 @@ export class DescribeLogStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts index a99b302990094..9335a1fd18ca1 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts @@ -101,9 +101,7 @@ export class DescribeMetricFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts index b2fb7d3e34ba1..855c0b7b0ca77 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts @@ -88,9 +88,7 @@ export class DescribeQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts index 0271c1ce77498..17ae4e1b13073 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts @@ -87,9 +87,7 @@ export class DescribeQueryDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts index 66d1f21715f85..a217ab81735dc 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts @@ -79,9 +79,7 @@ export class DescribeResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts index 8060c6737abc8..f8fea47eeda63 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts @@ -91,9 +91,7 @@ export class DescribeSubscriptionFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts index 10ef729a8ed91..3e4a0209b1e77 100644 --- a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts @@ -98,9 +98,7 @@ export class DisassociateKmsKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts index ed75165384ef5..a3f568aa4145f 100644 --- a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts @@ -116,9 +116,7 @@ export class FilterLogEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts index d9db8b779f012..891445067f48a 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts @@ -79,9 +79,7 @@ export class GetDataProtectionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts index 03fef8acbd2de..db86e644e3841 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts @@ -111,9 +111,7 @@ export class GetDeliveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts index 9afa3f4ba02e0..0d395748d9b6a 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts @@ -91,9 +91,7 @@ export class GetDeliveryDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts index 27b95d5c2b916..1bf1635c38f76 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts @@ -83,9 +83,7 @@ export class GetDeliveryDestinationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts index 6cd676b747086..be0324e8ee912 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts @@ -91,9 +91,7 @@ export class GetDeliverySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts index e22827d1b88af..005de4b3b78db 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts @@ -87,9 +87,7 @@ export class GetLogAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts index e9101ab7b7057..9c1c797d8ac28 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts @@ -100,9 +100,7 @@ export class GetLogEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts index 68a6e2d959a9a..d8c67be4f3284 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts @@ -98,9 +98,7 @@ export class GetLogGroupFieldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts index e0e670cf53587..7cda3d5277acf 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts @@ -83,9 +83,7 @@ export class GetLogRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts index a8b8c0c679b7c..3aff822acf677 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts @@ -101,9 +101,7 @@ export class GetQueryResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts index 490dac6d106c2..6ca7dd840020e 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts @@ -122,9 +122,7 @@ export class ListAnomaliesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts index 1e282d07e493a..519e906c6c779 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts @@ -95,9 +95,7 @@ export class ListLogAnomalyDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts index d96447fc8ed8d..f7f4ffc7bdbcb 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts index 120ede42927af..3c496c704b907 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts @@ -79,9 +79,7 @@ export class ListTagsLogGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts index c03d760e829fd..431206561b9c8 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts @@ -149,9 +149,7 @@ export class PutAccountPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts index 0b1b341daa98e..b200bb52d39f1 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts @@ -103,9 +103,7 @@ export class PutDataProtectionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts index 7f8610a39f3d6..2011c396459d5 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts @@ -137,9 +137,7 @@ export class PutDeliveryDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts index f45cc3d0cdfa3..43ee6e9f04c0b 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts @@ -115,9 +115,7 @@ export class PutDeliveryDestinationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts index 8f1b1135c0f72..61ad5f99f33bf 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts @@ -134,9 +134,7 @@ export class PutDeliverySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts index f7e54d52c2858..7a4a6dae51493 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts @@ -95,9 +95,7 @@ export class PutDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts index 39f02dd385a27..11f43aa5a0c7e 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts @@ -76,9 +76,7 @@ export class PutDestinationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts index cc2b58d859b90..d56cb3caa2663 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts @@ -171,9 +171,7 @@ export class PutLogEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts index 29d9366bd42c7..446c4a8ec2f1e 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts @@ -119,9 +119,7 @@ export class PutMetricFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts index 44ce815e69874..07e79089ba6cc 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts @@ -93,9 +93,7 @@ export class PutQueryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts index 2acfa4654ddaa..447e32f7d0c17 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts @@ -81,9 +81,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts index 6f2a3f8e83f0c..3c75f266854e1 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts @@ -94,9 +94,7 @@ export class PutRetentionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts index 5e22b01467cd8..ad784ef2a89e3 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts @@ -118,9 +118,7 @@ export class PutSubscriptionFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts index da33d3eae952c..083db9c47336e 100644 --- a/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts @@ -168,9 +168,7 @@ export class StartLiveTailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts index 547795001ebcd..86ac9d080ac50 100644 --- a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts @@ -114,9 +114,7 @@ export class StartQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts index b0140cb42722c..850b5b01749b9 100644 --- a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts @@ -75,9 +75,7 @@ export class StopQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts index 36719075db7a5..6571368a2658f 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts @@ -87,9 +87,7 @@ export class TagLogGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts index 82f890949e501..0cb543c42e748 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts index ac0fc4a84e497..59a07851ff6df 100644 --- a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts @@ -83,9 +83,7 @@ export class TestMetricFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts index c859b680cc10c..7203ae71db836 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts @@ -81,9 +81,7 @@ export class UntagLogGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts index adced7c926279..06c4cc5c7db07 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts index 47c318d24e356..40b4d817f5183 100644 --- a/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts @@ -90,9 +90,7 @@ export class UpdateAnomalyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts index a18361c35cf00..8ccc0eafec1d9 100644 --- a/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts @@ -93,9 +93,7 @@ export class UpdateDeliveryConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts index 11e8f07e08007..77c8a4918adb6 100644 --- a/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts @@ -79,9 +79,7 @@ export class UpdateLogAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchLogsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts index 23f978bb40bc8..7d7cb7168b57b 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts @@ -85,9 +85,7 @@ export class DeleteAlarmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts index 7d0421a563933..904ac6cd34130 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts @@ -128,9 +128,7 @@ export class DeleteAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts index 68af9ee60f3ee..f9a8097f40f3e 100644 --- a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts @@ -76,9 +76,7 @@ export class DeleteDashboardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts index 7accbd62a88f9..8ef3ecb1a19e3 100644 --- a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts @@ -83,9 +83,7 @@ export class DeleteInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts index a0047e1db8aa9..fdd575c6a6d62 100644 --- a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts @@ -72,9 +72,7 @@ export class DeleteMetricStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts index 2eba0d5abce9e..658907836e078 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts @@ -92,9 +92,7 @@ export class DescribeAlarmHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts index c494228964f98..9c57ac98779bc 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts @@ -179,9 +179,7 @@ export class DescribeAlarmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts index ad2264539d0d8..e13331b52b550 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts @@ -147,9 +147,7 @@ export class DescribeAlarmsForMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts index d805d3fc61c4f..f9d5b56b503aa 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts @@ -155,9 +155,7 @@ export class DescribeAnomalyDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts index 9f73ef2a0ee35..95f407bab616e 100644 --- a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts @@ -80,9 +80,7 @@ export class DescribeInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts index 8f0b2f1014aed..88dc6c0730ec7 100644 --- a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts @@ -66,9 +66,7 @@ export class DisableAlarmActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts index ec39adc21763c..0143619382712 100644 --- a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts @@ -81,9 +81,7 @@ export class DisableInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts index 15aef73c6ac2c..a995f29a1a7bb 100644 --- a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts @@ -65,9 +65,7 @@ export class EnableAlarmActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts index aa08b92136d04..d92841009e8f4 100644 --- a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts @@ -83,9 +83,7 @@ export class EnableInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts index 37a687988b390..32756664d9b9b 100644 --- a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts @@ -79,9 +79,7 @@ export class GetDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts index 0a1f4d123e098..4e5b650928d5a 100644 --- a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts @@ -149,9 +149,7 @@ export class GetInsightRuleReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts index d10c41006bf9c..e9ad8592e75fb 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts @@ -172,9 +172,7 @@ export class GetMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts index 4eecf1b1e2a28..4cbe13c4581cd 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts @@ -154,9 +154,7 @@ export class GetMetricStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts index b76645aeb5b6a..9b3ef512e6b91 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts @@ -117,9 +117,7 @@ export class GetMetricStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts index 52d29f0cc782e..2905a2d5c107e 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts @@ -81,9 +81,7 @@ export class GetMetricWidgetImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts index 6a822e8e5b411..8d0a570aac7c2 100644 --- a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts @@ -88,9 +88,7 @@ export class ListDashboardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts index b359fd3447bf5..11c9745a7d218 100644 --- a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts @@ -92,9 +92,7 @@ export class ListManagedInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts index 1048ccf7c100e..e15693e333e26 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts @@ -89,9 +89,7 @@ export class ListMetricStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts index 71932bc44bada..87c6bfddf471e 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts @@ -109,9 +109,7 @@ export class ListMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts index 37da2a30fcf81..452450613add6 100644 --- a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts index b379c249ee0e9..c9ca323bb9d86 100644 --- a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts @@ -137,9 +137,7 @@ export class PutAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts index 043cc74a11bca..b968e076c298b 100644 --- a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts @@ -138,9 +138,7 @@ export class PutCompositeAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts index 549c227b5487c..994823a91803f 100644 --- a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts @@ -90,9 +90,7 @@ export class PutDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts index 2cef56805621c..dcfa7fa59e75c 100644 --- a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts @@ -84,9 +84,7 @@ export class PutInsightRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts index 56ee513f2aa7b..35ac7cc578551 100644 --- a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts @@ -105,9 +105,7 @@ export class PutManagedInsightRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts index c22bc7d4df802..c427d0bdc6a4c 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts @@ -179,9 +179,7 @@ export class PutMetricAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts index 9e3ad1e48650c..58a9f012d68bc 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts @@ -145,9 +145,7 @@ export class PutMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts index a374981ffa6f1..e3e4d5a3bf453 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts @@ -152,9 +152,7 @@ export class PutMetricStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts index 6fbca160333ad..5888953b89ded 100644 --- a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts +++ b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts @@ -87,9 +87,7 @@ export class SetAlarmStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts index aacbc492b7614..3d686a8da530b 100644 --- a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts @@ -74,9 +74,7 @@ export class StartMetricStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts index 548198f4440a1..333e8aaf24724 100644 --- a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts @@ -74,9 +74,7 @@ export class StopMetricStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts index 9868da3ad1b29..a28473ef94db0 100644 --- a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts index 493b7ea9e1020..239a5c9baf2ae 100644 --- a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CloudWatchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts index 2541a7f6d67fd..51230fbc2f734 100644 --- a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts @@ -128,9 +128,7 @@ export class AssociateExternalConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts index 2840228f486ea..f88cc5ed23c83 100644 --- a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts @@ -130,9 +130,7 @@ export class CopyPackageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts index 06f1a71473d4d..9b51e6d561417 100644 --- a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts @@ -124,9 +124,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts index c654c67bdc34b..00dae15509f19 100644 --- a/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts @@ -135,9 +135,7 @@ export class CreatePackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts index 068515568abc7..d7721e6ef91e8 100644 --- a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts @@ -134,9 +134,7 @@ export class CreateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts index 14236a66fc231..41c2c15ec3e2e 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts @@ -102,9 +102,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts index 49775e8c006b4..abc927cae5592 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts @@ -106,9 +106,7 @@ export class DeleteDomainPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts index a9f29327d6e80..6f66acb0bbe86 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts @@ -109,9 +109,7 @@ export class DeletePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts index ab13e576bb15f..7a7e673d37ca6 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts @@ -129,9 +129,7 @@ export class DeletePackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts index d7f120b91a6f0..f2f1f397de0f1 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts @@ -117,9 +117,7 @@ export class DeletePackageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts index 38385ddd3e4ee..1701ea64c0eb1 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts @@ -117,9 +117,7 @@ export class DeleteRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts index 1aaa2ffbb1660..b1e9a01db201d 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts @@ -114,9 +114,7 @@ export class DeleteRepositoryPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts index 9b743acda2ca0..dc5381ef2e8e6 100644 --- a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts @@ -103,9 +103,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts index 62c54f8c72ac1..b8d0e99d015a2 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts @@ -105,9 +105,7 @@ export class DescribePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts index b700945e23610..263bf47c1d301 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts @@ -116,9 +116,7 @@ export class DescribePackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts index 0530de899ba41..bdd13b77f7136 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts @@ -128,9 +128,7 @@ export class DescribePackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts index 25f731f663e63..620876fc0a073 100644 --- a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts @@ -113,9 +113,7 @@ export class DescribeRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts index e6b779d38955e..af781efc1e02f 100644 --- a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts @@ -128,9 +128,7 @@ export class DisassociateExternalConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts index 67927cd4749a3..b3ee3c1eee962 100644 --- a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts @@ -127,9 +127,7 @@ export class DisposePackageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts b/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts index fbcb7f0e441b6..c584adcf3c993 100644 --- a/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts @@ -118,9 +118,7 @@ export class GetAssociatedPackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts index 5bd7b2ccab6ba..ae84bb3604eab 100644 --- a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts @@ -115,9 +115,7 @@ export class GetAuthorizationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts index c5ee17cc16c3d..114644d5172d3 100644 --- a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts @@ -102,9 +102,7 @@ export class GetDomainPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts index 71f79100ebbc2..4775810ab2d7b 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts @@ -116,9 +116,7 @@ export class GetPackageVersionAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts index d2d198fa62581..b3f39a50513b4 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts @@ -104,9 +104,7 @@ export class GetPackageVersionReadmeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts index 921ea7e026228..ce9bfe0561911 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts @@ -136,9 +136,7 @@ export class GetRepositoryEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts index 29d494296208e..86e2589a6d36e 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts @@ -101,9 +101,7 @@ export class GetRepositoryPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts b/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts index 03e622e9e83c1..14d794bf0a850 100644 --- a/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts @@ -108,9 +108,7 @@ export class ListAllowedRepositoriesForGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts index 0fc6924537aad..0bcef78ebdddb 100644 --- a/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts @@ -98,9 +98,7 @@ export class ListAssociatedPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts index b8df4c668e071..dbbe1185a0278 100644 --- a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts @@ -96,9 +96,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts index 3f69bba1fcc34..32836297eac75 100644 --- a/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts @@ -120,9 +120,7 @@ export class ListPackageGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts index bc701a9df5649..7f415fcfb953b 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts @@ -114,9 +114,7 @@ export class ListPackageVersionAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts index 2c556644dbe28..86dfcd3e28f5a 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts @@ -119,9 +119,7 @@ export class ListPackageVersionDependenciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts index 72a974d28c3e0..5877d7ac181e6 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts @@ -120,9 +120,7 @@ export class ListPackageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts index c920d69499a37..125b8838a849c 100644 --- a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts @@ -114,9 +114,7 @@ export class ListPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts index dcc5cbc17f0ff..9923b2d14c69f 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts @@ -101,9 +101,7 @@ export class ListRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts index 73f3e89343f5a..06793d36fdcbb 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts @@ -109,9 +109,7 @@ export class ListRepositoriesInDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts b/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts index f5353f0dc0725..40464f8ff6726 100644 --- a/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts @@ -123,9 +123,7 @@ export class ListSubPackageGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts index c217bbb2cb71c..facc71bbc2c4f 100644 --- a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts index d228e4f6a4865..20f4dc7b95a26 100644 --- a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts @@ -136,9 +136,7 @@ export class PublishPackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts index 0445d20b252b1..b9ec78192bb97 100644 --- a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts @@ -112,9 +112,7 @@ export class PutDomainPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts index fd96a1cd1b830..215e0f04d9cf3 100644 --- a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts +++ b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts @@ -115,9 +115,7 @@ export class PutPackageOriginConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts index df1a79c0b3dae..678167cdf59e3 100644 --- a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts @@ -118,9 +118,7 @@ export class PutRepositoryPermissionsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/TagResourceCommand.ts b/clients/client-codeartifact/src/commands/TagResourceCommand.ts index 6d34d533462f7..29a50fd9d9826 100644 --- a/clients/client-codeartifact/src/commands/TagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts index cf5fd78fa0beb..1aba58e7f6419 100644 --- a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts index 9e46db546e8e1..79de64c663813 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts @@ -123,9 +123,7 @@ export class UpdatePackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts index 9b59a34841a25..7a515eb111233 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts @@ -156,9 +156,7 @@ export class UpdatePackageGroupOriginConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts index 85e796411ac3d..80679a0ec69b8 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts @@ -125,9 +125,7 @@ export class UpdatePackageVersionsStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts index 2031eaeda2317..230712ab22a5b 100644 --- a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts @@ -128,9 +128,7 @@ export class UpdateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeartifactClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts index a9b2e36e49813..e97bbebe65e2d 100644 --- a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts @@ -78,9 +78,7 @@ export class BatchDeleteBuildsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts index 64b2cbfdc1075..7e8983490ba76 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts @@ -289,9 +289,7 @@ export class BatchGetBuildBatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts index 568de9ea9a166..6bddf15a59bab 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts @@ -259,9 +259,7 @@ export class BatchGetBuildsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts b/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts index 34f0721f5c26c..54555510e2c00 100644 --- a/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts @@ -118,9 +118,7 @@ export class BatchGetFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts index 7dee4d5535c7a..1ef01bbcbdd61 100644 --- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts @@ -269,9 +269,7 @@ export class BatchGetProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts index c5a43be7f4b0d..b7f61610d6d1d 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts @@ -101,9 +101,7 @@ export class BatchGetReportGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts index 2193e56be3fa0..9b3a27bb1268b 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts @@ -113,9 +113,7 @@ export class BatchGetReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/CreateFleetCommand.ts b/clients/client-codebuild/src/commands/CreateFleetCommand.ts index 742e728da1d17..4585155d8eef4 100644 --- a/clients/client-codebuild/src/commands/CreateFleetCommand.ts +++ b/clients/client-codebuild/src/commands/CreateFleetCommand.ts @@ -149,9 +149,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts index 9f3f433639f0d..d82425f213216 100644 --- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts @@ -429,9 +429,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts index 76d49456c6c9d..bc0f68db4fe44 100644 --- a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts @@ -119,9 +119,7 @@ export class CreateReportGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts index 2b23c5016eee9..beb1bb3342a9f 100644 --- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts @@ -127,9 +127,7 @@ export class CreateWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts index a756b00e57084..5b81b892446e6 100644 --- a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts @@ -77,9 +77,7 @@ export class DeleteBuildBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteFleetCommand.ts b/clients/client-codebuild/src/commands/DeleteFleetCommand.ts index a7f441cd7e04d..6981a6ecf2b92 100644 --- a/clients/client-codebuild/src/commands/DeleteFleetCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteFleetCommand.ts @@ -66,9 +66,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts index ed6a0391640a8..056226a532ec9 100644 --- a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts @@ -67,9 +67,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteReportCommand.ts b/clients/client-codebuild/src/commands/DeleteReportCommand.ts index fad95db24a593..8babbe0a8042d 100644 --- a/clients/client-codebuild/src/commands/DeleteReportCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportCommand.ts @@ -68,9 +68,7 @@ export class DeleteReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts index 527c05afa506f..33ba848ee5cf8 100644 --- a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts @@ -67,9 +67,7 @@ export class DeleteReportGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts index 75a80cbda74de..bab0e41f4ac0f 100644 --- a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts @@ -66,9 +66,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts index bacb38c22e58a..5859933e2fe2f 100644 --- a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts @@ -71,9 +71,7 @@ export class DeleteSourceCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts index b463e4f261985..3d2df31f02982 100644 --- a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts @@ -74,9 +74,7 @@ export class DeleteWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts index bc4c4df20a923..05509a99fcf5b 100644 --- a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts @@ -88,9 +88,7 @@ export class DescribeCodeCoveragesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts index 4d7c19c0d9393..0f46a41492032 100644 --- a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts @@ -91,9 +91,7 @@ export class DescribeTestCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts index 1f7f2254f6f73..5165e1060d771 100644 --- a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts +++ b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts @@ -83,9 +83,7 @@ export class GetReportGroupTrendCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts index 7e25cf7341998..adddd6f151da7 100644 --- a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts @@ -71,9 +71,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts index 6ca0171990be3..abc62824c7b63 100644 --- a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts @@ -84,9 +84,7 @@ export class ImportSourceCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts index 95dc8a3a4b074..3ea0ebe26b6a5 100644 --- a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts +++ b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts @@ -69,9 +69,7 @@ export class InvalidateProjectCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts index 1f2a6ec1ddc10..0f2118c94bc9c 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts @@ -76,9 +76,7 @@ export class ListBuildBatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts index 6b6da5f6f883e..d7772ad8c08bb 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts @@ -80,9 +80,7 @@ export class ListBuildBatchesForProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListBuildsCommand.ts b/clients/client-codebuild/src/commands/ListBuildsCommand.ts index b152d286bbf4e..688d0ed6c5207 100644 --- a/clients/client-codebuild/src/commands/ListBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsCommand.ts @@ -72,9 +72,7 @@ export class ListBuildsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts index 07423eb66da31..eb7bcc72a0e8b 100644 --- a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts @@ -77,9 +77,7 @@ export class ListBuildsForProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts index f7397a1c57ec8..7cb8b152d955a 100644 --- a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts +++ b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts @@ -86,9 +86,7 @@ export class ListCuratedEnvironmentImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListFleetsCommand.ts b/clients/client-codebuild/src/commands/ListFleetsCommand.ts index cbb01fef4ee7c..4ed0840cfa6b8 100644 --- a/clients/client-codebuild/src/commands/ListFleetsCommand.ts +++ b/clients/client-codebuild/src/commands/ListFleetsCommand.ts @@ -74,9 +74,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListProjectsCommand.ts b/clients/client-codebuild/src/commands/ListProjectsCommand.ts index 826360382981a..7f72acc1aac08 100644 --- a/clients/client-codebuild/src/commands/ListProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListProjectsCommand.ts @@ -74,9 +74,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts index 4c9ba6dbd30db..fd3ae84fe8988 100644 --- a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts @@ -76,9 +76,7 @@ export class ListReportGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListReportsCommand.ts b/clients/client-codebuild/src/commands/ListReportsCommand.ts index f9734bc73a5c6..61705f84d2e12 100644 --- a/clients/client-codebuild/src/commands/ListReportsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsCommand.ts @@ -78,9 +78,7 @@ export class ListReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts index 156e28a3f308e..5cd082ccdcb1d 100644 --- a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts @@ -82,9 +82,7 @@ export class ListReportsForReportGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts index 1b3b81ce39199..aab78f6b755f8 100644 --- a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts @@ -74,9 +74,7 @@ export class ListSharedProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts index aeeb2634fe3c1..f42c7d5a51390 100644 --- a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts @@ -75,9 +75,7 @@ export class ListSharedReportGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts index be6632a284b59..8a3158b991ec6 100644 --- a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts @@ -73,9 +73,7 @@ export class ListSourceCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts index 638803dbce126..d5731f267d32f 100644 --- a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts @@ -73,9 +73,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts index cd8e9a2a1ce12..c5c8ad7824fbc 100644 --- a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts @@ -287,9 +287,7 @@ export class RetryBuildBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/RetryBuildCommand.ts b/clients/client-codebuild/src/commands/RetryBuildCommand.ts index 7d41c2db1ecde..e346831794344 100644 --- a/clients/client-codebuild/src/commands/RetryBuildCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildCommand.ts @@ -259,9 +259,7 @@ export class RetryBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts index 9ab4575f22df8..fd4df9c428f26 100644 --- a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts @@ -408,9 +408,7 @@ export class StartBuildBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/StartBuildCommand.ts b/clients/client-codebuild/src/commands/StartBuildCommand.ts index 5c823b1b54d08..a8224c595e31f 100644 --- a/clients/client-codebuild/src/commands/StartBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildCommand.ts @@ -379,9 +379,7 @@ export class StartBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts index 930414ab46861..d822c71d6a9e0 100644 --- a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts @@ -285,9 +285,7 @@ export class StopBuildBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/StopBuildCommand.ts b/clients/client-codebuild/src/commands/StopBuildCommand.ts index eea400c8531ca..21c6746215465 100644 --- a/clients/client-codebuild/src/commands/StopBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildCommand.ts @@ -255,9 +255,7 @@ export class StopBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/UpdateFleetCommand.ts b/clients/client-codebuild/src/commands/UpdateFleetCommand.ts index 459de985416ca..155cdbf5533a9 100644 --- a/clients/client-codebuild/src/commands/UpdateFleetCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateFleetCommand.ts @@ -148,9 +148,7 @@ export class UpdateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts index 8d2c7a6463efa..5e5ba2a731bac 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts @@ -425,9 +425,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts index e146d0a16e2e1..f020c3494c454 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts @@ -111,9 +111,7 @@ export class UpdateProjectVisibilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts index ef805cf12be83..6a99c3817857e 100644 --- a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts @@ -114,9 +114,7 @@ export class UpdateReportGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts index 07c98cce77f92..331a197877e9f 100644 --- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts @@ -112,9 +112,7 @@ export class UpdateWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeBuildClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts index 3675dc8dc892d..c4fbc3374e34c 100644 --- a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts @@ -97,9 +97,7 @@ export class CreateAccessTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts index cca5d5c34e84b..5863030017819 100644 --- a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts @@ -114,9 +114,7 @@ export class CreateDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts index f248b74224b32..a6a73e3db1b6a 100644 --- a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts @@ -90,9 +90,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts index ef23e083eb908..46594bf52bd03 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts @@ -100,9 +100,7 @@ export class CreateSourceRepositoryBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts index 7b954e53aece5..82e68ac7c80f7 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts @@ -92,9 +92,7 @@ export class CreateSourceRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts index b9bf0aa4a84ac..3f30d7513a6bc 100644 --- a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts @@ -83,9 +83,7 @@ export class DeleteAccessTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts index 999cc17bdef8a..97964fbb9647c 100644 --- a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts @@ -89,9 +89,7 @@ export class DeleteDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts index 7aab52390e6ef..dd184c0574fdb 100644 --- a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts @@ -88,9 +88,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts index 942d9540d0498..d578fbc18a4a6 100644 --- a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts @@ -89,9 +89,7 @@ export class DeleteSourceRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts index fca09d70496e3..2ce650d89937e 100644 --- a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts @@ -89,9 +89,7 @@ export class DeleteSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts index a7c55dbdcb397..0775a5174ed2c 100644 --- a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts @@ -112,9 +112,7 @@ export class GetDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts index fc08563dfeb9a..4e680246f0e06 100644 --- a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts @@ -89,9 +89,7 @@ export class GetProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts index a309d99e2e004..6b56ee76c6f57 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts @@ -93,9 +93,7 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts index 56383f224cedd..c5359d2758016 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts @@ -92,9 +92,7 @@ export class GetSourceRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts index 686856c7e08f7..54f0c94e3411d 100644 --- a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts @@ -88,9 +88,7 @@ export class GetSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts index df19447154d8a..e46bebd3e1cff 100644 --- a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts @@ -89,9 +89,7 @@ export class GetSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts index c748c322242a0..a82b84ec3e1e6 100644 --- a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts @@ -93,9 +93,7 @@ export class GetUserDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts b/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts index e39a2c54f0648..85030dfed439c 100644 --- a/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts @@ -99,9 +99,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts b/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts index f1bd58365df9e..7512c093cd730 100644 --- a/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts @@ -97,9 +97,7 @@ export class GetWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts index 897a7b28a14b4..a256a063b0d86 100644 --- a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts @@ -93,9 +93,7 @@ export class ListAccessTokensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts index 741099a5903ea..e525309d78913 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts @@ -98,9 +98,7 @@ export class ListDevEnvironmentSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts index 8211cccdf5a8a..5bf0d8471b902 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts @@ -127,9 +127,7 @@ export class ListDevEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts index fd167d01e9a9d..f456e1d3a942e 100644 --- a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts @@ -132,9 +132,7 @@ export class ListEventLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts index e0612bbb512da..ecf6a1b50d5ba 100644 --- a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts @@ -103,9 +103,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts index fa45251200c73..3a5a126e6da10 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts @@ -97,9 +97,7 @@ export class ListSourceRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts index fe7116cb973d1..1a0e9f5405132 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts @@ -102,9 +102,7 @@ export class ListSourceRepositoryBranchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts index 2f85fabead2fd..8ca6e45c68174 100644 --- a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts @@ -93,9 +93,7 @@ export class ListSpacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts b/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts index 5e2c6c8dcc59f..2129d2c77465f 100644 --- a/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts @@ -106,9 +106,7 @@ export class ListWorkflowRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts b/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts index 22be50fe7fe2e..ff88bb2994503 100644 --- a/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts @@ -106,9 +106,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts index 32ee744974299..b729c2fdb4eea 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts @@ -98,9 +98,7 @@ export class StartDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts index e877637f528f9..13c13df8eea32 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts @@ -107,9 +107,7 @@ export class StartDevEnvironmentSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts b/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts index 3e17c365934ee..4416bc7246bbc 100644 --- a/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts @@ -91,9 +91,7 @@ export class StartWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts index 4a861fe1200ba..5b7bcfd033959 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts @@ -90,9 +90,7 @@ export class StopDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts index b24189d8874cc..5807a977fb3c9 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts @@ -91,9 +91,7 @@ export class StopDevEnvironmentSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts index 74d4977edb342..814bdc633aeb3 100644 --- a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts @@ -109,9 +109,7 @@ export class UpdateDevEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts index fe94bde7ae03f..0af2f4a099704 100644 --- a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts @@ -90,9 +90,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts index 89e5d1515e244..dc21315c61c5a 100644 --- a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts @@ -88,9 +88,7 @@ export class UpdateSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts index 4366c3a63de51..bccb11169a6ea 100644 --- a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts @@ -83,9 +83,7 @@ export class VerifySessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCatalystClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts index 50f2150ac1caf..0564cabff4213 100644 --- a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts @@ -119,9 +119,7 @@ export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts index 5c1687df081ba..ac79b967d01c1 100644 --- a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts @@ -119,9 +119,7 @@ export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $ ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts index 91327de1917a4..a16c3f7e6992d 100644 --- a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts @@ -210,9 +210,7 @@ export class BatchDescribeMergeConflictsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts index 00b7278495d4e..c2b8618ddd78a 100644 --- a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts @@ -119,9 +119,7 @@ export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extend ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts index 7aa3ca2774d47..05ff60f4b4ec7 100644 --- a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts @@ -130,9 +130,7 @@ export class BatchGetCommitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts index 74c90bd7aca70..a4b7bac2a8194 100644 --- a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts @@ -128,9 +128,7 @@ export class BatchGetRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts index 4315c7eb3012f..c04c1ce2aca1e 100644 --- a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts @@ -107,9 +107,7 @@ export class CreateApprovalRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreateBranchCommand.ts b/clients/client-codecommit/src/commands/CreateBranchCommand.ts index d696a9a920985..9c7cd5e2bff4d 100644 --- a/clients/client-codecommit/src/commands/CreateBranchCommand.ts +++ b/clients/client-codecommit/src/commands/CreateBranchCommand.ts @@ -117,9 +117,7 @@ export class CreateBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreateCommitCommand.ts b/clients/client-codecommit/src/commands/CreateCommitCommand.ts index ca7fd01935d96..60a85100739ad 100644 --- a/clients/client-codecommit/src/commands/CreateCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateCommitCommand.ts @@ -253,9 +253,7 @@ export class CreateCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts index 4c8e187af66b0..f893ebe8d8c5d 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts @@ -130,9 +130,7 @@ export class CreatePullRequestApprovalRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts index 87afa4bfd29b9..b7a0809e0c596 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts @@ -206,9 +206,7 @@ export class CreatePullRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts index a23aaa19218f4..81e34f30510ec 100644 --- a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts @@ -139,9 +139,7 @@ export class CreateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts index e93e9270c9fab..c9f11ded3a0f1 100644 --- a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts @@ -228,9 +228,7 @@ export class CreateUnreferencedMergeCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts index 506b511e22e4d..2b1ca7d315006 100644 --- a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts @@ -77,9 +77,7 @@ export class DeleteApprovalRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts index b97c1deb29b4c..3e389af826cee 100644 --- a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts @@ -107,9 +107,7 @@ export class DeleteBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts index d618e89018440..af2ff5f5edc85 100644 --- a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts @@ -93,9 +93,7 @@ export class DeleteCommentContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeleteFileCommand.ts b/clients/client-codecommit/src/commands/DeleteFileCommand.ts index 0f2a4ff0bbe16..3f803045c6ead 100644 --- a/clients/client-codecommit/src/commands/DeleteFileCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteFileCommand.ts @@ -154,9 +154,7 @@ export class DeleteFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts index 3e83779d1203c..1f5e3b908fc10 100644 --- a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts @@ -110,9 +110,7 @@ export class DeletePullRequestApprovalRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts index 49d74be22caa2..7bc7afc7cbfa0 100644 --- a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts @@ -96,9 +96,7 @@ export class DeleteRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts index 3c005a1525485..87b75373272ef 100644 --- a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts @@ -205,9 +205,7 @@ export class DescribeMergeConflictsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts index 9bf60f7481960..e21bd2404eccd 100644 --- a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts @@ -155,9 +155,7 @@ export class DescribePullRequestEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts index 627c8471443ca..d1c8af39a96e0 100644 --- a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts @@ -112,9 +112,7 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts index 0fd177c3c61b4..48f70b36518c9 100644 --- a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts @@ -113,9 +113,7 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts index b5f90a102ea3f..e02e80149fc84 100644 --- a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts @@ -86,9 +86,7 @@ export class GetApprovalRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetBlobCommand.ts b/clients/client-codecommit/src/commands/GetBlobCommand.ts index 57c047657e31a..1ea4edc515d33 100644 --- a/clients/client-codecommit/src/commands/GetBlobCommand.ts +++ b/clients/client-codecommit/src/commands/GetBlobCommand.ts @@ -108,9 +108,7 @@ export class GetBlobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetBranchCommand.ts b/clients/client-codecommit/src/commands/GetBranchCommand.ts index 752777ca057e2..eefad7020182e 100644 --- a/clients/client-codecommit/src/commands/GetBranchCommand.ts +++ b/clients/client-codecommit/src/commands/GetBranchCommand.ts @@ -107,9 +107,7 @@ export class GetBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetCommentCommand.ts b/clients/client-codecommit/src/commands/GetCommentCommand.ts index e3bcfa58baf38..eaf758b4fba90 100644 --- a/clients/client-codecommit/src/commands/GetCommentCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentCommand.ts @@ -112,9 +112,7 @@ export class GetCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts index bfab01c11353d..6de16170f5eb7 100644 --- a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts @@ -103,9 +103,7 @@ export class GetCommentReactionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts index 53a2b156dc6fd..bec5264159ea5 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts @@ -154,9 +154,7 @@ export class GetCommentsForComparedCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts index e34608fec2fd6..9067a2618e634 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts @@ -163,9 +163,7 @@ export class GetCommentsForPullRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommitCommand.ts index f64da0b75f84a..aabeb1856b5d0 100644 --- a/clients/client-codecommit/src/commands/GetCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommitCommand.ts @@ -122,9 +122,7 @@ export class GetCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts index 0de6d58a02966..9bb3f84ddeabb 100644 --- a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts +++ b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts @@ -141,9 +141,7 @@ export class GetDifferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetFileCommand.ts b/clients/client-codecommit/src/commands/GetFileCommand.ts index e34cafdbc26c5..c214e368f92d8 100644 --- a/clients/client-codecommit/src/commands/GetFileCommand.ts +++ b/clients/client-codecommit/src/commands/GetFileCommand.ts @@ -121,9 +121,7 @@ export class GetFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetFolderCommand.ts b/clients/client-codecommit/src/commands/GetFolderCommand.ts index 31afcd4159035..e40dcac2e55ef 100644 --- a/clients/client-codecommit/src/commands/GetFolderCommand.ts +++ b/clients/client-codecommit/src/commands/GetFolderCommand.ts @@ -144,9 +144,7 @@ export class GetFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts index cdefb2b120067..8073fa10e656c 100644 --- a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts @@ -116,9 +116,7 @@ export class GetMergeCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts index 6a2a9c40dd903..22759cf357066 100644 --- a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts @@ -181,9 +181,7 @@ export class GetMergeConflictsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts index e9f52279c5d1c..fd5775f64361b 100644 --- a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts @@ -130,9 +130,7 @@ export class GetMergeOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts index db653c9c51f69..7d2be39fd7494 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts @@ -107,9 +107,7 @@ export class GetPullRequestApprovalStatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts index 347adacb54ab3..a53d2abb80bac 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts @@ -130,9 +130,7 @@ export class GetPullRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts index 9ffcb693d54c6..ecfab130ef048 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts @@ -98,9 +98,7 @@ export class GetPullRequestOverrideStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts index cc96b4b2d185e..628950cb9a35e 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts @@ -113,9 +113,7 @@ export class GetRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts index 3d78af6bf111a..8255084ab431e 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts @@ -107,9 +107,7 @@ export class GetRepositoryTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts index e9f34d3b00b15..8255bc96111c5 100644 --- a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts +++ b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts @@ -76,9 +76,7 @@ export class ListApprovalRuleTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts index 4d9b460420ff5..25f3e78eadd40 100644 --- a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts @@ -114,9 +114,7 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListBranchesCommand.ts b/clients/client-codecommit/src/commands/ListBranchesCommand.ts index 46d02b9171bf7..0ec1d4fa5a529 100644 --- a/clients/client-codecommit/src/commands/ListBranchesCommand.ts +++ b/clients/client-codecommit/src/commands/ListBranchesCommand.ts @@ -101,9 +101,7 @@ export class ListBranchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts index fc27b18c39eef..2cdc1269a8861 100644 --- a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts @@ -146,9 +146,7 @@ export class ListFileCommitHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts index 37e356f0a9692..17b4d9d820a15 100644 --- a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts +++ b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts @@ -117,9 +117,7 @@ export class ListPullRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts index 4d77abafc25ee..625ddc436734b 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts @@ -82,9 +82,7 @@ export class ListRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts index 3f7135647a3d8..1da5d0a15b159 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts @@ -112,9 +112,7 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts index c856f51fe9b8c..99c0e3b4fbfc8 100644 --- a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts index e08a89cb58330..1be0a83920b24 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts @@ -133,9 +133,7 @@ export class MergeBranchesByFastForwardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts index 0973d9f77b1bf..dab1829e07ee2 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts @@ -226,9 +226,7 @@ export class MergeBranchesBySquashCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts index 8db2a6dc8b679..8d9de48ff48de 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts @@ -226,9 +226,7 @@ export class MergeBranchesByThreeWayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts index 46486604e358d..1cfdd0f9f869a 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts @@ -177,9 +177,7 @@ export class MergePullRequestByFastForwardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts index e7daef0aaa877..5da4bea97a644 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts @@ -262,9 +262,7 @@ export class MergePullRequestBySquashCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts index f19b780e582cf..eaeb12137c402 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts @@ -262,9 +262,7 @@ export class MergePullRequestByThreeWayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts index 292c14b7ac8de..07a61494766e0 100644 --- a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts @@ -113,9 +113,7 @@ export class OverridePullRequestApprovalRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts index ba2991ce3298a..f622020776847 100644 --- a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts @@ -184,9 +184,7 @@ export class PostCommentForComparedCommitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts index 37f1b4ec6c37c..79cbdb07948a1 100644 --- a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts @@ -193,9 +193,7 @@ export class PostCommentForPullRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts index 8673b08de6880..04188e9c587ad 100644 --- a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts @@ -112,9 +112,7 @@ export class PostCommentReplyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts index 5ec0b1485d28c..4e95fecebcf0e 100644 --- a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts +++ b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts @@ -87,9 +87,7 @@ export class PutCommentReactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PutFileCommand.ts b/clients/client-codecommit/src/commands/PutFileCommand.ts index 18c570e3ce6ca..5c0fa31f127dd 100644 --- a/clients/client-codecommit/src/commands/PutFileCommand.ts +++ b/clients/client-codecommit/src/commands/PutFileCommand.ts @@ -183,9 +183,7 @@ export class PutFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts index 8d0438a04f1ca..0692af93e1d97 100644 --- a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts @@ -150,9 +150,7 @@ export class PutRepositoryTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/TagResourceCommand.ts b/clients/client-codecommit/src/commands/TagResourceCommand.ts index 9071c5dd9f283..c0e924334f676 100644 --- a/clients/client-codecommit/src/commands/TagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/TagResourceCommand.ts @@ -104,9 +104,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts index f85320fd82b7c..f578eebdc963e 100644 --- a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts @@ -160,9 +160,7 @@ export class TestRepositoryTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UntagResourceCommand.ts b/clients/client-codecommit/src/commands/UntagResourceCommand.ts index d1af3cbc6f867..115dc1c2999c2 100644 --- a/clients/client-codecommit/src/commands/UntagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/UntagResourceCommand.ts @@ -103,9 +103,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts index c2ef4dc849f1a..adcb345bf72e9 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts @@ -104,9 +104,7 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts index 5f0837315b228..c4539faf3eb1d 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts @@ -100,9 +100,7 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts index f76a63afcbd04..5d89726a9664c 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts @@ -97,9 +97,7 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts index b5340500d1a85..e3d104c0888e6 100644 --- a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts @@ -103,9 +103,7 @@ export class UpdateCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts index 328a5d2ae6f79..7907c404d5aa7 100644 --- a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts @@ -105,9 +105,7 @@ export class UpdateDefaultBranchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts index e1740dcc5aa89..1495bcc56fc95 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts @@ -138,9 +138,7 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts index 5d391545d05f5..4979a52bcab5a 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts @@ -117,9 +117,7 @@ export class UpdatePullRequestApprovalStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts index ccc24437a8cf8..7448345c235c3 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts @@ -128,9 +128,7 @@ export class UpdatePullRequestDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts index 9c53257eeb242..67afd331092ea 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts @@ -140,9 +140,7 @@ export class UpdatePullRequestStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts index 254d2183a4400..c592f781d30ff 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts @@ -125,9 +125,7 @@ export class UpdatePullRequestTitleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts index c40e716c89338..e5fff133ce5fa 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts @@ -103,9 +103,7 @@ export class UpdateRepositoryDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts index 66552bdaba25c..43b2e050e8ad7 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts @@ -112,9 +112,7 @@ export class UpdateRepositoryEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts index 09f28e8b90ba7..4eb3e05d15599 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts @@ -85,9 +85,7 @@ export class UpdateRepositoryNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeCommitClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts b/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts index 8870c1802d392..9fe54bc818ffe 100644 --- a/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts +++ b/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts @@ -90,9 +90,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/CreateHostCommand.ts b/clients/client-codeconnections/src/commands/CreateHostCommand.ts index 55768a6b030d1..50f33be76ca9d 100644 --- a/clients/client-codeconnections/src/commands/CreateHostCommand.ts +++ b/clients/client-codeconnections/src/commands/CreateHostCommand.ts @@ -99,9 +99,7 @@ export class CreateHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts index fa18539b8dee7..42c66a564aa10 100644 --- a/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts +++ b/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts @@ -103,9 +103,7 @@ export class CreateRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts index 61947b0a7fb65..f07875976eabc 100644 --- a/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts +++ b/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts @@ -107,9 +107,7 @@ export class CreateSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts b/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts index 112578f45190e..0c08a1981d018 100644 --- a/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts @@ -66,9 +66,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/DeleteHostCommand.ts b/clients/client-codeconnections/src/commands/DeleteHostCommand.ts index e2c1ead5dfd78..37e0010572d27 100644 --- a/clients/client-codeconnections/src/commands/DeleteHostCommand.ts +++ b/clients/client-codeconnections/src/commands/DeleteHostCommand.ts @@ -72,9 +72,7 @@ export class DeleteHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts index 56164cf8a8c1f..6c1f4aaf96946 100644 --- a/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts +++ b/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts @@ -87,9 +87,7 @@ export class DeleteRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts index b736d567274f4..75c9586b7604e 100644 --- a/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts +++ b/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts @@ -82,9 +82,7 @@ export class DeleteSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetConnectionCommand.ts b/clients/client-codeconnections/src/commands/GetConnectionCommand.ts index c47a929084503..02e29387b15a7 100644 --- a/clients/client-codeconnections/src/commands/GetConnectionCommand.ts +++ b/clients/client-codeconnections/src/commands/GetConnectionCommand.ts @@ -78,9 +78,7 @@ export class GetConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetHostCommand.ts b/clients/client-codeconnections/src/commands/GetHostCommand.ts index 393b8a425988a..9c17c27e0381e 100644 --- a/clients/client-codeconnections/src/commands/GetHostCommand.ts +++ b/clients/client-codeconnections/src/commands/GetHostCommand.ts @@ -85,9 +85,7 @@ export class GetHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts index e5f9d0f67b993..9381f2869edf9 100644 --- a/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts +++ b/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts @@ -92,9 +92,7 @@ export class GetRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts index 65f7dc8ab6ee4..15d616b86d56c 100644 --- a/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts @@ -94,9 +94,7 @@ export class GetRepositorySyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts b/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts index aadb0bc609188..7131e1ffd23b7 100644 --- a/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts +++ b/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts @@ -147,9 +147,7 @@ export class GetResourceSyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts b/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts index 35832b4f024e4..28d77faf04c23 100644 --- a/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts +++ b/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts @@ -101,9 +101,7 @@ export class GetSyncBlockerSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts index 7d738caff8b12..0bdbc7b2cf87f 100644 --- a/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts +++ b/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts @@ -93,9 +93,7 @@ export class GetSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts b/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts index b117fd4eaa287..66a0f8de817b5 100644 --- a/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts +++ b/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts @@ -81,9 +81,7 @@ export class ListConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListHostsCommand.ts b/clients/client-codeconnections/src/commands/ListHostsCommand.ts index 3a48d26282f96..abd217312c9c8 100644 --- a/clients/client-codeconnections/src/commands/ListHostsCommand.ts +++ b/clients/client-codeconnections/src/commands/ListHostsCommand.ts @@ -86,9 +86,7 @@ export class ListHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts b/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts index af7e330110db7..bdd7350a0510b 100644 --- a/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts +++ b/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts @@ -95,9 +95,7 @@ export class ListRepositoryLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts index 5b6b79dbc9572..d04b40247fb1c 100644 --- a/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -94,9 +94,7 @@ export class ListRepositorySyncDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts b/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts index dd6e4211eb86b..cf7e72217d41b 100644 --- a/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts +++ b/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts @@ -98,9 +98,7 @@ export class ListSyncConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts index 7b16afcf14ae5..a2e9120f58a00 100644 --- a/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/TagResourceCommand.ts b/clients/client-codeconnections/src/commands/TagResourceCommand.ts index 4239901993245..a72c3d0720d65 100644 --- a/clients/client-codeconnections/src/commands/TagResourceCommand.ts +++ b/clients/client-codeconnections/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/UntagResourceCommand.ts b/clients/client-codeconnections/src/commands/UntagResourceCommand.ts index a5277452c232a..0c4db545985bd 100644 --- a/clients/client-codeconnections/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeconnections/src/commands/UntagResourceCommand.ts @@ -69,9 +69,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/UpdateHostCommand.ts b/clients/client-codeconnections/src/commands/UpdateHostCommand.ts index 0b3410f14c663..c00cf14830988 100644 --- a/clients/client-codeconnections/src/commands/UpdateHostCommand.ts +++ b/clients/client-codeconnections/src/commands/UpdateHostCommand.ts @@ -86,9 +86,7 @@ export class UpdateHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts index 8385407fd3ecf..91dcc41748de2 100644 --- a/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts +++ b/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts @@ -98,9 +98,7 @@ export class UpdateRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts b/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts index 35c382c18824e..d70a48e192b8c 100644 --- a/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts +++ b/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts @@ -105,9 +105,7 @@ export class UpdateSyncBlockerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts index 82cee857a48a1..9eef708d0ac53 100644 --- a/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts +++ b/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts @@ -105,9 +105,7 @@ export class UpdateSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts index 19220c1ef696c..7c96790025da3 100644 --- a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts @@ -96,9 +96,7 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts index 903b6cc6b10e6..4389806b9a703 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts @@ -149,9 +149,7 @@ export class BatchGetApplicationRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts index 3916cc839e542..f0c1b63b8b357 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts @@ -89,9 +89,7 @@ export class BatchGetApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts index 1947e4f8606e1..9bd27be9cfab2 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts @@ -256,9 +256,7 @@ export class BatchGetDeploymentGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts index 5c0fac958a4f1..e133304355e53 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts @@ -121,9 +121,7 @@ export class BatchGetDeploymentInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts index 3e4f1216ea337..e842f2d442ef3 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts @@ -235,9 +235,7 @@ export class BatchGetDeploymentTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts index f862d4b639043..915856c13513e 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts @@ -253,9 +253,7 @@ export class BatchGetDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts index 051bad5224bee..693db3b91d5fd 100644 --- a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts @@ -92,9 +92,7 @@ export class BatchGetOnPremisesInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts index 65be6184671a1..24659b9f53919 100644 --- a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts @@ -92,9 +92,7 @@ export class ContinueDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts index 68c837598d0a2..374812847fa20 100644 --- a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts @@ -91,9 +91,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts index f637b8fa5ca0e..85e2bf4b89f6d 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts @@ -254,9 +254,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts index fc3e864f74d2c..e65c05ecb9079 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts @@ -114,9 +114,7 @@ export class CreateDeploymentConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts index f2e84da02fdde..bb6b50bda3c3d 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts @@ -323,9 +323,7 @@ export class CreateDeploymentGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts index 85e6e076992b7..27fb9d2c87c13 100644 --- a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts @@ -74,9 +74,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts index 99bde8f5f177d..95ea3bb6b8012 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts @@ -79,9 +79,7 @@ export class DeleteDeploymentConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts index 921f3365e2f0c..4a4c1a867ecb3 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts @@ -89,9 +89,7 @@ export class DeleteDeploymentGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts index 143a8f7a7ec79..4ccbd46e432f3 100644 --- a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts @@ -80,9 +80,7 @@ export class DeleteGitHubAccountTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts index e1de8d19b843f..e5f13e8a53ef2 100644 --- a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts @@ -70,9 +70,7 @@ export class DeleteResourcesByExternalIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts index 0fc8999f4ef96..4b1f35d0a2e40 100644 --- a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts @@ -72,9 +72,7 @@ export class DeregisterOnPremisesInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts index 73967d46ce9ce..93720e3f73297 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts @@ -81,9 +81,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts index ac070df25cf34..e9d8a4ad6b34f 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts @@ -136,9 +136,7 @@ export class GetApplicationRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts index e3769762d745a..4db87b025c27e 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts @@ -254,9 +254,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts index 62cd41162f1f1..6eab734e7d29b 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts @@ -105,9 +105,7 @@ export class GetDeploymentConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts index 8af6e95532c2e..eaf44c3a401a5 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts @@ -252,9 +252,7 @@ export class GetDeploymentGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts index c1e42f95331b3..e34543b982754 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts @@ -109,9 +109,7 @@ export class GetDeploymentInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts index f6f0209e0245d..af28079755c07 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts @@ -199,9 +199,7 @@ export class GetDeploymentTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts index 919e18bd3dbb8..18701e6a8124e 100644 --- a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts @@ -87,9 +87,7 @@ export class GetOnPremisesInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts index 09b411c5188ea..bd12547936a77 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts @@ -126,9 +126,7 @@ export class ListApplicationRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts index 948b82be9f369..08446edb906cb 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts @@ -71,9 +71,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts index 1b71d32e0d27e..23e7d45782206 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts @@ -71,9 +71,7 @@ export class ListDeploymentConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts index b43604fdbe11b..648a0a4a777f2 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts @@ -83,9 +83,7 @@ export class ListDeploymentGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index ca32bc282e5ff..a25b26d69cbdd 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -116,9 +116,7 @@ export class ListDeploymentInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts index 1841b99e5d091..9510bd5adb184 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts @@ -104,9 +104,7 @@ export class ListDeploymentTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts index 299f3d47c7393..80d09825e0639 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts @@ -113,9 +113,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts index 44eb507d02d86..b1b882877d738 100644 --- a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts @@ -77,9 +77,7 @@ export class ListGitHubAccountTokenNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts index c764b6a3a47ea..398dc8ca94096 100644 --- a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts @@ -88,9 +88,7 @@ export class ListOnPremisesInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts index c206a7875a832..66d45428b89bb 100644 --- a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts index a7d602e95546f..b867a877fead1 100644 --- a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts +++ b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts @@ -108,9 +108,7 @@ export class PutLifecycleEventHookExecutionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts index dcad6f7aea0b7..8a2d4ca9d443d 100644 --- a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts @@ -104,9 +104,7 @@ export class RegisterApplicationRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts index f7eebfd7b68b6..443774ea2fcf8 100644 --- a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts @@ -100,9 +100,7 @@ export class RegisterOnPremisesInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts index 15e8f366ce0b7..88a611adef4e7 100644 --- a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts @@ -96,9 +96,7 @@ export class RemoveTagsFromOnPremisesInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts index 91d430527b7a8..b833136801e21 100644 --- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -87,9 +87,7 @@ export class SkipWaitTimeForInstanceTerminationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts index 209d879a21b06..0fe7680bf90bb 100644 --- a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts @@ -86,9 +86,7 @@ export class StopDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/TagResourceCommand.ts b/clients/client-codedeploy/src/commands/TagResourceCommand.ts index 1ff7509459718..92765003b27ea 100644 --- a/clients/client-codedeploy/src/commands/TagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts index 44a05e9d1b674..f66deca69239d 100644 --- a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts @@ -94,9 +94,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts index 2c83853f62f96..cbd496e3e51dc 100644 --- a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts @@ -77,9 +77,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts index 28d4ab0009b66..52c1a8343f8da 100644 --- a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts @@ -319,9 +319,7 @@ export class UpdateDeploymentGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeDeployClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts index 6a158bdf3f5ef..cd3749c4fa01e 100644 --- a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts @@ -152,9 +152,7 @@ export class AssociateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts index fede5864092e6..e41f0db1ff8ec 100644 --- a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts @@ -188,9 +188,7 @@ export class CreateCodeReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts index c89eafbae4cc1..9b609f55976d6 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts @@ -135,9 +135,7 @@ export class DescribeCodeReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts index 743210126bf04..906277958d8f9 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts @@ -96,9 +96,7 @@ export class DescribeRecommendationFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts index 79db8001abbdc..bcd32b4c040b3 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts @@ -111,9 +111,7 @@ export class DescribeRepositoryAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts index 340b88ce434aa..02c9d712f29e5 100644 --- a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts @@ -110,9 +110,7 @@ export class DisassociateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts index 214b7650f2061..173bde655b2bc 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts @@ -140,9 +140,7 @@ export class ListCodeReviewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts index d2b917c3ca8ed..599417400347d 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts @@ -98,9 +98,7 @@ export class ListRecommendationFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts index de698de3a8537..4d6ecc841ea08 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts @@ -102,9 +102,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts index 1f6d663c157bf..e0c9990832582 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts @@ -100,9 +100,7 @@ export class ListRepositoryAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts index 4a4c031a7e919..a8f608ca82957 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts index 466bf1a754c8e..68d9c0d44a741 100644 --- a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts @@ -83,9 +83,7 @@ export class PutRecommendationFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts index 4ffc615d6c2d0..81e544a0e00a0 100644 --- a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts index 8c9df73eb1285..4290e94b99e31 100644 --- a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruReviewerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts index c1d1b2f0fbef3..4b2bdae9517ff 100644 --- a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts @@ -146,9 +146,7 @@ export class BatchGetFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts index ef01d6b2c69f5..9eb93543fd1c3 100644 --- a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts @@ -100,9 +100,7 @@ export class CreateScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts index 0db7b4832ffd4..83b4e7a80907f 100644 --- a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts @@ -88,9 +88,7 @@ export class CreateUploadUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts index c89df927d6b72..7b4de4a77d56a 100644 --- a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts @@ -77,9 +77,7 @@ export class GetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts index 2ff5e0c9e2cee..ad051c5077303 100644 --- a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts @@ -145,9 +145,7 @@ export class GetFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts index 329cd2740d32f..6ffaa30cf3ac6 100644 --- a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts @@ -106,9 +106,7 @@ export class GetMetricsSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/GetScanCommand.ts b/clients/client-codeguru-security/src/commands/GetScanCommand.ts index 63294f8dc3420..3489637472c43 100644 --- a/clients/client-codeguru-security/src/commands/GetScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetScanCommand.ts @@ -89,9 +89,7 @@ export class GetScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts index f85aa74588a60..74c13f16c224a 100644 --- a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts @@ -113,9 +113,7 @@ export class ListFindingsMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/ListScansCommand.ts b/clients/client-codeguru-security/src/commands/ListScansCommand.ts index 22c5c9b52caed..8b416b8d761d3 100644 --- a/clients/client-codeguru-security/src/commands/ListScansCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListScansCommand.ts @@ -89,9 +89,7 @@ export class ListScansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts index faee921430c26..c10a86a4b8881 100644 --- a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts index 4ca45fc587c32..001d783fe8587 100644 --- a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts index 782903c8755e3..97ed87e7ec403 100644 --- a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts index aac815ba06a3b..c6946fd15ea84 100644 --- a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts @@ -84,9 +84,7 @@ export class UpdateAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruSecurityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts index e32eb04ac12b6..2e9e81d4d1c3c 100644 --- a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts @@ -108,9 +108,7 @@ export class AddNotificationChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts index 7db9575ffc2bf..7a8cd36674c7d 100644 --- a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts @@ -120,9 +120,7 @@ export class BatchGetFrameMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts index 7a3e872df3e2c..130e679d2b1ac 100644 --- a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts @@ -91,9 +91,7 @@ export class ConfigureAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts index 2e4f637e61c96..23a77e446db64 100644 --- a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts @@ -114,9 +114,7 @@ export class CreateProfilingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts index 5357409e326fa..8165be0e0dac9 100644 --- a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts @@ -81,9 +81,7 @@ export class DeleteProfilingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts index bf80df21bba3b..025f449987877 100644 --- a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts @@ -102,9 +102,7 @@ export class DescribeProfilingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts index f8b4519bc6216..869ab05ad16e5 100644 --- a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts @@ -96,9 +96,7 @@ export class GetFindingsReportAccountSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts index 60d57f16a7bfe..cb80e48bd801e 100644 --- a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts @@ -92,9 +92,7 @@ export class GetNotificationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts index a985cc20b4d2b..df5e91ea005be 100644 --- a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts @@ -77,9 +77,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts index 7e4b7d7613caa..bed225d88c36b 100644 --- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts @@ -163,9 +163,7 @@ export class GetProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts index 8d6d7b4098c39..c2df67595baf9 100644 --- a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts @@ -145,9 +145,7 @@ export class GetRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts index 9d4b54873b79f..2c33bcf45e18a 100644 --- a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts @@ -91,9 +91,7 @@ export class ListFindingsReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts index d3639b2570365..4eb581cd743f2 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts @@ -89,9 +89,7 @@ export class ListProfileTimesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts index 02d1fe6fd4044..34baa8029bf09 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts @@ -105,9 +105,7 @@ export class ListProfilingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts index 108e6129b2bd7..5216ac313f17d 100644 --- a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts index f81e1101a6aba..5a320da0f7112 100644 --- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts @@ -91,9 +91,7 @@ export class PostAgentProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts index 07eaf416c721d..33232d19e9ba3 100644 --- a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts @@ -114,9 +114,7 @@ export class PutPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts index 661a8c9edc5dd..450141fdfa704 100644 --- a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts @@ -88,9 +88,7 @@ export class RemoveNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts index 6477fce594e6f..5e26029c07053 100644 --- a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts @@ -94,9 +94,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts index 573616a648a05..ff49a5eb17f01 100644 --- a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts @@ -79,9 +79,7 @@ export class SubmitFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts index 0677f641f78c0..b9b225964587d 100644 --- a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts index 5bdb349369882..0bbdd1f16679b 100644 --- a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts index e33cd0a11c1b2..b2e7b5e5fddc8 100644 --- a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts @@ -106,9 +106,7 @@ export class UpdateProfilingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeGuruProfilerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts index 067e9ad04ed43..79a19ebcb6e54 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts @@ -76,9 +76,7 @@ export class AcknowledgeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts index 95ca4fe6fa173..767eb9d77c39a 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts @@ -80,9 +80,7 @@ export class AcknowledgeThirdPartyJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts index 10175cb48ff3a..6e77aee2fd8a8 100644 --- a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts @@ -153,9 +153,7 @@ export class CreateCustomActionTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts index 2d6631fb54d9d..970b60cd2a54b 100644 --- a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts @@ -550,9 +550,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts index ee6897518be63..c7ca7eee857d1 100644 --- a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts @@ -79,9 +79,7 @@ export class DeleteCustomActionTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts index 867bc71b7ffe7..277fbc68d7f15 100644 --- a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts @@ -69,9 +69,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts index f0cee0152d530..765672f387f45 100644 --- a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts @@ -72,9 +72,7 @@ export class DeleteWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts index a8324af5c62c4..c16b127648e1d 100644 --- a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts @@ -77,9 +77,7 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts index f586f259d38f6..f525cccf9aca6 100644 --- a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts @@ -76,9 +76,7 @@ export class DisableStageTransitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts index 1a004cc11d6c6..29d42aca9d900 100644 --- a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts @@ -74,9 +74,7 @@ export class EnableStageTransitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts index 6c8d95dd96239..12c98a7779006 100644 --- a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts @@ -131,9 +131,7 @@ export class GetActionTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts index de94fad2fc73f..e463972d9cc2b 100644 --- a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts @@ -141,9 +141,7 @@ export class GetJobDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts index d13520dc33dd2..a1450294c8b5e 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts @@ -302,9 +302,7 @@ export class GetPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts index abb1bd91e3f98..f08cbdd0a86a4 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts @@ -109,9 +109,7 @@ export class GetPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts index cd8371203bfc0..7b4f06f4db55a 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts @@ -258,9 +258,7 @@ export class GetPipelineStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts index 05ad889b0d1e6..2247927038a99 100644 --- a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts @@ -153,9 +153,7 @@ export class GetThirdPartyJobDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts index 63f70ffbb4516..78b8cb73b76de 100644 --- a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts @@ -150,9 +150,7 @@ export class ListActionExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts index d233985a44f80..c293e5e256007 100644 --- a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts @@ -110,9 +110,7 @@ export class ListActionTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts index f35fccad5d66a..dc16e24f29a7d 100644 --- a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts @@ -116,9 +116,7 @@ export class ListPipelineExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts index fc4a2d8a39399..274c85103b786 100644 --- a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts @@ -83,9 +83,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts index 8c4cb4519adef..09905bd9510be 100644 --- a/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts @@ -137,9 +137,7 @@ export class ListRuleExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts b/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts index bb6b91038b738..ad7108a5590a8 100644 --- a/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts @@ -103,9 +103,7 @@ export class ListRuleTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts index 9783b2070bb83..fa0f617d57f4c 100644 --- a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts index 16731aa8a052d..4116aff05bf1b 100644 --- a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts +++ b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts @@ -109,9 +109,7 @@ export class ListWebhooksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts b/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts index 75b77ff9632e9..64bdf3a2269b7 100644 --- a/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts +++ b/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts @@ -90,9 +90,7 @@ export class OverrideStageConditionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts index 0e9eedcaae40a..58895874d5678 100644 --- a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts @@ -156,9 +156,7 @@ export class PollForJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts index 101c68f1a4139..8b883295a65e6 100644 --- a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts @@ -88,9 +88,7 @@ export class PollForThirdPartyJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts index e0cbb431abb5b..490f238f2e598 100644 --- a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts +++ b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts @@ -89,9 +89,7 @@ export class PutActionRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts index 8688334185e06..b60a6073c58a3 100644 --- a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts @@ -91,9 +91,7 @@ export class PutApprovalResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts index 0f05cd44bbc97..a1d0932adc1aa 100644 --- a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts @@ -78,9 +78,7 @@ export class PutJobFailureResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts index 95c5006ae0e0d..30f4ba6e51e96 100644 --- a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts @@ -91,9 +91,7 @@ export class PutJobSuccessResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts index 73a58ee62b29d..5d20e6c91e9e4 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts @@ -85,9 +85,7 @@ export class PutThirdPartyJobFailureResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts index e466ed93ed19b..1dd136bb4d6a4 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts @@ -92,9 +92,7 @@ export class PutThirdPartyJobSuccessResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts index e166d74414458..87af18cd347c3 100644 --- a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts @@ -158,9 +158,7 @@ export class PutWebhookCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts index 2e5662d829016..d26714bdc5735 100644 --- a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts @@ -76,9 +76,7 @@ export class RegisterWebhookWithThirdPartyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts index 83e6365b055ca..86f19361fa9bb 100644 --- a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts @@ -101,9 +101,7 @@ export class RetryStageExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/RollbackStageCommand.ts b/clients/client-codepipeline/src/commands/RollbackStageCommand.ts index 38f652e3b8b5a..1f252f439c016 100644 --- a/clients/client-codepipeline/src/commands/RollbackStageCommand.ts +++ b/clients/client-codepipeline/src/commands/RollbackStageCommand.ts @@ -93,9 +93,7 @@ export class RollbackStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts index 6a6d52bd3b073..6be74e809d4f7 100644 --- a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts @@ -93,9 +93,7 @@ export class StartPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts index ceb5ea0bc8e79..ed0f9b1a85f89 100644 --- a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts @@ -94,9 +94,7 @@ export class StopPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/TagResourceCommand.ts b/clients/client-codepipeline/src/commands/TagResourceCommand.ts index 9d205b474bc4a..6cf874ff2f7f7 100644 --- a/clients/client-codepipeline/src/commands/TagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts index 4033d9b57ebe7..fb531739f661f 100644 --- a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts index c8d23e9db99f4..e41f13728d7fb 100644 --- a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts @@ -130,9 +130,7 @@ export class UpdateActionTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts index fe82fdecf6d6c..61dfd18c7f6a6 100644 --- a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts @@ -523,9 +523,7 @@ export class UpdatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodePipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts index c162248409016..29f61ca15a722 100644 --- a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts @@ -94,9 +94,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts index 39cf8ccac394a..845e66989005f 100644 --- a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts @@ -103,9 +103,7 @@ export class CreateHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts index 37393b6ec19a2..dceaaea5e1d2b 100644 --- a/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts @@ -107,9 +107,7 @@ export class CreateRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts index 735c0bd6758f9..0fcce363cbb69 100644 --- a/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts @@ -111,9 +111,7 @@ export class CreateSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts index f2279b1992eee..ab7e952a90e89 100644 --- a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts @@ -70,9 +70,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts index 78edb597aee4c..079f783fbf366 100644 --- a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts @@ -76,9 +76,7 @@ export class DeleteHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts index db3459248a069..bd8061fc5f253 100644 --- a/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts @@ -91,9 +91,7 @@ export class DeleteRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts index 23cc847f9d20d..b14532835372e 100644 --- a/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DeleteSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts index 8da1f35dfb58a..585a426b6c0dd 100644 --- a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts @@ -82,9 +82,7 @@ export class GetConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetHostCommand.ts b/clients/client-codestar-connections/src/commands/GetHostCommand.ts index 9371079a39d60..4a5d3fb978338 100644 --- a/clients/client-codestar-connections/src/commands/GetHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetHostCommand.ts @@ -89,9 +89,7 @@ export class GetHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts index a64ded7aeada5..5bdbdd175aaaa 100644 --- a/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts @@ -96,9 +96,7 @@ export class GetRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts index 7222506d1b63d..ddbb6a0c99d82 100644 --- a/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts @@ -98,9 +98,7 @@ export class GetRepositorySyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts b/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts index 293ba84053dfb..38ccaa72e28b6 100644 --- a/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts @@ -151,9 +151,7 @@ export class GetResourceSyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts b/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts index cbc6d4ea563e7..f9992884a9732 100644 --- a/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts @@ -105,9 +105,7 @@ export class GetSyncBlockerSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts index 4f187c8b21695..32da93127d3a0 100644 --- a/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts @@ -97,9 +97,7 @@ export class GetSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts index 3480169b958ee..6ae10682bb92d 100644 --- a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts @@ -85,9 +85,7 @@ export class ListConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts index 339cf90265612..a6ad5b5546a38 100644 --- a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts @@ -90,9 +90,7 @@ export class ListHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts b/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts index ae16256e731ca..66b89ee9b0bfd 100644 --- a/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts @@ -99,9 +99,7 @@ export class ListRepositoryLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts index e87f6de03f65a..cbb7c11f257db 100644 --- a/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -98,9 +98,7 @@ export class ListRepositorySyncDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts b/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts index 712318e5c2eb3..1c7140bc9417b 100644 --- a/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts @@ -102,9 +102,7 @@ export class ListSyncConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts index 256be7b65eaa0..4a6877d1972b5 100644 --- a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts index f38b17e1a45ae..00e8904f982fd 100644 --- a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts @@ -80,9 +80,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts index 7760a865a114d..9af01e1cfa045 100644 --- a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts index 823a3efb0cacf..e68f76f388c2f 100644 --- a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts @@ -90,9 +90,7 @@ export class UpdateHostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts index 86780fb86fdcf..b0a88e312a069 100644 --- a/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts @@ -102,9 +102,7 @@ export class UpdateRepositoryLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts b/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts index 7a7dda6967a44..369e620ed210d 100644 --- a/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts @@ -109,9 +109,7 @@ export class UpdateSyncBlockerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts index cb51a3c23df79..3f9d0f880da7b 100644 --- a/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts @@ -109,9 +109,7 @@ export class UpdateSyncConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodeStarConnectionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts index 96b6fe7aed467..886c3d98f2c9f 100644 --- a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts @@ -114,9 +114,7 @@ export class CreateNotificationRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts index 1a0f4551f9e0b..7e16d0442e7ae 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts @@ -81,9 +81,7 @@ export class DeleteNotificationRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts index e07bdf59f4edb..bdbba55b4a803 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts @@ -71,9 +71,7 @@ export class DeleteTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts index 789b03b774c45..2f2ce2098d732 100644 --- a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts @@ -104,9 +104,7 @@ export class DescribeNotificationRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts index 15cbeb01ef5dc..fcbea61c37c4a 100644 --- a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts @@ -90,9 +90,7 @@ export class ListEventTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts index b24961c410e09..5181a83aa4c2c 100644 --- a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts @@ -88,9 +88,7 @@ export class ListNotificationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts index c9564983a3f6d..9b546aff25018 100644 --- a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts index 9540dd872da1e..713ca20bebdc3 100644 --- a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts @@ -89,9 +89,7 @@ export class ListTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts index aafd1b0e740cc..d57ff070c2b0d 100644 --- a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts @@ -85,9 +85,7 @@ export class SubscribeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts index 5eddf50331a0e..2e8d963342304 100644 --- a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts index ccaf7e0e11a80..1078d5f8243c6 100644 --- a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts @@ -75,9 +75,7 @@ export class UnsubscribeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts index 20cafd1c541ea..3c3eb4e1b448c 100644 --- a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts index 3866fb13c8842..fa780f0331136 100644 --- a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts @@ -97,9 +97,7 @@ export class UpdateNotificationRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CodestarNotificationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts index b9a30993dbab8..c26bbb335db14 100644 --- a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts @@ -126,9 +126,7 @@ export class AddCustomAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts index 6668bcf4cf3da..5fd1e9e5cf703 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts @@ -112,9 +112,7 @@ export class AdminAddUserToGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts index b57b3c093ffb6..5aee979a9aedf 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts @@ -140,9 +140,7 @@ export class AdminConfirmSignUpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts index 4cbb033611a15..78a429115a6d3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts @@ -279,9 +279,7 @@ export class AdminCreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts index 107d88d49540f..666d7161b590d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts @@ -117,9 +117,7 @@ export class AdminDeleteUserAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts index 9c9861f74d41a..76791efbea775 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts @@ -109,9 +109,7 @@ export class AdminDeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts index fc9a4eb2fe029..2958ff571ffb3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts @@ -147,9 +147,7 @@ export class AdminDisableProviderForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts index 4acfe76128bd1..345ac5de9336b 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts @@ -115,9 +115,7 @@ export class AdminDisableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts index 192eb52bb9964..01e6ea3ede34d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts @@ -113,9 +113,7 @@ export class AdminEnableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts index eeecc8a57ffb5..3c65e32c308c1 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts @@ -113,9 +113,7 @@ export class AdminForgetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts index 59bb8492dcff1..56eda156d4459 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts @@ -128,9 +128,7 @@ export class AdminGetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts index 57f5aa30a4349..de68e68efc3d7 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts @@ -137,9 +137,7 @@ export class AdminGetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts index ae3cc427372d3..3b7c5845f3f5d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts @@ -204,9 +204,7 @@ export class AdminInitiateAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts index 239649295435a..a778df6e4b39c 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts @@ -145,9 +145,7 @@ export class AdminLinkProviderForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts index 9e66c7fc51955..cdb6220d8e863 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts @@ -132,9 +132,7 @@ export class AdminListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts index 389b747965bfb..901acd2b9b9f0 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts @@ -128,9 +128,7 @@ export class AdminListGroupsForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts index e2690a5c563f9..40857c11d896a 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts @@ -152,9 +152,7 @@ export class AdminListUserAuthEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts index 66da375f8327a..27682afd6a335 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts @@ -110,9 +110,7 @@ export class AdminRemoveUserFromGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts index 2de6ac53db8b9..570712f11de9c 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts @@ -173,9 +173,7 @@ export class AdminResetUserPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts index c19c782c34e43..db146324b3d5a 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts @@ -238,9 +238,7 @@ export class AdminRespondToAuthChallengeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts index 1d0fc83c9ebdd..e1fb1794bc035 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts @@ -127,9 +127,7 @@ export class AdminSetUserMFAPreferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts index 63bc3158858ea..89ffbb0b8ebbf 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts @@ -142,9 +142,7 @@ export class AdminSetUserPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts index 275b77c23bb06..b64e7b9824501 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts @@ -118,9 +118,7 @@ export class AdminSetUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts index ce241f9476ce1..4b367d62df290 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts @@ -125,9 +125,7 @@ export class AdminUpdateAuthEventFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts index 80cc405d93d8b..48eafdd47aa04 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts @@ -118,9 +118,7 @@ export class AdminUpdateDeviceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts index b8ecf59e4c21d..63b216fd9bfd3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts @@ -177,9 +177,7 @@ export class AdminUpdateUserAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts index eea1e4c829724..b9c3c95e34a1f 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts @@ -136,9 +136,7 @@ export class AdminUserGlobalSignOutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts index 7f5f9a6acc1a7..fcb4540d4751e 100644 --- a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts @@ -124,9 +124,7 @@ export class AssociateSoftwareTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts index 17069b43e525e..fa8ddbc2d5a3d 100644 --- a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts @@ -122,9 +122,7 @@ export class ChangePasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts index 1c8656fcab8d6..d8a4caed7237e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts @@ -131,9 +131,7 @@ export class ConfirmDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts index 45e9d02cefec7..cb2e3fd8babe8 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts @@ -152,9 +152,7 @@ export class ConfirmForgotPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts index bd83b9158fdac..2245cc41d57c1 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts @@ -160,9 +160,7 @@ export class ConfirmSignUpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts index 49a2cfd6bb199..b756b9418b3d8 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts @@ -127,9 +127,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts index e44679960ca5e..edf85ced34e97 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts @@ -142,9 +142,7 @@ export class CreateIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts index d289bb6163687..965ed7eccf082 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts @@ -129,9 +129,7 @@ export class CreateResourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts index b25b4c5c91874..2515d10814102 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts @@ -130,9 +130,7 @@ export class CreateUserImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts index 64bf906fd7e27..7fb2a5b8d53e4 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts @@ -353,9 +353,7 @@ export class CreateUserPoolClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts index 73be595957381..3526b557b7032 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts @@ -865,9 +865,7 @@ export class CreateUserPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts index 114d5eb6130f0..b823f1f4d1c7f 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts @@ -111,9 +111,7 @@ export class CreateUserPoolDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts index 3ebd4d1849737..37b2cc9063a1e 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts @@ -87,9 +87,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts index 51b0263162db5..8356118903c3d 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts @@ -93,9 +93,7 @@ export class DeleteIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts index 486da6c87148b..7f8d4d6c36655 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts @@ -86,9 +86,7 @@ export class DeleteResourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts index 33b4b67bfac2d..2cbf5292928cb 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts @@ -112,9 +112,7 @@ export class DeleteUserAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts index fbf59442655ad..b41940cb4a39e 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts @@ -105,9 +105,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts index faebbbc109070..646d44a78d27b 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts @@ -90,9 +90,7 @@ export class DeleteUserPoolClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts index 7c8a8e7336d4f..8d0918a4e105a 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts @@ -89,9 +89,7 @@ export class DeleteUserPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts index 5c1076df6e35a..642459183442c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts @@ -82,9 +82,7 @@ export class DeleteUserPoolDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts index 571dfd2c229e4..0d69298c4073c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts @@ -103,9 +103,7 @@ export class DescribeIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts index 54ce61955c551..ef95b4fe0de48 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts @@ -98,9 +98,7 @@ export class DescribeResourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts index e9d327b79ce2b..390beb8033bc2 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts @@ -152,9 +152,7 @@ export class DescribeRiskConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts index e9ea9ea3fb0f1..1f6d0911201e5 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts @@ -102,9 +102,7 @@ export class DescribeUserImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts index 69ad5c3961452..320affb7aa18a 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts @@ -166,9 +166,7 @@ export class DescribeUserPoolClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts index c9e75e41e9ab1..a461573df64fe 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts @@ -248,9 +248,7 @@ export class DescribeUserPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts index bf8cee3c64c77..692514cbe9b76 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts @@ -94,9 +94,7 @@ export class DescribeUserPoolDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts index dc4b3b4eee634..b0e75c7372868 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts @@ -110,9 +110,7 @@ export class ForgetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts index 3d35b9e02c2f5..adf6294876840 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts @@ -181,9 +181,7 @@ export class ForgotPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts index 63c6a212a2396..48e187feb15ec 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts @@ -91,9 +91,7 @@ export class GetCSVHeaderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts index a8a0f4f889d6b..232b96d2dd3d9 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts @@ -127,9 +127,7 @@ export class GetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts index e01cc0a1e10d0..5ceeb586f1bbb 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts @@ -97,9 +97,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts index e605f8b2cca46..e1aecb5b092c4 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts @@ -108,9 +108,7 @@ export class GetIdentityProviderByIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts index 859a3e90ce4c9..542eb16c2e43f 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts @@ -106,9 +106,7 @@ export class GetLogDeliveryConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts index a116a45f63bec..a2cded5f71a86 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts @@ -84,9 +84,7 @@ export class GetSigningCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts index 1ca52b2660219..2bb231469834d 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts @@ -105,9 +105,7 @@ export class GetUICustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts index 6d178babe3262..64bd0800998d0 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts @@ -176,9 +176,7 @@ export class GetUserAttributeVerificationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts index 3a677060c36f5..46668b4030453 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts @@ -128,9 +128,7 @@ export class GetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts index 591e88a4fe7e4..35dafff144442 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts @@ -98,9 +98,7 @@ export class GetUserPoolMfaConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts index 41042f3550f6b..ac268231391f4 100644 --- a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts @@ -129,9 +129,7 @@ export class GlobalSignOutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts index 3742f099ba53d..acf08a60a1033 100644 --- a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts @@ -219,9 +219,7 @@ export class InitiateAuthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts index c6500a98a96ae..a80e595d1e10b 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts @@ -132,9 +132,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts index 9dee591c8f9fb..379cb64549f4f 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts @@ -120,9 +120,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts index f86b0948e7468..01f9d7ecaf680 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts @@ -117,9 +117,7 @@ export class ListIdentityProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts index dd62f1c79fb66..6c825f029112a 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts @@ -122,9 +122,7 @@ export class ListResourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts index 460eeb8e3e89a..7258822705dad 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts index 5700f62b28261..30a38ab46ca6e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts @@ -126,9 +126,7 @@ export class ListUserImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts index 24ff28817ce64..83ef092d69726 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts @@ -120,9 +120,7 @@ export class ListUserPoolClientsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts index 864db0db176ae..8a46544ae9fd1 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts @@ -138,9 +138,7 @@ export class ListUserPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts index f385382076aa8..b754798e6e337 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts @@ -210,9 +210,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts index 5e38d3afd48ef..c22e844455e64 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts @@ -135,9 +135,7 @@ export class ListUsersInGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts index 5ea7e6d1eb3fb..dc1c1e59c5de9 100644 --- a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts @@ -171,9 +171,7 @@ export class ResendConfirmationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts index e59ca9c3e91de..1a44f3dc57972 100644 --- a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts @@ -217,9 +217,7 @@ export class RespondToAuthChallengeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts index fa6607cfa5dbc..a342838cbda76 100644 --- a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts @@ -104,9 +104,7 @@ export class RevokeTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts index 13e1195406412..dd821338d84aa 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts @@ -122,9 +122,7 @@ export class SetLogDeliveryConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts index dff1ee0035361..a114f2624c6f1 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts @@ -216,9 +216,7 @@ export class SetRiskConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts index 3df4946753c53..245dc2534be4a 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts @@ -115,9 +115,7 @@ export class SetUICustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts index dd969420c3819..e65be70c153cf 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts @@ -121,9 +121,7 @@ export class SetUserMFAPreferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts index c5516511d412d..322d0aca6e4c8 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts @@ -141,9 +141,7 @@ export class SetUserPoolMfaConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts index d72ae2e5e1f3c..e4925be6746e2 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts @@ -114,9 +114,7 @@ export class SetUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts index 56e38ecf787d6..9fb777205cbb2 100644 --- a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts @@ -186,9 +186,7 @@ export class SignUpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts index 08f1b6c670b28..6c97485b62648 100644 --- a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts @@ -105,9 +105,7 @@ export class StartUserImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts index 1f98c6cc5215e..b6e4e1b863a21 100644 --- a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts @@ -105,9 +105,7 @@ export class StopUserImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts index f23b26fdbcaae..09cee6ead6a65 100644 --- a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts @@ -101,9 +101,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts index 4f99b57b0c5e2..a30f0e5dcec25 100644 --- a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts index 2f2c05b1a3494..3f631b84cc1e7 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts @@ -107,9 +107,7 @@ export class UpdateAuthEventFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts index efcffe41912df..7a312de27a79e 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts @@ -115,9 +115,7 @@ export class UpdateDeviceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts index f9d7f2c829487..8edc48ec05556 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts @@ -119,9 +119,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts index 3ddf5ca72feac..decca50220456 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts @@ -139,9 +139,7 @@ export class UpdateIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts index 856f451361be5..f31d718be13d9 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts @@ -129,9 +129,7 @@ export class UpdateResourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts index 2cb632296d6d7..adeaea1454133 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts @@ -190,9 +190,7 @@ export class UpdateUserAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts index dbc042e635300..7576fb63d2b8a 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts @@ -227,9 +227,7 @@ export class UpdateUserPoolClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts index c48b3d204dd10..c2d2edc33bcb2 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts @@ -251,9 +251,7 @@ export class UpdateUserPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts index 0aab68b01d975..7896bf69e870b 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts @@ -129,9 +129,7 @@ export class UpdateUserPoolDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts index e760c041726a0..09914a21f1d61 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts @@ -132,9 +132,7 @@ export class VerifySoftwareTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts index 6b1338f143b31..8a3fcb6cd7915 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts @@ -132,9 +132,7 @@ export class VerifyUserAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityProviderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts index 3c864033133e8..44a2afc4b0841 100644 --- a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts @@ -155,9 +155,7 @@ export class CreateIdentityPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts index 42e374d0cfd7a..858d38b1b056e 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts @@ -83,9 +83,7 @@ export class DeleteIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts index 67259d5c4e771..8676bcc343e88 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts @@ -81,9 +81,7 @@ export class DeleteIdentityPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts index 8f277be430745..23afcabf8c409 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts @@ -88,9 +88,7 @@ export class DescribeIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts index 43a5e75fff626..9b875a929a00f 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts @@ -106,9 +106,7 @@ export class DescribeIdentityPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts index bba3c7630393a..37c119645e565 100644 --- a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts @@ -112,9 +112,7 @@ export class GetCredentialsForIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetIdCommand.ts b/clients/client-cognito-identity/src/commands/GetIdCommand.ts index 42b48bb57f9f7..99a9dd3af99be 100644 --- a/clients/client-cognito-identity/src/commands/GetIdCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdCommand.ts @@ -98,9 +98,7 @@ export class GetIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts index 72adea0651295..d138f15056726 100644 --- a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts @@ -105,9 +105,7 @@ export class GetIdentityPoolRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts index 9b9eb865eeab3..b81ff9305f207 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts @@ -102,9 +102,7 @@ export class GetOpenIdTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts index 1e63684167b5f..869abfb646813 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts @@ -120,9 +120,7 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts index e2f5cd578af60..8c8cfc013bfb6 100644 --- a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts @@ -89,9 +89,7 @@ export class GetPrincipalTagAttributeMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts index d51f8ca4ae8eb..73038f3be5cb5 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts @@ -96,9 +96,7 @@ export class ListIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts index efa83d6f7925b..e4f7e44d814ec 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts @@ -89,9 +89,7 @@ export class ListIdentityPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts index e4ad977b5986e..f9a6a2317f4c7 100644 --- a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts index 12c47e73241e6..55edcfe3e7e3a 100644 --- a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts @@ -109,9 +109,7 @@ export class LookupDeveloperIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts index 572b2df909400..f7b8c1a601932 100644 --- a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts @@ -100,9 +100,7 @@ export class MergeDeveloperIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts index 5e2032ed7d647..94aa6ea901055 100644 --- a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts @@ -106,9 +106,7 @@ export class SetIdentityPoolRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts index 0c3429dc386aa..181449390742f 100644 --- a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts @@ -93,9 +93,7 @@ export class SetPrincipalTagAttributeMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts index 0420b0b289095..2669895549aa0 100644 --- a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts index 71be7c8b4180b..5214a8b05b521 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts @@ -90,9 +90,7 @@ export class UnlinkDeveloperIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts index c4c68362a76d3..925d4a9e84d10 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts @@ -96,9 +96,7 @@ export class UnlinkIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts index 67bca7db61f08..eb3add728f0a2 100644 --- a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts index 50caeffb9c17a..550101ff0ff27 100644 --- a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts @@ -138,9 +138,7 @@ export class UpdateIdentityPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoIdentityClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts index cc659f5307fef..6f18c3d88b585 100644 --- a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts +++ b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts @@ -87,9 +87,7 @@ export class BulkPublishCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts index c99cb95edd00d..d18e52fbdc752 100644 --- a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts @@ -103,9 +103,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts index 0b546abdb3716..a2996bf90aeb7 100644 --- a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts @@ -98,9 +98,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts index 44023b426a620..6426464588292 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts @@ -138,9 +138,7 @@ export class DescribeIdentityPoolUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts index bf04e8759e3d4..bc66f93e4e507 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts @@ -141,9 +141,7 @@ export class DescribeIdentityUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts index 70a8345b61c5e..91273b3efecd0 100644 --- a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts @@ -85,9 +85,7 @@ export class GetBulkPublishDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts index e27df230008ad..9caf2beeac600 100644 --- a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts @@ -87,9 +87,7 @@ export class GetCognitoEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts index 9868aff90b4d1..9adbb5f655780 100644 --- a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts @@ -147,9 +147,7 @@ export class GetIdentityPoolConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts index ee676d26bcd1c..11c47cdb9e85f 100644 --- a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts @@ -154,9 +154,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts index 40f06ccdcb082..01d132ba197fc 100644 --- a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts @@ -150,9 +150,7 @@ export class ListIdentityPoolUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts index 1a4680701eb3b..621462828f6b3 100644 --- a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts @@ -161,9 +161,7 @@ export class ListRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts index 7f164c8b822da..eae1a87bbc238 100644 --- a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts +++ b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts @@ -134,9 +134,7 @@ export class RegisterDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts index c603aee1c178b..c1eb9498e33c9 100644 --- a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts @@ -86,9 +86,7 @@ export class SetCognitoEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts index 33cdb57b68f18..d7b161bb51a2b 100644 --- a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts @@ -165,9 +165,7 @@ export class SetIdentityPoolConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts index 7bb1095bd392a..6e574e406334d 100644 --- a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts @@ -131,9 +131,7 @@ export class SubscribeToDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts index 5c3edc3898919..4c9e2ea7eb395 100644 --- a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts @@ -132,9 +132,7 @@ export class UnsubscribeFromDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts index 4813a193eedda..af55a2d6cf52d 100644 --- a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts @@ -124,9 +124,7 @@ export class UpdateRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CognitoSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts index 8de907b00d45f..81e31e4f500c9 100644 --- a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts @@ -106,9 +106,7 @@ export class BatchDetectDominantLanguageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts index 4ecb50f8209cc..9880434f591aa 100644 --- a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts @@ -128,9 +128,7 @@ export class BatchDetectEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts index 7aa7aebac596a..b6f17e0f287d5 100644 --- a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts @@ -110,9 +110,7 @@ export class BatchDetectKeyPhrasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts index 2bc1a9d3bbd32..c48082b0ad04e 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts @@ -111,9 +111,7 @@ export class BatchDetectSentimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts index 7ba42fd2f87b8..369b0a12fc4d7 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts @@ -117,9 +117,7 @@ export class BatchDetectSyntaxCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts index 04784a87638e6..0a19bfaaa5975 100644 --- a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts @@ -135,9 +135,7 @@ export class BatchDetectTargetedSentimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts index 3b3e73492ebff..a09bdc9907e57 100644 --- a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts +++ b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts @@ -157,9 +157,7 @@ export class ClassifyDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts index e9b1f3959d8d6..87d3af96bbe40 100644 --- a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts @@ -87,9 +87,7 @@ export class ContainsPiiEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts index ad1401bc6832a..10348dc4a1bd9 100644 --- a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts @@ -132,9 +132,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts index 893f5e7708ffc..d43c00dacb6d0 100644 --- a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts @@ -158,9 +158,7 @@ export class CreateDocumentClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts index 9eeca14a14948..06513037527fc 100644 --- a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts @@ -108,9 +108,7 @@ export class CreateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts index 10af9b6077d15..f49e07b8c5b82 100644 --- a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts @@ -151,9 +151,7 @@ export class CreateEntityRecognizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts index f099bd2e0bccf..3744ebdcdf1dc 100644 --- a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts @@ -154,9 +154,7 @@ export class CreateFlywheelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts index 60c50db730aec..df412ca7bff0d 100644 --- a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts @@ -89,9 +89,7 @@ export class DeleteDocumentClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts index ee903389a1c2a..c98776d3cad0e 100644 --- a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts @@ -81,9 +81,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts index 78309981656c2..fbcae040c207d 100644 --- a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts @@ -89,9 +89,7 @@ export class DeleteEntityRecognizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts index 930f42b6bceac..6d3c7dd94a291 100644 --- a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts @@ -86,9 +86,7 @@ export class DeleteFlywheelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts index 469dabe1a7ad3..bf102f8851b12 100644 --- a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts @@ -73,9 +73,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts index bb6ce5f993e32..052edc30f6f94 100644 --- a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts @@ -90,9 +90,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts index cf74312c64f61..80dcc2e08ed0b 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts @@ -121,9 +121,7 @@ export class DescribeDocumentClassificationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts index 1094de392e68d..bae1a6605ba9a 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts @@ -155,9 +155,7 @@ export class DescribeDocumentClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts index 2ca8bad1bdfcf..855bfbdd5967c 100644 --- a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts @@ -119,9 +119,7 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts index 82b7380d21e76..a8e7d2f3103f8 100644 --- a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts @@ -92,9 +92,7 @@ export class DescribeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts index 21596fc66d31b..7b18fe4417b28 100644 --- a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts @@ -119,9 +119,7 @@ export class DescribeEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts index b470cf5712e26..fe14c42729b44 100644 --- a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts @@ -160,9 +160,7 @@ export class DescribeEntityRecognizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts index e9e98e7cf0473..e604ec547a40c 100644 --- a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts @@ -105,9 +105,7 @@ export class DescribeEventsDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts index 76a6f8cab2a3d..8da4ab2509bb8 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts @@ -118,9 +118,7 @@ export class DescribeFlywheelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts index 67af5b509ec46..bd77085eeb509 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts @@ -102,9 +102,7 @@ export class DescribeFlywheelIterationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts index b53d8067caf9a..3388928333e3b 100644 --- a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts @@ -117,9 +117,7 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts index 4e5c517d47837..3727b720655f4 100644 --- a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts @@ -116,9 +116,7 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts index 223b8141fae54..3f1e07ab94d33 100644 --- a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts @@ -78,9 +78,7 @@ export class DescribeResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts index 5f2c3f9f5d226..75964b26cb3b9 100644 --- a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts @@ -117,9 +117,7 @@ export class DescribeSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts index 51de3c8362c95..fb1e42fb16aa0 100644 --- a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts @@ -121,9 +121,7 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts index f1f4aec73134d..3e339ad88c02a 100644 --- a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts @@ -112,9 +112,7 @@ export class DescribeTopicsDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts index 616f7ba877da0..6c62f681b0d14 100644 --- a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts @@ -85,9 +85,7 @@ export class DetectDominantLanguageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts index 5df894a5aeccd..78370ebfb2c9f 100644 --- a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts @@ -187,9 +187,7 @@ export class DetectEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts index dfc48b6e955b8..b262fc756d13a 100644 --- a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts @@ -92,9 +92,7 @@ export class DetectKeyPhrasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts index 8b149366dc539..feb4c6af5738f 100644 --- a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts @@ -88,9 +88,7 @@ export class DetectPiiEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts index db25ac3df9863..d728127a41f5f 100644 --- a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts @@ -92,9 +92,7 @@ export class DetectSentimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts index 08839ec0e8ba0..86b611574202d 100644 --- a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts @@ -99,9 +99,7 @@ export class DetectSyntaxCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts index 3f205f006b753..d386caf13c133 100644 --- a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts @@ -111,9 +111,7 @@ export class DetectTargetedSentimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts index d2b7d9d8e2425..b79d9cb9885ab 100644 --- a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts @@ -101,9 +101,7 @@ export class DetectToxicContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ImportModelCommand.ts b/clients/client-comprehend/src/commands/ImportModelCommand.ts index 4dfe2f4ba9c59..9a127d232c045 100644 --- a/clients/client-comprehend/src/commands/ImportModelCommand.ts +++ b/clients/client-comprehend/src/commands/ImportModelCommand.ts @@ -113,9 +113,7 @@ export class ImportModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts index ff28d843141d3..36c7fe3a61bb8 100644 --- a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts @@ -104,9 +104,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts index 891163dc30759..a95d0c9f670bf 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts @@ -128,9 +128,7 @@ export class ListDocumentClassificationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts index 60f7889777695..d8662c5feeaf2 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts @@ -89,9 +89,7 @@ export class ListDocumentClassifierSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts index bf83270ce00d5..25e9a075a11ad 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts @@ -166,9 +166,7 @@ export class ListDocumentClassifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts index 97f107aac18e6..59d0546c42863 100644 --- a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts @@ -129,9 +129,7 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts index c840a264ada81..7b8f08da676f2 100644 --- a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts @@ -98,9 +98,7 @@ export class ListEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts index bc3a79abd11fa..46a0c39612851 100644 --- a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts @@ -124,9 +124,7 @@ export class ListEntitiesDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts index 2dafc95b1348b..fb4a4833063c3 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts @@ -89,9 +89,7 @@ export class ListEntityRecognizerSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts index f7cc3137af86c..cd9dffb4cdabd 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts @@ -175,9 +175,7 @@ export class ListEntityRecognizersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts index 63c2a777a31c6..a357e8b1142a2 100644 --- a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts @@ -116,9 +116,7 @@ export class ListEventsDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts index f50615394e522..83321dd3f6150 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts @@ -119,9 +119,7 @@ export class ListFlywheelIterationHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts index d4997b817a92b..c11252c06f06d 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts @@ -97,9 +97,7 @@ export class ListFlywheelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts index 2cc548254c159..b374cf7dfc63b 100644 --- a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts @@ -124,9 +124,7 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts index 7435abeb4ef82..63d6ad5f24585 100644 --- a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts @@ -126,9 +126,7 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts index 43ff7955bc752..b94dabc0e7242 100644 --- a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts @@ -122,9 +122,7 @@ export class ListSentimentDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts index 560999c4ee4a9..d30488f5af263 100644 --- a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts index aa0096ea2002e..dd632d2865ad7 100644 --- a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts @@ -130,9 +130,7 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts index dd5ef6d64f8b8..ddf3f5ef72dea 100644 --- a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts @@ -122,9 +122,7 @@ export class ListTopicsDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts index 6c31d2f831c03..fe2c92378e2ca 100644 --- a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts @@ -78,9 +78,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts index fe41a34111b1d..ae23a2b835fc5 100644 --- a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts @@ -138,9 +138,7 @@ export class StartDocumentClassificationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts index 7b94e8753f508..92f29c9e04c5b 100644 --- a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts @@ -131,9 +131,7 @@ export class StartDominantLanguageDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts index e7000939b7c3f..98176755e108b 100644 --- a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts @@ -136,9 +136,7 @@ export class StartEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts index aeb49dfc47fd6..cfca8dffcefb1 100644 --- a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts @@ -116,9 +116,7 @@ export class StartEventsDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts index 2b6b8102ada77..bd4855efdb5f1 100644 --- a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts @@ -85,9 +85,7 @@ export class StartFlywheelIterationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts index e33f96fb46326..b1d6bc4d002b6 100644 --- a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts @@ -126,9 +126,7 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts index 6790dd513049c..cd1fb43eedbc1 100644 --- a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts @@ -126,9 +126,7 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts index dcd8680dd132b..124234a971b3d 100644 --- a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts @@ -124,9 +124,7 @@ export class StartSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts index 506bc336b220b..9669d48828a91 100644 --- a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts @@ -132,9 +132,7 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts index 770df8f45cdf4..62c5b69191ab6 100644 --- a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts @@ -123,9 +123,7 @@ export class StartTopicsDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts index 6d5d2ba57393d..59b516b44bb0e 100644 --- a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts @@ -89,9 +89,7 @@ export class StopDominantLanguageDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts index 5fd50d60738fe..8748a1b7bd370 100644 --- a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts @@ -84,9 +84,7 @@ export class StopEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts index 96342dc29d768..cb8ab72301c7c 100644 --- a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts @@ -75,9 +75,7 @@ export class StopEventsDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts index 70de3a34cf555..668fcf457c2da 100644 --- a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts @@ -84,9 +84,7 @@ export class StopKeyPhrasesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts index e83aebd3e65e5..4d98be73c1ed3 100644 --- a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts @@ -77,9 +77,7 @@ export class StopPiiEntitiesDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts index ba4f6b831becd..1d3bda2f8e3b9 100644 --- a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts @@ -84,9 +84,7 @@ export class StopSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts index fa93eab36a38d..34fd8f61eb489 100644 --- a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts @@ -92,9 +92,7 @@ export class StopTargetedSentimentDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts index 1000432f08669..c0b755f0c15a2 100644 --- a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts @@ -85,9 +85,7 @@ export class StopTrainingDocumentClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts index f301ca7bb8423..51e949f61c5ec 100644 --- a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts @@ -85,9 +85,7 @@ export class StopTrainingEntityRecognizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/TagResourceCommand.ts b/clients/client-comprehend/src/commands/TagResourceCommand.ts index 6202d5e4cca94..7420ecb2d1438 100644 --- a/clients/client-comprehend/src/commands/TagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/UntagResourceCommand.ts b/clients/client-comprehend/src/commands/UntagResourceCommand.ts index 4c33e434f86c0..1c0f8ad205951 100644 --- a/clients/client-comprehend/src/commands/UntagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts index efaf525599cf4..209d6ec363531 100644 --- a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts @@ -94,9 +94,7 @@ export class UpdateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts index 22895451da7b9..c93701ed00065 100644 --- a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts @@ -135,9 +135,7 @@ export class UpdateFlywheelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts index e37ce7fd9b624..372ac42e3af42 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts @@ -112,9 +112,7 @@ export class DescribeEntitiesDetectionV2JobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts index 38d3e1dbc9240..a2ff5c2549cad 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts @@ -109,9 +109,7 @@ export class DescribeICD10CMInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts index 710bcddd0aeea..81c8e52324d70 100644 --- a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts @@ -107,9 +107,7 @@ export class DescribePHIDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts index 6e99f7d7eb36f..0b2eb7e2d0a71 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts @@ -107,9 +107,7 @@ export class DescribeRxNormInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts index e8e94aa02b0ff..a788ce9111ff7 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts @@ -113,9 +113,7 @@ export class DescribeSNOMEDCTInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index d2aaf440092d1..99096415d8051 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -152,9 +152,7 @@ export class DetectEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts index c24f5ef928b76..7133e91cc5e23 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts @@ -157,9 +157,7 @@ export class DetectEntitiesV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts index 01450e174cc1a..2a12965281943 100644 --- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts @@ -132,9 +132,7 @@ export class DetectPHICommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts index 8a7472cbb43d7..114d6ec4369d3 100644 --- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts @@ -140,9 +140,7 @@ export class InferICD10CMCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts index 5c9c49b34a99e..7b0ea6a90c979 100644 --- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts @@ -137,9 +137,7 @@ export class InferRxNormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts index 0f4960311bce3..aad7fd35e0018 100644 --- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts @@ -153,9 +153,7 @@ export class InferSNOMEDCTCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts index 80b357b08bc5a..eb7ff50bba23f 100644 --- a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts @@ -118,9 +118,7 @@ export class ListEntitiesDetectionV2JobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts index 87f2680dfa28a..d835a040c27fd 100644 --- a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts @@ -116,9 +116,7 @@ export class ListICD10CMInferenceJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts index c505b906027dc..2fa2dcad9ae5d 100644 --- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts @@ -117,9 +117,7 @@ export class ListPHIDetectionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts index 41f907faf5f79..b621f0a40d3f8 100644 --- a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts @@ -116,9 +116,7 @@ export class ListRxNormInferenceJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts index 63c3473243082..f236ea5156f4d 100644 --- a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts @@ -118,9 +118,7 @@ export class ListSNOMEDCTInferenceJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts index 542a250db4ae3..6fd84df2dc06d 100644 --- a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts @@ -100,9 +100,7 @@ export class StartEntitiesDetectionV2JobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts index 8b558b953a9e5..bb2cb854391a3 100644 --- a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts @@ -99,9 +99,7 @@ export class StartICD10CMInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts index 86d8983913770..fc8e23dcca8ef 100644 --- a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts @@ -98,9 +98,7 @@ export class StartPHIDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts index a6c5c8396d77a..c47fb36b70299 100644 --- a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts @@ -99,9 +99,7 @@ export class StartRxNormInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts index cd2a1f482dc01..1002b062acccf 100644 --- a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts @@ -99,9 +99,7 @@ export class StartSNOMEDCTInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts index 42bcae8fdbe45..25dc9fbeaabe1 100644 --- a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts @@ -80,9 +80,7 @@ export class StopEntitiesDetectionV2JobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts index 553fd55ece325..ded07879cb7af 100644 --- a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts @@ -80,9 +80,7 @@ export class StopICD10CMInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts index d9b3c790fc0ea..df81d2fabadbd 100644 --- a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts @@ -80,9 +80,7 @@ export class StopPHIDetectionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts index 59ca4e5275de2..fd44d3770f54a 100644 --- a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts @@ -80,9 +80,7 @@ export class StopRxNormInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts index ac80fabcee764..9b927227b08de 100644 --- a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts @@ -87,9 +87,7 @@ export class StopSNOMEDCTInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComprehendMedicalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts index aa57d0a3d26e3..5d03f4426b486 100644 --- a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts @@ -103,9 +103,7 @@ export class DeleteRecommendationPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts index 9f5b3d98c730d..c317cbd3f6fb2 100644 --- a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts @@ -127,9 +127,7 @@ export class DescribeRecommendationExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts index c9672e64a74b9..e9f2a06a6f263 100644 --- a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts @@ -133,9 +133,7 @@ export class ExportAutoScalingGroupRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts index 5f324f33b4b85..ca27e73b0224a 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts @@ -124,9 +124,7 @@ export class ExportEBSVolumeRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts index 3bc41793be5d9..8d3f5e75fa11b 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts @@ -129,9 +129,7 @@ export class ExportEC2InstanceRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts index 25e80ffc24f95..8e8d1c356875f 100644 --- a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts @@ -126,9 +126,7 @@ export class ExportECSServiceRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts index 5653f9e64098c..4ea583f5d6200 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts @@ -127,9 +127,7 @@ export class ExportLambdaFunctionRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts index 03c031427f6a9..662f020d8f7f4 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts @@ -126,9 +126,7 @@ export class ExportLicenseRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts index 7f96394ef6c2a..a586822ea580c 100644 --- a/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts @@ -131,9 +131,7 @@ export class ExportRDSDatabaseRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts index 0410146322601..afc7881c3459e 100644 --- a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts @@ -243,9 +243,7 @@ export class GetAutoScalingGroupRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts index 709dae5659aa9..4d11ae93c6fff 100644 --- a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts @@ -184,9 +184,7 @@ export class GetEBSVolumeRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts index c83d47b0224ce..7526891c59993 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts @@ -254,9 +254,7 @@ export class GetEC2InstanceRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts index 4492db749f03f..fa3322ef086b2 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts @@ -130,9 +130,7 @@ export class GetEC2RecommendationProjectedMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts index fdcf4d15b087d..876804e29888c 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts @@ -124,9 +124,7 @@ export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts index ae17484450361..2abf06ce3e1ee 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts @@ -212,9 +212,7 @@ export class GetECSServiceRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts index dcd725034160c..a3a241fe4d8d1 100644 --- a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts @@ -131,9 +131,7 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts index 2f78a731901f9..1ec006b47b486 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts @@ -90,9 +90,7 @@ export class GetEnrollmentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts index 80c1ccd1cae47..b9c46ddbb76a1 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts @@ -111,9 +111,7 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts index 104334f4c3a6f..7ce0c7755eabe 100644 --- a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts @@ -175,9 +175,7 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts index e341c8e0fcbd5..e127ea997abd2 100644 --- a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts @@ -164,9 +164,7 @@ export class GetLicenseRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts index 6b531ed52b9be..1fcfe76b3877c 100644 --- a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts @@ -126,9 +126,7 @@ export class GetRDSDatabaseRecommendationProjectedMetricsCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts index e9ce3e264d49e..9483d6d96db0d 100644 --- a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts @@ -233,9 +233,7 @@ export class GetRDSDatabaseRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts index 4288eecfb07f0..c752755f87c62 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts @@ -147,9 +147,7 @@ export class GetRecommendationPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts index d5f7b372ce40f..ac1a0b9cc4d99 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts @@ -157,9 +157,7 @@ export class GetRecommendationSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts index bb67a039dc364..fc184a96d0b3a 100644 --- a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts @@ -128,9 +128,7 @@ export class PutRecommendationPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts index 68d91d7657d1a..071c441fac53a 100644 --- a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts @@ -93,9 +93,7 @@ export class UpdateEnrollmentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ComputeOptimizerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts index f11878a48eb44..d140e0539df0b 100644 --- a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts @@ -128,9 +128,7 @@ export class BatchGetAggregateResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts index 179b74bc22a9e..4b8bac8f4f691 100644 --- a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts @@ -125,9 +125,7 @@ export class BatchGetResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts index c10f545c6a511..a7f7e1f8d949f 100644 --- a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts @@ -72,9 +72,7 @@ export class DeleteAggregationAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts index 7a23839a6b13d..290fa08599ea4 100644 --- a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts @@ -100,9 +100,7 @@ export class DeleteConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts index 5bc8f32f9081e..a97d58c446602 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts @@ -70,9 +70,7 @@ export class DeleteConfigurationAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts index 7019218f106c5..4dcbfdc68be60 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts @@ -76,9 +76,7 @@ export class DeleteConfigurationRecorderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts index f8d9ea135cc7d..01fca50d92218 100644 --- a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts @@ -95,9 +95,7 @@ export class DeleteConformancePackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts index febbacd8c65ee..231786496a198 100644 --- a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts @@ -73,9 +73,7 @@ export class DeleteDeliveryChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts index 8482bf7ae9fea..3e1d5b9e43153 100644 --- a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts @@ -95,9 +95,7 @@ export class DeleteEvaluationResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts index 321debcd3a025..cda4b2204b6f0 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts @@ -121,9 +121,7 @@ export class DeleteOrganizationConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts index bd8412fc44fad..74aa3b7e0c14e 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts @@ -123,9 +123,7 @@ export class DeleteOrganizationConformancePackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts index ccb0e0e9ca8d0..230898df1b736 100644 --- a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts +++ b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts @@ -72,9 +72,7 @@ export class DeletePendingAggregationRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts index 7c85bd7c6d3d5..b74a199ae37b3 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts @@ -104,9 +104,7 @@ export class DeleteRemediationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts index 6188d70d77b01..f697676e4dd71 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts @@ -90,9 +90,7 @@ export class DeleteRemediationExceptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts index 8b3b3be0567df..3ab3e068b2ce7 100644 --- a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts @@ -73,9 +73,7 @@ export class DeleteResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts index d8149fa923165..cba601dfe2928 100644 --- a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts @@ -73,9 +73,7 @@ export class DeleteRetentionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts index 49b2e4ff9f1b5..0a5b2757c5e70 100644 --- a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts @@ -71,9 +71,7 @@ export class DeleteStoredQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts index 2ebb413336181..66bb2baff1519 100644 --- a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts +++ b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts @@ -93,9 +93,7 @@ export class DeliverConfigSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts index 87eb4fc401c5f..0d81e6533323d 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts @@ -119,9 +119,7 @@ export class DescribeAggregateComplianceByConfigRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts index 1e38b87ca1120..0ef707145f2eb 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts @@ -115,9 +115,7 @@ export class DescribeAggregateComplianceByConformancePacksCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts index 207d23f4233a2..95854220b8912 100644 --- a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts @@ -95,9 +95,7 @@ export class DescribeAggregationAuthorizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts index e057e475614d5..a5c9448495753 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts @@ -132,9 +132,7 @@ export class DescribeComplianceByConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts index a897e31d4ed2b..6faa851dbaf4a 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts @@ -130,9 +130,7 @@ export class DescribeComplianceByResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts index 9fb5b168feb5c..0117eaaacafbd 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts @@ -109,9 +109,7 @@ export class DescribeConfigRuleEvaluationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts index 641df98860611..6ce01ebd0f4da 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts @@ -124,9 +124,7 @@ export class DescribeConfigRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts index cbfe3fd82508f..bd091e5659759 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts @@ -106,9 +106,7 @@ export class DescribeConfigurationAggregatorSourcesStatusCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts index 7639cb1a6700d..ac6695cf5186e 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts @@ -119,9 +119,7 @@ export class DescribeConfigurationAggregatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts index 03405374307d2..d7800e1058ff4 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts @@ -97,9 +97,7 @@ export class DescribeConfigurationRecorderStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts index 3a6673567b0a3..44acf621040fa 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts @@ -114,9 +114,7 @@ export class DescribeConfigurationRecordersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts index 5d31062da3fa2..4d8ee0c6579aa 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts @@ -112,9 +112,7 @@ export class DescribeConformancePackComplianceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts index d7de40d87aec3..6f95ffbbbdfb0 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts @@ -101,9 +101,7 @@ export class DescribeConformancePackStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts index 81c8bf6abbd37..6625a906be9d2 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts @@ -105,9 +105,7 @@ export class DescribeConformancePacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts index 15e028a125c32..33f53d724089d 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts @@ -109,9 +109,7 @@ export class DescribeDeliveryChannelStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts index 1940a1f76f185..161390e7088c5 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts @@ -88,9 +88,7 @@ export class DescribeDeliveryChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts index 12822e49787ab..2717f7f836d74 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts @@ -126,9 +126,7 @@ export class DescribeOrganizationConfigRuleStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts index 8907291c729fb..40ff61e39e4f4 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts @@ -179,9 +179,7 @@ export class DescribeOrganizationConfigRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts index 960de71fea677..d308680e3841e 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts @@ -127,9 +127,7 @@ export class DescribeOrganizationConformancePackStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts index dbd6ae19398be..49647017c16e2 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts @@ -146,9 +146,7 @@ export class DescribeOrganizationConformancePacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts index 6bede043248a4..052531d23f713 100644 --- a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts +++ b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts @@ -92,9 +92,7 @@ export class DescribePendingAggregationRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts index 708fc05a3c3fb..27958b25a44be 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts @@ -106,9 +106,7 @@ export class DescribeRemediationConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts index eb7da50eca695..1be94182e7b64 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts @@ -103,9 +103,7 @@ export class DescribeRemediationExceptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts index 7ce1742383485..1209624b732d4 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts @@ -114,9 +114,7 @@ export class DescribeRemediationExecutionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts index 19a118d0d320a..e61b74b62f5dc 100644 --- a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts @@ -98,9 +98,7 @@ export class DescribeRetentionConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts index 7620c1a478eef..db8f41c60d093 100644 --- a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts @@ -124,9 +124,7 @@ export class GetAggregateComplianceDetailsByConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts index c898c8448f379..bbab8e0c9a37f 100644 --- a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts @@ -120,9 +120,7 @@ export class GetAggregateConfigRuleComplianceSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts index 757548b8dfc57..49e4b610452c8 100644 --- a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts @@ -110,9 +110,7 @@ export class GetAggregateConformancePackComplianceSummaryCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts index f4c5ec39ae40b..6331ecf394900 100644 --- a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts @@ -107,9 +107,7 @@ export class GetAggregateDiscoveredResourceCountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts index 74ce9f3cdbdb0..dec0443efe330 100644 --- a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts @@ -121,9 +121,7 @@ export class GetAggregateResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts index b6eb3985530e2..41022ee4b7085 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts @@ -109,9 +109,7 @@ export class GetComplianceDetailsByConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts index abf929ca93bd4..071cd04201d4e 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts @@ -102,9 +102,7 @@ export class GetComplianceDetailsByResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts index 3e62055ea0b30..41878385db798 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts @@ -79,9 +79,7 @@ export class GetComplianceSummaryByConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts index 17611bc2127cc..c08e3128bfec3 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts @@ -97,9 +97,7 @@ export class GetComplianceSummaryByResourceTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts index 3792e168054cc..2f25ed2934cdc 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts @@ -122,9 +122,7 @@ export class GetConformancePackComplianceDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts index 89b6f31821f27..35982373c49fa 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts @@ -94,9 +94,7 @@ export class GetConformancePackComplianceSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts index 8d0ba4008e68c..e8382deeb114d 100644 --- a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts @@ -68,9 +68,7 @@ export class GetCustomRulePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts index 7464c6bcec7e2..f1dfe9a22bbec 100644 --- a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts @@ -148,9 +148,7 @@ export class GetDiscoveredResourceCountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts index 127742e246216..6c317fda464b4 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts @@ -122,9 +122,7 @@ export class GetOrganizationConfigRuleDetailedStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts index 6ba753925ae55..f6f9e30d55408 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts @@ -123,9 +123,7 @@ export class GetOrganizationConformancePackDetailedStatusCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts index 9fe7b73b0c4fc..41a0854542ec9 100644 --- a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts @@ -94,9 +94,7 @@ export class GetOrganizationCustomRulePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts index d8001a6b86ed1..6cd2d579f29a6 100644 --- a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts @@ -157,9 +157,7 @@ export class GetResourceConfigHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts index b82538f570dee..eb8aca6916bd6 100644 --- a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts @@ -95,9 +95,7 @@ export class GetResourceEvaluationSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts index 89d2a15d29510..22de8bde8dcc1 100644 --- a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts @@ -79,9 +79,7 @@ export class GetStoredQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts index d8197e2c7eaa4..a00cc65aa64fe 100644 --- a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts @@ -107,9 +107,7 @@ export class ListAggregateDiscoveredResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts index 61a506ea67954..9ff32b2f35c8c 100644 --- a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts +++ b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts @@ -106,9 +106,7 @@ export class ListConformancePackComplianceScoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts index 6bde6aadc1f15..d4920934c06ce 100644 --- a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts @@ -114,9 +114,7 @@ export class ListDiscoveredResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts index d69016cecd8b6..24f625c62aa8e 100644 --- a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts @@ -94,9 +94,7 @@ export class ListResourceEvaluationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts index 72ee000111f3d..c6303595251fe 100644 --- a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts +++ b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts @@ -84,9 +84,7 @@ export class ListStoredQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts index d90884411a298..a62c537a6812f 100644 --- a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts index 9ef6eb48fe580..c4dd3f012f372 100644 --- a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts @@ -89,9 +89,7 @@ export class PutAggregationAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts index 58215c72e08eb..575947219bdf5 100644 --- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts @@ -214,9 +214,7 @@ export class PutConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts index bc3caa60078ef..4396ec6d8f143 100644 --- a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts @@ -173,9 +173,7 @@ export class PutConfigurationAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts index ac019bfd5c2d5..d30b9091b27a6 100644 --- a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts @@ -147,9 +147,7 @@ export class PutConfigurationRecorderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutConformancePackCommand.ts b/clients/client-config-service/src/commands/PutConformancePackCommand.ts index 82dab906b268b..f3bf1594cba3e 100644 --- a/clients/client-config-service/src/commands/PutConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutConformancePackCommand.ts @@ -151,9 +151,7 @@ export class PutConformancePackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts index 666d02b750848..ea0d89c257bf7 100644 --- a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts @@ -116,9 +116,7 @@ export class PutDeliveryChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts index c2aafd65f0734..f29fcc9df1e9e 100644 --- a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts @@ -95,9 +95,7 @@ export class PutEvaluationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts index 1fb6eebdf6ed9..9979b98f8fcd8 100644 --- a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts @@ -78,9 +78,7 @@ export class PutExternalEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts index 772cda5c4a3a2..672275621ec0d 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts @@ -240,9 +240,7 @@ export class PutOrganizationConfigRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts index 4310bc1015474..b961a6544b1dd 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts @@ -193,9 +193,7 @@ export class PutOrganizationConformancePackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts index 778446cac58ec..61aee94c2c917 100644 --- a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts @@ -196,9 +196,7 @@ export class PutRemediationConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts index 59aa8b22282d5..e7209b5c26ba3 100644 --- a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts @@ -151,9 +151,7 @@ export class PutRemediationExceptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts index dda22f10b11b6..f65524596c127 100644 --- a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts @@ -117,9 +117,7 @@ export class PutResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts index 4f1686b9582e6..ae6d09c7ab230 100644 --- a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts @@ -85,9 +85,7 @@ export class PutRetentionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts index 09cddc4e291fe..96851c9ef3ac4 100644 --- a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts @@ -97,9 +97,7 @@ export class PutStoredQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts index f0abc1af7fc04..06f2ef318b0b3 100644 --- a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts @@ -109,9 +109,7 @@ export class SelectAggregateResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts index 8af55156b5e2a..90e6794de0b95 100644 --- a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts @@ -92,9 +92,7 @@ export class SelectResourceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts index ecdc04f2ec348..6ecfd56f778cb 100644 --- a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts @@ -151,9 +151,7 @@ export class StartConfigRulesEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts index 11e1c599af385..52d62bba35d01 100644 --- a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts @@ -74,9 +74,7 @@ export class StartConfigurationRecorderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts index 4d99648d8ad35..080e8812fba55 100644 --- a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts +++ b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts @@ -110,9 +110,7 @@ export class StartRemediationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts index 63330bd6ab9cf..9eff1a6dead67 100644 --- a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts @@ -93,9 +93,7 @@ export class StartResourceEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts index 07f620bbf7ee8..f7276bc587657 100644 --- a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts @@ -67,9 +67,7 @@ export class StopConfigurationRecorderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/TagResourceCommand.ts b/clients/client-config-service/src/commands/TagResourceCommand.ts index 303d68dbae7f6..a9343493e0df0 100644 --- a/clients/client-config-service/src/commands/TagResourceCommand.ts +++ b/clients/client-config-service/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-config-service/src/commands/UntagResourceCommand.ts b/clients/client-config-service/src/commands/UntagResourceCommand.ts index 9ab1d5f6387ff..33e7fefc76d80 100644 --- a/clients/client-config-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-config-service/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConfigServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts index 6cb8e21f1cc2f..3a3d4427b39fb 100644 --- a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts +++ b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts @@ -136,9 +136,7 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectContactLensClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts index f13346724027f..2077f3e8fec1e 100644 --- a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts @@ -85,9 +85,7 @@ export class ActivateEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts index 375385692c85b..b8b348a44c7e5 100644 --- a/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts +++ b/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts @@ -87,9 +87,7 @@ export class AssociateAnalyticsDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts index 150d0bec05911..8b63c72e8a7fa 100644 --- a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts @@ -86,9 +86,7 @@ export class AssociateApprovedOriginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateBotCommand.ts b/clients/client-connect/src/commands/AssociateBotCommand.ts index 0cd9618f538e7..8521c18c43714 100644 --- a/clients/client-connect/src/commands/AssociateBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateBotCommand.ts @@ -93,9 +93,7 @@ export class AssociateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts index a4b9ec5a32931..cd7a14b6cba05 100644 --- a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts +++ b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts @@ -81,9 +81,7 @@ export class AssociateDefaultVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateFlowCommand.ts b/clients/client-connect/src/commands/AssociateFlowCommand.ts index 4096368b80b78..0a1fb2b5cd9b6 100644 --- a/clients/client-connect/src/commands/AssociateFlowCommand.ts +++ b/clients/client-connect/src/commands/AssociateFlowCommand.ts @@ -84,9 +84,7 @@ export class AssociateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts index 730de48c95576..d4eac84e124ed 100644 --- a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts @@ -121,9 +121,7 @@ export class AssociateInstanceStorageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts index 0c3d8203a5727..d50dcc2652981 100644 --- a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts @@ -87,9 +87,7 @@ export class AssociateLambdaFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateLexBotCommand.ts b/clients/client-connect/src/commands/AssociateLexBotCommand.ts index 4f0ecf9dbe55d..24b9bfbc4663b 100644 --- a/clients/client-connect/src/commands/AssociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateLexBotCommand.ts @@ -90,9 +90,7 @@ export class AssociateLexBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts index 9e4419164a46b..69eb822f07828 100644 --- a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts @@ -94,9 +94,7 @@ export class AssociatePhoneNumberContactFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts index d35dd6b5d8ef4..012790cf4aaff 100644 --- a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts @@ -89,9 +89,7 @@ export class AssociateQueueQuickConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts index b355ac5c3c96b..5a1486651fe88 100644 --- a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts @@ -92,9 +92,7 @@ export class AssociateRoutingProfileQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts index 9fb7fbac6b40d..aafd95d4ede70 100644 --- a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts @@ -88,9 +88,7 @@ export class AssociateSecurityKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts index e5852c0b0b3cb..07fa56d0ead33 100644 --- a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts +++ b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts @@ -92,9 +92,7 @@ export class AssociateTrafficDistributionGroupUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts b/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts index 73d0c9ffc0b12..7de2db07721fd 100644 --- a/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts +++ b/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts @@ -86,9 +86,7 @@ export class AssociateUserProficienciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts index 730a48a852179..9180162aeb24b 100644 --- a/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts +++ b/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts @@ -104,9 +104,7 @@ export class BatchAssociateAnalyticsDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts index 31d64158e4a2e..d7b21bca519db 100644 --- a/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts +++ b/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts @@ -102,9 +102,7 @@ export class BatchDisassociateAnalyticsDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts b/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts index 3fc1398139914..9f69cfee17fa2 100644 --- a/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts +++ b/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts @@ -116,9 +116,7 @@ export class BatchGetAttachedFileMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts index c057e422de6de..3679cd9316793 100644 --- a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts +++ b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts @@ -93,9 +93,7 @@ export class BatchGetFlowAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/BatchPutContactCommand.ts b/clients/client-connect/src/commands/BatchPutContactCommand.ts index 9690c9855f602..cbc9d711e9e0b 100644 --- a/clients/client-connect/src/commands/BatchPutContactCommand.ts +++ b/clients/client-connect/src/commands/BatchPutContactCommand.ts @@ -124,9 +124,7 @@ export class BatchPutContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts index 529864fa73718..b953936d1c7df 100644 --- a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts @@ -114,9 +114,7 @@ export class ClaimPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts b/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts index 008d63944abd3..f6c03c257ad8e 100644 --- a/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts +++ b/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts @@ -81,9 +81,7 @@ export class CompleteAttachedFileUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts index 706cfe4f12db3..11f8deb4707f9 100644 --- a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts @@ -95,9 +95,7 @@ export class CreateAgentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateContactFlowCommand.ts b/clients/client-connect/src/commands/CreateContactFlowCommand.ts index 0e2635a02c772..3784f6cde79a4 100644 --- a/clients/client-connect/src/commands/CreateContactFlowCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowCommand.ts @@ -100,9 +100,7 @@ export class CreateContactFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts index fa381ce8bf180..7d2ff52d7e68a 100644 --- a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts @@ -103,9 +103,7 @@ export class CreateContactFlowModuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts index 813d96eb65447..a0da52f55bfd1 100644 --- a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts @@ -216,9 +216,7 @@ export class CreateEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts index 40d80458ebf9f..ed775ee8433c3 100644 --- a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts @@ -107,9 +107,7 @@ export class CreateHoursOfOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateInstanceCommand.ts b/clients/client-connect/src/commands/CreateInstanceCommand.ts index 3991b9cf76b26..5cf09c18fab2c 100644 --- a/clients/client-connect/src/commands/CreateInstanceCommand.ts +++ b/clients/client-connect/src/commands/CreateInstanceCommand.ts @@ -101,9 +101,7 @@ export class CreateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts index bf4fdfcb523f9..4f48686544e84 100644 --- a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts @@ -95,9 +95,7 @@ export class CreateIntegrationAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateParticipantCommand.ts b/clients/client-connect/src/commands/CreateParticipantCommand.ts index df33de4ca2ff4..cf172f2f7d054 100644 --- a/clients/client-connect/src/commands/CreateParticipantCommand.ts +++ b/clients/client-connect/src/commands/CreateParticipantCommand.ts @@ -91,9 +91,7 @@ export class CreateParticipantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts index 9e0a7a77cd801..88eb164e8a8d9 100644 --- a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts @@ -97,9 +97,7 @@ export class CreatePersistentContactAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts index a080ca49d7bfa..b678ff5ff142d 100644 --- a/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts +++ b/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts @@ -93,9 +93,7 @@ export class CreatePredefinedAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreatePromptCommand.ts b/clients/client-connect/src/commands/CreatePromptCommand.ts index 365224e36273e..9996e64bd6389 100644 --- a/clients/client-connect/src/commands/CreatePromptCommand.ts +++ b/clients/client-connect/src/commands/CreatePromptCommand.ts @@ -92,9 +92,7 @@ export class CreatePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateQueueCommand.ts b/clients/client-connect/src/commands/CreateQueueCommand.ts index e07a1d4c56a1a..ed7451b599451 100644 --- a/clients/client-connect/src/commands/CreateQueueCommand.ts +++ b/clients/client-connect/src/commands/CreateQueueCommand.ts @@ -125,9 +125,7 @@ export class CreateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts index c2cde7cae87c8..fd326aaf6c09c 100644 --- a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts @@ -106,9 +106,7 @@ export class CreateQuickConnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts index c0dbe1a6889f5..49b5be8e6a49a 100644 --- a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts @@ -113,9 +113,7 @@ export class CreateRoutingProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateRuleCommand.ts b/clients/client-connect/src/commands/CreateRuleCommand.ts index bf1e829d8b7bb..8c2b895c5342a 100644 --- a/clients/client-connect/src/commands/CreateRuleCommand.ts +++ b/clients/client-connect/src/commands/CreateRuleCommand.ts @@ -162,9 +162,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts index bee320f1db2b5..211d92ff829dc 100644 --- a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts @@ -117,9 +117,7 @@ export class CreateSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts index 7c960cc26bb6b..ccdb2c81b5040 100644 --- a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts @@ -134,9 +134,7 @@ export class CreateTaskTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts index 23876ee899329..6147fc2635f3d 100644 --- a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts @@ -111,9 +111,7 @@ export class CreateTrafficDistributionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateUseCaseCommand.ts b/clients/client-connect/src/commands/CreateUseCaseCommand.ts index d662abbd19fbd..7473dc6c07e1c 100644 --- a/clients/client-connect/src/commands/CreateUseCaseCommand.ts +++ b/clients/client-connect/src/commands/CreateUseCaseCommand.ts @@ -86,9 +86,7 @@ export class CreateUseCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateUserCommand.ts b/clients/client-connect/src/commands/CreateUserCommand.ts index 06f3c501fbdfc..8bf87f68470be 100644 --- a/clients/client-connect/src/commands/CreateUserCommand.ts +++ b/clients/client-connect/src/commands/CreateUserCommand.ts @@ -118,9 +118,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts index f91939a1b4d63..2b1dc53dbefaf 100644 --- a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts @@ -92,9 +92,7 @@ export class CreateUserHierarchyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateViewCommand.ts b/clients/client-connect/src/commands/CreateViewCommand.ts index 051ffb33febaf..76e5a762c25b3 100644 --- a/clients/client-connect/src/commands/CreateViewCommand.ts +++ b/clients/client-connect/src/commands/CreateViewCommand.ts @@ -139,9 +139,7 @@ export class CreateViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateViewVersionCommand.ts b/clients/client-connect/src/commands/CreateViewVersionCommand.ts index 6a2506ad97e72..b1261fcce155b 100644 --- a/clients/client-connect/src/commands/CreateViewVersionCommand.ts +++ b/clients/client-connect/src/commands/CreateViewVersionCommand.ts @@ -122,9 +122,7 @@ export class CreateViewVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/CreateVocabularyCommand.ts b/clients/client-connect/src/commands/CreateVocabularyCommand.ts index 850ce06162d6a..7ac4bbd7ad598 100644 --- a/clients/client-connect/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-connect/src/commands/CreateVocabularyCommand.ts @@ -97,9 +97,7 @@ export class CreateVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts index 2f854e22cfab9..269cbeb1cb424 100644 --- a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts @@ -85,9 +85,7 @@ export class DeactivateEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts b/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts index 0cefe9bf5f3f4..e5df28e2f1fa4 100644 --- a/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts +++ b/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts @@ -84,9 +84,7 @@ export class DeleteAttachedFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts index 03bd0dd300905..c645ff7d57df2 100644 --- a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts @@ -79,9 +79,7 @@ export class DeleteContactEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts index 1ef7e665cdceb..da86a20866594 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts @@ -82,9 +82,7 @@ export class DeleteContactFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts index be0c026c0f928..c4ce1d784766e 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts @@ -82,9 +82,7 @@ export class DeleteContactFlowModuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts index 09b9c25cd1ae4..a345a544ecefe 100644 --- a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts @@ -89,9 +89,7 @@ export class DeleteEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts index aaf65859d614d..81a32c73b5a34 100644 --- a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts @@ -80,9 +80,7 @@ export class DeleteHoursOfOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteInstanceCommand.ts b/clients/client-connect/src/commands/DeleteInstanceCommand.ts index 091a477388163..f4a19e83fefff 100644 --- a/clients/client-connect/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-connect/src/commands/DeleteInstanceCommand.ts @@ -78,9 +78,7 @@ export class DeleteInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts index 12723da5223d9..f73a946da6d90 100644 --- a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts @@ -80,9 +80,7 @@ export class DeleteIntegrationAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts index 494d92255c755..4cab81817bfc7 100644 --- a/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts +++ b/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts @@ -82,9 +82,7 @@ export class DeletePredefinedAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeletePromptCommand.ts b/clients/client-connect/src/commands/DeletePromptCommand.ts index bfc3c7cadf8e7..e050d09b387a6 100644 --- a/clients/client-connect/src/commands/DeletePromptCommand.ts +++ b/clients/client-connect/src/commands/DeletePromptCommand.ts @@ -79,9 +79,7 @@ export class DeletePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteQueueCommand.ts b/clients/client-connect/src/commands/DeleteQueueCommand.ts index ce302729deb1a..8a80766dbf70f 100644 --- a/clients/client-connect/src/commands/DeleteQueueCommand.ts +++ b/clients/client-connect/src/commands/DeleteQueueCommand.ts @@ -82,9 +82,7 @@ export class DeleteQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts index 3b8b0a954942d..91de92399f59b 100644 --- a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts @@ -97,9 +97,7 @@ export class DeleteQuickConnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts index f90847b805246..6459bbb4b15e2 100644 --- a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts @@ -82,9 +82,7 @@ export class DeleteRoutingProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteRuleCommand.ts b/clients/client-connect/src/commands/DeleteRuleCommand.ts index 52a4eec5145bb..0248cee4ce5a5 100644 --- a/clients/client-connect/src/commands/DeleteRuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteRuleCommand.ts @@ -79,9 +79,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts index bc4e25972a64a..8b3c91d3e71f4 100644 --- a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts @@ -85,9 +85,7 @@ export class DeleteSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts index d60a9510fad7a..973c6cd42e01e 100644 --- a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts @@ -79,9 +79,7 @@ export class DeleteTaskTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts index 3387ef2ae5750..d97cf479044fd 100644 --- a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts @@ -86,9 +86,7 @@ export class DeleteTrafficDistributionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts index 48ba6e41a99bc..0144f8400d1c2 100644 --- a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts +++ b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts @@ -77,9 +77,7 @@ export class DeleteUseCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteUserCommand.ts b/clients/client-connect/src/commands/DeleteUserCommand.ts index 72341fd3ea58e..a87aabfc8bd80 100644 --- a/clients/client-connect/src/commands/DeleteUserCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserCommand.ts @@ -100,9 +100,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts index ddb3ca0c0c6d9..355b03cebaa03 100644 --- a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts @@ -83,9 +83,7 @@ export class DeleteUserHierarchyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteViewCommand.ts b/clients/client-connect/src/commands/DeleteViewCommand.ts index aa5f206331155..942a3ee8f7f5f 100644 --- a/clients/client-connect/src/commands/DeleteViewCommand.ts +++ b/clients/client-connect/src/commands/DeleteViewCommand.ts @@ -86,9 +86,7 @@ export class DeleteViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts index e3cd315117e61..f14f60767a93c 100644 --- a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts +++ b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts @@ -86,9 +86,7 @@ export class DeleteViewVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts index f9e688c740e85..42ffffe1fe612 100644 --- a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts @@ -86,9 +86,7 @@ export class DeleteVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts index fb8186528a632..44ee46c4bcfd5 100644 --- a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts @@ -95,9 +95,7 @@ export class DescribeAgentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts b/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts index 629a35ee4430a..d47da2d31eace 100644 --- a/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts @@ -105,9 +105,7 @@ export class DescribeAuthenticationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeContactCommand.ts b/clients/client-connect/src/commands/DescribeContactCommand.ts index a35d6d1b5280a..7e47acffb3d3c 100644 --- a/clients/client-connect/src/commands/DescribeContactCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactCommand.ts @@ -248,9 +248,7 @@ export class DescribeContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts index ea2235d936496..402ce230cf0aa 100644 --- a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts @@ -256,9 +256,7 @@ export class DescribeContactEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts index b447f6555e30f..1d975ec5825a4 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts @@ -107,9 +107,7 @@ export class DescribeContactFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts index 5b021b408d45c..250d8849d5e9c 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts @@ -99,9 +99,7 @@ export class DescribeContactFlowModuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts index 40abb19f8dbea..94681ed151e06 100644 --- a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts @@ -221,9 +221,7 @@ export class DescribeEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts index fd1d0e119fc24..09a1694a9de0a 100644 --- a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts @@ -106,9 +106,7 @@ export class DescribeHoursOfOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts index 4413b57c41abd..b3d69c9f457d3 100644 --- a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts @@ -85,9 +85,7 @@ export class DescribeInstanceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeInstanceCommand.ts b/clients/client-connect/src/commands/DescribeInstanceCommand.ts index b075a98f9737c..c6c2fc447de88 100644 --- a/clients/client-connect/src/commands/DescribeInstanceCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceCommand.ts @@ -111,9 +111,7 @@ export class DescribeInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts index 0f3a45a135b9e..faf89f1c34a89 100644 --- a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts @@ -114,9 +114,7 @@ export class DescribeInstanceStorageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts index 864e218fc5f80..a181ec23a62c0 100644 --- a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts @@ -108,9 +108,7 @@ export class DescribePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts index 17342d70af5e6..a81276c07d84d 100644 --- a/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts +++ b/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts @@ -98,9 +98,7 @@ export class DescribePredefinedAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribePromptCommand.ts b/clients/client-connect/src/commands/DescribePromptCommand.ts index 0411b7675cc92..aa1224975be8e 100644 --- a/clients/client-connect/src/commands/DescribePromptCommand.ts +++ b/clients/client-connect/src/commands/DescribePromptCommand.ts @@ -91,9 +91,7 @@ export class DescribePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeQueueCommand.ts b/clients/client-connect/src/commands/DescribeQueueCommand.ts index fb1433c646270..7fbaee1b28478 100644 --- a/clients/client-connect/src/commands/DescribeQueueCommand.ts +++ b/clients/client-connect/src/commands/DescribeQueueCommand.ts @@ -100,9 +100,7 @@ export class DescribeQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts index 4890d112399fa..73906cd1fbbd7 100644 --- a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts @@ -105,9 +105,7 @@ export class DescribeQuickConnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts index 7412486626474..21e590e7e09ef 100644 --- a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts @@ -109,9 +109,7 @@ export class DescribeRoutingProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeRuleCommand.ts b/clients/client-connect/src/commands/DescribeRuleCommand.ts index 9282a839b5ae8..b75a29b0490aa 100644 --- a/clients/client-connect/src/commands/DescribeRuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeRuleCommand.ts @@ -162,9 +162,7 @@ export class DescribeRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts index 633938f2ef4e1..955e2bf7ecfec 100644 --- a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts @@ -106,9 +106,7 @@ export class DescribeSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts index dca3eedf1afae..8c27dbe13752d 100644 --- a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts @@ -96,9 +96,7 @@ export class DescribeTrafficDistributionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeUserCommand.ts b/clients/client-connect/src/commands/DescribeUserCommand.ts index 66c620c348750..bb6be189e737e 100644 --- a/clients/client-connect/src/commands/DescribeUserCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserCommand.ts @@ -110,9 +110,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts index 4d60619fea9ed..6647c3c7e0a33 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts @@ -128,9 +128,7 @@ export class DescribeUserHierarchyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts index 3c9b31a0a3c99..280863b79bb14 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts @@ -121,9 +121,7 @@ export class DescribeUserHierarchyStructureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeViewCommand.ts b/clients/client-connect/src/commands/DescribeViewCommand.ts index ff8045f4e0a93..5d54d01e622e1 100644 --- a/clients/client-connect/src/commands/DescribeViewCommand.ts +++ b/clients/client-connect/src/commands/DescribeViewCommand.ts @@ -113,9 +113,7 @@ export class DescribeViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts index 0fa6e3e11338b..a4b2e2ad5abf5 100644 --- a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts @@ -93,9 +93,7 @@ export class DescribeVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts index ed93ec2e203ad..bb4af236bc132 100644 --- a/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts +++ b/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts @@ -84,9 +84,7 @@ export class DisassociateAnalyticsDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts index 5b3694dc1d7a4..9ec7daefdc821 100644 --- a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts @@ -80,9 +80,7 @@ export class DisassociateApprovedOriginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateBotCommand.ts b/clients/client-connect/src/commands/DisassociateBotCommand.ts index 6302c1d8e68b0..af1c38c5fb587 100644 --- a/clients/client-connect/src/commands/DisassociateBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateBotCommand.ts @@ -84,9 +84,7 @@ export class DisassociateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateFlowCommand.ts b/clients/client-connect/src/commands/DisassociateFlowCommand.ts index ce4228005940c..ce62cf833473b 100644 --- a/clients/client-connect/src/commands/DisassociateFlowCommand.ts +++ b/clients/client-connect/src/commands/DisassociateFlowCommand.ts @@ -83,9 +83,7 @@ export class DisassociateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts index 85589f8327586..7f9bc34603267 100644 --- a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts @@ -85,9 +85,7 @@ export class DisassociateInstanceStorageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts index 1bc6c108420be..4fa17dd1b2a7e 100644 --- a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts @@ -81,9 +81,7 @@ export class DisassociateLambdaFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts index e7e9a4af044eb..3de60d0a17d79 100644 --- a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts @@ -82,9 +82,7 @@ export class DisassociateLexBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts index 23b81588088b1..b939bdf810062 100644 --- a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts @@ -92,9 +92,7 @@ export class DisassociatePhoneNumberContactFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts index a6faec2a814d1..996f8e9d6f8b2 100644 --- a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts @@ -86,9 +86,7 @@ export class DisassociateQueueQuickConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts index 39ef3d695382a..f0c8700e4b566 100644 --- a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts @@ -88,9 +88,7 @@ export class DisassociateRoutingProfileQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts index 1f2c60486b174..668a4961ff907 100644 --- a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts @@ -80,9 +80,7 @@ export class DisassociateSecurityKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts index 739711a46f94c..6d99accae08f1 100644 --- a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts +++ b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts @@ -92,9 +92,7 @@ export class DisassociateTrafficDistributionGroupUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts b/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts index f7df7f1de4540..5bc35e00e58b2 100644 --- a/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts +++ b/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts @@ -88,9 +88,7 @@ export class DisassociateUserProficienciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/DismissUserContactCommand.ts b/clients/client-connect/src/commands/DismissUserContactCommand.ts index c5b3e1d48f316..81a7bfbbfca48 100644 --- a/clients/client-connect/src/commands/DismissUserContactCommand.ts +++ b/clients/client-connect/src/commands/DismissUserContactCommand.ts @@ -87,9 +87,7 @@ export class DismissUserContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetAttachedFileCommand.ts b/clients/client-connect/src/commands/GetAttachedFileCommand.ts index 37aa5e4724538..cab1fa4610ca5 100644 --- a/clients/client-connect/src/commands/GetAttachedFileCommand.ts +++ b/clients/client-connect/src/commands/GetAttachedFileCommand.ts @@ -103,9 +103,7 @@ export class GetAttachedFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetContactAttributesCommand.ts b/clients/client-connect/src/commands/GetContactAttributesCommand.ts index c985542761f38..5126911a237d1 100644 --- a/clients/client-connect/src/commands/GetContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/GetContactAttributesCommand.ts @@ -77,9 +77,7 @@ export class GetContactAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts index 1931331796064..62f3ce71a3871 100644 --- a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts @@ -140,9 +140,7 @@ export class GetCurrentMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts index 527adc67b4dff..1169257dae22d 100644 --- a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts @@ -165,9 +165,7 @@ export class GetCurrentUserDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetFederationTokenCommand.ts b/clients/client-connect/src/commands/GetFederationTokenCommand.ts index a70a9c23fe67a..116cd216abe76 100644 --- a/clients/client-connect/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-connect/src/commands/GetFederationTokenCommand.ts @@ -109,9 +109,7 @@ export class GetFederationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetFlowAssociationCommand.ts b/clients/client-connect/src/commands/GetFlowAssociationCommand.ts index 60ca2a8114d1d..d173829242cab 100644 --- a/clients/client-connect/src/commands/GetFlowAssociationCommand.ts +++ b/clients/client-connect/src/commands/GetFlowAssociationCommand.ts @@ -87,9 +87,7 @@ export class GetFlowAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetMetricDataCommand.ts b/clients/client-connect/src/commands/GetMetricDataCommand.ts index fd0fccb1149e5..4d10407c9b246 100644 --- a/clients/client-connect/src/commands/GetMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetMetricDataCommand.ts @@ -153,9 +153,7 @@ export class GetMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts index 3f1497f00c528..d025be7c13929 100644 --- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts +++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts @@ -162,9 +162,7 @@ export class GetMetricDataV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetPromptFileCommand.ts b/clients/client-connect/src/commands/GetPromptFileCommand.ts index 4b24012d18763..a21ab461e61b7 100644 --- a/clients/client-connect/src/commands/GetPromptFileCommand.ts +++ b/clients/client-connect/src/commands/GetPromptFileCommand.ts @@ -83,9 +83,7 @@ export class GetPromptFileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts index b3ab2c61fe733..0338b0e4ce786 100644 --- a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts @@ -139,9 +139,7 @@ export class GetTaskTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts index 576ea36db3c1c..37494fb891b6f 100644 --- a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts @@ -105,9 +105,7 @@ export class GetTrafficDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts b/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts index 06db51c979813..b4587ef0c0dd9 100644 --- a/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts @@ -108,9 +108,7 @@ export class ImportPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts index 43b10eedcddaf..7baa160818f6b 100644 --- a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts +++ b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts @@ -96,9 +96,7 @@ export class ListAgentStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts b/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts index 2c1553a0c1a3f..cc04dc73bb4fd 100644 --- a/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts @@ -98,9 +98,7 @@ export class ListAnalyticsDataAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts index 41c7f60e573a7..aaf83fc4e1e35 100644 --- a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts +++ b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts @@ -86,9 +86,7 @@ export class ListApprovedOriginsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts b/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts index d3babf321f42d..d3665b45cd8e6 100644 --- a/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts @@ -94,9 +94,7 @@ export class ListAuthenticationProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListBotsCommand.ts b/clients/client-connect/src/commands/ListBotsCommand.ts index e8fd9ce78c8a2..7752a0d269654 100644 --- a/clients/client-connect/src/commands/ListBotsCommand.ts +++ b/clients/client-connect/src/commands/ListBotsCommand.ts @@ -92,9 +92,7 @@ export class ListBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts index a388aa740e7b6..2913cffda3abf 100644 --- a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts +++ b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts @@ -96,9 +96,7 @@ export class ListContactEvaluationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts index 94db5375adf7a..d40a2f0a050bc 100644 --- a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts @@ -95,9 +95,7 @@ export class ListContactFlowModulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListContactFlowsCommand.ts b/clients/client-connect/src/commands/ListContactFlowsCommand.ts index 9fa1c42c19ed8..8c373b5649a29 100644 --- a/clients/client-connect/src/commands/ListContactFlowsCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowsCommand.ts @@ -99,9 +99,7 @@ export class ListContactFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListContactReferencesCommand.ts b/clients/client-connect/src/commands/ListContactReferencesCommand.ts index 123c5da8f0464..f1f10dc129d10 100644 --- a/clients/client-connect/src/commands/ListContactReferencesCommand.ts +++ b/clients/client-connect/src/commands/ListContactReferencesCommand.ts @@ -117,9 +117,7 @@ export class ListContactReferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts index a7635b89d2640..1801f11ca296f 100644 --- a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts @@ -88,9 +88,7 @@ export class ListDefaultVocabulariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts index df46820ec5e84..df5ec124e7ea9 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts @@ -93,9 +93,7 @@ export class ListEvaluationFormVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts index e887682978f11..259351f47ac2e 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts @@ -94,9 +94,7 @@ export class ListEvaluationFormsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts b/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts index e7c3177563720..22db849fd6606 100644 --- a/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts @@ -93,9 +93,7 @@ export class ListFlowAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts index 30c59b99db615..2d8104aaba862 100644 --- a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts @@ -94,9 +94,7 @@ export class ListHoursOfOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts index 4df8d8181572b..0076e8e7814eb 100644 --- a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts @@ -89,9 +89,7 @@ export class ListInstanceAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts index 902d165512276..396ca562bd232 100644 --- a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts @@ -113,9 +113,7 @@ export class ListInstanceStorageConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListInstancesCommand.ts b/clients/client-connect/src/commands/ListInstancesCommand.ts index 85208ee3a8507..cb556aee50e99 100644 --- a/clients/client-connect/src/commands/ListInstancesCommand.ts +++ b/clients/client-connect/src/commands/ListInstancesCommand.ts @@ -93,9 +93,7 @@ export class ListInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts index 1d2a502138749..b177e0e382141 100644 --- a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts @@ -99,9 +99,7 @@ export class ListIntegrationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts index ff2f23744c620..918efa3918665 100644 --- a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts +++ b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts @@ -87,9 +87,7 @@ export class ListLambdaFunctionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListLexBotsCommand.ts b/clients/client-connect/src/commands/ListLexBotsCommand.ts index 6f69beaa92b19..592b83f078078 100644 --- a/clients/client-connect/src/commands/ListLexBotsCommand.ts +++ b/clients/client-connect/src/commands/ListLexBotsCommand.ts @@ -91,9 +91,7 @@ export class ListLexBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts index 943a275f12f9f..f89e5c0f6cc3d 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts @@ -117,9 +117,7 @@ export class ListPhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts index 27c40972bbd24..5ed4add25116e 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts @@ -120,9 +120,7 @@ export class ListPhoneNumbersV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts b/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts index 5d7043c23c82f..8d3fc04d58dea 100644 --- a/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts +++ b/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts @@ -92,9 +92,7 @@ export class ListPredefinedAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListPromptsCommand.ts b/clients/client-connect/src/commands/ListPromptsCommand.ts index f3b50ad3f2a02..a9f794fd32bdf 100644 --- a/clients/client-connect/src/commands/ListPromptsCommand.ts +++ b/clients/client-connect/src/commands/ListPromptsCommand.ts @@ -91,9 +91,7 @@ export class ListPromptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts index d66cccc21ba44..df3d2b3f4f980 100644 --- a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts @@ -96,9 +96,7 @@ export class ListQueueQuickConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListQueuesCommand.ts b/clients/client-connect/src/commands/ListQueuesCommand.ts index 5d61e21114351..1900920cd636a 100644 --- a/clients/client-connect/src/commands/ListQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListQueuesCommand.ts @@ -101,9 +101,7 @@ export class ListQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts index 06fdc0c98de1c..682cbef3e6a6c 100644 --- a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts @@ -96,9 +96,7 @@ export class ListQuickConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts b/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts index 7be8edd9686a8..a77736dd3adbf 100644 --- a/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts +++ b/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts @@ -191,9 +191,7 @@ export class ListRealtimeContactAnalysisSegmentsV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts index 5423b0985165a..1853480d0e7e3 100644 --- a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts @@ -95,9 +95,7 @@ export class ListRoutingProfileQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts index ede042e9e5f5e..b9aab3d7f6d1a 100644 --- a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts @@ -94,9 +94,7 @@ export class ListRoutingProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListRulesCommand.ts b/clients/client-connect/src/commands/ListRulesCommand.ts index 1624bb9e18878..5bbbbfa0c1d58 100644 --- a/clients/client-connect/src/commands/ListRulesCommand.ts +++ b/clients/client-connect/src/commands/ListRulesCommand.ts @@ -100,9 +100,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts index 09851bad5836a..e43175985cc44 100644 --- a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts @@ -90,9 +90,7 @@ export class ListSecurityKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts index 2455d708cf624..345898bf2c6a2 100644 --- a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts @@ -98,9 +98,7 @@ export class ListSecurityProfileApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts index 16f96530c0403..78d210808788d 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts @@ -97,9 +97,7 @@ export class ListSecurityProfilePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts index 2008af699e40e..fa9ad80e4849d 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts @@ -95,9 +95,7 @@ export class ListSecurityProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts index f97e2dd7ba868..f63cedf7679c4 100644 --- a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts index 1c506b94bc6c5..1bfae2a185424 100644 --- a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts +++ b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts @@ -95,9 +95,7 @@ export class ListTaskTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts index d8d28e8ca7a50..dc2d7438d8dfd 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts @@ -95,9 +95,7 @@ export class ListTrafficDistributionGroupUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts index 7a9c9739a5983..3816054c4b8f3 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts @@ -94,9 +94,7 @@ export class ListTrafficDistributionGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListUseCasesCommand.ts b/clients/client-connect/src/commands/ListUseCasesCommand.ts index e04d2b88d7fa7..3279c43fd0d85 100644 --- a/clients/client-connect/src/commands/ListUseCasesCommand.ts +++ b/clients/client-connect/src/commands/ListUseCasesCommand.ts @@ -87,9 +87,7 @@ export class ListUseCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts index 1cb7bb1f5ff3e..c47b66e9b95e0 100644 --- a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts @@ -94,9 +94,7 @@ export class ListUserHierarchyGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListUserProficienciesCommand.ts b/clients/client-connect/src/commands/ListUserProficienciesCommand.ts index f5a11637292d9..fb6dd9b0f84fa 100644 --- a/clients/client-connect/src/commands/ListUserProficienciesCommand.ts +++ b/clients/client-connect/src/commands/ListUserProficienciesCommand.ts @@ -92,9 +92,7 @@ export class ListUserProficienciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListUsersCommand.ts b/clients/client-connect/src/commands/ListUsersCommand.ts index 79fcaf7699b8a..910ebf9d94998 100644 --- a/clients/client-connect/src/commands/ListUsersCommand.ts +++ b/clients/client-connect/src/commands/ListUsersCommand.ts @@ -92,9 +92,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListViewVersionsCommand.ts b/clients/client-connect/src/commands/ListViewVersionsCommand.ts index 05a776d951e77..af22a4e7b4e09 100644 --- a/clients/client-connect/src/commands/ListViewVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListViewVersionsCommand.ts @@ -103,9 +103,7 @@ export class ListViewVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ListViewsCommand.ts b/clients/client-connect/src/commands/ListViewsCommand.ts index 8f5347d2b0919..ba5f72a151086 100644 --- a/clients/client-connect/src/commands/ListViewsCommand.ts +++ b/clients/client-connect/src/commands/ListViewsCommand.ts @@ -97,9 +97,7 @@ export class ListViewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/MonitorContactCommand.ts b/clients/client-connect/src/commands/MonitorContactCommand.ts index d9dc18ec40c5c..9f2c53676cef9 100644 --- a/clients/client-connect/src/commands/MonitorContactCommand.ts +++ b/clients/client-connect/src/commands/MonitorContactCommand.ts @@ -95,9 +95,7 @@ export class MonitorContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/PauseContactCommand.ts b/clients/client-connect/src/commands/PauseContactCommand.ts index 3858a6357e18b..4bb2678142e4a 100644 --- a/clients/client-connect/src/commands/PauseContactCommand.ts +++ b/clients/client-connect/src/commands/PauseContactCommand.ts @@ -90,9 +90,7 @@ export class PauseContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/PutUserStatusCommand.ts b/clients/client-connect/src/commands/PutUserStatusCommand.ts index ff2bea985980b..c8c0355b945e5 100644 --- a/clients/client-connect/src/commands/PutUserStatusCommand.ts +++ b/clients/client-connect/src/commands/PutUserStatusCommand.ts @@ -86,9 +86,7 @@ export class PutUserStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts index 8d22a2544de41..608f7199e1dfa 100644 --- a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts @@ -106,9 +106,7 @@ export class ReleasePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts index c849b266ce94f..3c421923cf4b2 100644 --- a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts +++ b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts @@ -101,9 +101,7 @@ export class ReplicateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ResumeContactCommand.ts b/clients/client-connect/src/commands/ResumeContactCommand.ts index 15cb48ad70397..eedba31b517b3 100644 --- a/clients/client-connect/src/commands/ResumeContactCommand.ts +++ b/clients/client-connect/src/commands/ResumeContactCommand.ts @@ -87,9 +87,7 @@ export class ResumeContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts index d4c7d41078ab8..ce2be03c74815 100644 --- a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts @@ -78,9 +78,7 @@ export class ResumeContactRecordingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts b/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts index 13af563efeb08..da6534a8a29ab 100644 --- a/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts +++ b/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts @@ -147,9 +147,7 @@ export class SearchAgentStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts index cd95ef9917cc8..a35dcde15d8ab 100644 --- a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -97,9 +97,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts b/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts index c4c296de99c6d..037af26f712eb 100644 --- a/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts +++ b/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts @@ -141,9 +141,7 @@ export class SearchContactFlowModulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchContactFlowsCommand.ts b/clients/client-connect/src/commands/SearchContactFlowsCommand.ts index e8f84e2ab63ea..df52fe3eeb4d5 100644 --- a/clients/client-connect/src/commands/SearchContactFlowsCommand.ts +++ b/clients/client-connect/src/commands/SearchContactFlowsCommand.ts @@ -149,9 +149,7 @@ export class SearchContactFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchContactsCommand.ts b/clients/client-connect/src/commands/SearchContactsCommand.ts index 6b89a7cd42451..1c22309be18fc 100644 --- a/clients/client-connect/src/commands/SearchContactsCommand.ts +++ b/clients/client-connect/src/commands/SearchContactsCommand.ts @@ -173,9 +173,7 @@ export class SearchContactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts index 151bed1526d34..003c2dc0c25be 100644 --- a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts @@ -155,9 +155,7 @@ export class SearchHoursOfOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts b/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts index 188ac24865b59..43836e7f0e476 100644 --- a/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts +++ b/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts @@ -123,9 +123,7 @@ export class SearchPredefinedAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchPromptsCommand.ts b/clients/client-connect/src/commands/SearchPromptsCommand.ts index 331e6979fdf6b..ed35374f7727e 100644 --- a/clients/client-connect/src/commands/SearchPromptsCommand.ts +++ b/clients/client-connect/src/commands/SearchPromptsCommand.ts @@ -140,9 +140,7 @@ export class SearchPromptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchQueuesCommand.ts b/clients/client-connect/src/commands/SearchQueuesCommand.ts index 8eba71ec4ca07..59bf4be8dff6a 100644 --- a/clients/client-connect/src/commands/SearchQueuesCommand.ts +++ b/clients/client-connect/src/commands/SearchQueuesCommand.ts @@ -150,9 +150,7 @@ export class SearchQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts index 7572ac826c81a..9a5c452265875 100644 --- a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts @@ -154,9 +154,7 @@ export class SearchQuickConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts index be12d41d752f2..7c80a1c5fdbfd 100644 --- a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts +++ b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts @@ -103,9 +103,7 @@ export class SearchResourceTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts index fa83d3cb5a941..94142079613f4 100644 --- a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts @@ -158,9 +158,7 @@ export class SearchRoutingProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts index cdd15d93e2b75..fdd1669658044 100644 --- a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts @@ -144,9 +144,7 @@ export class SearchSecurityProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts index 12c572e69f42b..742cce41bad2f 100644 --- a/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts @@ -186,9 +186,7 @@ export class SearchUserHierarchyGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchUsersCommand.ts b/clients/client-connect/src/commands/SearchUsersCommand.ts index eff5b90e322eb..b9287deeda9b4 100644 --- a/clients/client-connect/src/commands/SearchUsersCommand.ts +++ b/clients/client-connect/src/commands/SearchUsersCommand.ts @@ -207,9 +207,7 @@ export class SearchUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts index 5ce5341dc0fef..91671d6bda57e 100644 --- a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts @@ -94,9 +94,7 @@ export class SearchVocabulariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts b/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts index 0d80acf8e95d3..6a2cc2d66cff8 100644 --- a/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts +++ b/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts @@ -117,9 +117,7 @@ export class SendChatIntegrationEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts b/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts index 12c2afe1fd0d0..6efeea60e8154 100644 --- a/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts +++ b/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts @@ -113,9 +113,7 @@ export class StartAttachedFileUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartChatContactCommand.ts b/clients/client-connect/src/commands/StartChatContactCommand.ts index 1ac0ae36ed486..0a430ab1c1dca 100644 --- a/clients/client-connect/src/commands/StartChatContactCommand.ts +++ b/clients/client-connect/src/commands/StartChatContactCommand.ts @@ -141,9 +141,7 @@ export class StartChatContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts index d8c569aaaac22..bb0027453e209 100644 --- a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts @@ -94,9 +94,7 @@ export class StartContactEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartContactRecordingCommand.ts b/clients/client-connect/src/commands/StartContactRecordingCommand.ts index 5f84b0a215dea..e080cf1d844f5 100644 --- a/clients/client-connect/src/commands/StartContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StartContactRecordingCommand.ts @@ -98,9 +98,7 @@ export class StartContactRecordingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartContactStreamingCommand.ts b/clients/client-connect/src/commands/StartContactStreamingCommand.ts index 735357780e759..8f6f6df640292 100644 --- a/clients/client-connect/src/commands/StartContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StartContactStreamingCommand.ts @@ -101,9 +101,7 @@ export class StartContactStreamingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts index 2c9c2b1816db7..4ab2aa56d500b 100644 --- a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts +++ b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts @@ -130,9 +130,7 @@ export class StartOutboundVoiceContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartTaskContactCommand.ts b/clients/client-connect/src/commands/StartTaskContactCommand.ts index 207d13c90241f..9ec1ed8a9275f 100644 --- a/clients/client-connect/src/commands/StartTaskContactCommand.ts +++ b/clients/client-connect/src/commands/StartTaskContactCommand.ts @@ -155,9 +155,7 @@ export class StartTaskContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StartWebRTCContactCommand.ts b/clients/client-connect/src/commands/StartWebRTCContactCommand.ts index d6f349dd04dce..5fff235af447a 100644 --- a/clients/client-connect/src/commands/StartWebRTCContactCommand.ts +++ b/clients/client-connect/src/commands/StartWebRTCContactCommand.ts @@ -134,9 +134,7 @@ export class StartWebRTCContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StopContactCommand.ts b/clients/client-connect/src/commands/StopContactCommand.ts index 525bd6bd21e55..e2eb978cc9775 100644 --- a/clients/client-connect/src/commands/StopContactCommand.ts +++ b/clients/client-connect/src/commands/StopContactCommand.ts @@ -103,9 +103,7 @@ export class StopContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StopContactRecordingCommand.ts b/clients/client-connect/src/commands/StopContactRecordingCommand.ts index 62464047a9057..977c0c165d762 100644 --- a/clients/client-connect/src/commands/StopContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StopContactRecordingCommand.ts @@ -79,9 +79,7 @@ export class StopContactRecordingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/StopContactStreamingCommand.ts b/clients/client-connect/src/commands/StopContactStreamingCommand.ts index 6e6c4464a5d5a..040a145320b82 100644 --- a/clients/client-connect/src/commands/StopContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StopContactStreamingCommand.ts @@ -79,9 +79,7 @@ export class StopContactStreamingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts index 384c4cc4e9596..c4aba2f94f11d 100644 --- a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts @@ -101,9 +101,7 @@ export class SubmitContactEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts index 34648e45f87f6..3a8f499a1893e 100644 --- a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts @@ -81,9 +81,7 @@ export class SuspendContactRecordingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/TagContactCommand.ts b/clients/client-connect/src/commands/TagContactCommand.ts index 0bbf4a317c9c9..7785c39d0a0d9 100644 --- a/clients/client-connect/src/commands/TagContactCommand.ts +++ b/clients/client-connect/src/commands/TagContactCommand.ts @@ -84,9 +84,7 @@ export class TagContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/TagResourceCommand.ts b/clients/client-connect/src/commands/TagResourceCommand.ts index 3fcf06d510451..5fed4ec688418 100644 --- a/clients/client-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-connect/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/TransferContactCommand.ts b/clients/client-connect/src/commands/TransferContactCommand.ts index 65ebe367ed13b..3cac48bde0eef 100644 --- a/clients/client-connect/src/commands/TransferContactCommand.ts +++ b/clients/client-connect/src/commands/TransferContactCommand.ts @@ -115,9 +115,7 @@ export class TransferContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UntagContactCommand.ts b/clients/client-connect/src/commands/UntagContactCommand.ts index 90435674ddde8..d5a11ebc073d2 100644 --- a/clients/client-connect/src/commands/UntagContactCommand.ts +++ b/clients/client-connect/src/commands/UntagContactCommand.ts @@ -84,9 +84,7 @@ export class UntagContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UntagResourceCommand.ts b/clients/client-connect/src/commands/UntagResourceCommand.ts index 9b2d1b0268499..e0f6c17a559f1 100644 --- a/clients/client-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-connect/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts index 8d6e32bbec9b4..538d5988a1ae4 100644 --- a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts @@ -91,9 +91,7 @@ export class UpdateAgentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts b/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts index 822c709748039..51ae7b1969ef1 100644 --- a/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts @@ -93,9 +93,7 @@ export class UpdateAuthenticationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts index 0337be2e26a42..56bde7b3a572a 100644 --- a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts @@ -92,9 +92,7 @@ export class UpdateContactAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactCommand.ts b/clients/client-connect/src/commands/UpdateContactCommand.ts index da6a0c289eda5..62396a2d3c360 100644 --- a/clients/client-connect/src/commands/UpdateContactCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactCommand.ts @@ -97,9 +97,7 @@ export class UpdateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts index 4ae40975aa365..6502c0ba1db31 100644 --- a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts @@ -99,9 +99,7 @@ export class UpdateContactEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts index 17f386519866f..0802f9c060d98 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts @@ -89,9 +89,7 @@ export class UpdateContactFlowContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts index 6994d5e73d8e7..04a44fcf584b7 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts @@ -85,9 +85,7 @@ export class UpdateContactFlowMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts index 44a63513e5344..69bc61de44af7 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts @@ -92,9 +92,7 @@ export class UpdateContactFlowModuleContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts index 51fea1d70c5bb..760cdd3ac770e 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts @@ -93,9 +93,7 @@ export class UpdateContactFlowModuleMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts index 9bb2099e01acb..c8142de864c2e 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts @@ -86,9 +86,7 @@ export class UpdateContactFlowNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts b/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts index cc723ceca4dcb..a0974d238e093 100644 --- a/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts @@ -146,9 +146,7 @@ export class UpdateContactRoutingDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts index 8b85908ea2f90..f59c3d5f91b3d 100644 --- a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts @@ -83,9 +83,7 @@ export class UpdateContactScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts index 89c6ca2dcbe6f..6e0dd57b96234 100644 --- a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts @@ -220,9 +220,7 @@ export class UpdateEvaluationFormCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts index 25f6b903416c8..cf05a8f831345 100644 --- a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts @@ -99,9 +99,7 @@ export class UpdateHoursOfOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts index 2d36fb6992dc8..7ee8c8f9f0572 100644 --- a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts @@ -81,9 +81,7 @@ export class UpdateInstanceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts index e641a2b192bca..e0d4604083989 100644 --- a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts @@ -110,9 +110,7 @@ export class UpdateInstanceStorageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts index 57942e3b4929c..55844f1970d97 100644 --- a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts @@ -118,9 +118,7 @@ export class UpdateParticipantRoleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts index f7ebd065e67fe..249bcc47e3316 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts @@ -100,9 +100,7 @@ export class UpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts index 91c1c3b57595b..17f94f7293b70 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts @@ -92,9 +92,7 @@ export class UpdatePhoneNumberMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts index 63f1169214b7c..5c4811b69612b 100644 --- a/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts +++ b/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts @@ -87,9 +87,7 @@ export class UpdatePredefinedAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdatePromptCommand.ts b/clients/client-connect/src/commands/UpdatePromptCommand.ts index d493b533c7e79..2ca629f6f05b7 100644 --- a/clients/client-connect/src/commands/UpdatePromptCommand.ts +++ b/clients/client-connect/src/commands/UpdatePromptCommand.ts @@ -85,9 +85,7 @@ export class UpdatePromptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts index c1eab822ea31d..bd64b056d2818 100644 --- a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts @@ -84,9 +84,7 @@ export class UpdateQueueHoursOfOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts index 6ff17268235ee..71c1f77a25dd5 100644 --- a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts @@ -82,9 +82,7 @@ export class UpdateQueueMaxContactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts index 6e61e928e6fa9..059b85003426b 100644 --- a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts @@ -85,9 +85,7 @@ export class UpdateQueueNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts index e59dea01bb7b8..05ca10d51d2d8 100644 --- a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts @@ -111,9 +111,7 @@ export class UpdateQueueOutboundCallerConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts index 5b08766c473ec..985ed9b2978da 100644 --- a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts @@ -81,9 +81,7 @@ export class UpdateQueueStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts index 39da60b1abfeb..8a914fc0124b3 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts @@ -93,9 +93,7 @@ export class UpdateQuickConnectConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts index a0d637315ddd4..12bb82b305693 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts @@ -81,9 +81,7 @@ export class UpdateQuickConnectNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts index 9569b632e3fd3..e04757496f865 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts @@ -86,9 +86,7 @@ export class UpdateRoutingProfileAgentAvailabilityTimerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts index decae263ebff9..cfe5c4d6c344c 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts @@ -92,9 +92,7 @@ export class UpdateRoutingProfileConcurrencyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts index 0e24a08dbdc85..4fe6ad7a706dd 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts @@ -84,9 +84,7 @@ export class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts index a7c16ac16bc60..eeb01d9640eaf 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts @@ -85,9 +85,7 @@ export class UpdateRoutingProfileNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts index 56c37f462b738..b159f0187c7e3 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts @@ -89,9 +89,7 @@ export class UpdateRoutingProfileQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateRuleCommand.ts b/clients/client-connect/src/commands/UpdateRuleCommand.ts index 5912714d5125d..1c1a7ba572932 100644 --- a/clients/client-connect/src/commands/UpdateRuleCommand.ts +++ b/clients/client-connect/src/commands/UpdateRuleCommand.ts @@ -152,9 +152,7 @@ export class UpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts index 6415147e6cf4d..3284b4ed18142 100644 --- a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts @@ -105,9 +105,7 @@ export class UpdateSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts index 6d248e244268b..b5e3d721e20e2 100644 --- a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts @@ -188,9 +188,7 @@ export class UpdateTaskTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts index 94afa08e46825..36c1eb7bf6975 100644 --- a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts @@ -116,9 +116,7 @@ export class UpdateTrafficDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts index 3d7790c34a340..be5ea9bcbddf6 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts @@ -80,9 +80,7 @@ export class UpdateUserHierarchyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts index 66f99b0e87336..8689c7065e015 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts @@ -86,9 +86,7 @@ export class UpdateUserHierarchyGroupNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts index 1d558c6b00021..4cc0267b383df 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts @@ -101,9 +101,7 @@ export class UpdateUserHierarchyStructureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts index 7c716c4653e2f..2db5171fff31f 100644 --- a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts @@ -95,9 +95,7 @@ export class UpdateUserIdentityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts index 0b93b1f942d50..62cf9f53a2f66 100644 --- a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts @@ -85,9 +85,7 @@ export class UpdateUserPhoneConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts b/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts index a0164663607c0..92d86bc2b873b 100644 --- a/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts @@ -86,9 +86,7 @@ export class UpdateUserProficienciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts index 0c8d140f0869e..3ba632ac7b9fa 100644 --- a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts @@ -80,9 +80,7 @@ export class UpdateUserRoutingProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts index e6b4aab88d099..08e45396101cb 100644 --- a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts @@ -82,9 +82,7 @@ export class UpdateUserSecurityProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateViewContentCommand.ts b/clients/client-connect/src/commands/UpdateViewContentCommand.ts index a6e361f0b1cf6..a1066576b0f4d 100644 --- a/clients/client-connect/src/commands/UpdateViewContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateViewContentCommand.ts @@ -126,9 +126,7 @@ export class UpdateViewContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts index 83ed5d5148afa..e52460b15c4e0 100644 --- a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts @@ -95,9 +95,7 @@ export class UpdateViewMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts index a537daa092e92..e801850bc8dc4 100644 --- a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts @@ -116,9 +116,7 @@ export class CreateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts index 395f86ce684ad..67b9790fdfd87 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts @@ -75,9 +75,7 @@ export class DeleteCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts index 07f89981d5f0f..2b86816251308 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts @@ -84,9 +84,7 @@ export class DeleteConnectInstanceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts index 47dc5547d00f3..2f9a16941cd75 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts @@ -81,9 +81,7 @@ export class DeleteInstanceOnboardingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts index 9af6ffd3cdeaf..6ceb34ae8f6dc 100644 --- a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts @@ -107,9 +107,7 @@ export class DescribeCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts index 32cb98cd9e28a..91d67490fc19f 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts @@ -90,9 +90,7 @@ export class GetCampaignStateBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts index a90efbb06e535..6e9b77b2db147 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts @@ -80,9 +80,7 @@ export class GetCampaignStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts index 734f934986c8f..55346681bf655 100644 --- a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts @@ -85,9 +85,7 @@ export class GetConnectInstanceConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts index d9f4a3d3dbc1e..6c1b8de5ebec9 100644 --- a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts @@ -86,9 +86,7 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts index 3d887d09aec2d..cc9b17ed549a6 100644 --- a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts @@ -89,9 +89,7 @@ export class ListCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts index f0ce2318c61f0..207dba4dff58e 100644 --- a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts index 039d94c62edfc..88ea4463ffa78 100644 --- a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts @@ -84,9 +84,7 @@ export class PauseCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts index 013914f437091..37a3e6b71c029 100644 --- a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts @@ -112,9 +112,7 @@ export class PutDialRequestBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts index 08f3156fe90c0..20f2840ffb93d 100644 --- a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts @@ -84,9 +84,7 @@ export class ResumeCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts index b42cb29fbc1f1..6769839f24551 100644 --- a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts @@ -84,9 +84,7 @@ export class StartCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts index ca5abc7ac0452..1a67045635eb8 100644 --- a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts @@ -92,9 +92,7 @@ export class StartInstanceOnboardingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts index fb10c6f7cc84e..4269111ca081f 100644 --- a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts @@ -84,9 +84,7 @@ export class StopCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts index 0b802b4b243e0..3788effaf6137 100644 --- a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts index 0de7ae8aa98a0..91ed472abf23f 100644 --- a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts index ca966933964b4..566d7b530acb8 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts @@ -91,9 +91,7 @@ export class UpdateCampaignDialerConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts index 3b5ae37115f63..14f80fda16ac0 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts @@ -79,9 +79,7 @@ export class UpdateCampaignNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts index 5baf4568ad1bc..3fe6a221d4bcb 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts @@ -90,9 +90,7 @@ export class UpdateCampaignOutboundCallConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCampaignsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts index 8121923c05d2f..b4576a88779b2 100644 --- a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts +++ b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts @@ -109,9 +109,7 @@ export class BatchGetFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts index 3e08ab973efeb..e556b95c77b76 100644 --- a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts @@ -101,9 +101,7 @@ export class BatchPutFieldOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateCaseCommand.ts b/clients/client-connectcases/src/commands/CreateCaseCommand.ts index c6b6fc6814386..eb14b8f6df99c 100644 --- a/clients/client-connectcases/src/commands/CreateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/CreateCaseCommand.ts @@ -126,9 +126,7 @@ export class CreateCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateDomainCommand.ts b/clients/client-connectcases/src/commands/CreateDomainCommand.ts index 6cdcc42fadba6..1dfe631ec2f24 100644 --- a/clients/client-connectcases/src/commands/CreateDomainCommand.ts +++ b/clients/client-connectcases/src/commands/CreateDomainCommand.ts @@ -99,9 +99,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateFieldCommand.ts b/clients/client-connectcases/src/commands/CreateFieldCommand.ts index b574a0c1fc15b..a0663da2e5501 100644 --- a/clients/client-connectcases/src/commands/CreateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/CreateFieldCommand.ts @@ -96,9 +96,7 @@ export class CreateFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts index 28972ffc0b469..c78b76f6157da 100644 --- a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts @@ -138,9 +138,7 @@ export class CreateLayoutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts index e05b4f722ebaa..006967f3d8f61 100644 --- a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts +++ b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts @@ -121,9 +121,7 @@ export class CreateRelatedItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts index 2446eac1fb4aa..058a2fef6fa52 100644 --- a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts @@ -108,9 +108,7 @@ export class CreateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts index 372d722cd97e2..790fecee6430b 100644 --- a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts @@ -91,9 +91,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/DeleteFieldCommand.ts b/clients/client-connectcases/src/commands/DeleteFieldCommand.ts index 482538f363099..f7ff4c4318ce0 100644 --- a/clients/client-connectcases/src/commands/DeleteFieldCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteFieldCommand.ts @@ -139,9 +139,7 @@ export class DeleteFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts b/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts index c4d1d2e227b64..83a6fc3d502ac 100644 --- a/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts @@ -100,9 +100,7 @@ export class DeleteLayoutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts b/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts index 4060d0d310c7b..6b2e563a268ff 100644 --- a/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts @@ -102,9 +102,7 @@ export class DeleteTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts b/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts index 7542269e94207..fb24e9463fe19 100644 --- a/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts @@ -118,9 +118,7 @@ export class GetCaseAuditEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetCaseCommand.ts b/clients/client-connectcases/src/commands/GetCaseCommand.ts index f9b7685d41511..8f8174e8ae8ab 100644 --- a/clients/client-connectcases/src/commands/GetCaseCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseCommand.ts @@ -105,9 +105,7 @@ export class GetCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts index 3b26666011a13..d0f181e10bc43 100644 --- a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts @@ -96,9 +96,7 @@ export class GetCaseEventConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetDomainCommand.ts b/clients/client-connectcases/src/commands/GetDomainCommand.ts index 5bd806e49afe6..09eee33355784 100644 --- a/clients/client-connectcases/src/commands/GetDomainCommand.ts +++ b/clients/client-connectcases/src/commands/GetDomainCommand.ts @@ -89,9 +89,7 @@ export class GetDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetLayoutCommand.ts b/clients/client-connectcases/src/commands/GetLayoutCommand.ts index 573e8116676b7..9761641960e25 100644 --- a/clients/client-connectcases/src/commands/GetLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/GetLayoutCommand.ts @@ -123,9 +123,7 @@ export class GetLayoutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/GetTemplateCommand.ts b/clients/client-connectcases/src/commands/GetTemplateCommand.ts index d02eb1c39e232..e7e1a738ed25e 100644 --- a/clients/client-connectcases/src/commands/GetTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/GetTemplateCommand.ts @@ -101,9 +101,7 @@ export class GetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts index 331b91b115c8a..3062b9c6fc79f 100644 --- a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts +++ b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts @@ -91,9 +91,7 @@ export class ListCasesForContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListDomainsCommand.ts b/clients/client-connectcases/src/commands/ListDomainsCommand.ts index f9fb72b591d38..86dbc46382502 100644 --- a/clients/client-connectcases/src/commands/ListDomainsCommand.ts +++ b/clients/client-connectcases/src/commands/ListDomainsCommand.ts @@ -87,9 +87,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts index 2bc0b395f23f2..6fae3e4b9f65c 100644 --- a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts @@ -95,9 +95,7 @@ export class ListFieldOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListFieldsCommand.ts b/clients/client-connectcases/src/commands/ListFieldsCommand.ts index da46a081f9001..b8105f3e52daf 100644 --- a/clients/client-connectcases/src/commands/ListFieldsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldsCommand.ts @@ -93,9 +93,7 @@ export class ListFieldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts index abe5980218300..7cff87ed3de5a 100644 --- a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts +++ b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts @@ -92,9 +92,7 @@ export class ListLayoutsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts index e0363a47a57be..3fd91cc1a1569 100644 --- a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts index d0a3f603b0f9b..5f795adfb708d 100644 --- a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts +++ b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts @@ -96,9 +96,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts index 535e8282f06c9..d03f2b20323d4 100644 --- a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts @@ -98,9 +98,7 @@ export class PutCaseEventConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/SearchCasesCommand.ts b/clients/client-connectcases/src/commands/SearchCasesCommand.ts index 92febb5f83175..799f8bbcc427e 100644 --- a/clients/client-connectcases/src/commands/SearchCasesCommand.ts +++ b/clients/client-connectcases/src/commands/SearchCasesCommand.ts @@ -201,9 +201,7 @@ export class SearchCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts index b67f9488bed38..8385bf628870b 100644 --- a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts +++ b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts @@ -130,9 +130,7 @@ export class SearchRelatedItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/TagResourceCommand.ts b/clients/client-connectcases/src/commands/TagResourceCommand.ts index 0f964437cabb4..23981b6557bbe 100644 --- a/clients/client-connectcases/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/UntagResourceCommand.ts b/clients/client-connectcases/src/commands/UntagResourceCommand.ts index a619b554f595e..917cad1359658 100644 --- a/clients/client-connectcases/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts index d3e9f9a6d5bf5..ca2106bd2557b 100644 --- a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts @@ -103,9 +103,7 @@ export class UpdateCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts index 979cc21d9ad09..f0db6820f2ff1 100644 --- a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts @@ -88,9 +88,7 @@ export class UpdateFieldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts index 9339b30789b95..21418f0d8ada3 100644 --- a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts @@ -131,9 +131,7 @@ export class UpdateLayoutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts index 0d24e966336f9..1e44d0ae9d8d6 100644 --- a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts @@ -101,9 +101,7 @@ export class UpdateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectCasesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts index 0feff43ca7545..9fa325f138c5c 100644 --- a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts @@ -99,9 +99,7 @@ export class CompleteAttachmentUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts index 15ac49ec2c18b..9b331ce9370d6 100644 --- a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts +++ b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts @@ -131,9 +131,7 @@ export class CreateParticipantConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts index 7a4311f2baeec..d6d19272b029f 100644 --- a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts +++ b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts @@ -97,9 +97,7 @@ export class DescribeViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts index 0d5670fb5f5d5..a2f83f424e268 100644 --- a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts @@ -87,9 +87,7 @@ export class DisconnectParticipantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts index 0f2bf00139132..08ccbaaea3445 100644 --- a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts @@ -91,9 +91,7 @@ export class GetAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts index 660c8a17451f9..fb50c3139012d 100644 --- a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts @@ -163,9 +163,7 @@ export class GetTranscriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/SendEventCommand.ts b/clients/client-connectparticipant/src/commands/SendEventCommand.ts index b148c680686b6..a08c6f4e78df8 100644 --- a/clients/client-connectparticipant/src/commands/SendEventCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendEventCommand.ts @@ -104,9 +104,7 @@ export class SendEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts index 3202927a15d1d..84ec0d776084a 100644 --- a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts @@ -92,9 +92,7 @@ export class SendMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts index e247d3bcc8d65..92b88cdc4486e 100644 --- a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts @@ -103,9 +103,7 @@ export class StartAttachmentUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ConnectParticipantClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controlcatalog/src/commands/GetControlCommand.ts b/clients/client-controlcatalog/src/commands/GetControlCommand.ts index 60bcf50462841..fe86c8bd1cd47 100644 --- a/clients/client-controlcatalog/src/commands/GetControlCommand.ts +++ b/clients/client-controlcatalog/src/commands/GetControlCommand.ts @@ -90,9 +90,7 @@ export class GetControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts b/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts index 9125b6cc112d7..d089cd267cb23 100644 --- a/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts +++ b/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts @@ -105,9 +105,7 @@ export class ListCommonControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controlcatalog/src/commands/ListControlsCommand.ts b/clients/client-controlcatalog/src/commands/ListControlsCommand.ts index a4191e472c784..3dc60b724f036 100644 --- a/clients/client-controlcatalog/src/commands/ListControlsCommand.ts +++ b/clients/client-controlcatalog/src/commands/ListControlsCommand.ts @@ -85,9 +85,7 @@ export class ListControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts b/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts index 1477d6f32be92..235e9c7da3261 100644 --- a/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts +++ b/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts @@ -87,9 +87,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts b/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts index b754792efcfa0..86067a20764ff 100644 --- a/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts +++ b/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts @@ -100,9 +100,7 @@ export class ListObjectivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts b/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts index 69a040fc60494..776309e18e71f 100644 --- a/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts +++ b/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts @@ -86,9 +86,7 @@ export class CreateLandingZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts b/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts index da301a0091000..2a54bd9dad02d 100644 --- a/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts +++ b/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts @@ -84,9 +84,7 @@ export class DeleteLandingZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/DisableBaselineCommand.ts b/clients/client-controltower/src/commands/DisableBaselineCommand.ts index 63e37f6a00b50..b513aaa601189 100644 --- a/clients/client-controltower/src/commands/DisableBaselineCommand.ts +++ b/clients/client-controltower/src/commands/DisableBaselineCommand.ts @@ -88,9 +88,7 @@ export class DisableBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/DisableControlCommand.ts b/clients/client-controltower/src/commands/DisableControlCommand.ts index 8231bda967106..d0270859946ff 100644 --- a/clients/client-controltower/src/commands/DisableControlCommand.ts +++ b/clients/client-controltower/src/commands/DisableControlCommand.ts @@ -91,9 +91,7 @@ export class DisableControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/EnableBaselineCommand.ts b/clients/client-controltower/src/commands/EnableBaselineCommand.ts index 4f38e1f416210..3455593dbd6fd 100644 --- a/clients/client-controltower/src/commands/EnableBaselineCommand.ts +++ b/clients/client-controltower/src/commands/EnableBaselineCommand.ts @@ -100,9 +100,7 @@ export class EnableBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/EnableControlCommand.ts b/clients/client-controltower/src/commands/EnableControlCommand.ts index 0ec28dc2ff9c7..c17ea59d9651d 100644 --- a/clients/client-controltower/src/commands/EnableControlCommand.ts +++ b/clients/client-controltower/src/commands/EnableControlCommand.ts @@ -101,9 +101,7 @@ export class EnableControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetBaselineCommand.ts b/clients/client-controltower/src/commands/GetBaselineCommand.ts index 3a5bb4b5775e5..2236384f0cbce 100644 --- a/clients/client-controltower/src/commands/GetBaselineCommand.ts +++ b/clients/client-controltower/src/commands/GetBaselineCommand.ts @@ -84,9 +84,7 @@ export class GetBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts b/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts index 7d7c3609eb712..713d78faf0039 100644 --- a/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts @@ -89,9 +89,7 @@ export class GetBaselineOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetControlOperationCommand.ts b/clients/client-controltower/src/commands/GetControlOperationCommand.ts index e985acb5bc628..e6c96863eafcb 100644 --- a/clients/client-controltower/src/commands/GetControlOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetControlOperationCommand.ts @@ -94,9 +94,7 @@ export class GetControlOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts index 7fb307a5780ad..c99778de52d6e 100644 --- a/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts +++ b/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts @@ -95,9 +95,7 @@ export class GetEnabledBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts index 912fb864b842d..b7410f1f4a625 100644 --- a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts +++ b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts @@ -104,9 +104,7 @@ export class GetEnabledControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetLandingZoneCommand.ts b/clients/client-controltower/src/commands/GetLandingZoneCommand.ts index 3c9b9a5fd0f2d..46fc432eb43c8 100644 --- a/clients/client-controltower/src/commands/GetLandingZoneCommand.ts +++ b/clients/client-controltower/src/commands/GetLandingZoneCommand.ts @@ -89,9 +89,7 @@ export class GetLandingZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts b/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts index d55b1fce1e10f..e4d741bd77d5b 100644 --- a/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts @@ -88,9 +88,7 @@ export class GetLandingZoneOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListBaselinesCommand.ts b/clients/client-controltower/src/commands/ListBaselinesCommand.ts index fd14168e1625f..b13af48799b57 100644 --- a/clients/client-controltower/src/commands/ListBaselinesCommand.ts +++ b/clients/client-controltower/src/commands/ListBaselinesCommand.ts @@ -87,9 +87,7 @@ export class ListBaselinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListControlOperationsCommand.ts b/clients/client-controltower/src/commands/ListControlOperationsCommand.ts index 39853f9ccda5f..1ff271472e254 100644 --- a/clients/client-controltower/src/commands/ListControlOperationsCommand.ts +++ b/clients/client-controltower/src/commands/ListControlOperationsCommand.ts @@ -108,9 +108,7 @@ export class ListControlOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts b/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts index fa0eb6095293e..6fd6b047e2243 100644 --- a/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts +++ b/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts @@ -100,9 +100,7 @@ export class ListEnabledBaselinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts index e8bcc1315a597..73f6e2348c942 100644 --- a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts +++ b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts @@ -110,9 +110,7 @@ export class ListEnabledControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts b/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts index 0c81513a46c20..2284a870731d0 100644 --- a/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts +++ b/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts @@ -93,9 +93,7 @@ export class ListLandingZoneOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListLandingZonesCommand.ts b/clients/client-controltower/src/commands/ListLandingZonesCommand.ts index df0783f149104..fb1623adc26fb 100644 --- a/clients/client-controltower/src/commands/ListLandingZonesCommand.ts +++ b/clients/client-controltower/src/commands/ListLandingZonesCommand.ts @@ -85,9 +85,7 @@ export class ListLandingZonesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts index 59b4a83d6b497..844a5a5b2b0b0 100644 --- a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts index 1accf3da7a0ea..b5ac80cd4c6cd 100644 --- a/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts +++ b/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts @@ -88,9 +88,7 @@ export class ResetEnabledBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts b/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts index 5e786f56dec04..0ec92d6929789 100644 --- a/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts +++ b/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts @@ -87,9 +87,7 @@ export class ResetLandingZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/TagResourceCommand.ts b/clients/client-controltower/src/commands/TagResourceCommand.ts index 71401ad61dc1d..3a8556d3385e8 100644 --- a/clients/client-controltower/src/commands/TagResourceCommand.ts +++ b/clients/client-controltower/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/UntagResourceCommand.ts b/clients/client-controltower/src/commands/UntagResourceCommand.ts index a24199aa04857..84e411e062042 100644 --- a/clients/client-controltower/src/commands/UntagResourceCommand.ts +++ b/clients/client-controltower/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts index ce1fd4496a163..b6f937df1bd89 100644 --- a/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts +++ b/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts @@ -95,9 +95,7 @@ export class UpdateEnabledBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts b/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts index e580e53a11404..7cb84613588cd 100644 --- a/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts +++ b/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts @@ -99,9 +99,7 @@ export class UpdateEnabledControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts b/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts index 3f27e1a50274c..bf6a94b73aca8 100644 --- a/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts +++ b/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts @@ -87,9 +87,7 @@ export class UpdateLandingZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ControlTowerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9e425c57b4f5e..62e9e0702d0b0 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 @@ -87,9 +87,7 @@ export class DeleteReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 25b2059401b8f..c6895979a8b7a 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 @@ -144,9 +144,7 @@ export class DescribeReportDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b7c63a0419211..0db49e3934337 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 @@ -83,9 +83,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 eb3e05e2e58d1..2b0578e14baf0 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 @@ -95,9 +95,7 @@ export class ModifyReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9742081fbd456..815bf8375ab33 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 @@ -135,9 +135,7 @@ export class PutReportDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 043cdd5d1951d..f5537edd8d2d3 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 @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 406e0d18dc112..0b7000f568904 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 @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostAndUsageReportServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts index d302c0f4a2fd3..0f4f5d50bb481 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts @@ -151,9 +151,7 @@ export class CreateAnomalyMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts index 0dd752fd2b1b6..e6af14bab65d0 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts @@ -162,9 +162,7 @@ export class CreateAnomalySubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts index 7e88e668a1e21..26373a3398ba9 100644 --- a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts @@ -181,9 +181,7 @@ export class CreateCostCategoryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts index 3de5b3d14d35e..b0c42fd478ccc 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts @@ -69,9 +69,7 @@ export class DeleteAnomalyMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts index fb4414b0a766e..27b91172cbfc5 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts @@ -69,9 +69,7 @@ export class DeleteAnomalySubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts index 06349a5f4c5f5..ce4da1f7f1e9a 100644 --- a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts @@ -78,9 +78,7 @@ export class DeleteCostCategoryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts index aaf995c41df1e..760ce202279dd 100644 --- a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts @@ -189,9 +189,7 @@ export class DescribeCostCategoryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts index 698d0e0c32eae..e8d46ae8b41d0 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts @@ -115,9 +115,7 @@ export class GetAnomaliesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts index f3b0a35f191b4..0db54115c16e6 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts @@ -158,9 +158,7 @@ export class GetAnomalyMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts index d5d307af8acd6..8503301010a46 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts @@ -166,9 +166,7 @@ export class GetAnomalySubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts b/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts index c2d0bfbbf8b9b..502bbddfa698f 100644 --- a/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts @@ -83,9 +83,7 @@ export class GetApproximateUsageRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts index c8675264302ab..5c50901838f0c 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts @@ -210,9 +210,7 @@ export class GetCostAndUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts index 44d28df73d54e..67c88ade29661 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts @@ -222,9 +222,7 @@ export class GetCostAndUsageWithResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts index 4f1d569eed5ca..eb23b641c087e 100644 --- a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts @@ -173,9 +173,7 @@ export class GetCostCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts index f07ee9cc93e49..3d34eef2415bc 100644 --- a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts @@ -159,9 +159,7 @@ export class GetCostForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts index 595469e7ba2b1..06f365bb1a4c6 100644 --- a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts @@ -173,9 +173,7 @@ export class GetDimensionValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts index 5765d642ab9aa..0b286e336496c 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts @@ -255,9 +255,7 @@ export class GetReservationCoverageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts index 74155961c2d24..11b704962d18d 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts @@ -273,9 +273,7 @@ export class GetReservationPurchaseRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts index 7b58dd0e658bd..358b477548834 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts @@ -216,9 +216,7 @@ export class GetReservationUtilizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts index b0efd2862f144..067eaf05b3dff 100644 --- a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts @@ -292,9 +292,7 @@ export class GetRightsizingRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts index 96b8ec6e0cfc8..559c806208679 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts @@ -120,9 +120,7 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts index e481a04553fbf..d5c57b3987fb6 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts @@ -205,9 +205,7 @@ export class GetSavingsPlansCoverageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts index e721a570e682d..00cae4a073418 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts @@ -206,9 +206,7 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts index 5f2cb3f5cbdc7..d8e65ce978693 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts @@ -192,9 +192,7 @@ export class GetSavingsPlansUtilizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts index cbcc180ee1d3f..9608cbcc6074f 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts @@ -216,9 +216,7 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts index da691da5074c9..fa839871256d8 100644 --- a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts @@ -167,9 +167,7 @@ export class GetTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts index 3507a5f80e517..afec5237c52a4 100644 --- a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts @@ -164,9 +164,7 @@ export class GetUsageForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts index 7a84043118bad..447d02fb1cdc0 100644 --- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts @@ -91,9 +91,7 @@ export class ListCostAllocationTagBackfillHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts index df80ead8beb7b..b9d1756f515a3 100644 --- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts @@ -87,9 +87,7 @@ export class ListCostAllocationTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts index ea20899e67a79..151e545537541 100644 --- a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts @@ -97,9 +97,7 @@ export class ListCostCategoryDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts index 681e9543beeb7..bab9833c01211 100644 --- a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -98,9 +98,7 @@ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts index e01df76436b7d..619b985beb4f1 100644 --- a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts index 99091b556cf4a..d8b43ba86b2f1 100644 --- a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts +++ b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts @@ -69,9 +69,7 @@ export class ProvideAnomalyFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts b/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts index f246c6ee7b21c..1b9bf0c7e8ba3 100644 --- a/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts +++ b/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts @@ -87,9 +87,7 @@ export class StartCostAllocationTagBackfillCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts index 9bd243725a3fe..83777962cc335 100644 --- a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -95,9 +95,7 @@ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts index d534329d41f0a..35cb8f7925c3f 100644 --- a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts index 8e296e60f4b09..d87863af79c07 100644 --- a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts index f3bfbc1664963..cc27aef58c09f 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts @@ -73,9 +73,7 @@ export class UpdateAnomalyMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts index 615d0cbf4b937..484aa8b9b6bcb 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts @@ -159,9 +159,7 @@ export class UpdateAnomalySubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts index eaa8eaec4cc6e..9941a45e3d78d 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts @@ -87,9 +87,7 @@ export class UpdateCostAllocationTagsStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts index f1e75bb1af497..18be794257401 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts @@ -180,9 +180,7 @@ export class UpdateCostCategoryDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostExplorerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts b/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts index 17f26fe02ef0b..44b95143ae552 100644 --- a/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts @@ -85,9 +85,7 @@ export class GetPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts b/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts index d72189dd0f80c..d8d4e25a07e42 100644 --- a/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts @@ -677,9 +677,7 @@ export class GetRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts index a7d323837d938..ff08d13901bce 100644 --- a/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts @@ -96,9 +96,7 @@ export class ListEnrollmentStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts index 70c04dd727bac..1a00911ffdfdb 100644 --- a/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts @@ -142,9 +142,7 @@ export class ListRecommendationSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts index e79567e62a04a..002f9831643d7 100644 --- a/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts @@ -153,9 +153,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts index 3746713ed7b57..db180c56077ea 100644 --- a/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts @@ -90,9 +90,7 @@ export class UpdateEnrollmentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts b/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts index 4fef53ebdd515..c79ec9cb65990 100644 --- a/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts +++ b/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts @@ -87,9 +87,7 @@ export class UpdatePreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CostOptimizationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts index ad8a6e166d519..7aeb0cef7095f 100644 --- a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts @@ -91,9 +91,7 @@ export class AddProfileKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts index 4db4aa17bbaee..e2655f7267402 100644 --- a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts @@ -148,9 +148,7 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts index 8676c78fe9482..fe8b12d344138 100644 --- a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts @@ -235,9 +235,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts index 72ed2f9a79367..cb7f5d8f6dcb5 100644 --- a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts @@ -91,9 +91,7 @@ export class CreateEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts index 951d52e039079..1dadde9ecf695 100644 --- a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts @@ -167,9 +167,7 @@ export class CreateIntegrationWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts index c60090c740a37..9820685c7ed6f 100644 --- a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts @@ -155,9 +155,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts index 626edfa3fb52b..10b0c4c12d8d8 100644 --- a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts @@ -90,9 +90,7 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts index ac51b26691b8a..bf5df58da2478 100644 --- a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts @@ -81,9 +81,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts index 50be9ad54948b..ed24e0aac554c 100644 --- a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts @@ -79,9 +79,7 @@ export class DeleteEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts index d6a01edbece5b..07c5d2ef45a7f 100644 --- a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts @@ -81,9 +81,7 @@ export class DeleteIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts index bcc14ddc00acb..05f2e59199d1d 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts @@ -81,9 +81,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts index 02fa9520bbafd..4fe512606ead3 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts @@ -85,9 +85,7 @@ export class DeleteProfileKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts index 9a898bf48ac98..04b965dcef74d 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts @@ -83,9 +83,7 @@ export class DeleteProfileObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts index 1c85141a9b447..6955c66f0fb96 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts @@ -84,9 +84,7 @@ export class DeleteProfileObjectTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts index c5cf73da081c5..45ac4cf5a59be 100644 --- a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts @@ -80,9 +80,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts index 5cba716aa032b..3edd303f23280 100644 --- a/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts @@ -111,9 +111,7 @@ export class DetectProfileObjectTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts index a625f3d8a1b4b..347c13e1cd023 100644 --- a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts @@ -107,9 +107,7 @@ export class GetAutoMergingPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts index 819836abd10f5..8db046187c0dc 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts @@ -118,9 +118,7 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts index c73953fcf8355..a8e22aad8217e 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts @@ -90,9 +90,7 @@ export class GetCalculatedAttributeForProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts index 81a4d9efdeaff..f456f2f3a2e57 100644 --- a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts @@ -157,9 +157,7 @@ export class GetDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts index 58565ddcd03ef..16d53d8f535c4 100644 --- a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts @@ -94,9 +94,7 @@ export class GetEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts index b86be0d35f5ff..ba4d78390c34f 100644 --- a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts @@ -116,9 +116,7 @@ export class GetIdentityResolutionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts index c732b38bc61b7..3dcbdb33bead1 100644 --- a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts @@ -93,9 +93,7 @@ export class GetIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts index 71172543f6e53..c01a43238e35a 100644 --- a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts @@ -137,9 +137,7 @@ export class GetMatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts index f3d22bbe83934..0b7cd7f4850fe 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts @@ -117,9 +117,7 @@ export class GetProfileObjectTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts index 4dbb34a4841fc..b8d1d75bfc6ef 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts @@ -116,9 +116,7 @@ export class GetProfileObjectTypeTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts index 5a26a3a44c866..5332356464709 100644 --- a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts @@ -95,9 +95,7 @@ export class GetSimilarProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts index 548d742aae4b9..0edd3f72c36e7 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts @@ -100,9 +100,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts index b02d88e58bc50..8d8059e35bc9b 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts @@ -99,9 +99,7 @@ export class GetWorkflowStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts index 7b3bbe1d19680..ed1d7657c9c7b 100644 --- a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts @@ -100,9 +100,7 @@ export class ListAccountIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts index 3f76c50c12dcd..41a7844bc1319 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts @@ -103,9 +103,7 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts index a72b9e34a3ce0..106190e04b0ad 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts @@ -99,9 +99,7 @@ export class ListCalculatedAttributesForProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts index 68616b96a7639..7dd9cf13fd2ff 100644 --- a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts @@ -91,9 +91,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts index 5fcc59219c13e..9b79ad4fc1693 100644 --- a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts @@ -99,9 +99,7 @@ export class ListEventStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts index 153c5953267bf..bab3c1d08ddcd 100644 --- a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts @@ -104,9 +104,7 @@ export class ListIdentityResolutionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts index 73f5c6fb1d83f..19640e83b53ee 100644 --- a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts @@ -100,9 +100,7 @@ export class ListIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts index ac4be6da984fe..0aac5491df5bd 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts @@ -93,9 +93,7 @@ export class ListProfileObjectTypeTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts index df21146e034ed..1bf36f3b43bca 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts @@ -99,9 +99,7 @@ export class ListProfileObjectTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts index 2311b505a994c..d023f8e451e42 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts @@ -101,9 +101,7 @@ export class ListProfileObjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts index 87a1dd607d5bb..1ea2d358f11ef 100644 --- a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts @@ -85,9 +85,7 @@ export class ListRuleBasedMatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts index cf05531e31f99..c4a391262d807 100644 --- a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts index b72b0c13d3f66..fc95cbb06d480 100644 --- a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts @@ -96,9 +96,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts index 9d299462be46a..531be319cab9c 100644 --- a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts @@ -148,9 +148,7 @@ export class MergeProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts index 7ac96bd1ecb37..f33a780dfa0fc 100644 --- a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts @@ -174,9 +174,7 @@ export class PutIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts index a49c14646c581..d06cc5415b216 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts @@ -95,9 +95,7 @@ export class PutProfileObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts index 8603219289f80..d5291c85696a4 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts @@ -149,9 +149,7 @@ export class PutProfileObjectTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts index dc88732077d07..479bc88a4ba73 100644 --- a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts @@ -186,9 +186,7 @@ export class SearchProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts index eb5b66ff71647..76919126ac486 100644 --- a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts index ac04f2fb24ad7..188f32239dbc9 100644 --- a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts index 96020225ede05..f7ed59fef0c05 100644 --- a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts @@ -133,9 +133,7 @@ export class UpdateCalculatedAttributeDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts index 7f82cadd74d35..ced17ed10e1b1 100644 --- a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts @@ -227,9 +227,7 @@ export class UpdateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts index 6f83a93e36c0d..205835fc0d159 100644 --- a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts @@ -158,9 +158,7 @@ export class UpdateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: CustomerProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts index b47339153e87a..1ef4d40b00e9e 100644 --- a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts @@ -112,9 +112,7 @@ export class ActivatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts index 7ed1a5d4b7f35..dd6c30527064f 100644 --- a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts @@ -81,9 +81,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts index 790334efcb859..48d56a3c6b632 100644 --- a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts @@ -109,9 +109,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts index 9bede68958c7b..f88249eb41990 100644 --- a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts @@ -79,9 +79,7 @@ export class DeactivatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts index af61019d38647..206fb0699153b 100644 --- a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts @@ -103,9 +103,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts index 7ecee95d6fbba..7f713fbf99c4d 100644 --- a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts @@ -154,9 +154,7 @@ export class DescribeObjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts index 17e03a0d239fe..e92440b010cdc 100644 --- a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts @@ -159,9 +159,7 @@ export class DescribePipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts index 88215c2d8e309..a975673f68331 100644 --- a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts +++ b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts @@ -112,9 +112,7 @@ export class EvaluateExpressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts index 2895af6effa95..eacd0418f467b 100644 --- a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts @@ -171,9 +171,7 @@ export class GetPipelineDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts index 75e59877955ff..6ecb0b690b1ad 100644 --- a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts @@ -109,9 +109,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts index 5ed7fc4cb0a77..9a56f29fe83a2 100644 --- a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts +++ b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts @@ -174,9 +174,7 @@ export class PollForTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts index 70d02ab129640..43ee3fea92013 100644 --- a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts @@ -282,9 +282,7 @@ export class PutPipelineDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts index 0e00e5f964a63..28216927a96d6 100644 --- a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts @@ -135,9 +135,7 @@ export class QueryObjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts index 1de04ff39c418..29f5ec303c9ed 100644 --- a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts @@ -78,9 +78,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts index d24a13def1543..8079907cfa2f9 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts @@ -124,9 +124,7 @@ export class ReportTaskProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts index 2dab928da93b1..8fc89d1910821 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts @@ -105,9 +105,7 @@ export class ReportTaskRunnerHeartbeatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts index d6e5155f33881..80cd57501a1e0 100644 --- a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts @@ -111,9 +111,7 @@ export class SetStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts index 0bfdbbb39bcaa..0ceff594db71b 100644 --- a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts @@ -112,9 +112,7 @@ export class SetTaskStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts index fe08fb391a151..787fa71c36018 100644 --- a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts @@ -274,9 +274,7 @@ export class ValidatePipelineDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataPipelineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts index cde3f7ade5310..a125ebfaa3024 100644 --- a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts @@ -99,9 +99,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts index 1d643966e4179..77ee53cec3bd2 100644 --- a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -91,9 +91,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts index 94da99762773e..10d1cd18ad989 100644 --- a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts @@ -98,9 +98,7 @@ export class BatchStartRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts index 5209f4f6226e6..a11ed4eee7acc 100644 --- a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts @@ -106,9 +106,7 @@ export class CancelReplicationTaskAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts index 570c4a6b804ad..91931c1715a0d 100644 --- a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts @@ -264,9 +264,7 @@ export class CreateDataProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts index 59678907e6fc3..ab658fe05115d 100644 --- a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts @@ -849,9 +849,7 @@ export class CreateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts index c811d90406eb2..67b2fef8f2644 100644 --- a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts @@ -144,9 +144,7 @@ export class CreateEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts index 7a3515eba74ee..089ea804a9bb5 100644 --- a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts @@ -95,9 +95,7 @@ export class CreateFleetAdvisorCollectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts index 5617a1d2056c0..8f51c7ba34461 100644 --- a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts @@ -162,9 +162,7 @@ export class CreateInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts index daa91194d6aee..232445683f7c4 100644 --- a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts @@ -216,9 +216,7 @@ export class CreateMigrationProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts index 6acce439c0666..4e1fccb96d934 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts @@ -147,9 +147,7 @@ export class CreateReplicationConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts index 6850e96636559..1ab8b306634de 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts @@ -274,9 +274,7 @@ export class CreateReplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts index 42ad81380e9a9..93569edb3fe36 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts @@ -154,9 +154,7 @@ export class CreateReplicationSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts index 9ffa9a01d56e5..1f5367dba844b 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts @@ -178,9 +178,7 @@ export class CreateReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts index d0805fcf1410e..3bbd959bb7959 100644 --- a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts @@ -102,9 +102,7 @@ export class DeleteCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts index bb67f72704da4..33aad7fb60b57 100644 --- a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts @@ -104,9 +104,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts index 22f73c42ab412..59a1e22445cde 100644 --- a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts @@ -180,9 +180,7 @@ export class DeleteDataProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts index c718d544f949f..9d44d3dec197a 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts @@ -461,9 +461,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts index 0b92a90e7e727..dd7bf682de03a 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts @@ -89,9 +89,7 @@ export class DeleteEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts index 64a5ac33a37c1..cb993f7e88c4f 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts @@ -73,9 +73,7 @@ export class DeleteFleetAdvisorCollectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts index d2ec376f81941..79b62ba9a907f 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts @@ -81,9 +81,7 @@ export class DeleteFleetAdvisorDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts index eac1361458d7d..f0469dbdbf5cf 100644 --- a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts @@ -123,9 +123,7 @@ export class DeleteInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts index 9943689e510d8..0a144f8445bfd 100644 --- a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts @@ -152,9 +152,7 @@ export class DeleteMigrationProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts index dffcfaffd5158..329c822ba532b 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts @@ -105,9 +105,7 @@ export class DeleteReplicationConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts index a4f59daf4413f..a24fda4bd65dc 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts @@ -206,9 +206,7 @@ export class DeleteReplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts index bf62d6bc721a5..9f37e49144128 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts @@ -89,9 +89,7 @@ export class DeleteReplicationSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts index f0f5e8eb12b4e..08989a5f087a5 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts @@ -106,9 +106,7 @@ export class DeleteReplicationTaskAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts index 8a62a86751314..9f67f7d9fdebb 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts @@ -134,9 +134,7 @@ export class DeleteReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts index 90741501c7d8d..dfd4a2d23d7f4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts @@ -110,9 +110,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts index 32360e86468b2..50c82db7bf458 100644 --- a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts @@ -111,9 +111,7 @@ export class DescribeApplicableIndividualAssessmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts index 061b2c5e734be..c74bcc7d67f07 100644 --- a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts @@ -122,9 +122,7 @@ export class DescribeCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts index a1174c8522f12..02e83a4cd7d35 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts @@ -127,9 +127,7 @@ export class DescribeConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts index 11109ad9131a2..d1461adac6bcd 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts @@ -95,9 +95,7 @@ export class DescribeConversionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts index 93fb27da40975..cf6aebbf9653d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts @@ -197,9 +197,7 @@ export class DescribeDataProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts index bbb0ad277d005..c3b00933adfd7 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts @@ -87,9 +87,7 @@ export class DescribeEndpointSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts index 91cb8106eb2b5..076d3dc9e17f2 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts @@ -114,9 +114,7 @@ export class DescribeEndpointTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts index b87de639ed737..90d3e343a6b62 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts @@ -465,9 +465,7 @@ export class DescribeEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts index 924edf9c75a4d..95fba47820f0d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts @@ -84,9 +84,7 @@ export class DescribeEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts index 8aba11791e08c..ed91c4ddf3e8e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts @@ -88,9 +88,7 @@ export class DescribeEventCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts index ca6393b53327e..ce17b4b1dd005 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts @@ -104,9 +104,7 @@ export class DescribeEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts index 6d85e60e519cf..a731398e52226 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts @@ -101,9 +101,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts index a9e8c1cf7f2c4..b6590a750a9ce 100644 --- a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts @@ -139,9 +139,7 @@ export class DescribeExtensionPackAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts index 7c5cd0fa665a0..72e0d2e12cb3d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts @@ -111,9 +111,7 @@ export class DescribeFleetAdvisorCollectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts index 13e94f5100db5..7afb7a2581c3d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts @@ -114,9 +114,7 @@ export class DescribeFleetAdvisorDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts index 9aebae6260764..b0a264979e74c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts @@ -85,9 +85,7 @@ export class DescribeFleetAdvisorLsaAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts index f75ba2e92c9fc..ea00a79ea014a 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts @@ -100,9 +100,7 @@ export class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts index cf797df1b79c2..cab2ee8b0a4f6 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts @@ -111,9 +111,7 @@ export class DescribeFleetAdvisorSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts index 28afe01e3fe03..ed19a14eeca1e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts @@ -137,9 +137,7 @@ export class DescribeInstanceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts index 471778ce96671..e83bfbc5fdc65 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts @@ -136,9 +136,7 @@ export class DescribeMetadataModelAssessmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts index 04399611c26d1..984b1dacd6c8d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts @@ -136,9 +136,7 @@ export class DescribeMetadataModelConversionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts index 4e1154c9b2755..9930430db54fb 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts @@ -139,9 +139,7 @@ export class DescribeMetadataModelExportsAsScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts index e9e2cdd936d0d..4adc46a36f717 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts @@ -139,9 +139,7 @@ export class DescribeMetadataModelExportsToTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts index 1eee848ed5010..f51ba4e2a5804 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts @@ -136,9 +136,7 @@ export class DescribeMetadataModelImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts index 3cd4e291d36a0..46a91a805340b 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts @@ -170,9 +170,7 @@ export class DescribeMigrationProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts index 7d5542e217143..6013a39c1173e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts @@ -113,9 +113,7 @@ export class DescribeOrderableReplicationInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts index dd8930705637e..ecc807880d30b 100644 --- a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -105,9 +105,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts index d34754f5e65d9..8d02c164c25e4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts @@ -104,9 +104,7 @@ export class DescribeRecommendationLimitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts index e3e9f1a493b18..e3f718a932904 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts @@ -123,9 +123,7 @@ export class DescribeRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts index 9473bcd8e6ff9..d1ade8cd099fe 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts @@ -102,9 +102,7 @@ export class DescribeRefreshSchemasStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts index 1a664402eb322..8bf6103092cd6 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts @@ -108,9 +108,7 @@ export class DescribeReplicationConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts index a85cc9f77d868..cbc7dd412e1f6 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts @@ -93,9 +93,7 @@ export class DescribeReplicationInstanceTaskLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts index ea9bd8104fdc5..bfffdb352a3c0 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts @@ -177,9 +177,7 @@ export class DescribeReplicationInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts index f79c2d22660d9..6eaf072aab912 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts @@ -133,9 +133,7 @@ export class DescribeReplicationSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts index f32628103f171..195f1a6dc1121 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts @@ -122,9 +122,7 @@ export class DescribeReplicationTableStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts index c1965bf1211c2..a5c4562ceb991 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts @@ -100,9 +100,7 @@ export class DescribeReplicationTaskAssessmentResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts index 4d1ebb4dc1c39..783051d317a10 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts @@ -117,9 +117,7 @@ export class DescribeReplicationTaskAssessmentRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts index 07f1c56985a7f..1e32a8fe0919c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts @@ -101,9 +101,7 @@ export class DescribeReplicationTaskIndividualAssessmentsCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts index 6ee87598bd108..6bede42abc4db 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts @@ -145,9 +145,7 @@ export class DescribeReplicationTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts index 03a12abec9c6d..3470a865fc2f4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts @@ -126,9 +126,7 @@ export class DescribeReplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts index 25b1e4ebb706a..5a17fb6a23542 100644 --- a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts @@ -100,9 +100,7 @@ export class DescribeSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts index c2d96ee0e28d4..9043030b8c7ee 100644 --- a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts @@ -137,9 +137,7 @@ export class DescribeTableStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts index 84b97d178fc0c..7ef767b81e356 100644 --- a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts @@ -118,9 +118,7 @@ export class ExportMetadataModelAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts index b087b5d925ade..cff631a9a9aff 100644 --- a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts @@ -119,9 +119,7 @@ export class ImportCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts index 4c770c4f7419b..a64a2adbe378a 100644 --- a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts index 017a8a7a75a5f..8330565d0f22d 100644 --- a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts @@ -98,9 +98,7 @@ export class ModifyConversionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts index f28b49669d1e5..c20300638ffda 100644 --- a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts @@ -256,9 +256,7 @@ export class ModifyDataProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts index bc70e4a9ae4eb..307fa1fa2463a 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts @@ -820,9 +820,7 @@ export class ModifyEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts index 975be7e60b834..69fed91606b07 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts @@ -116,9 +116,7 @@ export class ModifyEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts index a9dcb322069e7..91bfa8fd216be 100644 --- a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts @@ -151,9 +151,7 @@ export class ModifyInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts index a959cfd45438a..cb0def5ebcf75 100644 --- a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts @@ -202,9 +202,7 @@ export class ModifyMigrationProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts index 218d20aa4c5c4..f29886b1f4b5a 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts @@ -139,9 +139,7 @@ export class ModifyReplicationConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts index a2c7e7735e1fa..dcdd20de079af 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts @@ -241,9 +241,7 @@ export class ModifyReplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts index f5c4c451f8545..92865b1f74131 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts @@ -132,9 +132,7 @@ export class ModifyReplicationSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts index cdd74b2daa858..e6ff736b1dda8 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts @@ -124,9 +124,7 @@ export class ModifyReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts index 288e980a2c70d..3a7b6b9bed2f2 100644 --- a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts @@ -121,9 +121,7 @@ export class MoveReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts index 03c84daabba3a..550c57072d3ee 100644 --- a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts @@ -138,9 +138,7 @@ export class RebootReplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts index c205d7a62a0ac..11bb4e1234c2e 100644 --- a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts @@ -107,9 +107,7 @@ export class RefreshSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts index 5bfde8ced028f..b8563e7eb1d2e 100644 --- a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts @@ -85,9 +85,7 @@ export class ReloadReplicationTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts index 820d754bf3d70..ebde24f72c9ef 100644 --- a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts @@ -84,9 +84,7 @@ export class ReloadTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts index 5588edaca5e1e..be5af6b1432b2 100644 --- a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -90,9 +90,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts index f71ca31b28f52..5799bfa0b59ac 100644 --- a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts @@ -74,9 +74,7 @@ export class RunFleetAdvisorLsaAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts index a60665d7358a5..d58e33c63cb5c 100644 --- a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts @@ -119,9 +119,7 @@ export class StartExtensionPackAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts index 243a100975de2..c64998cc01103 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts @@ -122,9 +122,7 @@ export class StartMetadataModelAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts index 85b4131a675ce..e59a8225c4dd5 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts @@ -118,9 +118,7 @@ export class StartMetadataModelConversionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts index d049327114559..a2ac794927f61 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts @@ -122,9 +122,7 @@ export class StartMetadataModelExportAsScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts index 720b633d0b7ac..2f46d1c23d830 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts @@ -120,9 +120,7 @@ export class StartMetadataModelExportToTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts index 9816bf508ebd6..041a0b627ad5f 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts @@ -118,9 +118,7 @@ export class StartMetadataModelImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts index 767fb20dff173..32bf726eeb776 100644 --- a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts @@ -83,9 +83,7 @@ export class StartRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts index e806835172c2a..1a804db4c8f2b 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts @@ -127,9 +127,7 @@ export class StartReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts index b613354745fef..16c5f8dc600dd 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts @@ -126,9 +126,7 @@ export class StartReplicationTaskAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts index 1bcd90dad74e4..72a3c3ac77722 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts @@ -149,9 +149,7 @@ export class StartReplicationTaskAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts index 6ec21526e2752..48dd4a1fa5b55 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts @@ -147,9 +147,7 @@ export class StartReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts index 28ac8d1aeffa6..7f171661a5a75 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts @@ -121,9 +121,7 @@ export class StopReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts index f263850fe15ab..13f0d40121ff1 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts @@ -134,9 +134,7 @@ export class StopReplicationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts index 015e3f03582a4..3d06164496b20 100644 --- a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts @@ -110,9 +110,7 @@ export class TestConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts index 9f7abfbaafa98..1993f2e7dbc82 100644 --- a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts +++ b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts @@ -89,9 +89,7 @@ export class UpdateSubscriptionsToEventBridgeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DatabaseMigrationServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts index 1f031edeb33fa..fc3629c796f72 100644 --- a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts @@ -122,9 +122,7 @@ export class BatchDeleteRecipeVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateDatasetCommand.ts b/clients/client-databrew/src/commands/CreateDatasetCommand.ts index 23f3ac6794064..bfbb5911a8cf3 100644 --- a/clients/client-databrew/src/commands/CreateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/CreateDatasetCommand.ts @@ -160,9 +160,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts index a13ec8f37b6ea..bb5f51dd157fd 100644 --- a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts @@ -162,9 +162,7 @@ export class CreateProfileJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateProjectCommand.ts b/clients/client-databrew/src/commands/CreateProjectCommand.ts index 5d6a1815ab1a9..b290763b10832 100644 --- a/clients/client-databrew/src/commands/CreateProjectCommand.ts +++ b/clients/client-databrew/src/commands/CreateProjectCommand.ts @@ -87,9 +87,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateRecipeCommand.ts b/clients/client-databrew/src/commands/CreateRecipeCommand.ts index e8d95a7c17e56..70b9fbdd3b010 100644 --- a/clients/client-databrew/src/commands/CreateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeCommand.ts @@ -95,9 +95,7 @@ export class CreateRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts index f221ede0aabac..7d31000dd7336 100644 --- a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts @@ -154,9 +154,7 @@ export class CreateRecipeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateRulesetCommand.ts b/clients/client-databrew/src/commands/CreateRulesetCommand.ts index 085844a8a4d67..efb798c7b768d 100644 --- a/clients/client-databrew/src/commands/CreateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/CreateRulesetCommand.ts @@ -101,9 +101,7 @@ export class CreateRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/CreateScheduleCommand.ts b/clients/client-databrew/src/commands/CreateScheduleCommand.ts index 27f421c9efb15..f99b83a439a6b 100644 --- a/clients/client-databrew/src/commands/CreateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/CreateScheduleCommand.ts @@ -82,9 +82,7 @@ export class CreateScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts index 055bd26fa8436..9b4d92918c61f 100644 --- a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts @@ -74,9 +74,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteJobCommand.ts b/clients/client-databrew/src/commands/DeleteJobCommand.ts index 7295b103cdb75..690f882694dcb 100644 --- a/clients/client-databrew/src/commands/DeleteJobCommand.ts +++ b/clients/client-databrew/src/commands/DeleteJobCommand.ts @@ -74,9 +74,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteProjectCommand.ts b/clients/client-databrew/src/commands/DeleteProjectCommand.ts index 17af9bdcec205..a6bf104842706 100644 --- a/clients/client-databrew/src/commands/DeleteProjectCommand.ts +++ b/clients/client-databrew/src/commands/DeleteProjectCommand.ts @@ -74,9 +74,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts index e56dba402f7be..4cf407fc3cbbb 100644 --- a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts @@ -76,9 +76,7 @@ export class DeleteRecipeVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts index b8ab763602064..81e6c597d7852 100644 --- a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts @@ -74,9 +74,7 @@ export class DeleteRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts index 9844ef78d7a68..c6346aee1e336 100644 --- a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts @@ -71,9 +71,7 @@ export class DeleteScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts index f03e83bc9d79d..42083fa7bbafd 100644 --- a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts @@ -160,9 +160,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeJobCommand.ts b/clients/client-databrew/src/commands/DescribeJobCommand.ts index 9ee2e766cdc0f..39b0100e02d3f 100644 --- a/clients/client-databrew/src/commands/DescribeJobCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobCommand.ts @@ -217,9 +217,7 @@ export class DescribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts index cc85a56f536c4..150b4928b71ed 100644 --- a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts @@ -211,9 +211,7 @@ export class DescribeJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeProjectCommand.ts b/clients/client-databrew/src/commands/DescribeProjectCommand.ts index 646b14898688c..cceac78a9948d 100644 --- a/clients/client-databrew/src/commands/DescribeProjectCommand.ts +++ b/clients/client-databrew/src/commands/DescribeProjectCommand.ts @@ -89,9 +89,7 @@ export class DescribeProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts index f9e7f92781770..7f44445191119 100644 --- a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts @@ -103,9 +103,7 @@ export class DescribeRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts index 6b448608992d3..96a8ddedc726c 100644 --- a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts @@ -102,9 +102,7 @@ export class DescribeRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts index 9c4275a1e44ec..d4e163d2e6984 100644 --- a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts @@ -83,9 +83,7 @@ export class DescribeScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListDatasetsCommand.ts b/clients/client-databrew/src/commands/ListDatasetsCommand.ts index 5d98d2e8e97db..e2daaaef34c51 100644 --- a/clients/client-databrew/src/commands/ListDatasetsCommand.ts +++ b/clients/client-databrew/src/commands/ListDatasetsCommand.ts @@ -164,9 +164,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListJobRunsCommand.ts b/clients/client-databrew/src/commands/ListJobRunsCommand.ts index 37dc151615989..dab580bd170ea 100644 --- a/clients/client-databrew/src/commands/ListJobRunsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobRunsCommand.ts @@ -161,9 +161,7 @@ export class ListJobRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListJobsCommand.ts b/clients/client-databrew/src/commands/ListJobsCommand.ts index 8a991d8c2ed66..1bbefabb868b3 100644 --- a/clients/client-databrew/src/commands/ListJobsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobsCommand.ts @@ -167,9 +167,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListProjectsCommand.ts b/clients/client-databrew/src/commands/ListProjectsCommand.ts index 3236a3f6905b0..289a3a222f35e 100644 --- a/clients/client-databrew/src/commands/ListProjectsCommand.ts +++ b/clients/client-databrew/src/commands/ListProjectsCommand.ts @@ -92,9 +92,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts index 7fbe85047c8fa..81635ebefd550 100644 --- a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts @@ -106,9 +106,7 @@ export class ListRecipeVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListRecipesCommand.ts b/clients/client-databrew/src/commands/ListRecipesCommand.ts index 05335161cf13c..2dd3177fabada 100644 --- a/clients/client-databrew/src/commands/ListRecipesCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipesCommand.ts @@ -105,9 +105,7 @@ export class ListRecipesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListRulesetsCommand.ts b/clients/client-databrew/src/commands/ListRulesetsCommand.ts index 6ed3645ba540c..9d5804f580dd6 100644 --- a/clients/client-databrew/src/commands/ListRulesetsCommand.ts +++ b/clients/client-databrew/src/commands/ListRulesetsCommand.ts @@ -91,9 +91,7 @@ export class ListRulesetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListSchedulesCommand.ts b/clients/client-databrew/src/commands/ListSchedulesCommand.ts index ee947e4b1c5e9..f45a9005eec52 100644 --- a/clients/client-databrew/src/commands/ListSchedulesCommand.ts +++ b/clients/client-databrew/src/commands/ListSchedulesCommand.ts @@ -88,9 +88,7 @@ export class ListSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts index e7b519acdf4c4..21733738a89e2 100644 --- a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/PublishRecipeCommand.ts b/clients/client-databrew/src/commands/PublishRecipeCommand.ts index 8762fb9148c19..d2e77ba9fe9ed 100644 --- a/clients/client-databrew/src/commands/PublishRecipeCommand.ts +++ b/clients/client-databrew/src/commands/PublishRecipeCommand.ts @@ -75,9 +75,7 @@ export class PublishRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts index 1a54a53e5bdd0..f5044fdd7e03b 100644 --- a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts +++ b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts @@ -109,9 +109,7 @@ export class SendProjectSessionActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/StartJobRunCommand.ts b/clients/client-databrew/src/commands/StartJobRunCommand.ts index 51742754389b1..4088dc2e2fb8c 100644 --- a/clients/client-databrew/src/commands/StartJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StartJobRunCommand.ts @@ -77,9 +77,7 @@ export class StartJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts index eadc8d2b9e393..212ec5802cc66 100644 --- a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts +++ b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts @@ -84,9 +84,7 @@ export class StartProjectSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/StopJobRunCommand.ts b/clients/client-databrew/src/commands/StopJobRunCommand.ts index 754ad5fc80773..b9eac1026113a 100644 --- a/clients/client-databrew/src/commands/StopJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StopJobRunCommand.ts @@ -72,9 +72,7 @@ export class StopJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/TagResourceCommand.ts b/clients/client-databrew/src/commands/TagResourceCommand.ts index f1f768b4ba6cb..8f67f1b8b5c75 100644 --- a/clients/client-databrew/src/commands/TagResourceCommand.ts +++ b/clients/client-databrew/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UntagResourceCommand.ts b/clients/client-databrew/src/commands/UntagResourceCommand.ts index c63127e8dd91b..c47d2ca208ec3 100644 --- a/clients/client-databrew/src/commands/UntagResourceCommand.ts +++ b/clients/client-databrew/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts index 33961c053f65b..b6202a3d99f32 100644 --- a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts @@ -154,9 +154,7 @@ export class UpdateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts index 3155ae0b9ed04..baa97911c3c30 100644 --- a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts @@ -152,9 +152,7 @@ export class UpdateProfileJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateProjectCommand.ts b/clients/client-databrew/src/commands/UpdateProjectCommand.ts index ed1dfa4279aaa..68b9ce695a7fc 100644 --- a/clients/client-databrew/src/commands/UpdateProjectCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProjectCommand.ts @@ -77,9 +77,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts index 51e8d2ed067c0..a1e0081fc2704 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts @@ -90,9 +90,7 @@ export class UpdateRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts index e3c948b09ee1a..ed9cdcdd6e8e6 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts @@ -139,9 +139,7 @@ export class UpdateRecipeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts index d8e80c7b95f9c..9031295272de3 100644 --- a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts @@ -93,9 +93,7 @@ export class UpdateRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts index 41f8f9b9166ab..57d96e12242fc 100644 --- a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts @@ -78,9 +78,7 @@ export class UpdateScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataBrewClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/CancelJobCommand.ts b/clients/client-dataexchange/src/commands/CancelJobCommand.ts index 2a653ee8f254c..bdbc2455c0ab8 100644 --- a/clients/client-dataexchange/src/commands/CancelJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CancelJobCommand.ts @@ -78,9 +78,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts index 7fd60e65c8ac7..de6fb4f1a8aac 100644 --- a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts @@ -99,9 +99,7 @@ export class CreateDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts index 51e333f536f25..f2cb695a7e0ff 100644 --- a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts @@ -116,9 +116,7 @@ export class CreateEventActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/CreateJobCommand.ts b/clients/client-dataexchange/src/commands/CreateJobCommand.ts index 1f1d3cc9ddcf2..f6b8436f67f17 100644 --- a/clients/client-dataexchange/src/commands/CreateJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateJobCommand.ts @@ -360,9 +360,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts index 9073d05ae2077..1bb4522abdaf9 100644 --- a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts @@ -97,9 +97,7 @@ export class CreateRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts index 4e2ec13409f86..7128b369bb10c 100644 --- a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts @@ -83,9 +83,7 @@ export class DeleteAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts index ae360e43ba01a..5812efad2801b 100644 --- a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts @@ -81,9 +81,7 @@ export class DeleteDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts index 05e86233389ed..c5b9f6c48e806 100644 --- a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts @@ -75,9 +75,7 @@ export class DeleteEventActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts index a829fda59ca26..106efc72ec434 100644 --- a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts @@ -82,9 +82,7 @@ export class DeleteRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/GetAssetCommand.ts b/clients/client-dataexchange/src/commands/GetAssetCommand.ts index 6c3dc9752ff8b..e23deb67fa4de 100644 --- a/clients/client-dataexchange/src/commands/GetAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetAssetCommand.ts @@ -157,9 +157,7 @@ export class GetAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts index 805fd859647a5..2c18f5959c5d7 100644 --- a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts @@ -91,9 +91,7 @@ export class GetDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts index 3b90ed09c56f3..48eb555e9e0a3 100644 --- a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts @@ -97,9 +97,7 @@ export class GetEventActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/GetJobCommand.ts b/clients/client-dataexchange/src/commands/GetJobCommand.ts index ee70253719861..bf13b57b877e9 100644 --- a/clients/client-dataexchange/src/commands/GetJobCommand.ts +++ b/clients/client-dataexchange/src/commands/GetJobCommand.ts @@ -232,9 +232,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts index 7429c94a61fb9..ef501771916ff 100644 --- a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts @@ -91,9 +91,7 @@ export class GetRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts index ebafe1e6a82b8..0db5a953a9245 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts @@ -94,9 +94,7 @@ export class ListDataSetRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts index aee06425cda68..9889953b737af 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts @@ -95,9 +95,7 @@ export class ListDataSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts index b5bb7cd9ac3c8..2b22afd41bb1a 100644 --- a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts @@ -104,9 +104,7 @@ export class ListEventActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListJobsCommand.ts b/clients/client-dataexchange/src/commands/ListJobsCommand.ts index 5e126f8c9425b..958abe6067be0 100644 --- a/clients/client-dataexchange/src/commands/ListJobsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListJobsCommand.ts @@ -240,9 +240,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts index 206365d764648..6861801f762a1 100644 --- a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts @@ -163,9 +163,7 @@ export class ListRevisionAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts index 2b0cc41e0c846..212ec6874edc0 100644 --- a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts @@ -67,9 +67,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts index d73291d7f1334..fd5c1107c11e1 100644 --- a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts @@ -95,9 +95,7 @@ export class RevokeRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts index bd28df5ccee81..98a9102f68e7b 100644 --- a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts @@ -94,9 +94,7 @@ export class SendApiAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts index 587e8a40ebe7d..b988efa449917 100644 --- a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts +++ b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts @@ -130,9 +130,7 @@ export class SendDataSetNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/StartJobCommand.ts b/clients/client-dataexchange/src/commands/StartJobCommand.ts index 8454e136918df..d12341a69bec0 100644 --- a/clients/client-dataexchange/src/commands/StartJobCommand.ts +++ b/clients/client-dataexchange/src/commands/StartJobCommand.ts @@ -81,9 +81,7 @@ export class StartJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/TagResourceCommand.ts b/clients/client-dataexchange/src/commands/TagResourceCommand.ts index 9b1f2ae071ce6..2664499b756f6 100644 --- a/clients/client-dataexchange/src/commands/TagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/TagResourceCommand.ts @@ -66,9 +66,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts index e52604a9003e8..652d5d9ea8397 100644 --- a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts index 5679cf7680a04..a2e29ed3ac041 100644 --- a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts @@ -164,9 +164,7 @@ export class UpdateAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts index ccaaf45be7cca..b9f2ac977dd3f 100644 --- a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts @@ -93,9 +93,7 @@ export class UpdateDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts index 644877824af00..26082e39ac381 100644 --- a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts @@ -112,9 +112,7 @@ export class UpdateEventActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts index 5e85dac077e1d..59283e2b41a5a 100644 --- a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts @@ -96,9 +96,7 @@ export class UpdateRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataExchangeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts index da3f6ce6a425c..a25df147e20d3 100644 --- a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts @@ -97,9 +97,7 @@ export class AddStorageSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts index 3a5f06f9d533c..0fddb637ef234 100644 --- a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts @@ -76,9 +76,7 @@ export class CancelTaskExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateAgentCommand.ts b/clients/client-datasync/src/commands/CreateAgentCommand.ts index 1ba8da67eb9ad..8f7c5e81e2e3a 100644 --- a/clients/client-datasync/src/commands/CreateAgentCommand.ts +++ b/clients/client-datasync/src/commands/CreateAgentCommand.ts @@ -104,9 +104,7 @@ export class CreateAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts index 9bd7fbf0a9ea8..fc02fc31ff824 100644 --- a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts @@ -96,9 +96,7 @@ export class CreateLocationAzureBlobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts index 851e39fedd4ce..62b93304eb625 100644 --- a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts @@ -93,9 +93,7 @@ export class CreateLocationEfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts index e5b4db5173348..f43e50294a56f 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts @@ -86,9 +86,7 @@ export class CreateLocationFsxLustreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts index aab0a84e65ea4..da78995f7d338 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts @@ -105,9 +105,7 @@ export class CreateLocationFsxOntapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts index 0801d55b9341e..e3ac623db1158 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts @@ -109,9 +109,7 @@ export class CreateLocationFsxOpenZfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts index 873e0fc42119d..52895e4f6b092 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts @@ -94,9 +94,7 @@ export class CreateLocationFsxWindowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts index 84dd2295dd595..72b5531b94839 100644 --- a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts @@ -104,9 +104,7 @@ export class CreateLocationHdfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts index 3726ee8e9b705..51b1544e2a91f 100644 --- a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts @@ -97,9 +97,7 @@ export class CreateLocationNfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts index a11ea2b363ea2..e7ccae8b3b096 100644 --- a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts @@ -97,9 +97,7 @@ export class CreateLocationObjectStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationS3Command.ts b/clients/client-datasync/src/commands/CreateLocationS3Command.ts index 13c815597118b..ea8a864e23e7f 100644 --- a/clients/client-datasync/src/commands/CreateLocationS3Command.ts +++ b/clients/client-datasync/src/commands/CreateLocationS3Command.ts @@ -104,9 +104,7 @@ export class CreateLocationS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts index 9d2b151403f96..fe75bcc4ed1fa 100644 --- a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts @@ -97,9 +97,7 @@ export class CreateLocationSmbCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/CreateTaskCommand.ts b/clients/client-datasync/src/commands/CreateTaskCommand.ts index e323287028cfb..9ca47c5df230c 100644 --- a/clients/client-datasync/src/commands/CreateTaskCommand.ts +++ b/clients/client-datasync/src/commands/CreateTaskCommand.ts @@ -160,9 +160,7 @@ export class CreateTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DeleteAgentCommand.ts b/clients/client-datasync/src/commands/DeleteAgentCommand.ts index bbbd44aff4708..c6364da4fedd4 100644 --- a/clients/client-datasync/src/commands/DeleteAgentCommand.ts +++ b/clients/client-datasync/src/commands/DeleteAgentCommand.ts @@ -74,9 +74,7 @@ export class DeleteAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DeleteLocationCommand.ts b/clients/client-datasync/src/commands/DeleteLocationCommand.ts index bd7110ea31e1d..a7f0307a60291 100644 --- a/clients/client-datasync/src/commands/DeleteLocationCommand.ts +++ b/clients/client-datasync/src/commands/DeleteLocationCommand.ts @@ -70,9 +70,7 @@ export class DeleteLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DeleteTaskCommand.ts b/clients/client-datasync/src/commands/DeleteTaskCommand.ts index 447589ff9d344..89396c9574644 100644 --- a/clients/client-datasync/src/commands/DeleteTaskCommand.ts +++ b/clients/client-datasync/src/commands/DeleteTaskCommand.ts @@ -70,9 +70,7 @@ export class DeleteTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeAgentCommand.ts b/clients/client-datasync/src/commands/DescribeAgentCommand.ts index e810b3beee8f4..67da369edb8db 100644 --- a/clients/client-datasync/src/commands/DescribeAgentCommand.ts +++ b/clients/client-datasync/src/commands/DescribeAgentCommand.ts @@ -91,9 +91,7 @@ export class DescribeAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts index 6b5a64c639064..3394470a414fd 100644 --- a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts @@ -77,9 +77,7 @@ export class DescribeDiscoveryJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts index 8c884955a99a8..80162b70f4a4b 100644 --- a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts @@ -80,9 +80,7 @@ export class DescribeLocationAzureBlobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts index b6ede94cf6c63..1ab529c092b05 100644 --- a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts @@ -83,9 +83,7 @@ export class DescribeLocationEfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts index c328bd7d9f3ed..5b14c0e924ab6 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts @@ -77,9 +77,7 @@ export class DescribeLocationFsxLustreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts index e9bf762251e6a..093bf9b6ff142 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts @@ -102,9 +102,7 @@ export class DescribeLocationFsxOntapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts index 38806d6afef97..2cdac3c96a3df 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts @@ -100,9 +100,7 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts index 9d4b7d5bea614..9d45861ab0d26 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts @@ -79,9 +79,7 @@ export class DescribeLocationFsxWindowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts index e6e1062892f25..f475eca3dfa57 100644 --- a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts @@ -94,9 +94,7 @@ export class DescribeLocationHdfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts index 414e92dc74d38..d670c7bde972a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts @@ -83,9 +83,7 @@ export class DescribeLocationNfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts index 08b76046d51f3..08bc5ca0e63c0 100644 --- a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts @@ -87,9 +87,7 @@ export class DescribeLocationObjectStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts index 4f242ddbfa2b9..99f1c1b593e9d 100644 --- a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts +++ b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts @@ -82,9 +82,7 @@ export class DescribeLocationS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts index 116fe7861dc64..2dfeffc82dc74 100644 --- a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts @@ -83,9 +83,7 @@ export class DescribeLocationSmbCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts index 57e800f04e814..0c2b8920c989a 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts @@ -87,9 +87,7 @@ export class DescribeStorageSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts index 9cf149f22d5b3..c6711ffbd5e69 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts @@ -119,9 +119,7 @@ export class DescribeStorageSystemResourceMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts index e7e95ba718211..6c085940fd518 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts @@ -206,9 +206,7 @@ export class DescribeStorageSystemResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeTaskCommand.ts b/clients/client-datasync/src/commands/DescribeTaskCommand.ts index 6b0f4490b444e..b8ed1e4a3e10a 100644 --- a/clients/client-datasync/src/commands/DescribeTaskCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskCommand.ts @@ -163,9 +163,7 @@ export class DescribeTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts index cd472b769b951..ba42910db0676 100644 --- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts @@ -169,9 +169,7 @@ export class DescribeTaskExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts index 1c80b13a850a6..b6277f51b2bf6 100644 --- a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts +++ b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts @@ -78,9 +78,7 @@ export class GenerateRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListAgentsCommand.ts b/clients/client-datasync/src/commands/ListAgentsCommand.ts index c879af3f63672..7128e572899ad 100644 --- a/clients/client-datasync/src/commands/ListAgentsCommand.ts +++ b/clients/client-datasync/src/commands/ListAgentsCommand.ts @@ -93,9 +93,7 @@ export class ListAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts index bcd3095fa0a59..e82ce5d3826d1 100644 --- a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts +++ b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts @@ -81,9 +81,7 @@ export class ListDiscoveryJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListLocationsCommand.ts b/clients/client-datasync/src/commands/ListLocationsCommand.ts index 861ca3a70075d..a47c6531b795f 100644 --- a/clients/client-datasync/src/commands/ListLocationsCommand.ts +++ b/clients/client-datasync/src/commands/ListLocationsCommand.ts @@ -91,9 +91,7 @@ export class ListLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts index 0914f9899d432..ec4dcf53d9790 100644 --- a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts +++ b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts @@ -79,9 +79,7 @@ export class ListStorageSystemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts index b4e2a105b7fe8..0a67d8135a805 100644 --- a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts index 8b5e1c7132900..b57e6d36b2bfa 100644 --- a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts +++ b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts @@ -80,9 +80,7 @@ export class ListTaskExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/ListTasksCommand.ts b/clients/client-datasync/src/commands/ListTasksCommand.ts index d1a8840793695..213a1e54cd0bd 100644 --- a/clients/client-datasync/src/commands/ListTasksCommand.ts +++ b/clients/client-datasync/src/commands/ListTasksCommand.ts @@ -89,9 +89,7 @@ export class ListTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts index e04dad066672e..0a29475bdf46c 100644 --- a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts @@ -71,9 +71,7 @@ export class RemoveStorageSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts index c2e23512ce103..c0db9b2da54f2 100644 --- a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts @@ -82,9 +82,7 @@ export class StartDiscoveryJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts index 57d14a48e681b..66d6d38926f14 100644 --- a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts @@ -153,9 +153,7 @@ export class StartTaskExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts index bf8cba554cebb..c8ebcb95bbc79 100644 --- a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts @@ -73,9 +73,7 @@ export class StopDiscoveryJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/TagResourceCommand.ts b/clients/client-datasync/src/commands/TagResourceCommand.ts index ec4c713b3a257..6d722e3f68cf3 100644 --- a/clients/client-datasync/src/commands/TagResourceCommand.ts +++ b/clients/client-datasync/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UntagResourceCommand.ts b/clients/client-datasync/src/commands/UntagResourceCommand.ts index 8badeef380bdc..23497b4a3213e 100644 --- a/clients/client-datasync/src/commands/UntagResourceCommand.ts +++ b/clients/client-datasync/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateAgentCommand.ts b/clients/client-datasync/src/commands/UpdateAgentCommand.ts index 9a5f82acb60da..eca2404be28d1 100644 --- a/clients/client-datasync/src/commands/UpdateAgentCommand.ts +++ b/clients/client-datasync/src/commands/UpdateAgentCommand.ts @@ -71,9 +71,7 @@ export class UpdateAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts index 55dc8043ec038..ee6304b2f5c9a 100644 --- a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts @@ -71,9 +71,7 @@ export class UpdateDiscoveryJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts index ba58a3659accd..a5ef5eb27511e 100644 --- a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts @@ -84,9 +84,7 @@ export class UpdateLocationAzureBlobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts index c2397374edb95..cdde7700914d8 100644 --- a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts @@ -93,9 +93,7 @@ export class UpdateLocationHdfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts index 45a1d9da05f83..7db5f5d176923 100644 --- a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts @@ -82,9 +82,7 @@ export class UpdateLocationNfsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts index 30600cc35cad9..9b547558c707c 100644 --- a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts @@ -86,9 +86,7 @@ export class UpdateLocationObjectStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts index ce54cf82f56d7..83ab6e468ae68 100644 --- a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts @@ -85,9 +85,7 @@ export class UpdateLocationSmbCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts index 84d084b41cceb..67ff9ca437d6a 100644 --- a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts @@ -88,9 +88,7 @@ export class UpdateStorageSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateTaskCommand.ts b/clients/client-datasync/src/commands/UpdateTaskCommand.ts index f2bba02d56c7d..8c43f08712242 100644 --- a/clients/client-datasync/src/commands/UpdateTaskCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskCommand.ts @@ -143,9 +143,7 @@ export class UpdateTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts index 6e23626be6843..8857f6e5a156f 100644 --- a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts @@ -94,9 +94,7 @@ export class UpdateTaskExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataSyncClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts index c42f362fa5a50..d0b8575b3a80a 100644 --- a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts +++ b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts @@ -107,9 +107,7 @@ export class AcceptPredictionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts index 68ea692c494aa..87f12a1dd072e 100644 --- a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts @@ -169,9 +169,7 @@ export class AcceptSubscriptionRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts b/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts index 7a77dbcc98106..1b69deff596b0 100644 --- a/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts +++ b/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts @@ -98,9 +98,7 @@ export class AddEntityOwnerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts b/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts index 17a1be0f80e37..41d0b13380029 100644 --- a/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts +++ b/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts @@ -146,9 +146,7 @@ export class AddPolicyGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts b/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts index ce42d4fa507a9..09d5edbac825f 100644 --- a/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts +++ b/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts @@ -86,9 +86,7 @@ export class AssociateEnvironmentRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts index 09f31333a19df..2adc3582fd0d7 100644 --- a/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts +++ b/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts @@ -88,9 +88,7 @@ export class CancelMetadataGenerationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts index 1517d51da9a14..5f4a6e390540a 100644 --- a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts @@ -154,9 +154,7 @@ export class CancelSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateAssetCommand.ts b/clients/client-datazone/src/commands/CreateAssetCommand.ts index bf38fcf1b568c..0173bcbde4d6a 100644 --- a/clients/client-datazone/src/commands/CreateAssetCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetCommand.ts @@ -167,9 +167,7 @@ export class CreateAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts b/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts index 915dae2abd32d..d78f82ba1f2a8 100644 --- a/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts @@ -367,9 +367,7 @@ export class CreateAssetFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts index ee50872460c35..5151b8aa66c2e 100644 --- a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts @@ -162,9 +162,7 @@ export class CreateAssetRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts index cfaac073ff2d7..1836a0d9575f4 100644 --- a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts @@ -118,9 +118,7 @@ export class CreateAssetTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateDataProductCommand.ts b/clients/client-datazone/src/commands/CreateDataProductCommand.ts index 0b5bc57b7f62d..6c6385d83d8aa 100644 --- a/clients/client-datazone/src/commands/CreateDataProductCommand.ts +++ b/clients/client-datazone/src/commands/CreateDataProductCommand.ts @@ -150,9 +150,7 @@ export class CreateDataProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts b/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts index 260ef58c223b7..77c4bba5bc35e 100644 --- a/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts +++ b/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts @@ -147,9 +147,7 @@ export class CreateDataProductRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts index 31b3e9209de45..6ab98e1446b74 100644 --- a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts @@ -245,9 +245,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateDomainCommand.ts b/clients/client-datazone/src/commands/CreateDomainCommand.ts index 3971e4955e9f3..fbf97511f10be 100644 --- a/clients/client-datazone/src/commands/CreateDomainCommand.ts +++ b/clients/client-datazone/src/commands/CreateDomainCommand.ts @@ -115,9 +115,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts b/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts index 0ede21840368a..e49983c2138d5 100644 --- a/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts +++ b/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts @@ -114,9 +114,7 @@ export class CreateDomainUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts index c4de869e18fd3..a64723adf1bbd 100644 --- a/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts +++ b/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts @@ -104,9 +104,7 @@ export class CreateEnvironmentActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts index c0990aacf4f9d..821a973501138 100644 --- a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts @@ -174,9 +174,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts index a9333965baf0d..9d3d25c8536a5 100644 --- a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts @@ -126,9 +126,7 @@ export class CreateEnvironmentProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts index 6135bf7a17948..f931605bf2431 100644 --- a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts @@ -104,9 +104,7 @@ export class CreateFormTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts index 96050a7dc785b..a3595e128aac0 100644 --- a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts @@ -101,9 +101,7 @@ export class CreateGlossaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts index 860046bfc81c8..13b6a759a7cf7 100644 --- a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts @@ -122,9 +122,7 @@ export class CreateGlossaryTermCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts index 1232d115c23ab..46f56e4bf9629 100644 --- a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts @@ -92,9 +92,7 @@ export class CreateGroupProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts index 84b38a89c2bb0..146ef87c39d50 100644 --- a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts +++ b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts @@ -97,9 +97,7 @@ export class CreateListingChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateProjectCommand.ts b/clients/client-datazone/src/commands/CreateProjectCommand.ts index 9e48ae483d216..a2d7b69ee0bf2 100644 --- a/clients/client-datazone/src/commands/CreateProjectCommand.ts +++ b/clients/client-datazone/src/commands/CreateProjectCommand.ts @@ -117,9 +117,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts index 050668c23cff5..44de49b06ff81 100644 --- a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts +++ b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts @@ -87,9 +87,7 @@ export class CreateProjectMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts index 020426f21d9a3..0b316755d74e3 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts @@ -136,9 +136,7 @@ export class CreateSubscriptionGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts index f69ebc9cc27c3..9250ad0388d6b 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts @@ -173,9 +173,7 @@ export class CreateSubscriptionRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts index ddd04fe5943a8..bd7d42523e457 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts @@ -132,9 +132,7 @@ export class CreateSubscriptionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts index 9062e7aec2777..baeacf69dc335 100644 --- a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts @@ -103,9 +103,7 @@ export class CreateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteAssetCommand.ts b/clients/client-datazone/src/commands/DeleteAssetCommand.ts index 905e630730f17..d252d3b1c73a0 100644 --- a/clients/client-datazone/src/commands/DeleteAssetCommand.ts +++ b/clients/client-datazone/src/commands/DeleteAssetCommand.ts @@ -85,9 +85,7 @@ export class DeleteAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts b/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts index 02cc3855d280f..8e3f1f1f85138 100644 --- a/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts +++ b/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts @@ -86,9 +86,7 @@ export class DeleteAssetFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts index 265cfb77b071c..0e6678ef8dae3 100644 --- a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts @@ -85,9 +85,7 @@ export class DeleteAssetTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts index aefe5e19fc3f9..d7890ac594c34 100644 --- a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts @@ -85,9 +85,7 @@ export class DeleteDataProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts index 81d83bf4e608d..85ba6c560bfa6 100644 --- a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts @@ -200,9 +200,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteDomainCommand.ts b/clients/client-datazone/src/commands/DeleteDomainCommand.ts index 198d9b8612c0c..8f783297f997b 100644 --- a/clients/client-datazone/src/commands/DeleteDomainCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDomainCommand.ts @@ -88,9 +88,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts b/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts index 9ffdd772a163b..ef213696ca6d8 100644 --- a/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts @@ -85,9 +85,7 @@ export class DeleteDomainUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts index 65419d6f365f4..e58df8ecfa39c 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts @@ -87,9 +87,7 @@ export class DeleteEnvironmentActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts index 1a053e363351f..995af395341e9 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DeleteEnvironmentBlueprintConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts index 88e485b0fe6e3..339805c16f043 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts @@ -82,9 +82,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts index 880859cee41f1..cd3babfa603a5 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts @@ -82,9 +82,7 @@ export class DeleteEnvironmentProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts index 66e61653449b0..4bb42e7249f58 100644 --- a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts @@ -85,9 +85,7 @@ export class DeleteFormTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts index 40a219c2ab938..ded672fd17d70 100644 --- a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts @@ -85,9 +85,7 @@ export class DeleteGlossaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts index 97fc7c68c3ba3..631c3db6149a6 100644 --- a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts @@ -85,9 +85,7 @@ export class DeleteGlossaryTermCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteListingCommand.ts b/clients/client-datazone/src/commands/DeleteListingCommand.ts index 957a5c131b06d..d211a8802f95f 100644 --- a/clients/client-datazone/src/commands/DeleteListingCommand.ts +++ b/clients/client-datazone/src/commands/DeleteListingCommand.ts @@ -85,9 +85,7 @@ export class DeleteListingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteProjectCommand.ts b/clients/client-datazone/src/commands/DeleteProjectCommand.ts index b71a24ed400b0..b237e0f4f0619 100644 --- a/clients/client-datazone/src/commands/DeleteProjectCommand.ts +++ b/clients/client-datazone/src/commands/DeleteProjectCommand.ts @@ -83,9 +83,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts index f4931f7052db5..dd9bde4d6db6e 100644 --- a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts +++ b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts @@ -89,9 +89,7 @@ export class DeleteProjectMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts index 7957c4f7f33e4..2c50dfeb5b0d9 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts @@ -122,9 +122,7 @@ export class DeleteSubscriptionGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts index b31df48f2646a..b8383d37ecd5b 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts @@ -85,9 +85,7 @@ export class DeleteSubscriptionRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts index b74b6fdc7dbec..0847f3e070aa8 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts @@ -86,9 +86,7 @@ export class DeleteSubscriptionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts index 4b1eb626e9d32..1b93cf07e9459 100644 --- a/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts +++ b/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts @@ -85,9 +85,7 @@ export class DeleteTimeSeriesDataPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts b/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts index 3da86d1a904cf..14b3ac3a344aa 100644 --- a/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts +++ b/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts @@ -89,9 +89,7 @@ export class DisassociateEnvironmentRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetAssetCommand.ts b/clients/client-datazone/src/commands/GetAssetCommand.ts index 8e070757306d2..fc086d5306e39 100644 --- a/clients/client-datazone/src/commands/GetAssetCommand.ts +++ b/clients/client-datazone/src/commands/GetAssetCommand.ts @@ -130,9 +130,7 @@ export class GetAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetAssetFilterCommand.ts b/clients/client-datazone/src/commands/GetAssetFilterCommand.ts index 394ab9b00225e..1c3d81807b3fa 100644 --- a/clients/client-datazone/src/commands/GetAssetFilterCommand.ts +++ b/clients/client-datazone/src/commands/GetAssetFilterCommand.ts @@ -225,9 +225,7 @@ export class GetAssetFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts index 5e9212b893ccb..6f9a7c1a63422 100644 --- a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts @@ -102,9 +102,7 @@ export class GetAssetTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetDataProductCommand.ts b/clients/client-datazone/src/commands/GetDataProductCommand.ts index 32dec7f881af1..b47f0e995e2c5 100644 --- a/clients/client-datazone/src/commands/GetDataProductCommand.ts +++ b/clients/client-datazone/src/commands/GetDataProductCommand.ts @@ -116,9 +116,7 @@ export class GetDataProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetDataSourceCommand.ts b/clients/client-datazone/src/commands/GetDataSourceCommand.ts index b623dd8894335..6590ef7a4b0f6 100644 --- a/clients/client-datazone/src/commands/GetDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/GetDataSourceCommand.ts @@ -197,9 +197,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts index 372a68941fa48..c0ac2e6c9086e 100644 --- a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts +++ b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts @@ -111,9 +111,7 @@ export class GetDataSourceRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetDomainCommand.ts b/clients/client-datazone/src/commands/GetDomainCommand.ts index 4d03611b46966..e8c8a28a8bf7f 100644 --- a/clients/client-datazone/src/commands/GetDomainCommand.ts +++ b/clients/client-datazone/src/commands/GetDomainCommand.ts @@ -103,9 +103,7 @@ export class GetDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetDomainUnitCommand.ts b/clients/client-datazone/src/commands/GetDomainUnitCommand.ts index 51b031ebc4dfd..59b3c9672fb59 100644 --- a/clients/client-datazone/src/commands/GetDomainUnitCommand.ts +++ b/clients/client-datazone/src/commands/GetDomainUnitCommand.ts @@ -102,9 +102,7 @@ export class GetDomainUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts index f84faf9d9ed20..dca3780beaa15 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts @@ -94,9 +94,7 @@ export class GetEnvironmentActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts index 0d3114f27103f..1d5af987b72ca 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts @@ -115,9 +115,7 @@ export class GetEnvironmentBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts index 42a3cea81d827..dadfaa9ed15a3 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts @@ -115,9 +115,7 @@ export class GetEnvironmentBlueprintConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts index 2224f15165054..b01b612db3a24 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts @@ -152,9 +152,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts index 1930abfed61a3..db2725c11173e 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts @@ -91,9 +91,7 @@ export class GetEnvironmentCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts index 062650269b108..fd152602b7018 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts @@ -108,9 +108,7 @@ export class GetEnvironmentProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetFormTypeCommand.ts b/clients/client-datazone/src/commands/GetFormTypeCommand.ts index c07ed5c9a39a6..3b0ca6fa30818 100644 --- a/clients/client-datazone/src/commands/GetFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/GetFormTypeCommand.ts @@ -103,9 +103,7 @@ export class GetFormTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetGlossaryCommand.ts b/clients/client-datazone/src/commands/GetGlossaryCommand.ts index a4b0e52cc0962..a153713e8c3e6 100644 --- a/clients/client-datazone/src/commands/GetGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/GetGlossaryCommand.ts @@ -93,9 +93,7 @@ export class GetGlossaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts index 935b416920387..3e3a5944c7052 100644 --- a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts @@ -106,9 +106,7 @@ export class GetGlossaryTermCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts index 3eae97b1473b2..bf8f76d0ce810 100644 --- a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts @@ -91,9 +91,7 @@ export class GetGroupProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts index f4f6bb61d2df5..660795177a8d0 100644 --- a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts +++ b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts @@ -87,9 +87,7 @@ export class GetIamPortalLoginUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetLineageNodeCommand.ts b/clients/client-datazone/src/commands/GetLineageNodeCommand.ts index adff62f0fda06..4700526eae518 100644 --- a/clients/client-datazone/src/commands/GetLineageNodeCommand.ts +++ b/clients/client-datazone/src/commands/GetLineageNodeCommand.ts @@ -116,9 +116,7 @@ export class GetLineageNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetListingCommand.ts b/clients/client-datazone/src/commands/GetListingCommand.ts index a1fabf6f617c7..e9863350165a6 100644 --- a/clients/client-datazone/src/commands/GetListingCommand.ts +++ b/clients/client-datazone/src/commands/GetListingCommand.ts @@ -146,9 +146,7 @@ export class GetListingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts index 580e1317ce30d..f393c22f53cf0 100644 --- a/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts +++ b/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts @@ -95,9 +95,7 @@ export class GetMetadataGenerationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetProjectCommand.ts b/clients/client-datazone/src/commands/GetProjectCommand.ts index 17c55fbb23991..de43cb40d526c 100644 --- a/clients/client-datazone/src/commands/GetProjectCommand.ts +++ b/clients/client-datazone/src/commands/GetProjectCommand.ts @@ -101,9 +101,7 @@ export class GetProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts index a6b54c82460d5..d5932a1e8b26a 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts @@ -151,9 +151,7 @@ export class GetSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts index 5d2df43eaa890..9ecb29d70d039 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts @@ -119,9 +119,7 @@ export class GetSubscriptionGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts index 7bd9d79864ec8..e094841466c77 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts @@ -161,9 +161,7 @@ export class GetSubscriptionRequestDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts index 18e04e536ce12..f5aedc2a7503c 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts @@ -112,9 +112,7 @@ export class GetSubscriptionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts b/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts index d3b2955d5c6f9..46b945b539c9c 100644 --- a/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts +++ b/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts @@ -98,9 +98,7 @@ export class GetTimeSeriesDataPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/GetUserProfileCommand.ts b/clients/client-datazone/src/commands/GetUserProfileCommand.ts index 21efe25f2049a..b2f4674b4bd6d 100644 --- a/clients/client-datazone/src/commands/GetUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetUserProfileCommand.ts @@ -98,9 +98,7 @@ export class GetUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts b/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts index 1a5ae69d5250f..3ae57a33f7f36 100644 --- a/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts +++ b/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts @@ -107,9 +107,7 @@ export class ListAssetFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts index 20775fdda5b2f..cfd94b7e62cb8 100644 --- a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts +++ b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts @@ -95,9 +95,7 @@ export class ListAssetRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts b/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts index a76b6ea6fab05..7cc071011e910 100644 --- a/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts +++ b/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts @@ -95,9 +95,7 @@ export class ListDataProductRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts index 6706738b62ed3..009a909c28fa4 100644 --- a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts @@ -117,9 +117,7 @@ export class ListDataSourceRunActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts index c4a50c7473592..1196d83d06af6 100644 --- a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts @@ -117,9 +117,7 @@ export class ListDataSourceRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts index 016aaef322eae..84d05a436a878 100644 --- a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts @@ -125,9 +125,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts b/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts index eb3c473ebc430..e1fc813b91c02 100644 --- a/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts +++ b/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts @@ -89,9 +89,7 @@ export class ListDomainUnitsForParentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListDomainsCommand.ts b/clients/client-datazone/src/commands/ListDomainsCommand.ts index 1d38a60a228bb..9014421c29733 100644 --- a/clients/client-datazone/src/commands/ListDomainsCommand.ts +++ b/clients/client-datazone/src/commands/ListDomainsCommand.ts @@ -104,9 +104,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts b/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts index ecd6aa654d4a9..f897869958142 100644 --- a/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts +++ b/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts @@ -94,9 +94,7 @@ export class ListEntityOwnersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts index ae5320f2b2542..9f8820d7e21d1 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts @@ -97,9 +97,7 @@ export class ListEnvironmentActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts index 4318cd664ac9e..999c77e0062bd 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts @@ -122,9 +122,7 @@ export class ListEnvironmentBlueprintConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts index 9b1005cd08c1c..0833c9d819abe 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts @@ -106,9 +106,7 @@ export class ListEnvironmentBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts index 641aa4a6b81c9..6e22d03a9b410 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts @@ -107,9 +107,7 @@ export class ListEnvironmentProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts index a5ad799be0e50..3884910d0f1b1 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts @@ -111,9 +111,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts b/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts index 4a0d61824c0f8..bc76ace8f58a4 100644 --- a/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts +++ b/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts @@ -106,9 +106,7 @@ export class ListLineageNodeHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts b/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts index 25c2d8eb6a82a..6f445359fead4 100644 --- a/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts +++ b/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts @@ -103,9 +103,7 @@ export class ListMetadataGenerationRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListNotificationsCommand.ts b/clients/client-datazone/src/commands/ListNotificationsCommand.ts index 103bba9f32fc4..dbdc9e3a6622b 100644 --- a/clients/client-datazone/src/commands/ListNotificationsCommand.ts +++ b/clients/client-datazone/src/commands/ListNotificationsCommand.ts @@ -121,9 +121,7 @@ export class ListNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts b/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts index 0f0586c890163..848b7fef92f6a 100644 --- a/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts +++ b/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts @@ -148,9 +148,7 @@ export class ListPolicyGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts index 7da24534ede23..754f19e1ebd67 100644 --- a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts +++ b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts @@ -101,9 +101,7 @@ export class ListProjectMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListProjectsCommand.ts b/clients/client-datazone/src/commands/ListProjectsCommand.ts index 39766e988ae25..ba396cdfe00b2 100644 --- a/clients/client-datazone/src/commands/ListProjectsCommand.ts +++ b/clients/client-datazone/src/commands/ListProjectsCommand.ts @@ -109,9 +109,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts index 11f804305ccd0..40474179c669d 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts @@ -132,9 +132,7 @@ export class ListSubscriptionGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts index 54e2db7addf95..05c883cfc081e 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts @@ -168,9 +168,7 @@ export class ListSubscriptionRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts index cde8ac5a9771a..1657371e6473a 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts @@ -120,9 +120,7 @@ export class ListSubscriptionTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts index ed1ee0ea56379..8b231e51aac17 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts @@ -164,9 +164,7 @@ export class ListSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts index 86a7ea7ac1905..f008917053082 100644 --- a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts index 630a1cb4ba006..8079de69a918b 100644 --- a/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts +++ b/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts @@ -100,9 +100,7 @@ export class ListTimeSeriesDataPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/PostLineageEventCommand.ts b/clients/client-datazone/src/commands/PostLineageEventCommand.ts index 624803a94bc5f..ab61b819e44f8 100644 --- a/clients/client-datazone/src/commands/PostLineageEventCommand.ts +++ b/clients/client-datazone/src/commands/PostLineageEventCommand.ts @@ -100,9 +100,7 @@ export class PostLineageEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts index de258ec518310..2c5db69d0ce88 100644 --- a/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts +++ b/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts @@ -113,9 +113,7 @@ export class PostTimeSeriesDataPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts index b4283c543dbcf..8c83eec914f3b 100644 --- a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts @@ -138,9 +138,7 @@ export class PutEnvironmentBlueprintConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts index d733cded53907..78c52cb5142c5 100644 --- a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts +++ b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts @@ -104,9 +104,7 @@ export class RejectPredictionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts index 7b3c6107762c5..0576d1d5161aa 100644 --- a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts @@ -161,9 +161,7 @@ export class RejectSubscriptionRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts b/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts index 91aeb671367b8..8884cd8522248 100644 --- a/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts +++ b/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts @@ -92,9 +92,7 @@ export class RemoveEntityOwnerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts b/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts index 4c33efc396440..75b9bfec9917b 100644 --- a/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts +++ b/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts @@ -108,9 +108,7 @@ export class RemovePolicyGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts index 132e1ec1ab373..f189e793028cd 100644 --- a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts @@ -155,9 +155,7 @@ export class RevokeSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/SearchCommand.ts b/clients/client-datazone/src/commands/SearchCommand.ts index 216c050f44ec1..9b98693b4bca9 100644 --- a/clients/client-datazone/src/commands/SearchCommand.ts +++ b/clients/client-datazone/src/commands/SearchCommand.ts @@ -217,9 +217,7 @@ export class SearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts index 88a6b1a3b6567..3e91a0e758569 100644 --- a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts +++ b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts @@ -100,9 +100,7 @@ export class SearchGroupProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/SearchListingsCommand.ts b/clients/client-datazone/src/commands/SearchListingsCommand.ts index a8477bbdab600..2f1228a58c2b7 100644 --- a/clients/client-datazone/src/commands/SearchListingsCommand.ts +++ b/clients/client-datazone/src/commands/SearchListingsCommand.ts @@ -188,9 +188,7 @@ export class SearchListingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/SearchTypesCommand.ts b/clients/client-datazone/src/commands/SearchTypesCommand.ts index 808e65ac236ef..71cad82370712 100644 --- a/clients/client-datazone/src/commands/SearchTypesCommand.ts +++ b/clients/client-datazone/src/commands/SearchTypesCommand.ts @@ -180,9 +180,7 @@ export class SearchTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts index 71a51a2794710..2726eef4d489f 100644 --- a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts +++ b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts @@ -110,9 +110,7 @@ export class SearchUserProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts index ec5bdef284a8f..6f22039552c8f 100644 --- a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts +++ b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts @@ -112,9 +112,7 @@ export class StartDataSourceRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts index 4d0c0787392fa..55b509b4a07d1 100644 --- a/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts +++ b/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts @@ -103,9 +103,7 @@ export class StartMetadataGenerationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/TagResourceCommand.ts b/clients/client-datazone/src/commands/TagResourceCommand.ts index ccf4f4e99825f..92b51d406d389 100644 --- a/clients/client-datazone/src/commands/TagResourceCommand.ts +++ b/clients/client-datazone/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UntagResourceCommand.ts b/clients/client-datazone/src/commands/UntagResourceCommand.ts index 7182a41b0996d..1163bd8662719 100644 --- a/clients/client-datazone/src/commands/UntagResourceCommand.ts +++ b/clients/client-datazone/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts b/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts index f21f9383d4def..d89a57ef9932e 100644 --- a/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts +++ b/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts @@ -364,9 +364,7 @@ export class UpdateAssetFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts index 74a0f9e6faad1..aa0849a68cb3c 100644 --- a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts @@ -266,9 +266,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateDomainCommand.ts b/clients/client-datazone/src/commands/UpdateDomainCommand.ts index f245ebb9165ed..305cbc7ea89d3 100644 --- a/clients/client-datazone/src/commands/UpdateDomainCommand.ts +++ b/clients/client-datazone/src/commands/UpdateDomainCommand.ts @@ -106,9 +106,7 @@ export class UpdateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts b/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts index d3d681eb5e596..abc41298f27f4 100644 --- a/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts +++ b/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts @@ -112,9 +112,7 @@ export class UpdateDomainUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts index f84989020e19f..d17865efbf541 100644 --- a/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts +++ b/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts @@ -104,9 +104,7 @@ export class UpdateEnvironmentActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts index 00d33c05e2871..d9abcd8a52d4a 100644 --- a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts @@ -164,9 +164,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts index 12a6a7ae3dd0a..4e1b3aceeb4b2 100644 --- a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts @@ -125,9 +125,7 @@ export class UpdateEnvironmentProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts index c8919366acc4f..dc38874fd83f2 100644 --- a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts @@ -101,9 +101,7 @@ export class UpdateGlossaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts index 947cd78337e58..c524689c44938 100644 --- a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts @@ -119,9 +119,7 @@ export class UpdateGlossaryTermCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts index 0840b61b9b020..8e975edf2c33c 100644 --- a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts @@ -92,9 +92,7 @@ export class UpdateGroupProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateProjectCommand.ts b/clients/client-datazone/src/commands/UpdateProjectCommand.ts index 5f9b7dbe927ca..67974bb02071b 100644 --- a/clients/client-datazone/src/commands/UpdateProjectCommand.ts +++ b/clients/client-datazone/src/commands/UpdateProjectCommand.ts @@ -117,9 +117,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts index ac74cf17e2cc0..f5928da2ee6da 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts @@ -133,9 +133,7 @@ export class UpdateSubscriptionGrantStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts index dca09ca35dfec..f38d38736cf86 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts @@ -161,9 +161,7 @@ export class UpdateSubscriptionRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts index 5e5eec072f460..923d3781df89a 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts @@ -131,9 +131,7 @@ export class UpdateSubscriptionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts index 4b31dc2c35517..f992b08bb3c29 100644 --- a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts @@ -103,9 +103,7 @@ export class UpdateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DataZoneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/CreateClusterCommand.ts b/clients/client-dax/src/commands/CreateClusterCommand.ts index aa3e1aca63f32..45ca71065d39b 100644 --- a/clients/client-dax/src/commands/CreateClusterCommand.ts +++ b/clients/client-dax/src/commands/CreateClusterCommand.ts @@ -196,9 +196,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts index 0edc2d249c596..83414fd3fa612 100644 --- a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts @@ -88,9 +88,7 @@ export class CreateParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts index 9cea6c016c8e8..0817ff761ac2e 100644 --- a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts @@ -96,9 +96,7 @@ export class CreateSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts index 10c094b8a634a..c4e038f77b070 100644 --- a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts @@ -148,9 +148,7 @@ export class DecreaseReplicationFactorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DeleteClusterCommand.ts b/clients/client-dax/src/commands/DeleteClusterCommand.ts index 7d4cbba93298b..3a159354a9c64 100644 --- a/clients/client-dax/src/commands/DeleteClusterCommand.ts +++ b/clients/client-dax/src/commands/DeleteClusterCommand.ts @@ -139,9 +139,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts index 6dc3ac30defcc..b311d5364f648 100644 --- a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts @@ -81,9 +81,7 @@ export class DeleteParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts index 6044a5f1dac38..f81f5965303b0 100644 --- a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeClustersCommand.ts b/clients/client-dax/src/commands/DescribeClustersCommand.ts index 0e5b4c373a0da..2288c67d3c4c8 100644 --- a/clients/client-dax/src/commands/DescribeClustersCommand.ts +++ b/clients/client-dax/src/commands/DescribeClustersCommand.ts @@ -150,9 +150,7 @@ export class DescribeClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts index b5e835da03a05..6a8e29ec9ace0 100644 --- a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts @@ -95,9 +95,7 @@ export class DescribeDefaultParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeEventsCommand.ts b/clients/client-dax/src/commands/DescribeEventsCommand.ts index 3883a9eac2e03..2bc33091f51ba 100644 --- a/clients/client-dax/src/commands/DescribeEventsCommand.ts +++ b/clients/client-dax/src/commands/DescribeEventsCommand.ts @@ -92,9 +92,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts index a4864637015be..f951a1cd03b8e 100644 --- a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts @@ -88,9 +88,7 @@ export class DescribeParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeParametersCommand.ts b/clients/client-dax/src/commands/DescribeParametersCommand.ts index c2c43809a2800..7640a2c33ae3c 100644 --- a/clients/client-dax/src/commands/DescribeParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeParametersCommand.ts @@ -99,9 +99,7 @@ export class DescribeParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts index 6cea948a070aa..481ced586e639 100644 --- a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts @@ -90,9 +90,7 @@ export class DescribeSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts index 6567cf99f2c40..c2dc181c58501 100644 --- a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts @@ -154,9 +154,7 @@ export class IncreaseReplicationFactorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/ListTagsCommand.ts b/clients/client-dax/src/commands/ListTagsCommand.ts index f497bb51dd708..3f35be17fe152 100644 --- a/clients/client-dax/src/commands/ListTagsCommand.ts +++ b/clients/client-dax/src/commands/ListTagsCommand.ts @@ -92,9 +92,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/RebootNodeCommand.ts b/clients/client-dax/src/commands/RebootNodeCommand.ts index 916a40305b213..5af114b891f3f 100644 --- a/clients/client-dax/src/commands/RebootNodeCommand.ts +++ b/clients/client-dax/src/commands/RebootNodeCommand.ts @@ -145,9 +145,7 @@ export class RebootNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/TagResourceCommand.ts b/clients/client-dax/src/commands/TagResourceCommand.ts index 6a256a73630dc..47759f839ecd5 100644 --- a/clients/client-dax/src/commands/TagResourceCommand.ts +++ b/clients/client-dax/src/commands/TagResourceCommand.ts @@ -99,9 +99,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/UntagResourceCommand.ts b/clients/client-dax/src/commands/UntagResourceCommand.ts index 9a3cc3a721021..65fc8c88cc588 100644 --- a/clients/client-dax/src/commands/UntagResourceCommand.ts +++ b/clients/client-dax/src/commands/UntagResourceCommand.ts @@ -96,9 +96,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/UpdateClusterCommand.ts b/clients/client-dax/src/commands/UpdateClusterCommand.ts index a575837648077..2c79510545d91 100644 --- a/clients/client-dax/src/commands/UpdateClusterCommand.ts +++ b/clients/client-dax/src/commands/UpdateClusterCommand.ts @@ -151,9 +151,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts index 1a5c2328b10a6..d894b2e42be6f 100644 --- a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts @@ -91,9 +91,7 @@ export class UpdateParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts index 27707c3c3cd86..79229dc71f8c6 100644 --- a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts @@ -96,9 +96,7 @@ export class UpdateSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DAXClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts index 64e4d9105db58..d0976c01632e2 100644 --- a/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts +++ b/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts @@ -87,9 +87,7 @@ export class AssociateMemberToFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts index 9d25c4cf73c46..142864faefd81 100644 --- a/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts +++ b/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts @@ -88,9 +88,7 @@ export class AssociateMemberToFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts index e69c1f3a3263b..d84f4c70603e6 100644 --- a/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts +++ b/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts @@ -89,9 +89,7 @@ export class AssociateMemberToJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts index a464b9b9ad2c9..d707815064484 100644 --- a/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts +++ b/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts @@ -88,9 +88,7 @@ export class AssociateMemberToQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts b/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts index ba90a9e09972c..69e197b78f60b 100644 --- a/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts +++ b/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts @@ -92,9 +92,7 @@ export class AssumeFleetRoleForReadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts b/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts index 4e521d8c9dbc7..3d490dc6c7228 100644 --- a/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts +++ b/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts @@ -96,9 +96,7 @@ export class AssumeFleetRoleForWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts index a8a02d7553af5..d757baf39faa7 100644 --- a/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts +++ b/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts @@ -92,9 +92,7 @@ export class AssumeQueueRoleForReadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts index 37791117dc1ad..8a01c87fb8fc2 100644 --- a/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts +++ b/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts @@ -91,9 +91,7 @@ export class AssumeQueueRoleForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts index 1bdd5f8cad179..d1d1c7c5578a6 100644 --- a/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts +++ b/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts @@ -97,9 +97,7 @@ export class AssumeQueueRoleForWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts b/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts index ddd3e3e22e9a4..5e66174fce605 100644 --- a/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts +++ b/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts @@ -203,9 +203,7 @@ export class BatchGetJobEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts b/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts index f65824ed309d7..23d733b7e6347 100644 --- a/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts +++ b/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts @@ -87,9 +87,7 @@ export class CopyJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateBudgetCommand.ts b/clients/client-deadline/src/commands/CreateBudgetCommand.ts index c42ba01cc4899..6fa7c86a09cae 100644 --- a/clients/client-deadline/src/commands/CreateBudgetCommand.ts +++ b/clients/client-deadline/src/commands/CreateBudgetCommand.ts @@ -105,9 +105,7 @@ export class CreateBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateFarmCommand.ts b/clients/client-deadline/src/commands/CreateFarmCommand.ts index d06c4e0a1c862..06e5d6c9c089d 100644 --- a/clients/client-deadline/src/commands/CreateFarmCommand.ts +++ b/clients/client-deadline/src/commands/CreateFarmCommand.ts @@ -94,9 +94,7 @@ export class CreateFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateFleetCommand.ts b/clients/client-deadline/src/commands/CreateFleetCommand.ts index 2d0fe594e9134..e61cbaa5dd5e9 100644 --- a/clients/client-deadline/src/commands/CreateFleetCommand.ts +++ b/clients/client-deadline/src/commands/CreateFleetCommand.ts @@ -183,9 +183,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateJobCommand.ts b/clients/client-deadline/src/commands/CreateJobCommand.ts index bba3e5e7ce63d..2b7f24e200f74 100644 --- a/clients/client-deadline/src/commands/CreateJobCommand.ts +++ b/clients/client-deadline/src/commands/CreateJobCommand.ts @@ -119,9 +119,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts index a034660364a3a..95b92467cca7f 100644 --- a/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts +++ b/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts @@ -97,9 +97,7 @@ export class CreateLicenseEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateMonitorCommand.ts b/clients/client-deadline/src/commands/CreateMonitorCommand.ts index 79120038e1b81..38114d0974d79 100644 --- a/clients/client-deadline/src/commands/CreateMonitorCommand.ts +++ b/clients/client-deadline/src/commands/CreateMonitorCommand.ts @@ -89,9 +89,7 @@ export class CreateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateQueueCommand.ts b/clients/client-deadline/src/commands/CreateQueueCommand.ts index f059b2bf1f71b..40a3c25548d4c 100644 --- a/clients/client-deadline/src/commands/CreateQueueCommand.ts +++ b/clients/client-deadline/src/commands/CreateQueueCommand.ts @@ -115,9 +115,7 @@ export class CreateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts index 35beabd013436..55de97617250c 100644 --- a/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts +++ b/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts @@ -94,9 +94,7 @@ export class CreateQueueEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts index 3d797e2a1ae76..7db6b42098960 100644 --- a/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts +++ b/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts @@ -86,9 +86,7 @@ export class CreateQueueFleetAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts b/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts index ab7308c291d0f..a0afff081971a 100644 --- a/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts +++ b/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts @@ -100,9 +100,7 @@ export class CreateStorageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/CreateWorkerCommand.ts b/clients/client-deadline/src/commands/CreateWorkerCommand.ts index a6152c886113a..4e1c95fb0ab11 100644 --- a/clients/client-deadline/src/commands/CreateWorkerCommand.ts +++ b/clients/client-deadline/src/commands/CreateWorkerCommand.ts @@ -101,9 +101,7 @@ export class CreateWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteBudgetCommand.ts b/clients/client-deadline/src/commands/DeleteBudgetCommand.ts index 456300f99f314..9a49d4caa2081 100644 --- a/clients/client-deadline/src/commands/DeleteBudgetCommand.ts +++ b/clients/client-deadline/src/commands/DeleteBudgetCommand.ts @@ -80,9 +80,7 @@ export class DeleteBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteFarmCommand.ts b/clients/client-deadline/src/commands/DeleteFarmCommand.ts index 5e183c9ad20ff..69f8d9cd79a01 100644 --- a/clients/client-deadline/src/commands/DeleteFarmCommand.ts +++ b/clients/client-deadline/src/commands/DeleteFarmCommand.ts @@ -79,9 +79,7 @@ export class DeleteFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteFleetCommand.ts b/clients/client-deadline/src/commands/DeleteFleetCommand.ts index 12dccf15d8862..0e6ea35059c4c 100644 --- a/clients/client-deadline/src/commands/DeleteFleetCommand.ts +++ b/clients/client-deadline/src/commands/DeleteFleetCommand.ts @@ -85,9 +85,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts index 3de69021a20fe..6237d70424c66 100644 --- a/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts +++ b/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts @@ -83,9 +83,7 @@ export class DeleteLicenseEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts b/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts index 573eb7e8e3863..a860c6d02c56b 100644 --- a/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts +++ b/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts @@ -80,9 +80,7 @@ export class DeleteMeteredProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteMonitorCommand.ts b/clients/client-deadline/src/commands/DeleteMonitorCommand.ts index 642674b33407e..318cefd0bc98a 100644 --- a/clients/client-deadline/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-deadline/src/commands/DeleteMonitorCommand.ts @@ -80,9 +80,7 @@ export class DeleteMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteQueueCommand.ts b/clients/client-deadline/src/commands/DeleteQueueCommand.ts index 3fd5ff6aaa6ee..8f543cdb69567 100644 --- a/clients/client-deadline/src/commands/DeleteQueueCommand.ts +++ b/clients/client-deadline/src/commands/DeleteQueueCommand.ts @@ -88,9 +88,7 @@ export class DeleteQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts index 050037bc4c5da..0c74078ed7064 100644 --- a/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts +++ b/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts @@ -78,9 +78,7 @@ export class DeleteQueueEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts index 605215c04f0c4..45071392d0a05 100644 --- a/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts +++ b/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts @@ -90,9 +90,7 @@ export class DeleteQueueFleetAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts b/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts index 83054905b3f3f..b3d1fd85c266d 100644 --- a/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts +++ b/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts @@ -77,9 +77,7 @@ export class DeleteStorageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DeleteWorkerCommand.ts b/clients/client-deadline/src/commands/DeleteWorkerCommand.ts index 60efae84e8128..0be23d3ed621c 100644 --- a/clients/client-deadline/src/commands/DeleteWorkerCommand.ts +++ b/clients/client-deadline/src/commands/DeleteWorkerCommand.ts @@ -85,9 +85,7 @@ export class DeleteWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts index a5c3f183a686e..02785c922206d 100644 --- a/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts +++ b/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts @@ -80,9 +80,7 @@ export class DisassociateMemberFromFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts index 2899ec7fb8d1c..e2ea4e91aab53 100644 --- a/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts +++ b/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts @@ -90,9 +90,7 @@ export class DisassociateMemberFromFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts index 76f77ada8bb7f..91e0aed2a58e2 100644 --- a/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts +++ b/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts @@ -82,9 +82,7 @@ export class DisassociateMemberFromJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts index 8e5f191aedcf3..e22d68a927605 100644 --- a/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts +++ b/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts @@ -90,9 +90,7 @@ export class DisassociateMemberFromQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetBudgetCommand.ts b/clients/client-deadline/src/commands/GetBudgetCommand.ts index 0a700cea8e6c3..5aaba226fce2b 100644 --- a/clients/client-deadline/src/commands/GetBudgetCommand.ts +++ b/clients/client-deadline/src/commands/GetBudgetCommand.ts @@ -110,9 +110,7 @@ export class GetBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetFarmCommand.ts b/clients/client-deadline/src/commands/GetFarmCommand.ts index ddd743741beb4..c31671df8a4ae 100644 --- a/clients/client-deadline/src/commands/GetFarmCommand.ts +++ b/clients/client-deadline/src/commands/GetFarmCommand.ts @@ -88,9 +88,7 @@ export class GetFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetFleetCommand.ts b/clients/client-deadline/src/commands/GetFleetCommand.ts index 499d0e2796a2e..41bf3b4002676 100644 --- a/clients/client-deadline/src/commands/GetFleetCommand.ts +++ b/clients/client-deadline/src/commands/GetFleetCommand.ts @@ -200,9 +200,7 @@ export class GetFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetJobCommand.ts b/clients/client-deadline/src/commands/GetJobCommand.ts index f5fb262b8f93a..657534e58897b 100644 --- a/clients/client-deadline/src/commands/GetJobCommand.ts +++ b/clients/client-deadline/src/commands/GetJobCommand.ts @@ -125,9 +125,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts index 40809f0920a75..a575b637515cd 100644 --- a/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts +++ b/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts @@ -91,9 +91,7 @@ export class GetLicenseEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetMonitorCommand.ts b/clients/client-deadline/src/commands/GetMonitorCommand.ts index 7c70a28c24804..e6b9e93ec9b64 100644 --- a/clients/client-deadline/src/commands/GetMonitorCommand.ts +++ b/clients/client-deadline/src/commands/GetMonitorCommand.ts @@ -91,9 +91,7 @@ export class GetMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetQueueCommand.ts b/clients/client-deadline/src/commands/GetQueueCommand.ts index 132c79b4ac0f1..ac5ff84719bce 100644 --- a/clients/client-deadline/src/commands/GetQueueCommand.ts +++ b/clients/client-deadline/src/commands/GetQueueCommand.ts @@ -114,9 +114,7 @@ export class GetQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts index 9812b6b124695..c156db08a8d7b 100644 --- a/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts +++ b/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts @@ -95,9 +95,7 @@ export class GetQueueEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts index a96f632d5cee9..ea3218fbbd256 100644 --- a/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts +++ b/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts @@ -89,9 +89,7 @@ export class GetQueueFleetAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetSessionActionCommand.ts b/clients/client-deadline/src/commands/GetSessionActionCommand.ts index 038d2b1fb2a2e..f1a4577e3e5c9 100644 --- a/clients/client-deadline/src/commands/GetSessionActionCommand.ts +++ b/clients/client-deadline/src/commands/GetSessionActionCommand.ts @@ -119,9 +119,7 @@ export class GetSessionActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetSessionCommand.ts b/clients/client-deadline/src/commands/GetSessionCommand.ts index 66c3e226aae22..2a6311e352166 100644 --- a/clients/client-deadline/src/commands/GetSessionCommand.ts +++ b/clients/client-deadline/src/commands/GetSessionCommand.ts @@ -125,9 +125,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts b/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts index 6c06b27582c54..fbe4aa44ce83d 100644 --- a/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts +++ b/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts @@ -121,9 +121,7 @@ export class GetSessionsStatisticsAggregationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetStepCommand.ts b/clients/client-deadline/src/commands/GetStepCommand.ts index f57c8427bdbbe..cd5fe824f57b4 100644 --- a/clients/client-deadline/src/commands/GetStepCommand.ts +++ b/clients/client-deadline/src/commands/GetStepCommand.ts @@ -135,9 +135,7 @@ export class GetStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetStorageProfileCommand.ts b/clients/client-deadline/src/commands/GetStorageProfileCommand.ts index ee449451b26f4..ccbfba0b31903 100644 --- a/clients/client-deadline/src/commands/GetStorageProfileCommand.ts +++ b/clients/client-deadline/src/commands/GetStorageProfileCommand.ts @@ -99,9 +99,7 @@ export class GetStorageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts b/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts index c8ceb9fae420f..36c1f71d880ff 100644 --- a/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts +++ b/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts @@ -96,9 +96,7 @@ export class GetStorageProfileForQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetTaskCommand.ts b/clients/client-deadline/src/commands/GetTaskCommand.ts index 944c08bcf1ad6..be8e6c5b2d3b2 100644 --- a/clients/client-deadline/src/commands/GetTaskCommand.ts +++ b/clients/client-deadline/src/commands/GetTaskCommand.ts @@ -103,9 +103,7 @@ export class GetTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/GetWorkerCommand.ts b/clients/client-deadline/src/commands/GetWorkerCommand.ts index 7ef3e97ab8959..c2aa908de905c 100644 --- a/clients/client-deadline/src/commands/GetWorkerCommand.ts +++ b/clients/client-deadline/src/commands/GetWorkerCommand.ts @@ -113,9 +113,7 @@ export class GetWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts b/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts index 08001f5eb6342..ba09dbceed08c 100644 --- a/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts +++ b/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts @@ -85,9 +85,7 @@ export class ListAvailableMeteredProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListBudgetsCommand.ts b/clients/client-deadline/src/commands/ListBudgetsCommand.ts index ac55e968a855d..a28857120dd68 100644 --- a/clients/client-deadline/src/commands/ListBudgetsCommand.ts +++ b/clients/client-deadline/src/commands/ListBudgetsCommand.ts @@ -103,9 +103,7 @@ export class ListBudgetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListFarmMembersCommand.ts b/clients/client-deadline/src/commands/ListFarmMembersCommand.ts index ef97567dffd6a..845c62fcae7eb 100644 --- a/clients/client-deadline/src/commands/ListFarmMembersCommand.ts +++ b/clients/client-deadline/src/commands/ListFarmMembersCommand.ts @@ -92,9 +92,7 @@ export class ListFarmMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListFarmsCommand.ts b/clients/client-deadline/src/commands/ListFarmsCommand.ts index ecb62b4ad0d56..2eefc55f66b70 100644 --- a/clients/client-deadline/src/commands/ListFarmsCommand.ts +++ b/clients/client-deadline/src/commands/ListFarmsCommand.ts @@ -91,9 +91,7 @@ export class ListFarmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListFleetMembersCommand.ts b/clients/client-deadline/src/commands/ListFleetMembersCommand.ts index 8fce964ec989d..368bd9eb21583 100644 --- a/clients/client-deadline/src/commands/ListFleetMembersCommand.ts +++ b/clients/client-deadline/src/commands/ListFleetMembersCommand.ts @@ -94,9 +94,7 @@ export class ListFleetMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListFleetsCommand.ts b/clients/client-deadline/src/commands/ListFleetsCommand.ts index ed5bfad8392ff..6518c8e27cda5 100644 --- a/clients/client-deadline/src/commands/ListFleetsCommand.ts +++ b/clients/client-deadline/src/commands/ListFleetsCommand.ts @@ -190,9 +190,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListJobMembersCommand.ts b/clients/client-deadline/src/commands/ListJobMembersCommand.ts index 85011edcba6a2..5ac5634dc8bd1 100644 --- a/clients/client-deadline/src/commands/ListJobMembersCommand.ts +++ b/clients/client-deadline/src/commands/ListJobMembersCommand.ts @@ -96,9 +96,7 @@ export class ListJobMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListJobsCommand.ts b/clients/client-deadline/src/commands/ListJobsCommand.ts index c043bf9c45c82..21f8ba833d4eb 100644 --- a/clients/client-deadline/src/commands/ListJobsCommand.ts +++ b/clients/client-deadline/src/commands/ListJobsCommand.ts @@ -107,9 +107,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts b/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts index 3f2675dd30057..cbc641698e108 100644 --- a/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts +++ b/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts @@ -90,9 +90,7 @@ export class ListLicenseEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts b/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts index 361f50cdf9a38..a3a8eb56dc57a 100644 --- a/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts +++ b/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts @@ -91,9 +91,7 @@ export class ListMeteredProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListMonitorsCommand.ts b/clients/client-deadline/src/commands/ListMonitorsCommand.ts index d0fa8ddaa788c..4f7f672e5cbc2 100644 --- a/clients/client-deadline/src/commands/ListMonitorsCommand.ts +++ b/clients/client-deadline/src/commands/ListMonitorsCommand.ts @@ -94,9 +94,7 @@ export class ListMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts b/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts index abeca808ce7db..9905411ba36c6 100644 --- a/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts +++ b/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts @@ -91,9 +91,7 @@ export class ListQueueEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts b/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts index 067a1e60caa98..d4d4b11d14d0e 100644 --- a/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts +++ b/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts @@ -92,9 +92,7 @@ export class ListQueueFleetAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListQueueMembersCommand.ts b/clients/client-deadline/src/commands/ListQueueMembersCommand.ts index af5eda6cbea00..3cccbee51a691 100644 --- a/clients/client-deadline/src/commands/ListQueueMembersCommand.ts +++ b/clients/client-deadline/src/commands/ListQueueMembersCommand.ts @@ -94,9 +94,7 @@ export class ListQueueMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListQueuesCommand.ts b/clients/client-deadline/src/commands/ListQueuesCommand.ts index 585e324dd208d..650bb870fecad 100644 --- a/clients/client-deadline/src/commands/ListQueuesCommand.ts +++ b/clients/client-deadline/src/commands/ListQueuesCommand.ts @@ -99,9 +99,7 @@ export class ListQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListSessionActionsCommand.ts b/clients/client-deadline/src/commands/ListSessionActionsCommand.ts index 7579b05bd910d..66ed540b3d679 100644 --- a/clients/client-deadline/src/commands/ListSessionActionsCommand.ts +++ b/clients/client-deadline/src/commands/ListSessionActionsCommand.ts @@ -112,9 +112,7 @@ export class ListSessionActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListSessionsCommand.ts b/clients/client-deadline/src/commands/ListSessionsCommand.ts index 7090829c7b22c..f7d2197e2cdf1 100644 --- a/clients/client-deadline/src/commands/ListSessionsCommand.ts +++ b/clients/client-deadline/src/commands/ListSessionsCommand.ts @@ -98,9 +98,7 @@ export class ListSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts b/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts index 18b6a5635116d..07e147bdbcc77 100644 --- a/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts +++ b/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts @@ -96,9 +96,7 @@ export class ListSessionsForWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListStepConsumersCommand.ts b/clients/client-deadline/src/commands/ListStepConsumersCommand.ts index 612779d41817d..e92383c1b0053 100644 --- a/clients/client-deadline/src/commands/ListStepConsumersCommand.ts +++ b/clients/client-deadline/src/commands/ListStepConsumersCommand.ts @@ -92,9 +92,7 @@ export class ListStepConsumersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts b/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts index dd520fd773305..7d2b5677a13dd 100644 --- a/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts +++ b/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts @@ -92,9 +92,7 @@ export class ListStepDependenciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListStepsCommand.ts b/clients/client-deadline/src/commands/ListStepsCommand.ts index fc3cebd0a851d..4abb0e6aa0725 100644 --- a/clients/client-deadline/src/commands/ListStepsCommand.ts +++ b/clients/client-deadline/src/commands/ListStepsCommand.ts @@ -110,9 +110,7 @@ export class ListStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts b/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts index 282f0d333da1d..a8443365b0770 100644 --- a/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts +++ b/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts @@ -90,9 +90,7 @@ export class ListStorageProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts b/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts index 456ec709431a7..40c9a561d7557 100644 --- a/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts +++ b/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts @@ -97,9 +97,7 @@ export class ListStorageProfilesForQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts b/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts index 92373a744b40a..aef168894c0df 100644 --- a/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListTasksCommand.ts b/clients/client-deadline/src/commands/ListTasksCommand.ts index b586ed59d19fb..00aaf5412fad1 100644 --- a/clients/client-deadline/src/commands/ListTasksCommand.ts +++ b/clients/client-deadline/src/commands/ListTasksCommand.ts @@ -109,9 +109,7 @@ export class ListTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/ListWorkersCommand.ts b/clients/client-deadline/src/commands/ListWorkersCommand.ts index 719951db2e793..4ed7567fff807 100644 --- a/clients/client-deadline/src/commands/ListWorkersCommand.ts +++ b/clients/client-deadline/src/commands/ListWorkersCommand.ts @@ -119,9 +119,7 @@ export class ListWorkersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/PutMeteredProductCommand.ts b/clients/client-deadline/src/commands/PutMeteredProductCommand.ts index c04779810e4aa..69dbf59893eba 100644 --- a/clients/client-deadline/src/commands/PutMeteredProductCommand.ts +++ b/clients/client-deadline/src/commands/PutMeteredProductCommand.ts @@ -80,9 +80,7 @@ export class PutMeteredProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/SearchJobsCommand.ts b/clients/client-deadline/src/commands/SearchJobsCommand.ts index d9e5c589be5ed..6ac0b2c5feeaa 100644 --- a/clients/client-deadline/src/commands/SearchJobsCommand.ts +++ b/clients/client-deadline/src/commands/SearchJobsCommand.ts @@ -182,9 +182,7 @@ export class SearchJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/SearchStepsCommand.ts b/clients/client-deadline/src/commands/SearchStepsCommand.ts index b66b5304e6fac..f514be247533e 100644 --- a/clients/client-deadline/src/commands/SearchStepsCommand.ts +++ b/clients/client-deadline/src/commands/SearchStepsCommand.ts @@ -181,9 +181,7 @@ export class SearchStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/SearchTasksCommand.ts b/clients/client-deadline/src/commands/SearchTasksCommand.ts index 3c22f46808a41..6edc95e7096b4 100644 --- a/clients/client-deadline/src/commands/SearchTasksCommand.ts +++ b/clients/client-deadline/src/commands/SearchTasksCommand.ts @@ -175,9 +175,7 @@ export class SearchTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/SearchWorkersCommand.ts b/clients/client-deadline/src/commands/SearchWorkersCommand.ts index 41b4e756ff6a9..dbb6e5e807c65 100644 --- a/clients/client-deadline/src/commands/SearchWorkersCommand.ts +++ b/clients/client-deadline/src/commands/SearchWorkersCommand.ts @@ -177,9 +177,7 @@ export class SearchWorkersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts b/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts index 6101c16fc5416..598fbf3a4f4e0 100644 --- a/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts +++ b/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts @@ -113,9 +113,7 @@ export class StartSessionsStatisticsAggregationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/TagResourceCommand.ts b/clients/client-deadline/src/commands/TagResourceCommand.ts index 7b70157d83f5a..1c3941cd9f1fc 100644 --- a/clients/client-deadline/src/commands/TagResourceCommand.ts +++ b/clients/client-deadline/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UntagResourceCommand.ts b/clients/client-deadline/src/commands/UntagResourceCommand.ts index cf927f82a36f4..da43fc203dd5c 100644 --- a/clients/client-deadline/src/commands/UntagResourceCommand.ts +++ b/clients/client-deadline/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateBudgetCommand.ts b/clients/client-deadline/src/commands/UpdateBudgetCommand.ts index 2b33792f34038..55d62ee88b3a9 100644 --- a/clients/client-deadline/src/commands/UpdateBudgetCommand.ts +++ b/clients/client-deadline/src/commands/UpdateBudgetCommand.ts @@ -104,9 +104,7 @@ export class UpdateBudgetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateFarmCommand.ts b/clients/client-deadline/src/commands/UpdateFarmCommand.ts index 03688e3d836a4..a6b88deb8210b 100644 --- a/clients/client-deadline/src/commands/UpdateFarmCommand.ts +++ b/clients/client-deadline/src/commands/UpdateFarmCommand.ts @@ -81,9 +81,7 @@ export class UpdateFarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateFleetCommand.ts b/clients/client-deadline/src/commands/UpdateFleetCommand.ts index 1f0743de6f5e3..cd59848e13e3f 100644 --- a/clients/client-deadline/src/commands/UpdateFleetCommand.ts +++ b/clients/client-deadline/src/commands/UpdateFleetCommand.ts @@ -177,9 +177,7 @@ export class UpdateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateJobCommand.ts b/clients/client-deadline/src/commands/UpdateJobCommand.ts index 9fb4547ff7a6f..8b1cfc7daa73c 100644 --- a/clients/client-deadline/src/commands/UpdateJobCommand.ts +++ b/clients/client-deadline/src/commands/UpdateJobCommand.ts @@ -97,9 +97,7 @@ export class UpdateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateMonitorCommand.ts b/clients/client-deadline/src/commands/UpdateMonitorCommand.ts index 3db3323e000fa..c25ee193d9d73 100644 --- a/clients/client-deadline/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-deadline/src/commands/UpdateMonitorCommand.ts @@ -83,9 +83,7 @@ export class UpdateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateQueueCommand.ts b/clients/client-deadline/src/commands/UpdateQueueCommand.ts index 95f908216c196..541bec89e7da2 100644 --- a/clients/client-deadline/src/commands/UpdateQueueCommand.ts +++ b/clients/client-deadline/src/commands/UpdateQueueCommand.ts @@ -112,9 +112,7 @@ export class UpdateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts index 6dd687a8a0a0f..93810bf7404a9 100644 --- a/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts +++ b/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts @@ -89,9 +89,7 @@ export class UpdateQueueEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts index 1f9ac4b25c2f3..38dcda3a3e625 100644 --- a/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts +++ b/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts @@ -87,9 +87,7 @@ export class UpdateQueueFleetAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateSessionCommand.ts b/clients/client-deadline/src/commands/UpdateSessionCommand.ts index e1b846cd17f47..fe5d04613e9e9 100644 --- a/clients/client-deadline/src/commands/UpdateSessionCommand.ts +++ b/clients/client-deadline/src/commands/UpdateSessionCommand.ts @@ -88,9 +88,7 @@ export class UpdateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateStepCommand.ts b/clients/client-deadline/src/commands/UpdateStepCommand.ts index e83c315f4df14..3960885600281 100644 --- a/clients/client-deadline/src/commands/UpdateStepCommand.ts +++ b/clients/client-deadline/src/commands/UpdateStepCommand.ts @@ -88,9 +88,7 @@ export class UpdateStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts b/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts index 1a53da06778ec..358ffc3997f1e 100644 --- a/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts +++ b/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts @@ -101,9 +101,7 @@ export class UpdateStorageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateTaskCommand.ts b/clients/client-deadline/src/commands/UpdateTaskCommand.ts index b1069240c1f76..311839f032647 100644 --- a/clients/client-deadline/src/commands/UpdateTaskCommand.ts +++ b/clients/client-deadline/src/commands/UpdateTaskCommand.ts @@ -89,9 +89,7 @@ export class UpdateTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateWorkerCommand.ts b/clients/client-deadline/src/commands/UpdateWorkerCommand.ts index eed4d8312beeb..931180338b697 100644 --- a/clients/client-deadline/src/commands/UpdateWorkerCommand.ts +++ b/clients/client-deadline/src/commands/UpdateWorkerCommand.ts @@ -124,9 +124,7 @@ export class UpdateWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts b/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts index fc5f0daa0e6eb..844a67cb9d95e 100644 --- a/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts +++ b/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts @@ -153,9 +153,7 @@ export class UpdateWorkerScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeadlineClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/AcceptInvitationCommand.ts b/clients/client-detective/src/commands/AcceptInvitationCommand.ts index 011a65dda4e66..650a9d4c98eb0 100644 --- a/clients/client-detective/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-detective/src/commands/AcceptInvitationCommand.ts @@ -82,9 +82,7 @@ export class AcceptInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts index cceba6e94b3b0..b0028462cd9b4 100644 --- a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts @@ -104,9 +104,7 @@ export class BatchGetGraphMemberDatasourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts index a72fd0129caaa..b3ecff380c86e 100644 --- a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts @@ -103,9 +103,7 @@ export class BatchGetMembershipDatasourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/CreateGraphCommand.ts b/clients/client-detective/src/commands/CreateGraphCommand.ts index ad4567e0abc7a..6ca9882aa99bc 100644 --- a/clients/client-detective/src/commands/CreateGraphCommand.ts +++ b/clients/client-detective/src/commands/CreateGraphCommand.ts @@ -99,9 +99,7 @@ export class CreateGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/CreateMembersCommand.ts b/clients/client-detective/src/commands/CreateMembersCommand.ts index 6d6ab242dec41..252496828e8dd 100644 --- a/clients/client-detective/src/commands/CreateMembersCommand.ts +++ b/clients/client-detective/src/commands/CreateMembersCommand.ts @@ -167,9 +167,7 @@ export class CreateMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/DeleteGraphCommand.ts b/clients/client-detective/src/commands/DeleteGraphCommand.ts index 8bc3ca2cd5730..a369c6f42789b 100644 --- a/clients/client-detective/src/commands/DeleteGraphCommand.ts +++ b/clients/client-detective/src/commands/DeleteGraphCommand.ts @@ -80,9 +80,7 @@ export class DeleteGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/DeleteMembersCommand.ts b/clients/client-detective/src/commands/DeleteMembersCommand.ts index b920ee01d89ce..b5148779b1984 100644 --- a/clients/client-detective/src/commands/DeleteMembersCommand.ts +++ b/clients/client-detective/src/commands/DeleteMembersCommand.ts @@ -104,9 +104,7 @@ export class DeleteMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts index 5d08ffc5c1aa5..311e7c18ea038 100644 --- a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -90,9 +90,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts index 49d2390e1190c..761b3be671c6a 100644 --- a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -82,9 +82,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts index f35eb93e7573c..a1b64cdb4ef13 100644 --- a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts +++ b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts @@ -85,9 +85,7 @@ export class DisassociateMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts index 20a9fccacdca7..66e84dfc39f8b 100644 --- a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -91,9 +91,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/GetInvestigationCommand.ts b/clients/client-detective/src/commands/GetInvestigationCommand.ts index 1d361892bf4d0..2a718f46c294c 100644 --- a/clients/client-detective/src/commands/GetInvestigationCommand.ts +++ b/clients/client-detective/src/commands/GetInvestigationCommand.ts @@ -92,9 +92,7 @@ export class GetInvestigationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/GetMembersCommand.ts b/clients/client-detective/src/commands/GetMembersCommand.ts index 39b77afe733ee..a6ee35a2ad09d 100644 --- a/clients/client-detective/src/commands/GetMembersCommand.ts +++ b/clients/client-detective/src/commands/GetMembersCommand.ts @@ -114,9 +114,7 @@ export class GetMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts index 1624d812a24c5..735624f0d005e 100644 --- a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts @@ -90,9 +90,7 @@ export class ListDatasourcePackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListGraphsCommand.ts b/clients/client-detective/src/commands/ListGraphsCommand.ts index c642c6ff4fb9c..2af1abf65a7e2 100644 --- a/clients/client-detective/src/commands/ListGraphsCommand.ts +++ b/clients/client-detective/src/commands/ListGraphsCommand.ts @@ -85,9 +85,7 @@ export class ListGraphsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListIndicatorsCommand.ts b/clients/client-detective/src/commands/ListIndicatorsCommand.ts index 76a7f493818ef..b32067918b0e0 100644 --- a/clients/client-detective/src/commands/ListIndicatorsCommand.ts +++ b/clients/client-detective/src/commands/ListIndicatorsCommand.ts @@ -136,9 +136,7 @@ export class ListIndicatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListInvestigationsCommand.ts b/clients/client-detective/src/commands/ListInvestigationsCommand.ts index 04fb7d1291ead..6534a95d57656 100644 --- a/clients/client-detective/src/commands/ListInvestigationsCommand.ts +++ b/clients/client-detective/src/commands/ListInvestigationsCommand.ts @@ -122,9 +122,7 @@ export class ListInvestigationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListInvitationsCommand.ts b/clients/client-detective/src/commands/ListInvitationsCommand.ts index cd7bfb55c52b7..6de16c158084a 100644 --- a/clients/client-detective/src/commands/ListInvitationsCommand.ts +++ b/clients/client-detective/src/commands/ListInvitationsCommand.ts @@ -112,9 +112,7 @@ export class ListInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListMembersCommand.ts b/clients/client-detective/src/commands/ListMembersCommand.ts index 046426db04136..7ecc84b233902 100644 --- a/clients/client-detective/src/commands/ListMembersCommand.ts +++ b/clients/client-detective/src/commands/ListMembersCommand.ts @@ -112,9 +112,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts index 91a522bc48080..82ffc2ba6f981 100644 --- a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -93,9 +93,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts index 355dce86c741e..b592fe74cc5b4 100644 --- a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/RejectInvitationCommand.ts b/clients/client-detective/src/commands/RejectInvitationCommand.ts index 609af824c721e..05e71f03b15e5 100644 --- a/clients/client-detective/src/commands/RejectInvitationCommand.ts +++ b/clients/client-detective/src/commands/RejectInvitationCommand.ts @@ -85,9 +85,7 @@ export class RejectInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/StartInvestigationCommand.ts b/clients/client-detective/src/commands/StartInvestigationCommand.ts index 430ba6ff32c31..80619e425ca02 100644 --- a/clients/client-detective/src/commands/StartInvestigationCommand.ts +++ b/clients/client-detective/src/commands/StartInvestigationCommand.ts @@ -85,9 +85,7 @@ export class StartInvestigationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts index e02e3ebf5470c..b1bfd9529a66d 100644 --- a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts +++ b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts @@ -105,9 +105,7 @@ export class StartMonitoringMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/TagResourceCommand.ts b/clients/client-detective/src/commands/TagResourceCommand.ts index d2f7f5a389bbb..b4cd2ac9d728e 100644 --- a/clients/client-detective/src/commands/TagResourceCommand.ts +++ b/clients/client-detective/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/UntagResourceCommand.ts b/clients/client-detective/src/commands/UntagResourceCommand.ts index a3c26ffc20608..827bb45800c2d 100644 --- a/clients/client-detective/src/commands/UntagResourceCommand.ts +++ b/clients/client-detective/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts index f4a12bfa44980..5370d8df3b7cc 100644 --- a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts @@ -92,9 +92,7 @@ export class UpdateDatasourcePackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts b/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts index 5a50b9978b0e5..8bc51e34ef562 100644 --- a/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts +++ b/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts @@ -82,9 +82,7 @@ export class UpdateInvestigationStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts index c165709fe50b9..0c1c33adca840 100644 --- a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -83,9 +83,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DetectiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts index b688a14a5e019..ba749abd033a4 100644 --- a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts @@ -119,9 +119,7 @@ export class CreateDevicePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts index dafb7757c2537..222236fdbd32b 100644 --- a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts @@ -93,9 +93,7 @@ export class CreateInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts index 12db595996106..83d21e6ce39f0 100644 --- a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts @@ -101,9 +101,7 @@ export class CreateNetworkProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateProjectCommand.ts b/clients/client-device-farm/src/commands/CreateProjectCommand.ts index efe1cf0273663..6fcaa4aef721f 100644 --- a/clients/client-device-farm/src/commands/CreateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateProjectCommand.ts @@ -124,9 +124,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts index e00cbd7e94939..3775a0bb303af 100644 --- a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts @@ -198,9 +198,7 @@ export class CreateRemoteAccessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts index 99d6c4531d636..0936eb6e0a270 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts @@ -100,9 +100,7 @@ export class CreateTestGridProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts index 91f9d6d4d60eb..ae600e7ce9a51 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts @@ -82,9 +82,7 @@ export class CreateTestGridUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateUploadCommand.ts b/clients/client-device-farm/src/commands/CreateUploadCommand.ts index 1f54d66195aac..54e77d987addb 100644 --- a/clients/client-device-farm/src/commands/CreateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/CreateUploadCommand.ts @@ -116,9 +116,7 @@ export class CreateUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts index ed8708ebab1c1..62871fa034686 100644 --- a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts @@ -84,9 +84,7 @@ export class CreateVPCEConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts index 565a606c69584..c4f3ea602e482 100644 --- a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts @@ -87,9 +87,7 @@ export class DeleteDevicePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts index e017d7a862dc7..0828bd4648abd 100644 --- a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts @@ -75,9 +75,7 @@ export class DeleteInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts index 2a6426ea3b565..c9efe2014f010 100644 --- a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts @@ -75,9 +75,7 @@ export class DeleteNetworkProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts index 1e055479d6ea7..ea7395cb37ed0 100644 --- a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts @@ -87,9 +87,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts index 14031666247c4..8d0ff53140635 100644 --- a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts @@ -86,9 +86,7 @@ export class DeleteRemoteAccessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteRunCommand.ts b/clients/client-device-farm/src/commands/DeleteRunCommand.ts index 854b9c27f3d47..b1b5b89423cb5 100644 --- a/clients/client-device-farm/src/commands/DeleteRunCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRunCommand.ts @@ -87,9 +87,7 @@ export class DeleteRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts index 25a9c489fe590..db4ed4c137e00 100644 --- a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts @@ -82,9 +82,7 @@ export class DeleteTestGridProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts index ad03b6453896e..c1eb41db9336e 100644 --- a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts @@ -86,9 +86,7 @@ export class DeleteUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts index a42ae8fcd275d..5c8bc6de330cc 100644 --- a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts @@ -76,9 +76,7 @@ export class DeleteVPCEConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts index 48ba92c96c214..497c4026b632d 100644 --- a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts @@ -114,9 +114,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetDeviceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceCommand.ts index 277a698d5d4ab..d9e87251cd073 100644 --- a/clients/client-device-farm/src/commands/GetDeviceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceCommand.ts @@ -162,9 +162,7 @@ export class GetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts index 4ab53ce918b71..320bae5e4fca4 100644 --- a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts @@ -95,9 +95,7 @@ export class GetDeviceInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts index 59d43df4bf17f..473b6b107da39 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts @@ -106,9 +106,7 @@ export class GetDevicePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts index 2af224c43ce7e..746ec668925ca 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts @@ -261,9 +261,7 @@ export class GetDevicePoolCompatibilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts index 924b2a5295993..cc113791b59af 100644 --- a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts @@ -86,9 +86,7 @@ export class GetInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetJobCommand.ts b/clients/client-device-farm/src/commands/GetJobCommand.ts index 9c6002bf09e38..24ce02fc30eac 100644 --- a/clients/client-device-farm/src/commands/GetJobCommand.ts +++ b/clients/client-device-farm/src/commands/GetJobCommand.ts @@ -170,9 +170,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts index 9b7c4fe4803e5..1d4a7999e0c5b 100644 --- a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts @@ -90,9 +90,7 @@ export class GetNetworkProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts index bdfb912f4ea52..d5fee0e449881 100644 --- a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts +++ b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts @@ -166,9 +166,7 @@ export class GetOfferingStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetProjectCommand.ts b/clients/client-device-farm/src/commands/GetProjectCommand.ts index e8725e894f3ae..db9ae0e467693 100644 --- a/clients/client-device-farm/src/commands/GetProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetProjectCommand.ts @@ -111,9 +111,7 @@ export class GetProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts index 1483257609075..69f6adc0096f0 100644 --- a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts @@ -177,9 +177,7 @@ export class GetRemoteAccessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetRunCommand.ts b/clients/client-device-farm/src/commands/GetRunCommand.ts index eb2f750fa5288..82138b61df17e 100644 --- a/clients/client-device-farm/src/commands/GetRunCommand.ts +++ b/clients/client-device-farm/src/commands/GetRunCommand.ts @@ -213,9 +213,7 @@ export class GetRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetSuiteCommand.ts b/clients/client-device-farm/src/commands/GetSuiteCommand.ts index c33e063c45782..d4530200ccfec 100644 --- a/clients/client-device-farm/src/commands/GetSuiteCommand.ts +++ b/clients/client-device-farm/src/commands/GetSuiteCommand.ts @@ -117,9 +117,7 @@ export class GetSuiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetTestCommand.ts b/clients/client-device-farm/src/commands/GetTestCommand.ts index 2e2ed7f67c00e..f22f10625c72d 100644 --- a/clients/client-device-farm/src/commands/GetTestCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestCommand.ts @@ -117,9 +117,7 @@ export class GetTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts index b7a8cc1793bfb..f1761e4a3d462 100644 --- a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts @@ -89,9 +89,7 @@ export class GetTestGridProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts index 626b071a5e389..4b90343a72f09 100644 --- a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts @@ -93,9 +93,7 @@ export class GetTestGridSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetUploadCommand.ts b/clients/client-device-farm/src/commands/GetUploadCommand.ts index e23092f0ed270..44e6b52a9f69b 100644 --- a/clients/client-device-farm/src/commands/GetUploadCommand.ts +++ b/clients/client-device-farm/src/commands/GetUploadCommand.ts @@ -104,9 +104,7 @@ export class GetUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts index b594839b5fe12..4f3d44153e073 100644 --- a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts @@ -81,9 +81,7 @@ export class GetVPCEConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts index 81754fe5cbb8b..0cb6a39c82763 100644 --- a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts @@ -117,9 +117,7 @@ export class InstallToRemoteAccessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts index c0303702c5d00..50bf7088696e5 100644 --- a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts @@ -100,9 +100,7 @@ export class ListArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts index 34aa8797b9fee..d0ee237d43df6 100644 --- a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts @@ -100,9 +100,7 @@ export class ListDeviceInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts index ee191ea147377..1b3bff6fa807a 100644 --- a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts @@ -137,9 +137,7 @@ export class ListDevicePoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListDevicesCommand.ts b/clients/client-device-farm/src/commands/ListDevicesCommand.ts index ec78d0a6f2c2a..6c8ce66a80a25 100644 --- a/clients/client-device-farm/src/commands/ListDevicesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicesCommand.ts @@ -150,9 +150,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts index 6df83e5811fdd..b94b43c812f34 100644 --- a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts @@ -90,9 +90,7 @@ export class ListInstanceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListJobsCommand.ts b/clients/client-device-farm/src/commands/ListJobsCommand.ts index 103420a3ecd21..cde038988e870 100644 --- a/clients/client-device-farm/src/commands/ListJobsCommand.ts +++ b/clients/client-device-farm/src/commands/ListJobsCommand.ts @@ -169,9 +169,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts index bca572751e76a..38a1979dcc024 100644 --- a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts @@ -95,9 +95,7 @@ export class ListNetworkProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts index 487489a9ab2f7..7215543c1f8fc 100644 --- a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts @@ -89,9 +89,7 @@ export class ListOfferingPromotionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts index e4f50a5717be0..93838a1bff18f 100644 --- a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts @@ -208,9 +208,7 @@ export class ListOfferingTransactionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts index a14c092e22172..49590d3e4daf0 100644 --- a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts @@ -178,9 +178,7 @@ export class ListOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListProjectsCommand.ts b/clients/client-device-farm/src/commands/ListProjectsCommand.ts index 7563acfa2e91e..08f656f7dab29 100644 --- a/clients/client-device-farm/src/commands/ListProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListProjectsCommand.ts @@ -123,9 +123,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts index a48b80d44cc9c..6645b69870c56 100644 --- a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts @@ -182,9 +182,7 @@ export class ListRemoteAccessSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListRunsCommand.ts b/clients/client-device-farm/src/commands/ListRunsCommand.ts index 24e80124c8965..a94d240e1c019 100644 --- a/clients/client-device-farm/src/commands/ListRunsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRunsCommand.ts @@ -220,9 +220,7 @@ export class ListRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListSamplesCommand.ts b/clients/client-device-farm/src/commands/ListSamplesCommand.ts index 627811a767251..2796cfb5e4119 100644 --- a/clients/client-device-farm/src/commands/ListSamplesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSamplesCommand.ts @@ -102,9 +102,7 @@ export class ListSamplesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListSuitesCommand.ts b/clients/client-device-farm/src/commands/ListSuitesCommand.ts index d69b8a91e225e..aba3bba90a1c4 100644 --- a/clients/client-device-farm/src/commands/ListSuitesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSuitesCommand.ts @@ -122,9 +122,7 @@ export class ListSuitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts index 4f669bfb86f1e..af16f60bd3b34 100644 --- a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts index 4bbc5a7eb01f8..665d22aba0368 100644 --- a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts @@ -90,9 +90,7 @@ export class ListTestGridProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts index 0ef708e5d2d3a..259382b8b30ab 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts @@ -86,9 +86,7 @@ export class ListTestGridSessionActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts index 1979d248ca27d..0f56e7bcedd96 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts @@ -94,9 +94,7 @@ export class ListTestGridSessionArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts index 1479c5480151f..0461631830ece 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts @@ -92,9 +92,7 @@ export class ListTestGridSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListTestsCommand.ts b/clients/client-device-farm/src/commands/ListTestsCommand.ts index b557641a39c50..b03109fbc75a0 100644 --- a/clients/client-device-farm/src/commands/ListTestsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestsCommand.ts @@ -122,9 +122,7 @@ export class ListTestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts index 6187dd46e6e8e..d06c809ef9603 100644 --- a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts @@ -178,9 +178,7 @@ export class ListUniqueProblemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListUploadsCommand.ts b/clients/client-device-farm/src/commands/ListUploadsCommand.ts index cc8ccb26ce28c..ffeacc0c41469 100644 --- a/clients/client-device-farm/src/commands/ListUploadsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUploadsCommand.ts @@ -110,9 +110,7 @@ export class ListUploadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts index d6c5e3985505e..4f9b1044996af 100644 --- a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts +++ b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts @@ -82,9 +82,7 @@ export class ListVPCEConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts index da0d479e51bc1..5f010cf22fa60 100644 --- a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts @@ -149,9 +149,7 @@ export class PurchaseOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts index 5af209301bfd8..95c23e0887188 100644 --- a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts @@ -147,9 +147,7 @@ export class RenewOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts index e8a0b9c681656..83e4480839052 100644 --- a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts +++ b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts @@ -262,9 +262,7 @@ export class ScheduleRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/StopJobCommand.ts b/clients/client-device-farm/src/commands/StopJobCommand.ts index c1942ac5fe089..7cebfb663d39b 100644 --- a/clients/client-device-farm/src/commands/StopJobCommand.ts +++ b/clients/client-device-farm/src/commands/StopJobCommand.ts @@ -157,9 +157,7 @@ export class StopJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts index 56231312c5fda..48706418a83cd 100644 --- a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts @@ -161,9 +161,7 @@ export class StopRemoteAccessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/StopRunCommand.ts b/clients/client-device-farm/src/commands/StopRunCommand.ts index 69a39be94f6c9..0172ff78e1ac1 100644 --- a/clients/client-device-farm/src/commands/StopRunCommand.ts +++ b/clients/client-device-farm/src/commands/StopRunCommand.ts @@ -192,9 +192,7 @@ export class StopRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/TagResourceCommand.ts b/clients/client-device-farm/src/commands/TagResourceCommand.ts index 074496c6973cb..cee78c63f55eb 100644 --- a/clients/client-device-farm/src/commands/TagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UntagResourceCommand.ts b/clients/client-device-farm/src/commands/UntagResourceCommand.ts index 6646863c52ed3..fd96427d216ff 100644 --- a/clients/client-device-farm/src/commands/UntagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts index 25cb187083421..4889499d4d8f5 100644 --- a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts @@ -99,9 +99,7 @@ export class UpdateDeviceInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts index 76d774049a144..d0db8f181d9d3 100644 --- a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts @@ -128,9 +128,7 @@ export class UpdateDevicePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts index c86a4ff2b07f3..c010989cd9145 100644 --- a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts @@ -93,9 +93,7 @@ export class UpdateInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts index 6c4cf7c4956d7..e731f92b5e5e7 100644 --- a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts @@ -101,9 +101,7 @@ export class UpdateNetworkProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts index 8c247315ad227..32d39f3f074ea 100644 --- a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts @@ -124,9 +124,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts index 68826bf688683..91a29cd43eefe 100644 --- a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts @@ -103,9 +103,7 @@ export class UpdateTestGridProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts index 1e5733a1b473b..b8227b8ce858d 100644 --- a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts @@ -91,9 +91,7 @@ export class UpdateUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts index 56811ef76bb0a..0cd2ccad954dd 100644 --- a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts @@ -88,9 +88,7 @@ export class UpdateVPCEConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DeviceFarmClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts index fcc0f66d91593..1d8f8831a2efa 100644 --- a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts @@ -110,9 +110,7 @@ export class AddNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts index f687f5ae33203..d0bbb462f0374 100644 --- a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts @@ -85,9 +85,7 @@ export class DeleteInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts index 43909289f1e54..085a9006f9c7f 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts @@ -85,9 +85,7 @@ export class DescribeAccountHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts index 7c5de376b2a6f..9aff88fac735a 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts @@ -86,9 +86,7 @@ export class DescribeAccountOverviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts index 664bff07c351c..8d88b8a5cfa4c 100644 --- a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts @@ -334,9 +334,7 @@ export class DescribeAnomalyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts index 28bc372a307f0..96f83922eba19 100644 --- a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts @@ -86,9 +86,7 @@ export class DescribeEventSourcesConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts index 91a987fa18bf6..5729c2867899f 100644 --- a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts @@ -88,9 +88,7 @@ export class DescribeFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts index c2b9af9e5ea82..0573628530cb0 100644 --- a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts @@ -142,9 +142,7 @@ export class DescribeInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts index 9787aed30f2df..f543647b892b6 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts @@ -90,9 +90,7 @@ export class DescribeOrganizationHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts index c4a067bd6b0ce..e988d403b2efd 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts @@ -95,9 +95,7 @@ export class DescribeOrganizationOverviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts index 26e7d5f3c27a5..7a927c0312a9a 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts @@ -142,9 +142,7 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts index 173460a7b4482..fc809ab1568ac 100644 --- a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts @@ -124,9 +124,7 @@ export class DescribeResourceCollectionHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts index a86fd3b432811..7e2d236373788 100644 --- a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts @@ -96,9 +96,7 @@ export class DescribeServiceIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts index 2184e10414fd8..9da0346f159fe 100644 --- a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts @@ -118,9 +118,7 @@ export class GetCostEstimationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts index 19be84f484585..8668f31c1f3cf 100644 --- a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts @@ -103,9 +103,7 @@ export class GetResourceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts index fa005f7a3d94a..59869f9b38e5f 100644 --- a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts @@ -353,9 +353,7 @@ export class ListAnomaliesForInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts index 3b4af8d0f5efa..778e77368dc41 100644 --- a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts @@ -112,9 +112,7 @@ export class ListAnomalousLogGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListEventsCommand.ts b/clients/client-devops-guru/src/commands/ListEventsCommand.ts index f7b5119a00c6a..06b21bfce9f79 100644 --- a/clients/client-devops-guru/src/commands/ListEventsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListEventsCommand.ts @@ -144,9 +144,7 @@ export class ListEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts index 83541dbe940cc..b10e9d9781107 100644 --- a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts @@ -177,9 +177,7 @@ export class ListInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts index 745cd94fc7ccb..d6ef952760172 100644 --- a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts +++ b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts @@ -110,9 +110,7 @@ export class ListMonitoredResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts index 39a7938d60247..3119f44dbe03f 100644 --- a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts @@ -102,9 +102,7 @@ export class ListNotificationChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts index a753b9a429265..46d1ba242dbb5 100644 --- a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts @@ -179,9 +179,7 @@ export class ListOrganizationInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts index 00453875e287c..0d77d876faa27 100644 --- a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts @@ -129,9 +129,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts index 4640aae5c4fb1..7d5b602b09e05 100644 --- a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts @@ -88,9 +88,7 @@ export class PutFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts index 4aaf1f49cbaf2..16247accf7b2e 100644 --- a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts @@ -87,9 +87,7 @@ export class RemoveNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts index be62e73ce0e68..0ef0a7bf9ba08 100644 --- a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts @@ -195,9 +195,7 @@ export class SearchInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts index 4952ce5c4d75c..5ebbdd986d4a1 100644 --- a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts @@ -199,9 +199,7 @@ export class SearchOrganizationInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts index e96fe479214f3..8893047ddd067 100644 --- a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts @@ -101,9 +101,7 @@ export class StartCostEstimationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts index 37303ce9d30eb..d78b44da00c9a 100644 --- a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts @@ -85,9 +85,7 @@ export class UpdateEventSourcesConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts index 8d3c439eb35cb..7736f27a0d64c 100644 --- a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts @@ -101,9 +101,7 @@ export class UpdateResourceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts index 8f19edbc58578..220fbeca5229d 100644 --- a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts @@ -96,9 +96,7 @@ export class UpdateServiceIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DevOpsGuruClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts index 827fd0380bc74..9aa6a9a8a7a16 100644 --- a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts @@ -107,9 +107,7 @@ export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index a4998e3064f9b..3b0f53fea0740 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -120,9 +120,7 @@ export class AllocateConnectionOnInterconnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts index d28aba60affba..8cca9ee1ebee0 100644 --- a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts @@ -125,9 +125,7 @@ export class AllocateHostedConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts index 7e06c19f373f0..8c1fe06cdb346 100644 --- a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts @@ -146,9 +146,7 @@ export class AllocatePrivateVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts index dfca0ed9e102f..92d58b699de17 100644 --- a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts @@ -153,9 +153,7 @@ export class AllocatePublicVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts index b137484ff4dff..b1c9409575526 100644 --- a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts @@ -150,9 +150,7 @@ export class AllocateTransitVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts index a9ab5e9d44664..4be96d35b10e8 100644 --- a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts @@ -118,9 +118,7 @@ export class AssociateConnectionWithLagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts index 03dfefa5c361c..54e02e612b1b2 100644 --- a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts @@ -112,9 +112,7 @@ export class AssociateHostedConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts index 70fde15b0e89e..2f8e67518f087 100644 --- a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts @@ -84,9 +84,7 @@ export class AssociateMacSecKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts index 5b91eae4a5b1f..b362267b4a39e 100644 --- a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts @@ -128,9 +128,7 @@ export class AssociateVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts index 26fce80e5bd04..5e792faca75ec 100644 --- a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts @@ -73,9 +73,7 @@ export class ConfirmConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts index 7099170f0bb3d..6174ce2ef480f 100644 --- a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts @@ -73,9 +73,7 @@ export class ConfirmCustomerAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts index fad058f3dcf9f..3e5914e44ec44 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts @@ -81,9 +81,7 @@ export class ConfirmPrivateVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts index a7dfd5f3c2c74..e0128d9e2f904 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts @@ -78,9 +78,7 @@ export class ConfirmPublicVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts index 8e559a13ed0a4..dff70b6812249 100644 --- a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts @@ -78,9 +78,7 @@ export class ConfirmTransitVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts index cf6ae96f1faac..2ee4c282f3bca 100644 --- a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts @@ -142,9 +142,7 @@ export class CreateBGPPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts index 5739d8e170d1b..f2cc32080e819 100644 --- a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts @@ -128,9 +128,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts index 797e7f884f4c8..d86be1bbf0cf0 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts @@ -108,9 +108,7 @@ export class CreateDirectConnectGatewayAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts index 123445fc0924e..5b38c0cbd298a 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts @@ -114,9 +114,7 @@ export class CreateDirectConnectGatewayAssociationProposalCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts index 15ef644a95b55..a1948d7005cd9 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts @@ -84,9 +84,7 @@ export class CreateDirectConnectGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts index 3f8d5ef6245a8..b6dacef9c4c48 100644 --- a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts @@ -121,9 +121,7 @@ export class CreateInterconnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts index 1a4169a9b8833..b7f441d8dd23e 100644 --- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts @@ -182,9 +182,7 @@ export class CreateLagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts index 6a254e2752e11..1ba33fb03ddf8 100644 --- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -156,9 +156,7 @@ export class CreatePrivateVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts index fde7dcadeeddc..e6bcf8493be37 100644 --- a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts @@ -150,9 +150,7 @@ export class CreatePublicVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts index 062f1076c8477..1de52f66bade8 100644 --- a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts @@ -158,9 +158,7 @@ export class CreateTransitVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts index 3e1e01f5d1f27..02954dbbb6743 100644 --- a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts @@ -124,9 +124,7 @@ export class DeleteBGPPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts index 41f6d33c5a6a3..d94ee2e9910e8 100644 --- a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts @@ -107,9 +107,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts index 5cfafa82c8b52..352305f7e460a 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts @@ -103,9 +103,7 @@ export class DeleteDirectConnectGatewayAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts index 5ab1c51f82f84..2ba3ee9597772 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts @@ -101,9 +101,7 @@ export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts index 08cc35af10c2e..cd89604753caa 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts @@ -80,9 +80,7 @@ export class DeleteDirectConnectGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts index 9491f3b8b5610..01bfaf0eaacda 100644 --- a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts @@ -75,9 +75,7 @@ export class DeleteInterconnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts index 129c11f035bd8..7344a833a067d 100644 --- a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts @@ -141,9 +141,7 @@ export class DeleteLagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts index 77a7704f6bcf8..ee595b6dff4dd 100644 --- a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts @@ -71,9 +71,7 @@ export class DeleteVirtualInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index d1cecb1cfb910..e9012875eb916 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -85,9 +85,7 @@ export class DescribeConnectionLoaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts index 2a4a3758ecfb0..5f5f0c7d8557a 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts @@ -108,9 +108,7 @@ export class DescribeConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index 0c014451ac45e..bb8dc4aa1b510 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -119,9 +119,7 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts index d6032a1b0e0f7..d144f4799f4de 100644 --- a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts @@ -75,9 +75,7 @@ export class DescribeCustomerMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts index 796e244c52a01..ded33f8571146 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts @@ -108,9 +108,7 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts index 9aaefb8f4316c..5f67201e9b542 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts @@ -130,9 +130,7 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts index c5cad552b936e..fb83dec8c3ba3 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts @@ -98,9 +98,7 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts index c5eefa7ad1297..2e7fc90b2e041 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts @@ -88,9 +88,7 @@ export class DescribeDirectConnectGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts index 38b8106193260..56d21ed1f18d1 100644 --- a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts @@ -112,9 +112,7 @@ export class DescribeHostedConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index f0b6faf848bf7..7ae071866e237 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -84,9 +84,7 @@ export class DescribeInterconnectLoaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts index 0308bbd9b2d59..cb5709a95c3a0 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts @@ -94,9 +94,7 @@ export class DescribeInterconnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts index 61726298ce397..8a93f0486b6c0 100644 --- a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts @@ -144,9 +144,7 @@ export class DescribeLagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts index 3a1efc19402ba..ed479a12c33bd 100644 --- a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts @@ -77,9 +77,7 @@ export class DescribeLoaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts index d5a6071b26499..a474171d7f6c4 100644 --- a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts @@ -85,9 +85,7 @@ export class DescribeLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts index 69f58f9d4a5d0..363e729fb2187 100644 --- a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DescribeRouterConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts index 9172c16cd8f5c..967101b6ab030 100644 --- a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts @@ -83,9 +83,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts index 7f19f114c9c82..ad026fda85233 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts @@ -78,9 +78,7 @@ export class DescribeVirtualGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts index a1cc837ce362b..de3f8483962a5 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts @@ -127,9 +127,7 @@ export class DescribeVirtualInterfacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts index e3cd355e00ff3..7db7cede3bb1a 100644 --- a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts @@ -117,9 +117,7 @@ export class DisassociateConnectionFromLagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts index 2ee1d591d2294..5a5273a6f52ed 100644 --- a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts @@ -80,9 +80,7 @@ export class DisassociateMacSecKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts index 762f90f1db5b2..2df0322587825 100644 --- a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +++ b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts @@ -97,9 +97,7 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts index 64b6793693bd5..1322e70e8c831 100644 --- a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts @@ -89,9 +89,7 @@ export class StartBgpFailoverTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts index 0c67a61cc4cf6..bbdffdc323bcf 100644 --- a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts @@ -82,9 +82,7 @@ export class StopBgpFailoverTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/TagResourceCommand.ts b/clients/client-direct-connect/src/commands/TagResourceCommand.ts index 8bbc1cbe4f7a0..13872f01b2e85 100644 --- a/clients/client-direct-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/TagResourceCommand.ts @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts index c2ded7f71d526..645241721b409 100644 --- a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts @@ -72,9 +72,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts index 8166e60b718f2..ee7693e152df8 100644 --- a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts @@ -115,9 +115,7 @@ export class UpdateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts index 84ae3149ee001..8c854d28ccbdd 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts @@ -111,9 +111,7 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts index 82e5f3cf3ee45..ce3d13846f331 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts @@ -79,9 +79,7 @@ export class UpdateDirectConnectGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts index 3bbad8ec9b376..2d5cdf99473af 100644 --- a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts @@ -165,9 +165,7 @@ export class UpdateLagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts index 523871bcb45ae..068f481089924 100644 --- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -130,9 +130,7 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts index 0d6f29e5d1f91..0bcae93b7594f 100644 --- a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts @@ -94,9 +94,7 @@ export class AcceptSharedDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts index 852e8820ea769..12c58d4a3a68f 100644 --- a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts @@ -99,9 +99,7 @@ export class AddIpRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/AddRegionCommand.ts b/clients/client-directory-service/src/commands/AddRegionCommand.ts index bf0304e1ddf30..dec3462c8c245 100644 --- a/clients/client-directory-service/src/commands/AddRegionCommand.ts +++ b/clients/client-directory-service/src/commands/AddRegionCommand.ts @@ -102,9 +102,7 @@ export class AddRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts index b8f2e156b85e8..4d38e6afb9174 100644 --- a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts @@ -86,9 +86,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts index d4e7b4ef403bb..f8b3e4cf80b6f 100644 --- a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts @@ -77,9 +77,7 @@ export class CancelSchemaExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts index 1f8bb0a1c513e..83ad991a78c0a 100644 --- a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts @@ -107,9 +107,7 @@ export class ConnectDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateAliasCommand.ts b/clients/client-directory-service/src/commands/CreateAliasCommand.ts index fa0aaf285a6e0..a23ddf0a2c8d1 100644 --- a/clients/client-directory-service/src/commands/CreateAliasCommand.ts +++ b/clients/client-directory-service/src/commands/CreateAliasCommand.ts @@ -87,9 +87,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateComputerCommand.ts b/clients/client-directory-service/src/commands/CreateComputerCommand.ts index e8be7425258c6..54f75fc0e31fa 100644 --- a/clients/client-directory-service/src/commands/CreateComputerCommand.ts +++ b/clients/client-directory-service/src/commands/CreateComputerCommand.ts @@ -111,9 +111,7 @@ export class CreateComputerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts index 040decb7be7b7..f06329c8de665 100644 --- a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts @@ -90,9 +90,7 @@ export class CreateConditionalForwarderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts index 04221bd04142a..9fae21e168f5b 100644 --- a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts @@ -104,9 +104,7 @@ export class CreateDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts index e1eccc3b70ac4..cde964177704d 100644 --- a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts @@ -83,9 +83,7 @@ export class CreateLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts index 9d2c98e52d5bf..e2bd395450c53 100644 --- a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts +++ b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts @@ -105,9 +105,7 @@ export class CreateMicrosoftADCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts index fd6853d8f279f..ff67f17f415aa 100644 --- a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts @@ -86,9 +86,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/CreateTrustCommand.ts b/clients/client-directory-service/src/commands/CreateTrustCommand.ts index 87232481eb705..bdd7e77885ee4 100644 --- a/clients/client-directory-service/src/commands/CreateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/CreateTrustCommand.ts @@ -97,9 +97,7 @@ export class CreateTrustCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts index 4c53d6ff50bb2..8dee4b34cc269 100644 --- a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts @@ -83,9 +83,7 @@ export class DeleteConditionalForwarderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts index 6a545e18d2b01..8cdf137e19f66 100644 --- a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts @@ -78,9 +78,7 @@ export class DeleteDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts index 9032449b954fc..6a964e34b4bdb 100644 --- a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts @@ -75,9 +75,7 @@ export class DeleteLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts index cdc054855c009..34036b4d39e73 100644 --- a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts @@ -77,9 +77,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts index cbb9993eda03f..5f4c65abd637e 100644 --- a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts @@ -82,9 +82,7 @@ export class DeleteTrustCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts index 59e6532b7dc9b..812ecec4f702e 100644 --- a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts @@ -89,9 +89,7 @@ export class DeregisterCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts index 5f192ccd80343..345bdf52deff4 100644 --- a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts @@ -76,9 +76,7 @@ export class DeregisterEventTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts index 15babb37bdfc0..8fa8c9a5e33a7 100644 --- a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts @@ -95,9 +95,7 @@ export class DescribeCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts index dd743c56ff3f8..18aafb0b6099f 100644 --- a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts @@ -102,9 +102,7 @@ export class DescribeClientAuthenticationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts index 135dffe22f925..dda1a8eeaa33a 100644 --- a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts @@ -101,9 +101,7 @@ export class DescribeConditionalForwardersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts index 30a322ded9499..e547b30892a90 100644 --- a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts @@ -197,9 +197,7 @@ export class DescribeDirectoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts index 9b49084fe1775..f6ad0275f3dc2 100644 --- a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts @@ -102,9 +102,7 @@ export class DescribeDomainControllersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts index ef26a1bd62b30..e38670c17d49c 100644 --- a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts @@ -91,9 +91,7 @@ export class DescribeEventTopicsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts index 934feb9a7e6f4..b342b029a9b59 100644 --- a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts @@ -93,9 +93,7 @@ export class DescribeLDAPSSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts index 578b6a38a5530..f7c98997b4ac1 100644 --- a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts @@ -107,9 +107,7 @@ export class DescribeRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts index af8311c886083..11c8267fc8efc 100644 --- a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts @@ -103,9 +103,7 @@ export class DescribeSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts index 87fa72fc130e9..13fff5b2252bb 100644 --- a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts @@ -105,9 +105,7 @@ export class DescribeSharedDirectoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts index 5f76557f5c3aa..eda788a9efd47 100644 --- a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts @@ -101,9 +101,7 @@ export class DescribeSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts index 7252b19c3a428..a866994eab780 100644 --- a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts @@ -105,9 +105,7 @@ export class DescribeTrustsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts index 416e65079bc8d..11cddcbf11e49 100644 --- a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts @@ -108,9 +108,7 @@ export class DescribeUpdateDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts index 94a67b1453b7f..d39c35c94a9f0 100644 --- a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts @@ -82,9 +82,7 @@ export class DisableClientAuthenticationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts index aea6592e10803..b52502acbe9d8 100644 --- a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts @@ -86,9 +86,7 @@ export class DisableLDAPSCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts index d2e7d8bc7db67..f5cf5171754b8 100644 --- a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts @@ -73,9 +73,7 @@ export class DisableRadiusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/DisableSsoCommand.ts b/clients/client-directory-service/src/commands/DisableSsoCommand.ts index fe5ac0a74f1dc..26aa1515f082a 100644 --- a/clients/client-directory-service/src/commands/DisableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/DisableSsoCommand.ts @@ -80,9 +80,7 @@ export class DisableSsoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts index f8b14a474105a..3a24d7a510213 100644 --- a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts @@ -86,9 +86,7 @@ export class EnableClientAuthenticationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts index af6f5d7bfbf2d..65e9df02498f1 100644 --- a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts @@ -90,9 +90,7 @@ export class EnableLDAPSCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts index 37f6fff895ee3..6b8f36f8572c4 100644 --- a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts @@ -91,9 +91,7 @@ export class EnableRadiusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/EnableSsoCommand.ts b/clients/client-directory-service/src/commands/EnableSsoCommand.ts index a79783fe34fb6..dbbd76dbf2c9a 100644 --- a/clients/client-directory-service/src/commands/EnableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/EnableSsoCommand.ts @@ -82,9 +82,7 @@ export class EnableSsoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts index 499d2bac60a83..b91dd64ac90e8 100644 --- a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts @@ -82,9 +82,7 @@ export class GetDirectoryLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts index fe97486eb36a8..f29657d53dbb6 100644 --- a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts @@ -78,9 +78,7 @@ export class GetSnapshotLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts index a0b8e4ad31eca..a9223d26bbfc5 100644 --- a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts +++ b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts @@ -94,9 +94,7 @@ export class ListCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts index 475b120eb7f31..4d948a995a847 100644 --- a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts @@ -92,9 +92,7 @@ export class ListIpRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts index b6290303b2878..472c14f2b459b 100644 --- a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts @@ -86,9 +86,7 @@ export class ListLogSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts index e465c3ce064d0..825155f4f7da7 100644 --- a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts @@ -90,9 +90,7 @@ export class ListSchemaExtensionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts index c9af5148b0b17..73c9fb4bda648 100644 --- a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts index dcb56a66bb8a9..a599f6b21d309 100644 --- a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts @@ -97,9 +97,7 @@ export class RegisterCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts index 18adfb7d464bf..e0d6bae2cb89a 100644 --- a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts @@ -80,9 +80,7 @@ export class RegisterEventTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts index 281afaa577404..0bf064b95bc54 100644 --- a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts @@ -80,9 +80,7 @@ export class RejectSharedDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts index 788aa26a69562..327fb6d952f78 100644 --- a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts @@ -81,9 +81,7 @@ export class RemoveIpRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts index ab2ca32018e3b..876b6b476d0a1 100644 --- a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts @@ -83,9 +83,7 @@ export class RemoveRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts index d4f7396ddab0c..e5b0fd36a1d58 100644 --- a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -78,9 +78,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts index 533a88b763d9f..96bd108b09aa2 100644 --- a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts @@ -108,9 +108,7 @@ export class ResetUserPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts index 1daaa99492085..7d98eb51d9669 100644 --- a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts @@ -80,9 +80,7 @@ export class RestoreFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts index a8c0b1b96b674..9a1086e943abc 100644 --- a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts @@ -118,9 +118,7 @@ export class ShareDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts index 81e906aad5de8..73c807695d8b2 100644 --- a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts @@ -88,9 +88,7 @@ export class StartSchemaExtensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts index 6c857150375db..641628a46d4c1 100644 --- a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts @@ -84,9 +84,7 @@ export class UnshareDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts index 8a85c85a3fdc8..415ed67b0742d 100644 --- a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts @@ -86,9 +86,7 @@ export class UpdateConditionalForwarderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts index 31bf996c05c87..592e14853322e 100644 --- a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts @@ -101,9 +101,7 @@ export class UpdateDirectorySetupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts index aec5b6a55e167..c12640e61e49b 100644 --- a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts @@ -95,9 +95,7 @@ export class UpdateNumberOfDomainControllersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts index 3f4515ce3ab52..9e9f2d42b89fd 100644 --- a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts @@ -88,9 +88,7 @@ export class UpdateRadiusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts index 5097ec055303b..593ade0709503 100644 --- a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts @@ -95,9 +95,7 @@ export class UpdateSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts index 8a53112b175c4..9667565cc7cae 100644 --- a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts @@ -80,9 +80,7 @@ export class UpdateTrustCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts index 54db32cc57456..d35cc57620e99 100644 --- a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts +++ b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts @@ -83,9 +83,7 @@ export class VerifyTrustCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DirectoryServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts index 7566a070e490c..399a6af4675cf 100644 --- a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts @@ -284,9 +284,7 @@ export class CreateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts index e89cf175d85bc..e5b29edbc5eba 100644 --- a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts @@ -75,9 +75,7 @@ export class DeleteLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts index 91677b0682879..007bf7b9ab8e2 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts @@ -103,9 +103,7 @@ export class GetLifecyclePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts index fc86cfe6125c5..e9cda726d6d94 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts @@ -249,9 +249,7 @@ export class GetLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts index a1b6575c52ea3..a21fdae800c6f 100644 --- a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/TagResourceCommand.ts b/clients/client-dlm/src/commands/TagResourceCommand.ts index 289768bd456dd..2781282df7812 100644 --- a/clients/client-dlm/src/commands/TagResourceCommand.ts +++ b/clients/client-dlm/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/UntagResourceCommand.ts b/clients/client-dlm/src/commands/UntagResourceCommand.ts index 1ad45c8a71bf1..dba0def2a3987 100644 --- a/clients/client-dlm/src/commands/UntagResourceCommand.ts +++ b/clients/client-dlm/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts index c4b13440ab199..2de4e1973baf3 100644 --- a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts @@ -261,9 +261,7 @@ export class UpdateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DLMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts index 947f3856bba0f..130d49872ccc8 100644 --- a/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts @@ -108,9 +108,7 @@ export class CopyClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts index c7a45c21e0799..ab3bbca4c35ab 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts @@ -131,9 +131,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts index f1dd31b20a6f5..e8a31ab68f1ef 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts @@ -106,9 +106,7 @@ export class CreateClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts index c88b9741f9d4d..a3dcf34b8322b 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts @@ -111,9 +111,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts index e13c92cc7bdaf..7e54411bf848d 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts @@ -99,9 +99,7 @@ export class DeleteClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts index 4d10da470d67b..d4de886e03141 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts @@ -108,9 +108,7 @@ export class GetClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts index 79dc23386e092..43a196ede8d6f 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts @@ -96,9 +96,7 @@ export class GetClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts index 857866cf9289c..6406d11297757 100644 --- a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts @@ -89,9 +89,7 @@ export class ListClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts index 341f0001ed19a..ac5bd1e7e05a5 100644 --- a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts @@ -85,9 +85,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts index e856eb9337f44..9db4827c551e7 100644 --- a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts index 321597861fd51..6475578d97b2d 100644 --- a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts @@ -127,9 +127,7 @@ export class RestoreClusterFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts b/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts index 8619a7ed0a98e..c0abeda7c6536 100644 --- a/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts @@ -108,9 +108,7 @@ export class StartClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts b/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts index 0f31363de9b7f..d64c989d4da8d 100644 --- a/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts @@ -109,9 +109,7 @@ export class StopClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts index 18d9d9489d7a7..c81de1b02351e 100644 --- a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts @@ -78,9 +78,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts index 3737e89692efc..095e8e58a5520 100644 --- a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts index dccd24e1c32f9..b7312eed5f406 100644 --- a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts @@ -127,9 +127,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBElasticClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 958959d034c64..fe8e158d3b4cd 100644 --- a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -93,9 +93,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts index 470ddd4cde992..e93dda53a5708 100644 --- a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts @@ -84,9 +84,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts index e03ef4c92a2ed..2903cedd76dbf 100644 --- a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -95,9 +95,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts index 75f6f6d78c446..15f72b8fdbf96 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -88,9 +88,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts index 1df74eb56f7ca..8ea99734f2711 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts @@ -125,9 +125,7 @@ export class CopyDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts index f40a3536fb9b7..b76a06212fd45 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts @@ -212,9 +212,7 @@ export class CreateDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts index 24edade70b1b6..8fa85f9b41612 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -107,9 +107,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts index f69bb5f158d4c..0e9679922f023 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts @@ -109,9 +109,7 @@ export class CreateDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts index 81c54752d6f7d..58b2d094a4715 100644 --- a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts @@ -225,9 +225,7 @@ export class CreateDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts index 0f917b07f9fa1..83036ec998a1b 100644 --- a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts @@ -108,9 +108,7 @@ export class CreateDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts index 1e23689b7157b..0c40527dfeb9d 100644 --- a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts @@ -118,9 +118,7 @@ export class CreateEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts index d3097c9704566..cdd5b0f337424 100644 --- a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts @@ -108,9 +108,7 @@ export class CreateGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts index 9badd62575903..81c76acfbce45 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts @@ -141,9 +141,7 @@ export class DeleteDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts index 36da725217b92..44a53278bcd1d 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts index b44dba95fad0e..22cd261aa5fd3 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -96,9 +96,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts index ca731c9bea4dc..e483e288861ac 100644 --- a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts @@ -172,9 +172,7 @@ export class DeleteDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts index 59ce0f5d995d3..bea09ff00f24d 100644 --- a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts @@ -77,9 +77,7 @@ export class DeleteDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts index b8e6954ec96c6..5734bff7e50ce 100644 --- a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts @@ -87,9 +87,7 @@ export class DeleteEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts index 9d53ea87cabd7..1cdcad917d3f6 100644 --- a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts @@ -93,9 +93,7 @@ export class DeleteGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts index 0ef10160f1d85..62a5d7c1932d8 100644 --- a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts @@ -89,9 +89,7 @@ export class DescribeCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 8e1c3d6b337cc..de24d2c50f39e 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -92,9 +92,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts index e04ab02f6e9df..a97fc5b697052 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts @@ -95,9 +95,7 @@ export class DescribeDBClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 2c88614e826fa..0ea1a9b8b7e3e 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -90,9 +90,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts index 25267910b99f3..2b94b8296cca6 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -107,9 +107,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts index 1144d2b98f34e..6d215649a6fb6 100644 --- a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts @@ -144,9 +144,7 @@ export class DescribeDBClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts index 3806a16bf9508..3661c3a70743e 100644 --- a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts @@ -106,9 +106,7 @@ export class DescribeDBEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts index 641d9cd587051..1579175f6aa37 100644 --- a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts @@ -171,9 +171,7 @@ export class DescribeDBInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts index 8ed014ae2543e..a713635c42631 100644 --- a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -98,9 +98,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 8dbfa0b748b71..18510b37490ec 100644 --- a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -102,9 +102,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts index 4e5a6f3ac1f7e..c6823c4c58dc4 100644 --- a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts @@ -81,9 +81,7 @@ export class DescribeEventCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts index 5aafca0ed1aff..89f3c35a9d60c 100644 --- a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts @@ -97,9 +97,7 @@ export class DescribeEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeEventsCommand.ts b/clients/client-docdb/src/commands/DescribeEventsCommand.ts index c5a1656c0ba24..e1fc81010eae7 100644 --- a/clients/client-docdb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventsCommand.ts @@ -94,9 +94,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts index b07497dc958e5..281c77a97b627 100644 --- a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts @@ -103,9 +103,7 @@ export class DescribeGlobalClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index f365e80afe3f4..ee867f1b5d895 100644 --- a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -99,9 +99,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts index 47b056414a2a1..172f229c6d1f4 100644 --- a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -99,9 +99,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts index 011dd8f02ed26..99dd3b4b71f26 100644 --- a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts @@ -136,9 +136,7 @@ export class FailoverDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts index 36846e22dafae..7628f0450735a 100644 --- a/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts @@ -103,9 +103,7 @@ export class FailoverGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts index f5b54e533c703..dad344f984525 100644 --- a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts index e9cfc589a98e4..2b3a1e5a84968 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts @@ -187,9 +187,7 @@ export class ModifyDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts index 0bddce88c0131..9152732a3a2ba 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -109,9 +109,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 73bc3742ff99c..88ccc780c5d22 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -99,9 +99,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts index 8e70f7ae21ebe..3273477306321 100644 --- a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts @@ -214,9 +214,7 @@ export class ModifyDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts index fb2f9902d2a1d..71e5b2ea42cfc 100644 --- a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts @@ -101,9 +101,7 @@ export class ModifyDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts index 13ced91633210..70ea1cdf3cecd 100644 --- a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts @@ -104,9 +104,7 @@ export class ModifyEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts index b71066fa0113e..ab38e8450e886 100644 --- a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts @@ -95,9 +95,7 @@ export class ModifyGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts index 0dacad8f8ad0a..77604d8b3ce2d 100644 --- a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts @@ -169,9 +169,7 @@ export class RebootDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts index e11b94c5ab05b..f89a6c19dd1f1 100644 --- a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts @@ -98,9 +98,7 @@ export class RemoveFromGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index fed580acd5982..c035bca0ec7c4 100644 --- a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -97,9 +97,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts index cfbec8ff85dd3..4a20401a64ede 100644 --- a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts @@ -78,9 +78,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts index 3488bdaa58041..1cd1894d1743b 100644 --- a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -96,9 +96,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 4d2a00d4a2b2f..d1c91e397e4f3 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -199,9 +199,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 4b4c25d65dd5e..522c3a86c6351 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -204,9 +204,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/StartDBClusterCommand.ts b/clients/client-docdb/src/commands/StartDBClusterCommand.ts index 02ea79a439cd4..42541de711766 100644 --- a/clients/client-docdb/src/commands/StartDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StartDBClusterCommand.ts @@ -135,9 +135,7 @@ export class StartDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/StopDBClusterCommand.ts b/clients/client-docdb/src/commands/StopDBClusterCommand.ts index a61f149d6c873..a7e88def361af 100644 --- a/clients/client-docdb/src/commands/StopDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StopDBClusterCommand.ts @@ -136,9 +136,7 @@ export class StopDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts b/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts index 8c49c4c0fe52b..f63fa992e2f1f 100644 --- a/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts @@ -98,9 +98,7 @@ export class SwitchoverGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DocDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts index 4b9bebab96e0e..32eba557da8f3 100644 --- a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts +++ b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts @@ -151,9 +151,7 @@ export class AssociateSourceNetworkStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts index 8acb88c670391..5eefc32fc80e4 100644 --- a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts +++ b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts @@ -199,9 +199,7 @@ export class CreateExtendedSourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts index a73a827a569a5..eb5dcd8543de1 100644 --- a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -121,9 +121,7 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts index bf68831b0a287..5828d9cc29fc7 100644 --- a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -152,9 +152,7 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts index b292b0c645599..7e1cb6f080cc9 100644 --- a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts @@ -95,9 +95,7 @@ export class CreateSourceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteJobCommand.ts b/clients/client-drs/src/commands/DeleteJobCommand.ts index bb7ea9d8915f8..ba78efb4c3fd3 100644 --- a/clients/client-drs/src/commands/DeleteJobCommand.ts +++ b/clients/client-drs/src/commands/DeleteJobCommand.ts @@ -78,9 +78,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts index db01092b2062f..abad9c863b35b 100644 --- a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts @@ -79,9 +79,7 @@ export class DeleteLaunchActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index de8beff5e1750..f92a58557bbdb 100644 --- a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -86,9 +86,7 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts index 83de1407512f7..69e02a603fac6 100644 --- a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts @@ -78,9 +78,7 @@ export class DeleteRecoveryInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index 61eeb82f4ebf9..922277e2b693b 100644 --- a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -87,9 +87,7 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts index 18afc49b7ff6d..a1e254f37b191 100644 --- a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts @@ -78,9 +78,7 @@ export class DeleteSourceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts index 63449e2ddee9b..cb60efa274e39 100644 --- a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts @@ -78,9 +78,7 @@ export class DeleteSourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts index ace11cbc32380..740de2285efb3 100644 --- a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts @@ -120,9 +120,7 @@ export class DescribeJobLogItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeJobsCommand.ts b/clients/client-drs/src/commands/DescribeJobsCommand.ts index 01015c1aac651..8a34bf6a35d03 100644 --- a/clients/client-drs/src/commands/DescribeJobsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobsCommand.ts @@ -142,9 +142,7 @@ export class DescribeJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index ee348a865b699..7803c61b3ae6f 100644 --- a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -112,9 +112,7 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts index 02e7f2fde0c89..5ba8c31f674e8 100644 --- a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts @@ -185,9 +185,7 @@ export class DescribeRecoveryInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts index 8598651c59eb8..3b0bf2e16ed21 100644 --- a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts @@ -98,9 +98,7 @@ export class DescribeRecoverySnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index a190b4e36f197..133bec7f7245b 100644 --- a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -129,9 +129,7 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts index 9ddddf12c35f4..62da09c5bcb83 100644 --- a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts @@ -110,9 +110,7 @@ export class DescribeSourceNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts index 8f315c66e39b7..1dd4a4c5356b4 100644 --- a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts @@ -199,9 +199,7 @@ export class DescribeSourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts index fe5886856b712..c0fb35d7a90ec 100644 --- a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts @@ -81,9 +81,7 @@ export class DisconnectRecoveryInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts index b9ccb6d881216..0ad9b0547108c 100644 --- a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts @@ -183,9 +183,7 @@ export class DisconnectSourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts index 58997008d41f3..885b246502435 100644 --- a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts +++ b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts @@ -88,9 +88,7 @@ export class ExportSourceNetworkCfnTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts index e4315402e675e..1b8ae0e46541f 100644 --- a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts @@ -88,9 +88,7 @@ export class GetFailbackReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts index ad8697cc7462e..9dec5b7d83593 100644 --- a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts @@ -90,9 +90,7 @@ export class GetLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts index d32b1d27d91d2..f5250fb7a17d2 100644 --- a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts @@ -124,9 +124,7 @@ export class GetReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/InitializeServiceCommand.ts b/clients/client-drs/src/commands/InitializeServiceCommand.ts index 337d1f4cb3019..2b127df273a83 100644 --- a/clients/client-drs/src/commands/InitializeServiceCommand.ts +++ b/clients/client-drs/src/commands/InitializeServiceCommand.ts @@ -73,9 +73,7 @@ export class InitializeServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts index 515b5a83d0eb3..6b75e48e1cc21 100644 --- a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts +++ b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts @@ -103,9 +103,7 @@ export class ListExtensibleSourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts index 14d684589ed2c..a5fed3f068cba 100644 --- a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts +++ b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts @@ -107,9 +107,7 @@ export class ListLaunchActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts index 352937c5aefef..6d94e0d9d0b61 100644 --- a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts +++ b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts @@ -86,9 +86,7 @@ export class ListStagingAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts index 5494d731ca799..f136ea2a9ce45 100644 --- a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/PutLaunchActionCommand.ts b/clients/client-drs/src/commands/PutLaunchActionCommand.ts index ae5b481d04688..c1ccb0f565357 100644 --- a/clients/client-drs/src/commands/PutLaunchActionCommand.ts +++ b/clients/client-drs/src/commands/PutLaunchActionCommand.ts @@ -114,9 +114,7 @@ export class PutLaunchActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts index bfb42328070a8..26c7101f9f900 100644 --- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts @@ -187,9 +187,7 @@ export class RetryDataReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/ReverseReplicationCommand.ts b/clients/client-drs/src/commands/ReverseReplicationCommand.ts index ae67c7dfe38df..fdbd51d62c388 100644 --- a/clients/client-drs/src/commands/ReverseReplicationCommand.ts +++ b/clients/client-drs/src/commands/ReverseReplicationCommand.ts @@ -89,9 +89,7 @@ export class ReverseReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts index 00384b14e4cd7..0d158ee3dc3dd 100644 --- a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts +++ b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts @@ -147,9 +147,7 @@ export class StartFailbackLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StartRecoveryCommand.ts b/clients/client-drs/src/commands/StartRecoveryCommand.ts index 0ebb60315c8a5..e73b7167a335d 100644 --- a/clients/client-drs/src/commands/StartRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartRecoveryCommand.ts @@ -148,9 +148,7 @@ export class StartRecoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StartReplicationCommand.ts b/clients/client-drs/src/commands/StartReplicationCommand.ts index 768bac810f2be..b11c86ab090ca 100644 --- a/clients/client-drs/src/commands/StartReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartReplicationCommand.ts @@ -189,9 +189,7 @@ export class StartReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts index 59c5e40115160..4e874a1f4f6da 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts @@ -151,9 +151,7 @@ export class StartSourceNetworkRecoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts index 561a902c54378..da29e1a4fbcec 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts @@ -107,9 +107,7 @@ export class StartSourceNetworkReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StopFailbackCommand.ts b/clients/client-drs/src/commands/StopFailbackCommand.ts index ecdc3ac7a2604..d30bd2730b1c0 100644 --- a/clients/client-drs/src/commands/StopFailbackCommand.ts +++ b/clients/client-drs/src/commands/StopFailbackCommand.ts @@ -75,9 +75,7 @@ export class StopFailbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StopReplicationCommand.ts b/clients/client-drs/src/commands/StopReplicationCommand.ts index 3fe2ce805bb5b..bb84c46d1d8c7 100644 --- a/clients/client-drs/src/commands/StopReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopReplicationCommand.ts @@ -189,9 +189,7 @@ export class StopReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts index 1910b63429029..cb4ac57ca00df 100644 --- a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts @@ -110,9 +110,7 @@ export class StopSourceNetworkReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/TagResourceCommand.ts b/clients/client-drs/src/commands/TagResourceCommand.ts index 3424ec3c286fe..52640054ac7b8 100644 --- a/clients/client-drs/src/commands/TagResourceCommand.ts +++ b/clients/client-drs/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts index a0749ee7bae76..1f4618966a519 100644 --- a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts @@ -140,9 +140,7 @@ export class TerminateRecoveryInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UntagResourceCommand.ts b/clients/client-drs/src/commands/UntagResourceCommand.ts index 05e10ef6ad3bf..0f1d59ef83504 100644 --- a/clients/client-drs/src/commands/UntagResourceCommand.ts +++ b/clients/client-drs/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts index 9d9e44c68dce9..d83a9dd1c6f5c 100644 --- a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts @@ -85,9 +85,7 @@ export class UpdateFailbackReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts index 97f27a65843b2..4300251301169 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts @@ -108,9 +108,7 @@ export class UpdateLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index 455ab211151b2..df3885b3f0aa5 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -118,9 +118,7 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts index 12d3b8c981a28..4bffa932b26e3 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts @@ -168,9 +168,7 @@ export class UpdateReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 5c2b2217b7ddc..2cc5e71f2ff10 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -151,9 +151,7 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DrsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts index d22dd7c82981f..2f177e290e300 100644 --- a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts @@ -172,9 +172,7 @@ export class DescribeStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBStreamsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts index 7356da30693db..fb2ded394fd48 100644 --- a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts @@ -270,9 +270,7 @@ export class GetRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBStreamsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts index 402cf2129cba1..42d5ea0c8a323 100644 --- a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts @@ -115,9 +115,7 @@ export class GetShardIteratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBStreamsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts index 62b8af10c94ad..5261517c67388 100644 --- a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts @@ -117,9 +117,7 @@ export class ListStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBStreamsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts index 6388b68f990e9..1a60a93e823f2 100644 --- a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts @@ -221,9 +221,7 @@ export class BatchExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts index 11c0dcd6ac07f..40ce15f0f86c5 100644 --- a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts @@ -346,9 +346,7 @@ export class BatchGetItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts index 4faa7b90cf633..7597a17d1bf81 100644 --- a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts @@ -392,9 +392,7 @@ export class BatchWriteItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts index be76aa6ee32c1..a6d1031f747e3 100644 --- a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts @@ -139,9 +139,7 @@ export class CreateBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts index 8bff5bd3dc487..9b1106df7b793 100644 --- a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts @@ -188,9 +188,7 @@ export class CreateGlobalTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/CreateTableCommand.ts b/clients/client-dynamodb/src/commands/CreateTableCommand.ts index 45b17d0651f9c..ed137ca2d1078 100644 --- a/clients/client-dynamodb/src/commands/CreateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateTableCommand.ts @@ -412,9 +412,7 @@ export class CreateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts index fb5dcf2cb43a1..d2d0b59abe1c1 100644 --- a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts @@ -186,9 +186,7 @@ export class DeleteBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts index e751d94bfaf76..13196cc172b02 100644 --- a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts @@ -277,9 +277,7 @@ export class DeleteItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts index c09a06ef69ecb..ab0ddc97ccf21 100644 --- a/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts @@ -131,9 +131,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts index bdf21d366ac09..68b233658e0ca 100644 --- a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts @@ -301,9 +301,7 @@ export class DeleteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts index e66de7edffc39..57fa9c6e7f791 100644 --- a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts @@ -166,9 +166,7 @@ export class DescribeBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts index f1948bf1b0b3c..425a010cea51f 100644 --- a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts @@ -92,9 +92,7 @@ export class DescribeContinuousBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts index aad30132aca91..07090def2adb3 100644 --- a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts @@ -84,9 +84,7 @@ export class DescribeContributorInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts index fbacc2bc25d3e..e566956be180b 100644 --- a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts @@ -69,9 +69,7 @@ export class DescribeEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts index 7012bb22df43d..bb1474fff24d6 100644 --- a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts @@ -113,9 +113,7 @@ export class DescribeExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts index 3b4d722d0afa6..c9b56c184b89e 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts @@ -113,9 +113,7 @@ export class DescribeGlobalTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts index d7fe9812cec58..d829cea6904f0 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts @@ -169,9 +169,7 @@ export class DescribeGlobalTableSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts index d00fe29931c8f..2ab1f14b77676 100644 --- a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts @@ -154,9 +154,7 @@ export class DescribeImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts index 012f6eab3b42e..fbae952318be5 100644 --- a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts @@ -90,9 +90,7 @@ export class DescribeKinesisStreamingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts index 40801ed10f603..72728940e1fad 100644 --- a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts @@ -157,9 +157,7 @@ export class DescribeLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts index 98bee08fe1aba..5bb8da8e09a5c 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts @@ -282,9 +282,7 @@ export class DescribeTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts index 4498beb413676..0fbc945a35e64 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts @@ -164,9 +164,7 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts index 64441ccbcbbbd..fce9d1b61ea34 100644 --- a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts @@ -77,9 +77,7 @@ export class DescribeTimeToLiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts index 6d9bc4f18908c..5ff49be03ac9f 100644 --- a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts @@ -120,9 +120,7 @@ export class DisableKinesisStreamingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts index 2f017889d68f8..16e8b9d9982ce 100644 --- a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts @@ -122,9 +122,7 @@ export class EnableKinesisStreamingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts index b3cc9f8cda0a9..cb09b66ca13a0 100644 --- a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts @@ -235,9 +235,7 @@ export class ExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts index dba29de9c06d9..c659a670b625c 100644 --- a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts @@ -526,9 +526,7 @@ export class ExecuteTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts index 6b13bb4bc31be..f020c3e42c929 100644 --- a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts @@ -140,9 +140,7 @@ export class ExportTableToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/GetItemCommand.ts b/clients/client-dynamodb/src/commands/GetItemCommand.ts index eae65e76d9302..994a16372d716 100644 --- a/clients/client-dynamodb/src/commands/GetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/GetItemCommand.ts @@ -249,9 +249,7 @@ export class GetItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts index 8248fc41ec36f..d7915acd6445d 100644 --- a/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts @@ -114,9 +114,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ImportTableCommand.ts b/clients/client-dynamodb/src/commands/ImportTableCommand.ts index 11163cb824d60..6579568dccb9c 100644 --- a/clients/client-dynamodb/src/commands/ImportTableCommand.ts +++ b/clients/client-dynamodb/src/commands/ImportTableCommand.ts @@ -256,9 +256,7 @@ export class ImportTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts index 763b7b6cd036c..b298454c64b39 100644 --- a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts @@ -100,9 +100,7 @@ export class ListBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts index f38c8b2aa4799..61940c77c0897 100644 --- a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts @@ -82,9 +82,7 @@ export class ListContributorInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListExportsCommand.ts b/clients/client-dynamodb/src/commands/ListExportsCommand.ts index 2d0216d3fd96f..2a3b586040ae9 100644 --- a/clients/client-dynamodb/src/commands/ListExportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListExportsCommand.ts @@ -93,9 +93,7 @@ export class ListExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts index 681e683e54183..c0042f890c468 100644 --- a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts @@ -86,9 +86,7 @@ export class ListGlobalTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListImportsCommand.ts b/clients/client-dynamodb/src/commands/ListImportsCommand.ts index e0aa7e09a6bf2..7d15e6a503dba 100644 --- a/clients/client-dynamodb/src/commands/ListImportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListImportsCommand.ts @@ -99,9 +99,7 @@ export class ListImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListTablesCommand.ts b/clients/client-dynamodb/src/commands/ListTablesCommand.ts index df5efc6b0a63a..9fea4853f5187 100644 --- a/clients/client-dynamodb/src/commands/ListTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTablesCommand.ts @@ -95,9 +95,7 @@ export class ListTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts index dc58a9ea6c2e7..df802602d372e 100644 --- a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsOfResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/PutItemCommand.ts b/clients/client-dynamodb/src/commands/PutItemCommand.ts index 580e25e062867..e9e488894c64e 100644 --- a/clients/client-dynamodb/src/commands/PutItemCommand.ts +++ b/clients/client-dynamodb/src/commands/PutItemCommand.ts @@ -291,9 +291,7 @@ export class PutItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts index 6264955d82249..31c8122a2a8ec 100644 --- a/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts @@ -133,9 +133,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/QueryCommand.ts b/clients/client-dynamodb/src/commands/QueryCommand.ts index af1d0dc33a823..c4ef26677e5a5 100644 --- a/clients/client-dynamodb/src/commands/QueryCommand.ts +++ b/clients/client-dynamodb/src/commands/QueryCommand.ts @@ -323,9 +323,7 @@ export class QueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts index 1bc1153e0ec1f..2c76ebd7e1eea 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts @@ -329,9 +329,7 @@ export class RestoreTableFromBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts index add5dc5eaec30..76723530d6636 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts @@ -361,9 +361,7 @@ export class RestoreTableToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/ScanCommand.ts b/clients/client-dynamodb/src/commands/ScanCommand.ts index ce9bd53ff721c..94f2a0c42cf67 100644 --- a/clients/client-dynamodb/src/commands/ScanCommand.ts +++ b/clients/client-dynamodb/src/commands/ScanCommand.ts @@ -322,9 +322,7 @@ export class ScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/TagResourceCommand.ts b/clients/client-dynamodb/src/commands/TagResourceCommand.ts index eb575032030b7..6e3d4524dbe39 100644 --- a/clients/client-dynamodb/src/commands/TagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/TagResourceCommand.ts @@ -123,9 +123,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts index 29ab7e9663d7d..2e3254cc69af8 100644 --- a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts @@ -482,9 +482,7 @@ export class TransactGetItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts index d94ad52d43b52..863f966fc4942 100644 --- a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts @@ -651,9 +651,7 @@ export class TransactWriteItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts index 508a85f6d6069..f2c101f9b2742 100644 --- a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts @@ -118,9 +118,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts index e60a0526593a7..c0ddd1c2a3ffc 100644 --- a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts @@ -98,9 +98,7 @@ export class UpdateContinuousBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts index 539694930d5be..a1daeb0b61c69 100644 --- a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts @@ -82,9 +82,7 @@ export class UpdateContributorInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts index 378f7f71e5694..45e78a758c6f1 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts @@ -159,9 +159,7 @@ export class UpdateGlobalTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts index 4a1cec0b4498e..42d3129fb759a 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts @@ -273,9 +273,7 @@ export class UpdateGlobalTableSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts index 9fd20f7c10f7d..38c65b3a06592 100644 --- a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts @@ -304,9 +304,7 @@ export class UpdateItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts index 8bce4d9c422ca..0312ebe413cdd 100644 --- a/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts @@ -119,9 +119,7 @@ export class UpdateKinesisStreamingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts index a691c9fa7c696..080a4144527f9 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts @@ -448,9 +448,7 @@ export class UpdateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts index 3bda254d99d78..ce6c14fbf15dc 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts @@ -242,9 +242,7 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts index 41579b2385260..28c8e46745e7a 100644 --- a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts @@ -136,9 +136,7 @@ export class UpdateTimeToLiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: DynamoDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts index 0380126ebb008..0afd4815e1546 100644 --- a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts @@ -96,9 +96,7 @@ export class CompleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts index 64e450523f47b..6f71d0797f307 100644 --- a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts @@ -101,9 +101,7 @@ export class GetSnapshotBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts index 5dff2ed9a54b6..fc488e73ddcd2 100644 --- a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts @@ -109,9 +109,7 @@ export class ListChangedBlocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts index 42af49fcad216..75adbea22f0c0 100644 --- a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts @@ -106,9 +106,7 @@ export class ListSnapshotBlocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts index bcb4d3eb1f1de..8a0680d00c979 100644 --- a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts @@ -107,9 +107,7 @@ export class PutSnapshotBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ebs/src/commands/StartSnapshotCommand.ts b/clients/client-ebs/src/commands/StartSnapshotCommand.ts index 739dcbbf7e508..1fe2c1f3302b5 100644 --- a/clients/client-ebs/src/commands/StartSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/StartSnapshotCommand.ts @@ -134,9 +134,7 @@ export class StartSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EBSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts index 98bd12b17ebc8..705a86ff88399 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts @@ -120,9 +120,7 @@ export class SendSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2InstanceConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts index 60ad86602f518..2d96bd40a01d4 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts @@ -122,9 +122,7 @@ export class SendSerialConsoleSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2InstanceConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts index bab2c52c00489..0e3fffe692d7c 100644 --- a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts @@ -84,9 +84,7 @@ export class AcceptAddressTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts index 743f9e6e72965..cc8ffb03771ea 100644 --- a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts @@ -82,9 +82,7 @@ export class AcceptReservedInstancesExchangeQuoteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts index 34a33b4cabfe9..b4ede34db3141 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts @@ -91,9 +91,7 @@ export class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Com ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts index 1359d265253c0..afb8ad068e107 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts @@ -106,9 +106,7 @@ export class AcceptTransitGatewayPeeringAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts index 8fdcaaf9505cb..236815a3f3f44 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts @@ -96,9 +96,7 @@ export class AcceptTransitGatewayVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts index ac897f13ee99a..9374ddd46f242 100644 --- a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts @@ -79,9 +79,7 @@ export class AcceptVpcEndpointConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts index b3979a0b3ee5a..b43ffc84dc046 100644 --- a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts @@ -126,9 +126,7 @@ export class AcceptVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts index 1b4f861cef077..39ad36b6cdea8 100644 --- a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts @@ -92,9 +92,7 @@ export class AdvertiseByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AllocateAddressCommand.ts b/clients/client-ec2/src/commands/AllocateAddressCommand.ts index bcb5858a1ceeb..9177193c4461f 100644 --- a/clients/client-ec2/src/commands/AllocateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AllocateAddressCommand.ts @@ -118,9 +118,7 @@ export class AllocateAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AllocateHostsCommand.ts b/clients/client-ec2/src/commands/AllocateHostsCommand.ts index e1adf964bd18a..14233e728e034 100644 --- a/clients/client-ec2/src/commands/AllocateHostsCommand.ts +++ b/clients/client-ec2/src/commands/AllocateHostsCommand.ts @@ -91,9 +91,7 @@ export class AllocateHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts index 43aa4b881df83..b3207b186befb 100644 --- a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts @@ -89,9 +89,7 @@ export class AllocateIpamPoolCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts index b186a5566746e..92ca319e35325 100644 --- a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts @@ -82,9 +82,7 @@ export class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts index 5aa6b78babc1c..c41189ab80348 100644 --- a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts @@ -88,9 +88,7 @@ export class AssignIpv6AddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts index cfd145b548d57..ae2fedbc82ed8 100644 --- a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts @@ -124,9 +124,7 @@ export class AssignPrivateIpAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts index 5445373c1b327..705bf255ae081 100644 --- a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts @@ -88,9 +88,7 @@ export class AssignPrivateNatGatewayAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateAddressCommand.ts b/clients/client-ec2/src/commands/AssociateAddressCommand.ts index 6987ecd2a4abc..f1f27f9270f43 100644 --- a/clients/client-ec2/src/commands/AssociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateAddressCommand.ts @@ -122,9 +122,7 @@ export class AssociateAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts index a20cd19793dc7..a1a76a379181c 100644 --- a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts @@ -78,9 +78,7 @@ export class AssociateClientVpnTargetNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts index b281b0413ee05..0bd51c3270e99 100644 --- a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts @@ -92,9 +92,7 @@ export class AssociateDhcpOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts index 0c2d85cf49d69..e9d202eb5bb02 100644 --- a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts @@ -89,9 +89,7 @@ export class AssociateEnclaveCertificateIamRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts index 208ccadc9f3ff..dc438bcff3b6b 100644 --- a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts @@ -106,9 +106,7 @@ export class AssociateIamInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts index 29281cae7795e..fb990721b0ab3 100644 --- a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts @@ -118,9 +118,7 @@ export class AssociateInstanceEventWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts b/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts index eddc1781a1848..4e6784bdac651 100644 --- a/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts @@ -75,9 +75,7 @@ export class AssociateIpamByoasnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts index 805cf77808983..d0fa530888fa7 100644 --- a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts @@ -101,9 +101,7 @@ export class AssociateIpamResourceDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts index 8c958619cf7a4..7993442331805 100644 --- a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts @@ -91,9 +91,7 @@ export class AssociateNatGatewayAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts index 0a777f00decee..bfb342eadffad 100644 --- a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts @@ -95,9 +95,7 @@ export class AssociateRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts index 008f7f3a4958c..c7fe5d6a45fa4 100644 --- a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts @@ -79,9 +79,7 @@ export class AssociateSubnetCidrBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts index 1fa74c2568c4a..a59c9fa35bf6b 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts @@ -93,9 +93,7 @@ export class AssociateTransitGatewayMulticastDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts index 46bb65a839543..dbd7b9ebd777f 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts @@ -81,9 +81,7 @@ export class AssociateTransitGatewayPolicyTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts index f6d1dfb642564..35246dd269c7c 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts @@ -79,9 +79,7 @@ export class AssociateTransitGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts index 366f47a84f5c0..c32e370b060db 100644 --- a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts @@ -88,9 +88,7 @@ export class AssociateTrunkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts index f368687aede4e..e7075742391a5 100644 --- a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts @@ -101,9 +101,7 @@ export class AssociateVpcCidrBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts index e669085b37e5e..04df9503f6255 100644 --- a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts @@ -79,9 +79,7 @@ export class AttachClassicLinkVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts index fd568846db585..6ddf10bc205f3 100644 --- a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts @@ -79,9 +79,7 @@ export class AttachInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts index 93821d088656a..913b68b2a028d 100644 --- a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts @@ -94,9 +94,7 @@ export class AttachNetworkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts index 34bcfcd75ce80..722650b341440 100644 --- a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts @@ -131,9 +131,7 @@ export class AttachVerifiedAccessTrustProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachVolumeCommand.ts b/clients/client-ec2/src/commands/AttachVolumeCommand.ts index 8c2ab0edebc42..11167b63ce0c7 100644 --- a/clients/client-ec2/src/commands/AttachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/AttachVolumeCommand.ts @@ -121,9 +121,7 @@ export class AttachVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts index f8e6ae870ea4d..eb688a345b1f9 100644 --- a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts @@ -73,9 +73,7 @@ export class AttachVpnGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts index 10633c45e9635..65e72af779dfd 100644 --- a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts @@ -76,9 +76,7 @@ export class AuthorizeClientVpnIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts index 38adde49732ae..0667715c9ca37 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts @@ -207,9 +207,7 @@ export class AuthorizeSecurityGroupEgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts index 0c16bb3c36bf3..903771dabc4e1 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts @@ -234,9 +234,7 @@ export class AuthorizeSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/BundleInstanceCommand.ts b/clients/client-ec2/src/commands/BundleInstanceCommand.ts index 258923789aa74..b9bcbd68cb532 100644 --- a/clients/client-ec2/src/commands/BundleInstanceCommand.ts +++ b/clients/client-ec2/src/commands/BundleInstanceCommand.ts @@ -104,9 +104,7 @@ export class BundleInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts index c4a3492844348..39d290bf0ed0d 100644 --- a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts @@ -90,9 +90,7 @@ export class CancelBundleTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts index 746ff2f1626a2..61fdf8217a980 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts @@ -71,9 +71,7 @@ export class CancelCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts index 3dd396c553943..d8cbd3a7e306b 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts @@ -102,9 +102,7 @@ export class CancelCapacityReservationFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts index a2a5891a5e4c1..f8b1d4c1be71f 100644 --- a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts @@ -69,9 +69,7 @@ export class CancelConversionTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts index 0506d529f4099..502b3202d9c08 100644 --- a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts @@ -65,9 +65,7 @@ export class CancelExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts index 1e8b186ff5465..e8dc06c96387b 100644 --- a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts +++ b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts @@ -69,9 +69,7 @@ export class CancelImageLaunchPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts index 929930ca42c78..23e131ef4cb78 100644 --- a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts @@ -69,9 +69,7 @@ export class CancelImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts index d288315f4061e..a49ae0abccb55 100644 --- a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts @@ -102,9 +102,7 @@ export class CancelReservedInstancesListingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts index 2f466ad10e77a..834db727d25aa 100644 --- a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts @@ -149,9 +149,7 @@ export class CancelSpotFleetRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts index 8d06f7af38bb0..a7257a24559ad 100644 --- a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts @@ -100,9 +100,7 @@ export class CancelSpotInstanceRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts index 72b09c8b34beb..30ea6be15b159 100644 --- a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts @@ -87,9 +87,7 @@ export class ConfirmProductInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts index dca86089ea753..49a3885dadf2e 100644 --- a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts @@ -70,9 +70,7 @@ export class CopyFpgaImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CopyImageCommand.ts b/clients/client-ec2/src/commands/CopyImageCommand.ts index f08d89bc60281..0e1246f68b7ed 100644 --- a/clients/client-ec2/src/commands/CopyImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyImageCommand.ts @@ -113,9 +113,7 @@ export class CopyImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CopySnapshotCommand.ts b/clients/client-ec2/src/commands/CopySnapshotCommand.ts index 6ea84149a8f66..8331934b000d6 100644 --- a/clients/client-ec2/src/commands/CopySnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CopySnapshotCommand.ts @@ -129,9 +129,7 @@ export class CopySnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts index f5aeb0772b306..320b3ec6e49ed 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts @@ -161,9 +161,7 @@ export class CreateCapacityReservationBySplittingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts index ce2697cf74760..15aaf3a0b7579 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts @@ -139,9 +139,7 @@ export class CreateCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts index 36f5d2d8672f5..8a25260a68994 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts @@ -129,9 +129,7 @@ export class CreateCapacityReservationFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts index c6ff1c40e108b..efe7d96b66a87 100644 --- a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts @@ -89,9 +89,7 @@ export class CreateCarrierGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts index 985e376c3e67e..cc99bf7cf18ff 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts @@ -127,9 +127,7 @@ export class CreateClientVpnEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts index d773a1282d015..6db9267688c42 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts @@ -74,9 +74,7 @@ export class CreateClientVpnRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts index 4f8673f2bb5d0..dbb66b7adbfb1 100644 --- a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts @@ -73,9 +73,7 @@ export class CreateCoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts index 092ed92c1b336..7e4fe974cb4e7 100644 --- a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts @@ -90,9 +90,7 @@ export class CreateCoipPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts index 705e3530db10a..c2f7b9d88dd8c 100644 --- a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts @@ -135,9 +135,7 @@ export class CreateCustomerGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts index 9bb2e628d537a..ce0625642c3fe 100644 --- a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts @@ -112,9 +112,7 @@ export class CreateDefaultSubnetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts index 5d092578088f1..f04340d789ef6 100644 --- a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts @@ -109,9 +109,7 @@ export class CreateDefaultVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts index 977893dab2239..7608879e9d53d 100644 --- a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts @@ -191,9 +191,7 @@ export class CreateDhcpOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts index 873956a163c5e..0ed710bda0d13 100644 --- a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts @@ -101,9 +101,7 @@ export class CreateEgressOnlyInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateFleetCommand.ts b/clients/client-ec2/src/commands/CreateFleetCommand.ts index 442264c6027cf..b9325051d9aeb 100644 --- a/clients/client-ec2/src/commands/CreateFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateFleetCommand.ts @@ -413,9 +413,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts index a34e17928a961..f92479dfd3ae3 100644 --- a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts @@ -117,9 +117,7 @@ export class CreateFlowLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts index 628f6fafeff85..5d102ea8f0118 100644 --- a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts @@ -93,9 +93,7 @@ export class CreateFpgaImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateImageCommand.ts b/clients/client-ec2/src/commands/CreateImageCommand.ts index e8423122e9720..874a72b18fe8e 100644 --- a/clients/client-ec2/src/commands/CreateImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateImageCommand.ts @@ -135,9 +135,7 @@ export class CreateImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts index b4c60215e53d5..2bad27de7283a 100644 --- a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts @@ -113,9 +113,7 @@ export class CreateInstanceConnectEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts index 57a114b8b3813..cfc71386c5e18 100644 --- a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts @@ -141,9 +141,7 @@ export class CreateInstanceEventWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts index 8921be42ed9ae..d518814daf611 100644 --- a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts @@ -108,9 +108,7 @@ export class CreateInstanceExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts index 7b44b6a8203d2..e147579fd5e38 100644 --- a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts @@ -112,9 +112,7 @@ export class CreateInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateIpamCommand.ts b/clients/client-ec2/src/commands/CreateIpamCommand.ts index aa8bde1192b88..4abc8f962dbe0 100644 --- a/clients/client-ec2/src/commands/CreateIpamCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamCommand.ts @@ -117,9 +117,7 @@ export class CreateIpamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts b/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts index f0a4fc7f04c70..1550325187f64 100644 --- a/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts @@ -105,9 +105,7 @@ export class CreateIpamExternalResourceVerificationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts index 59f82f95be902..1fac89c0f3d62 100644 --- a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts @@ -143,9 +143,7 @@ export class CreateIpamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts index 4c2ef997a5223..e1b52c9b5313f 100644 --- a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts @@ -102,9 +102,7 @@ export class CreateIpamResourceDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts index 16f4ca643a5f1..f39ec40188aaf 100644 --- a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts @@ -97,9 +97,7 @@ export class CreateIpamScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts index 46860f6fbf152..51e7f2099e556 100644 --- a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts @@ -109,9 +109,7 @@ export class CreateKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts index 4c93aa96168ae..7da944a9466db 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts @@ -409,9 +409,7 @@ export class CreateLaunchTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts index 14a4b8773cb0f..c5940852a7fdd 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts @@ -646,9 +646,7 @@ export class CreateLaunchTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts index ffa45af459ec9..cff1fedaf937e 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts @@ -95,9 +95,7 @@ export class CreateLocalGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts index 7d4be0304fbab..8ad9ba9353504 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts @@ -100,9 +100,7 @@ export class CreateLocalGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index 56e6fa127c4cd..4891c59b5f695 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -103,9 +103,7 @@ export class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts index 32ee2a195c47e..a5fcfad660d7c 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts @@ -101,9 +101,7 @@ export class CreateLocalGatewayRouteTableVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts index 9367aa58f6f6f..ad75241dab78d 100644 --- a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts @@ -103,9 +103,7 @@ export class CreateManagedPrefixListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts index 83d820c97f128..6780e3c65d8bd 100644 --- a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts @@ -165,9 +165,7 @@ export class CreateNatGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts index ccfb217162307..584734ab0d2df 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts @@ -155,9 +155,7 @@ export class CreateNetworkAclCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts index bf9a3680d0524..6ecfd1ef9133e 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts @@ -106,9 +106,7 @@ export class CreateNetworkAclEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts index ac3063eb6aeba..dd1e1075a9872 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts @@ -297,9 +297,7 @@ export class CreateNetworkInsightsAccessScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts index a4db4e6d6a8db..262e5941b3805 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts @@ -152,9 +152,7 @@ export class CreateNetworkInsightsPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts index effc9c1b67d18..41ee79ab5522d 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts @@ -260,9 +260,7 @@ export class CreateNetworkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts index 91c906076c45c..80e973680c173 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts @@ -86,9 +86,7 @@ export class CreateNetworkInterfacePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts index d65431f4afed4..7d83e354f9c98 100644 --- a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts @@ -115,9 +115,7 @@ export class CreatePlacementGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts index 42a3cb77ff7e7..c9885e010d682 100644 --- a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts @@ -77,9 +77,7 @@ export class CreatePublicIpv4PoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts index d12223ee9582d..3201631d99347 100644 --- a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts @@ -100,9 +100,7 @@ export class CreateReplaceRootVolumeTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts index 6c574acc02606..44565d1b3c402 100644 --- a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts @@ -124,9 +124,7 @@ export class CreateReservedInstancesListingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts index 39f3908adfb1e..9a8860f449677 100644 --- a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts @@ -84,9 +84,7 @@ export class CreateRestoreImageTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateRouteCommand.ts b/clients/client-ec2/src/commands/CreateRouteCommand.ts index 10699200478d3..68f820aab0446 100644 --- a/clients/client-ec2/src/commands/CreateRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteCommand.ts @@ -113,9 +113,7 @@ export class CreateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts index 5f5eee434904b..e90aa86c14555 100644 --- a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts @@ -158,9 +158,7 @@ export class CreateRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts index b6ee7f1a4f81d..ff9f3dc9e6893 100644 --- a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts @@ -121,9 +121,7 @@ export class CreateSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts index 83402f09b8da4..1463192932f0d 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts @@ -149,9 +149,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts index fff7f8b1d7946..c15c665a8355a 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts @@ -115,9 +115,7 @@ export class CreateSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts index aa3a59a61c67d..5a35da8d85770 100644 --- a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts @@ -106,9 +106,7 @@ export class CreateSpotDatafeedSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts index beaaba829a0ce..9f72c1e7b2b36 100644 --- a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts @@ -77,9 +77,7 @@ export class CreateStoreImageTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts index fb981e0c62d44..39e51f0b01c06 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts @@ -95,9 +95,7 @@ export class CreateSubnetCidrReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateSubnetCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCommand.ts index 4841971143753..43f3913c24e7c 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCommand.ts @@ -169,9 +169,7 @@ export class CreateSubnetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTagsCommand.ts b/clients/client-ec2/src/commands/CreateTagsCommand.ts index 9924685746b1f..96bd14f4386d4 100644 --- a/clients/client-ec2/src/commands/CreateTagsCommand.ts +++ b/clients/client-ec2/src/commands/CreateTagsCommand.ts @@ -99,9 +99,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts index e86eacf5e872b..3bcda6674cf47 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts @@ -149,9 +149,7 @@ export class CreateTrafficMirrorFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts index e835a2dcfaa50..bee8b6ed58a76 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts @@ -122,9 +122,7 @@ export class CreateTrafficMirrorFilterRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts index d6632f2f48763..3807559abcaf5 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts @@ -107,9 +107,7 @@ export class CreateTrafficMirrorSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts index 7dc5277f207e4..c6b2551bd446d 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts @@ -101,9 +101,7 @@ export class CreateTrafficMirrorTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts index 5af3cc934f25b..374181202f9ac 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts @@ -130,9 +130,7 @@ export class CreateTransitGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts index e38d13bf35a4c..f9002a9a85c4c 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts @@ -96,9 +96,7 @@ export class CreateTransitGatewayConnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts index af93051981070..95dd61e118626 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts @@ -122,9 +122,7 @@ export class CreateTransitGatewayConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts index 5c21e4ba8e530..bf04907a7f5a5 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts @@ -109,9 +109,7 @@ export class CreateTransitGatewayMulticastDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts index 04586f56ae5f6..224d064e825f7 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts @@ -126,9 +126,7 @@ export class CreateTransitGatewayPeeringAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts index d8ff0d29f7152..ce1363b145489 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts @@ -93,9 +93,7 @@ export class CreateTransitGatewayPolicyTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts index 7c1be16d739d4..ad5f3a77e4baf 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts @@ -89,9 +89,7 @@ export class CreateTransitGatewayPrefixListReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts index 9a512baa57c01..a30fc1e300aa2 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts @@ -82,9 +82,7 @@ export class CreateTransitGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts index 029dd1d63b49c..b243a55280526 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts @@ -104,9 +104,7 @@ export class CreateTransitGatewayRouteTableAnnouncementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts index 22751e4b996cf..2418802c24d1a 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts @@ -95,9 +95,7 @@ export class CreateTransitGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts index 72ac4ba87ca37..c005d4c3d8ad4 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts @@ -117,9 +117,7 @@ export class CreateTransitGatewayVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts index d4f4d3bc39a96..832b893573684 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts @@ -151,9 +151,7 @@ export class CreateVerifiedAccessEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts index 499a9d4fd2f3a..117b23bbd3325 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts @@ -106,9 +106,7 @@ export class CreateVerifiedAccessGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts index 0922753afef1c..3077c0694e38d 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts @@ -103,9 +103,7 @@ export class CreateVerifiedAccessInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts index ce5aa9c806d8f..1f90eae3569dc 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts @@ -144,9 +144,7 @@ export class CreateVerifiedAccessTrustProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVolumeCommand.ts b/clients/client-ec2/src/commands/CreateVolumeCommand.ts index 3d9c234c67684..19627cf39c641 100644 --- a/clients/client-ec2/src/commands/CreateVolumeCommand.ts +++ b/clients/client-ec2/src/commands/CreateVolumeCommand.ts @@ -183,9 +183,7 @@ export class CreateVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpcCommand.ts b/clients/client-ec2/src/commands/CreateVpcCommand.ts index d2d208ed1a925..7432300f20b7d 100644 --- a/clients/client-ec2/src/commands/CreateVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcCommand.ts @@ -157,9 +157,7 @@ export class CreateVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts index 4f3893b745550..4367efb565912 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts @@ -154,9 +154,7 @@ export class CreateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts index 124e930d100d8..6e7bf7959cd6c 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts @@ -96,9 +96,7 @@ export class CreateVpcEndpointConnectionNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts index 4d3b42fbe4f15..f2e24aedc2dea 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts @@ -154,9 +154,7 @@ export class CreateVpcEndpointServiceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts index 761dbac3df9b7..d7cbe006fe5d5 100644 --- a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -147,9 +147,7 @@ export class CreateVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts index ac698b46ea9fd..a0313e2c2a9ec 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts @@ -275,9 +275,7 @@ export class CreateVpnConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts index 82b1837759e39..e8da6c2c42780 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts @@ -68,9 +68,7 @@ export class CreateVpnConnectionRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts index 9ea92513bfdc5..f560619ae1252 100644 --- a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts @@ -101,9 +101,7 @@ export class CreateVpnGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts index 9683fec2c6863..b160d32ff7507 100644 --- a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts @@ -82,9 +82,7 @@ export class DeleteCarrierGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts index 499c0c10d13b0..313fce322860d 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts @@ -70,9 +70,7 @@ export class DeleteClientVpnEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts index f72845dc44150..339f84d215b4e 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts @@ -74,9 +74,7 @@ export class DeleteClientVpnRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts index c8ab1bd773524..1a63b00c637bd 100644 --- a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts @@ -73,9 +73,7 @@ export class DeleteCoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts index a1362210134d3..ef20968d64363 100644 --- a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts @@ -79,9 +79,7 @@ export class DeleteCoipPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts index b9a35991c67ef..3eb25e982f939 100644 --- a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts @@ -76,9 +76,7 @@ export class DeleteCustomerGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts index 7eab61af0d50c..9fc57143a162b 100644 --- a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts @@ -75,9 +75,7 @@ export class DeleteDhcpOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts index e090434bdb9fb..6b5b03c4c0d1b 100644 --- a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts @@ -71,9 +71,7 @@ export class DeleteEgressOnlyInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts index 061b07a6afd4d..ec280257bdfa9 100644 --- a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts @@ -116,9 +116,7 @@ export class DeleteFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts index 934b1637607f5..2c0c399543633 100644 --- a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts @@ -76,9 +76,7 @@ export class DeleteFlowLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts index 182a1663d8909..06f0a71553b2e 100644 --- a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts @@ -66,9 +66,7 @@ export class DeleteFpgaImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts index ad62cf1c647cd..e954fb7399f38 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts @@ -93,9 +93,7 @@ export class DeleteInstanceConnectEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts index 732b621c0e118..4d3c0330235af 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts @@ -72,9 +72,7 @@ export class DeleteInstanceEventWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts index 370c5324a4e4e..0bc3a0e0eaf43 100644 --- a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts @@ -76,9 +76,7 @@ export class DeleteInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteIpamCommand.ts b/clients/client-ec2/src/commands/DeleteIpamCommand.ts index abbe805c9cdbd..7923377321caf 100644 --- a/clients/client-ec2/src/commands/DeleteIpamCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamCommand.ts @@ -96,9 +96,7 @@ export class DeleteIpamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts b/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts index 714962db2e6c4..7579794e20ec3 100644 --- a/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts @@ -93,9 +93,7 @@ export class DeleteIpamExternalResourceVerificationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts index 802fdf1f66fcc..4e9dbd33cc31f 100644 --- a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts @@ -114,9 +114,7 @@ export class DeleteIpamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts index f15d3d8b86f74..04b9e8c2985b1 100644 --- a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts @@ -85,9 +85,7 @@ export class DeleteIpamResourceDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts index 9a162b2afa47e..2edef6c640193 100644 --- a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts @@ -85,9 +85,7 @@ export class DeleteIpamScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts index d1db12fc7baec..bad5c7336cd05 100644 --- a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts @@ -79,9 +79,7 @@ export class DeleteKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts index 0814992e76660..7416b620a79e2 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts @@ -104,9 +104,7 @@ export class DeleteLaunchTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts index f5e3065827bfb..8927cc3044724 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts @@ -124,9 +124,7 @@ export class DeleteLaunchTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts index ed531271bf80a..992f8d60fcc47 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts @@ -80,9 +80,7 @@ export class DeleteLocalGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts index b8d634407a86d..77f53aa992e59 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts @@ -88,9 +88,7 @@ export class DeleteLocalGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index c4f60106b91bc..89ff410aa5e9c 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -91,9 +91,7 @@ export class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts index 8e4ffab343f02..86a57be2d8e73 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts @@ -89,9 +89,7 @@ export class DeleteLocalGatewayRouteTableVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts index eee135b946d3c..7891dae0eb321 100644 --- a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts @@ -82,9 +82,7 @@ export class DeleteManagedPrefixListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts index 43642834b8b79..c008f56bf7371 100644 --- a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts @@ -84,9 +84,7 @@ export class DeleteNatGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts index 2250473ae442f..d2a7cea175e87 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts @@ -75,9 +75,7 @@ export class DeleteNetworkAclCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts index 658ac031beaab..e6f791d892b5b 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts @@ -79,9 +79,7 @@ export class DeleteNetworkAclEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts index dc08c67162863..d05ac3c8f62d5 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts @@ -75,9 +75,7 @@ export class DeleteNetworkInsightsAccessScopeAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts index c107082edd3c8..502e46bbe208b 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts @@ -71,9 +71,7 @@ export class DeleteNetworkInsightsAccessScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts index 6c7673936d794..c3c741f543e41 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts @@ -68,9 +68,7 @@ export class DeleteNetworkInsightsAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts index 6569441a1b136..1b69ae1e6d226 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts @@ -66,9 +66,7 @@ export class DeleteNetworkInsightsPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts index 446bd6b3ea46d..cd1fa4247e502 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts @@ -75,9 +75,7 @@ export class DeleteNetworkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts index 2ead255152dfc..2416551a29b3d 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts @@ -75,9 +75,7 @@ export class DeleteNetworkInterfacePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts index 18ee6604206e5..98bf9b94ed9bb 100644 --- a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts @@ -78,9 +78,7 @@ export class DeletePlacementGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts index e88015b483a9d..30d75f365e1b0 100644 --- a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts @@ -67,9 +67,7 @@ export class DeletePublicIpv4PoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts index 0469f1c15e8b1..1efdc163faad7 100644 --- a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts @@ -83,9 +83,7 @@ export class DeleteQueuedReservedInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteRouteCommand.ts b/clients/client-ec2/src/commands/DeleteRouteCommand.ts index ac922146b3620..16d404b01790f 100644 --- a/clients/client-ec2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteCommand.ts @@ -79,9 +79,7 @@ export class DeleteRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts index 4a801a5924942..26f371e786af7 100644 --- a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts @@ -75,9 +75,7 @@ export class DeleteRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts index 3882dfc54f6b6..d795ca804471f 100644 --- a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts index 0b9c2c8e530a7..d1cc742debc5c 100644 --- a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts @@ -84,9 +84,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts index c5da84a61d825..b4815ff06060a 100644 --- a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts @@ -75,9 +75,7 @@ export class DeleteSpotDatafeedSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts index a94c579f75d08..96609cc013f78 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts @@ -79,9 +79,7 @@ export class DeleteSubnetCidrReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts index 2c33818210d27..1f0bf74310541 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts @@ -75,9 +75,7 @@ export class DeleteSubnetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTagsCommand.ts b/clients/client-ec2/src/commands/DeleteTagsCommand.ts index f6c3e7e9de4e8..6961818276ee1 100644 --- a/clients/client-ec2/src/commands/DeleteTagsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTagsCommand.ts @@ -95,9 +95,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts index fd84a1b365368..768bf91174361 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts @@ -67,9 +67,7 @@ export class DeleteTrafficMirrorFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts index fbb280c6ebe29..d18eaa42bda24 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts @@ -68,9 +68,7 @@ export class DeleteTrafficMirrorFilterRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts index 5a6d36f206013..d769c09c33e1b 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts @@ -66,9 +66,7 @@ export class DeleteTrafficMirrorSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts index aac905cd1f777..c7ea480429e5d 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts @@ -67,9 +67,7 @@ export class DeleteTrafficMirrorTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts index 51c50278b4c1e..c0accabcf9524 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts @@ -94,9 +94,7 @@ export class DeleteTransitGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts index d82c9c3f2a691..082538a052a56 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts @@ -82,9 +82,7 @@ export class DeleteTransitGatewayConnectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts index 966993a2fbf30..b54d2a2e0e495 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts @@ -99,9 +99,7 @@ export class DeleteTransitGatewayConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts index e467ace885b80..8b38ca01c07ca 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts @@ -92,9 +92,7 @@ export class DeleteTransitGatewayMulticastDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts index aad128594ec9e..62a31c0a52d53 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts @@ -105,9 +105,7 @@ export class DeleteTransitGatewayPeeringAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts index 70caecf322890..33889ee9284ff 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts @@ -82,9 +82,7 @@ export class DeleteTransitGatewayPolicyTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts index 71a08d447aa50..7787c481e91b6 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts @@ -87,9 +87,7 @@ export class DeleteTransitGatewayPrefixListReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts index a649efc351c82..9825b9ed51df2 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts @@ -80,9 +80,7 @@ export class DeleteTransitGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts index 51efc5b44ab46..81eaeb7097a57 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts @@ -92,9 +92,7 @@ export class DeleteTransitGatewayRouteTableAnnouncementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts index 94d04137ad427..ca46ebc5e98b6 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts @@ -85,9 +85,7 @@ export class DeleteTransitGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts index a69f8dbbbd5af..da4839c4c71ed 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts @@ -93,9 +93,7 @@ export class DeleteTransitGatewayVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts index 9ab3eb4e9d911..8f2500f414109 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts @@ -113,9 +113,7 @@ export class DeleteVerifiedAccessEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts index 52f2ed5e55d41..d6c5cf3b80a52 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts @@ -86,9 +86,7 @@ export class DeleteVerifiedAccessGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts index a8b58237a1b2a..9cf63013213dc 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts @@ -90,9 +90,7 @@ export class DeleteVerifiedAccessInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts index 1602b2030365c..89fc7d2b5fbb6 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts @@ -108,9 +108,7 @@ export class DeleteVerifiedAccessTrustProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts index 51ffadd05ce34..14c3b18b8741b 100644 --- a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts @@ -79,9 +79,7 @@ export class DeleteVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpcCommand.ts b/clients/client-ec2/src/commands/DeleteVpcCommand.ts index 4f32ad1b4cf3d..f151ba3d344d7 100644 --- a/clients/client-ec2/src/commands/DeleteVpcCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcCommand.ts @@ -75,9 +75,7 @@ export class DeleteVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts index e04225a5df013..4361d7d94ae4e 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts @@ -85,9 +85,7 @@ export class DeleteVpcEndpointConnectionNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts index 845195baebe49..d97d513898812 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts @@ -88,9 +88,7 @@ export class DeleteVpcEndpointServiceConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts index e0be984b18202..7b0c946a12f74 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts @@ -80,9 +80,7 @@ export class DeleteVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts index 4dca7e59c1630..cd40f0b293691 100644 --- a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -70,9 +70,7 @@ export class DeleteVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts index ec132743fc487..c6d68280de8b1 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts @@ -74,9 +74,7 @@ export class DeleteVpnConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts index f0d633d7cfd47..d351adf317e3c 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts @@ -67,9 +67,7 @@ export class DeleteVpnConnectionRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts index 02f5a018216c2..e1cd3507bbf93 100644 --- a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts @@ -67,9 +67,7 @@ export class DeleteVpnGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts index 223463f413446..92ccc7a9c7d82 100644 --- a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts @@ -83,9 +83,7 @@ export class DeprovisionByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts index a5325db918681..b456ca5b58ddc 100644 --- a/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts @@ -73,9 +73,7 @@ export class DeprovisionIpamByoasnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts index 38539c43f4e6d..05465ae276991 100644 --- a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts @@ -76,9 +76,7 @@ export class DeprovisionIpamPoolCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts index 59ec7567ed633..83edcb5cb5db6 100644 --- a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts @@ -72,9 +72,7 @@ export class DeprovisionPublicIpv4PoolCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeregisterImageCommand.ts b/clients/client-ec2/src/commands/DeregisterImageCommand.ts index b4b4853230892..e52fde429f608 100644 --- a/clients/client-ec2/src/commands/DeregisterImageCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterImageCommand.ts @@ -75,9 +75,7 @@ export class DeregisterImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts index dc7eae3ee3580..7b937e53597e7 100644 --- a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts @@ -86,9 +86,7 @@ export class DeregisterInstanceEventNotificationAttributesCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts index 1e713eb3dce61..eb9210f2608ef 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts @@ -85,9 +85,7 @@ export class DeregisterTransitGatewayMulticastGroupMembersCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts index 7eb4b6a7e29b2..cb9c76c8f9d9f 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -85,9 +85,7 @@ export class DeregisterTransitGatewayMulticastGroupSourcesCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts index d88fb3b1b4fed..6cea31be15a7b 100644 --- a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts @@ -208,9 +208,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts index 90ffe0bd14426..59ae865b9eba3 100644 --- a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts @@ -89,9 +89,7 @@ export class DescribeAddressTransfersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts index 29bcc46ec7bc5..575cd0287a749 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts @@ -83,9 +83,7 @@ export class DescribeAddressesAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts index 30114fb9749f9..db0f81a66b441 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts @@ -131,9 +131,7 @@ export class DescribeAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts index 994404eb8030f..5e8fe0b8ac392 100644 --- a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts @@ -88,9 +88,7 @@ export class DescribeAggregateIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts index 9845b9e6dc835..9770c9b2c1a66 100644 --- a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts @@ -147,9 +147,7 @@ export class DescribeAvailabilityZonesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts index 7a1f8d1d4b1e6..5d6b09e971d16 100644 --- a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts @@ -93,9 +93,7 @@ export class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts index c4d49c7e7632e..929261d43b6fc 100644 --- a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts @@ -110,9 +110,7 @@ export class DescribeBundleTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts index 449cc40314b37..5c05e5ae47e87 100644 --- a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts @@ -86,9 +86,7 @@ export class DescribeByoipCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts index 516eada97eb1d..ce9e970624250 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts @@ -91,9 +91,7 @@ export class DescribeCapacityBlockOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts index 87357562d8dda..c439b9499c81c 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts @@ -118,9 +118,7 @@ export class DescribeCapacityReservationFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts index fd3c6c35eea96..6c02f2afa6fca 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts @@ -119,9 +119,7 @@ export class DescribeCapacityReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts index 711767a4b9854..dbd85990c0f77 100644 --- a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts @@ -92,9 +92,7 @@ export class DescribeCarrierGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts index 5241a60b9dfb2..88fd53bd74bb5 100644 --- a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts @@ -103,9 +103,7 @@ export class DescribeClassicLinkInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts index 39226a31c7f53..71e23b401c232 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts @@ -97,9 +97,7 @@ export class DescribeClientVpnAuthorizationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts index 43d360ab86986..fe3c6b0322055 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts @@ -102,9 +102,7 @@ export class DescribeClientVpnConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts index d1be0ee762f3a..ce31c352d7abc 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts @@ -150,9 +150,7 @@ export class DescribeClientVpnEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts index 27a3d6e803025..f78276854dfd1 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts @@ -90,9 +90,7 @@ export class DescribeClientVpnRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts index 506240d256153..4cbec8b407d65 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts @@ -99,9 +99,7 @@ export class DescribeClientVpnTargetNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts index 61d2a61bfd8e3..64e3172c7365b 100644 --- a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts @@ -94,9 +94,7 @@ export class DescribeCoipPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts index 40e3581715798..79db3dd3e9a71 100644 --- a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts @@ -126,9 +126,7 @@ export class DescribeConversionTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts index e2ab869538558..1012fc797464d 100644 --- a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts @@ -121,9 +121,7 @@ export class DescribeCustomerGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts index 10eda669cb948..c5d503980f1b4 100644 --- a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts @@ -139,9 +139,7 @@ export class DescribeDhcpOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts index 80295ac5e6191..95ee06ccfb413 100644 --- a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts @@ -105,9 +105,7 @@ export class DescribeEgressOnlyInternetGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts index 15dd6d11d3d4e..71d85f1abd6d4 100644 --- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts @@ -101,9 +101,7 @@ export class DescribeElasticGpusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts index f2c7fd1ebba2f..403599b24c5ac 100644 --- a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts @@ -98,9 +98,7 @@ export class DescribeExportImageTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts index 913d1df121090..8610f2b8cefcc 100644 --- a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts @@ -98,9 +98,7 @@ export class DescribeExportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts index dd7cac3367e94..969fcd15a63b1 100644 --- a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts @@ -97,9 +97,7 @@ export class DescribeFastLaunchImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts index 7a539d66681ae..7ac67817b9831 100644 --- a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts @@ -92,9 +92,7 @@ export class DescribeFastSnapshotRestoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts index 5baa48f8d99a6..1bb9483cbd79c 100644 --- a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts @@ -89,9 +89,7 @@ export class DescribeFleetHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts index aab958565f4fa..129fc23207485 100644 --- a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts @@ -92,9 +92,7 @@ export class DescribeFleetInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts index efecdf3c2b6c4..5738eb35212cf 100644 --- a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts @@ -425,9 +425,7 @@ export class DescribeFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts index 862bec7762211..21f1d012316d4 100644 --- a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts @@ -109,9 +109,7 @@ export class DescribeFlowLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts index 14a42e57afb00..3b69c31f9f518 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts @@ -83,9 +83,7 @@ export class DescribeFpgaImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts index 3a1a99583a8d4..b547a77ace8d8 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts @@ -123,9 +123,7 @@ export class DescribeFpgaImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts index ce75fc10b9c41..4d7c345efbd42 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts @@ -99,9 +99,7 @@ export class DescribeHostReservationOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts index cc8add9494f39..8f4dc31552cbe 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts @@ -103,9 +103,7 @@ export class DescribeHostReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeHostsCommand.ts b/clients/client-ec2/src/commands/DescribeHostsCommand.ts index 17ec770c6e50c..e9ba8e53200b4 100644 --- a/clients/client-ec2/src/commands/DescribeHostsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostsCommand.ts @@ -130,9 +130,7 @@ export class DescribeHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts index 4579cdb1d9ff6..bef5543ff5016 100644 --- a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts @@ -126,9 +126,7 @@ export class DescribeIamInstanceProfileAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts index 6f58c298d8191..c7e0fbfec377f 100644 --- a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts @@ -90,9 +90,7 @@ export class DescribeIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts index 25c8ed43b5c70..c4340f2e53f01 100644 --- a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts @@ -90,9 +90,7 @@ export class DescribeIdentityIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts index f15ecd38d5990..01254a5112284 100644 --- a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts @@ -146,9 +146,7 @@ export class DescribeImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeImagesCommand.ts b/clients/client-ec2/src/commands/DescribeImagesCommand.ts index c6ef8205fb62d..f70dec3174a63 100644 --- a/clients/client-ec2/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImagesCommand.ts @@ -215,9 +215,7 @@ export class DescribeImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts index 21a75730bd207..a737061a227d0 100644 --- a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts @@ -128,9 +128,7 @@ export class DescribeImportImageTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts index ef4690e95a95b..c7620cc84bb3b 100644 --- a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts @@ -110,9 +110,7 @@ export class DescribeImportSnapshotTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts index 022ee9e2efaf5..2441906be3464 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts @@ -214,9 +214,7 @@ export class DescribeInstanceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts index 12658f512bef6..4335e37447279 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts @@ -111,9 +111,7 @@ export class DescribeInstanceConnectEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts index 7744a81e18a74..291344aa10dd7 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts @@ -111,9 +111,7 @@ export class DescribeInstanceCreditSpecificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts index 428a246a3d95c..f332171ca3e02 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts @@ -80,9 +80,7 @@ export class DescribeInstanceEventNotificationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts index 067ec3ecfa68e..6e600dcb5abbb 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts @@ -124,9 +124,7 @@ export class DescribeInstanceEventWindowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts index 4e143cb21bb05..0dddead6eec27 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts @@ -208,9 +208,7 @@ export class DescribeInstanceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts index a40a77ed3385f..fcacee5c16176 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts @@ -140,9 +140,7 @@ export class DescribeInstanceTopologyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts index f7b271b6b771d..2fb9b0c311840 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts @@ -87,9 +87,7 @@ export class DescribeInstanceTypeOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts index 33140ba1b168a..f964a6df0aa92 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts @@ -260,9 +260,7 @@ export class DescribeInstanceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts index b29eeb71f695b..9b3bd268c81d6 100644 --- a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts @@ -389,9 +389,7 @@ export class DescribeInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts index 5a26ddbaf6589..636a4c9a741e3 100644 --- a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts @@ -132,9 +132,7 @@ export class DescribeInternetGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts index a265a1934c710..0be18d9e20256 100644 --- a/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts @@ -75,9 +75,7 @@ export class DescribeIpamByoasnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts b/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts index 79743f223783e..aefeb14ab436c 100644 --- a/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts @@ -108,9 +108,7 @@ export class DescribeIpamExternalResourceVerificationTokensCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts index f2447ea01a959..25fa6d1a697ff 100644 --- a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts @@ -121,9 +121,7 @@ export class DescribeIpamPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts index 60fe102304637..8157a6b32f30d 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts @@ -105,9 +105,7 @@ export class DescribeIpamResourceDiscoveriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts index 6f98b8fc558cc..8fd32610c0512 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts @@ -107,9 +107,7 @@ export class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts index 8f7168329f299..a9ad29392971c 100644 --- a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts @@ -98,9 +98,7 @@ export class DescribeIpamScopesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts index cd9ee63c3bc3a..f0f5537207420 100644 --- a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts @@ -110,9 +110,7 @@ export class DescribeIpamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts index b5b5fc5444c29..617d3b5636dbe 100644 --- a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts @@ -95,9 +95,7 @@ export class DescribeIpv6PoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts index 5c2c608dc7495..812306c91b71b 100644 --- a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts @@ -120,9 +120,7 @@ export class DescribeKeyPairsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts index 9fb51df959ec4..0061f754e5d99 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts @@ -421,9 +421,7 @@ export class DescribeLaunchTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts index 05b8ad414507e..949d1250047ae 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts @@ -124,9 +124,7 @@ export class DescribeLaunchTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts index d167eeaae544b..dcbc42eb8e396 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts @@ -104,9 +104,7 @@ export class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsComm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts index 73faa4cde2b26..4ac13ede7db72 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts @@ -104,9 +104,7 @@ export class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts index 0cdc8a81447ec..89bbff71596a7 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts @@ -105,9 +105,7 @@ export class DescribeLocalGatewayRouteTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts index a4c22a1aa4e80..ef20489001b87 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts @@ -103,9 +103,7 @@ export class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts index 312c2414e3c4e..fafaaf9e6d038 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts @@ -105,9 +105,7 @@ export class DescribeLocalGatewayVirtualInterfacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts index 10b462556386d..47fb61963989e 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts @@ -93,9 +93,7 @@ export class DescribeLocalGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts index 4086fbc58b2ef..1b3a6dde63c04 100644 --- a/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts @@ -91,9 +91,7 @@ export class DescribeLockedSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts b/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts index 2b4a7fd20d498..aaef3ffa47680 100644 --- a/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts @@ -85,9 +85,7 @@ export class DescribeMacHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts index 4516f61d20756..9fa70edd3892e 100644 --- a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts @@ -98,9 +98,7 @@ export class DescribeManagedPrefixListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts index 4e6219e1f9a97..2e2258b6d2ecc 100644 --- a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts @@ -107,9 +107,7 @@ export class DescribeMovingAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts index 01052eaa0d2f6..5d2d4ce66ec39 100644 --- a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts @@ -157,9 +157,7 @@ export class DescribeNatGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts index 65d7e7e75b14e..75cd30596ea21 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts @@ -169,9 +169,7 @@ export class DescribeNetworkAclsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts index 24a022c89ff4c..d42ca0b43b225 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts @@ -110,9 +110,7 @@ export class DescribeNetworkInsightsAccessScopeAnalysesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts index 421edc6fdaf9a..b6e07596b03d2 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts @@ -100,9 +100,7 @@ export class DescribeNetworkInsightsAccessScopesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts index f863795933690..c22558591defc 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts @@ -802,9 +802,7 @@ export class DescribeNetworkInsightsAnalysesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts index e59741db3f9e1..7689a681be5f3 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts @@ -125,9 +125,7 @@ export class DescribeNetworkInsightsPathsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts index b90148b41b1c9..fded7a65153d9 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts @@ -190,9 +190,7 @@ export class DescribeNetworkInterfaceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts index baba14859bc88..5e6027eb506f7 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts @@ -98,9 +98,7 @@ export class DescribeNetworkInterfacePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts index c053d34f3d696..15a4262220931 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts @@ -250,9 +250,7 @@ export class DescribeNetworkInterfacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts index c36409c37a427..7721b23b5aca4 100644 --- a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts @@ -104,9 +104,7 @@ export class DescribePlacementGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts index 8923433c7f422..678339697c815 100644 --- a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts @@ -89,9 +89,7 @@ export class DescribePrefixListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts index 3b7a120905652..03b40649a551b 100644 --- a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts @@ -99,9 +99,7 @@ export class DescribePrincipalIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts index e04da6d81c3e7..e651891ff9101 100644 --- a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts @@ -100,9 +100,7 @@ export class DescribePublicIpv4PoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts index bfe1aba92f534..37fb4eaddcf90 100644 --- a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts @@ -149,9 +149,7 @@ export class DescribeRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts index 3882757d6bebe..728ccd2090462 100644 --- a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts @@ -102,9 +102,7 @@ export class DescribeReplaceRootVolumeTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts index 8221a045cae43..f08cae3ccd68b 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts @@ -116,9 +116,7 @@ export class DescribeReservedInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts index e02efbf204798..0a7d5284de4fc 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts @@ -119,9 +119,7 @@ export class DescribeReservedInstancesListingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts index cd1564bcf547e..15fc2f18d2ae5 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts @@ -120,9 +120,7 @@ export class DescribeReservedInstancesModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts index 63fb26c2f5c1e..419c40276f2f0 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts @@ -133,9 +133,7 @@ export class DescribeReservedInstancesOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts index 803b715abd53c..5240f2d59fe10 100644 --- a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts @@ -173,9 +173,7 @@ export class DescribeRouteTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts index 4b215943c05cd..5c31718b1934d 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts @@ -127,9 +127,7 @@ export class DescribeScheduledInstanceAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts index d2146b3a1ecdf..7075b1f694730 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts @@ -109,9 +109,7 @@ export class DescribeScheduledInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts index 561c9e1ae823f..ce9ff86566a65 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts @@ -104,9 +104,7 @@ export class DescribeSecurityGroupReferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts index 6ba06e865b2f0..666e88d26edd5 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts @@ -106,9 +106,7 @@ export class DescribeSecurityGroupRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts index 610e89325e14d..e3aa3f51a8530 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts @@ -199,9 +199,7 @@ export class DescribeSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts index f9121b16e58d5..982d7af95bea4 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts @@ -99,9 +99,7 @@ export class DescribeSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts index 1a90ccee126b4..954b06a0a4d0f 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts @@ -96,9 +96,7 @@ export class DescribeSnapshotTierStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts index bfecd80113a1f..5a25e010fec7a 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts @@ -225,9 +225,7 @@ export class DescribeSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts index b6b4ad66d0b04..0d749ae4ee2e2 100644 --- a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts @@ -99,9 +99,7 @@ export class DescribeSpotDatafeedSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts index 467f4c0259d25..f0a8604de401c 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts @@ -100,9 +100,7 @@ export class DescribeSpotFleetInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts index 8a2dc0675fbdf..3c344c5829b04 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts @@ -146,9 +146,7 @@ export class DescribeSpotFleetRequestHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts index 17541f6fb3981..7f5a832de114b 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts @@ -473,9 +473,7 @@ export class DescribeSpotFleetRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts index 60ed7983b2f2a..1ba486d9e2e6e 100644 --- a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts @@ -291,9 +291,7 @@ export class DescribeSpotInstanceRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts index bb483abcb8175..4c0a571a16002 100644 --- a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts @@ -135,9 +135,7 @@ export class DescribeSpotPriceHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts index 93ee4a74bc199..18217202dc4e7 100644 --- a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts @@ -126,9 +126,7 @@ export class DescribeStaleSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts index fdb8464d9a1e1..0ed2ba93bd48e 100644 --- a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts @@ -100,9 +100,7 @@ export class DescribeStoreImageTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts index db1cd57f69235..ad690a4c217b1 100644 --- a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts @@ -161,9 +161,7 @@ export class DescribeSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTagsCommand.ts b/clients/client-ec2/src/commands/DescribeTagsCommand.ts index 4bb98d0867cb7..be5c31698a762 100644 --- a/clients/client-ec2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTagsCommand.ts @@ -130,9 +130,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts index 16d656bb91437..8da6c1f915628 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts @@ -111,9 +111,7 @@ export class DescribeTrafficMirrorFilterRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts index 9d91bb1874090..fbb8e1a88afcc 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts @@ -149,9 +149,7 @@ export class DescribeTrafficMirrorFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts index 97f58bcbd7612..94378a1215c34 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts @@ -99,9 +99,7 @@ export class DescribeTrafficMirrorSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts index 223436234abec..1f3f6c397c5bc 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts @@ -97,9 +97,7 @@ export class DescribeTrafficMirrorTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts index 5e9b65aba0bcc..9e75b1a10f4ea 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts @@ -106,9 +106,7 @@ export class DescribeTransitGatewayAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts index 55e4a54066794..4b5d2c7dcc5d5 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts @@ -117,9 +117,7 @@ export class DescribeTransitGatewayConnectPeersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts index c89b2c21e5c28..54df0695987bd 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts @@ -101,9 +101,7 @@ export class DescribeTransitGatewayConnectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts index 3a3a0d619f991..47635da80ccf4 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts @@ -108,9 +108,7 @@ export class DescribeTransitGatewayMulticastDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts index 665e18502e587..0bd48fe5294f8 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts @@ -120,9 +120,7 @@ export class DescribeTransitGatewayPeeringAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts index 035754e3f96e2..514dfd3a276a7 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts @@ -100,9 +100,7 @@ export class DescribeTransitGatewayPolicyTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts index 41b7b1ef106dc..cdfc46a56feb4 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts @@ -107,9 +107,7 @@ export class DescribeTransitGatewayRouteTableAnnouncementsCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts index efd156536a8e6..2c8f854c8bd3c 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts @@ -100,9 +100,7 @@ export class DescribeTransitGatewayRouteTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts index ae214d836c23a..bf582944a1a86 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts @@ -112,9 +112,7 @@ export class DescribeTransitGatewayVpcAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts index 2ff47d13d76f8..f84ca7554e183 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts @@ -110,9 +110,7 @@ export class DescribeTransitGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts index 071ef8a2f3308..257a810c88a06 100644 --- a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts @@ -102,9 +102,7 @@ export class DescribeTrunkInterfaceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts index 2b85c3907083b..b92a6ed261e64 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts @@ -132,9 +132,7 @@ export class DescribeVerifiedAccessEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts index 3eec5bfff8fcf..39d54add2c470 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts @@ -103,9 +103,7 @@ export class DescribeVerifiedAccessGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts index 9da4c4b57f0da..13c58c35921a9 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts @@ -122,9 +122,7 @@ export class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts index 4c43ff752486a..ab71336f4724b 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts @@ -107,9 +107,7 @@ export class DescribeVerifiedAccessInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts index 94cc1d11c6fb0..5835ea2c54a73 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts @@ -122,9 +122,7 @@ export class DescribeVerifiedAccessTrustProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts index f8fc2b3e26496..e29e9b69acf81 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts @@ -98,9 +98,7 @@ export class DescribeVolumeAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts index fd612558d3172..20d906030f9b3 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts @@ -216,9 +216,7 @@ export class DescribeVolumeStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts index 6c7dbef5a8d7b..58e91cec29a40 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts @@ -211,9 +211,7 @@ export class DescribeVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts index 79675ab84b8eb..bfa9137ce9d19 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts @@ -102,9 +102,7 @@ export class DescribeVolumesModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts index 0a73606de3ce8..ee73511971d0e 100644 --- a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts @@ -116,9 +116,7 @@ export class DescribeVpcAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts index acfe7c698508e..741207509e5e9 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts @@ -90,9 +90,7 @@ export class DescribeVpcClassicLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts index ba12226c4f0df..5450f1267b7d6 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts @@ -87,9 +87,7 @@ export class DescribeVpcClassicLinkDnsSupportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts index 7dae6feb75a77..c32d043b2bd6f 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts @@ -99,9 +99,7 @@ export class DescribeVpcEndpointConnectionNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts index 071597c20e013..e310a954a8483 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts @@ -110,9 +110,7 @@ export class DescribeVpcEndpointConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts index 23404098c7baa..89a1e077e3c2e 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts @@ -130,9 +130,7 @@ export class DescribeVpcEndpointServiceConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts index d6355ab6a29d7..6016fce2e1419 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts @@ -100,9 +100,7 @@ export class DescribeVpcEndpointServicePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts index 0773fdb812d31..79952745684f2 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts @@ -126,9 +126,7 @@ export class DescribeVpcEndpointServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts index 248b6f048182e..36b8154cf6cd0 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts @@ -130,9 +130,7 @@ export class DescribeVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts index c9664aee175f7..a07f2d692aeef 100644 --- a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -140,9 +140,7 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts index afeb5f06002ad..dd46483a98375 100644 --- a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts @@ -154,9 +154,7 @@ export class DescribeVpcsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts index 161cb37ca779f..6c281c4e2cded 100644 --- a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts @@ -189,9 +189,7 @@ export class DescribeVpnConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts index e1eb532856ccc..d20c8aa2c5a5a 100644 --- a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts @@ -98,9 +98,7 @@ export class DescribeVpnGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts index 3193fe7392fc0..c2410990ee046 100644 --- a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts @@ -72,9 +72,7 @@ export class DetachClassicLinkVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts index 6554a5d18304b..c532e0e8487ca 100644 --- a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts @@ -79,9 +79,7 @@ export class DetachInternetGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts index 6aaa7a342d5bb..77343d6bb0355 100644 --- a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts @@ -76,9 +76,7 @@ export class DetachNetworkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts index f5df16872374f..c39878970b0be 100644 --- a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts @@ -131,9 +131,7 @@ export class DetachVerifiedAccessTrustProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachVolumeCommand.ts b/clients/client-ec2/src/commands/DetachVolumeCommand.ts index 91f037ea38074..a1d244637b234 100644 --- a/clients/client-ec2/src/commands/DetachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DetachVolumeCommand.ts @@ -110,9 +110,7 @@ export class DetachVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts index d17dc01dc326e..5ac8c5bfcce76 100644 --- a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts @@ -70,9 +70,7 @@ export class DetachVpnGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts index b7926cb0dc30e..bf2c13fd29492 100644 --- a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts @@ -73,9 +73,7 @@ export class DisableAddressTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts index af8e46a16edc8..bca9bb2379498 100644 --- a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -78,9 +78,7 @@ export class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts index e1300810ec914..52a6115edb055 100644 --- a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts @@ -73,9 +73,7 @@ export class DisableEbsEncryptionByDefaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts index 25c00830fc4a0..9933de6b92025 100644 --- a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts @@ -86,9 +86,7 @@ export class DisableFastLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts index ed5e177581b8b..960b3a3b25355 100644 --- a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts @@ -99,9 +99,7 @@ export class DisableFastSnapshotRestoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts index 424e37388e0de..5586767564603 100644 --- a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts @@ -76,9 +76,7 @@ export class DisableImageBlockPublicAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableImageCommand.ts b/clients/client-ec2/src/commands/DisableImageCommand.ts index 1936c859a6767..0696ed82d0429 100644 --- a/clients/client-ec2/src/commands/DisableImageCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageCommand.ts @@ -76,9 +76,7 @@ export class DisableImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts index 16621c4d9daac..6c35180ff308c 100644 --- a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts @@ -68,9 +68,7 @@ export class DisableImageDeprecationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts b/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts index 6c48eb3fcc97a..583725375be8c 100644 --- a/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts @@ -80,9 +80,7 @@ export class DisableImageDeregistrationProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts index c8e63d8112403..3ad33bc859e76 100644 --- a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts @@ -75,9 +75,7 @@ export class DisableIpamOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts index ccc0319a45985..6f552ca520f71 100644 --- a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts @@ -68,9 +68,7 @@ export class DisableSerialConsoleAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts index 2e4d2f0536e4d..715e4359ba5c4 100644 --- a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts @@ -84,9 +84,7 @@ export class DisableSnapshotBlockPublicAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts index 675cf4a03131b..c27127efbbf7e 100644 --- a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts @@ -85,9 +85,7 @@ export class DisableTransitGatewayRouteTablePropagationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts index b5311d6c3f3b7..2df90a01570fb 100644 --- a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts @@ -78,9 +78,7 @@ export class DisableVgwRoutePropagationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts index 5ca158a3009c1..f35d1c8038fc0 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts @@ -70,9 +70,7 @@ export class DisableVpcClassicLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts index e7878b5f41dfb..435a322719a5e 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts @@ -76,9 +76,7 @@ export class DisableVpcClassicLinkDnsSupportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts index 9379f7f7a0ab0..5b93935c1cef6 100644 --- a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts @@ -77,9 +77,7 @@ export class DisassociateAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts index d4951fcb14520..742abf0508179 100644 --- a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts @@ -95,9 +95,7 @@ export class DisassociateClientVpnTargetNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts index 3432917445134..608ea7e1945f3 100644 --- a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts @@ -80,9 +80,7 @@ export class DisassociateEnclaveCertificateIamRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts index 430713de0afc3..848223bac7835 100644 --- a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts @@ -105,9 +105,7 @@ export class DisassociateIamInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts index 2d72f5fe1d482..817ce82dafce1 100644 --- a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts @@ -120,9 +120,7 @@ export class DisassociateInstanceEventWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts index cdbb2c6051665..b41e7b6c0f82e 100644 --- a/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts @@ -73,9 +73,7 @@ export class DisassociateIpamByoasnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts index f2ac410e64742..3a6980abf0fb7 100644 --- a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts @@ -88,9 +88,7 @@ export class DisassociateIpamResourceDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts index ddbff027a2210..72432bf50ac09 100644 --- a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts @@ -91,9 +91,7 @@ export class DisassociateNatGatewayAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts index 800f81d03089e..7fc63135c5464 100644 --- a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts @@ -79,9 +79,7 @@ export class DisassociateRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts index 2a3d72695feba..e58af5ea209de 100644 --- a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts @@ -75,9 +75,7 @@ export class DisassociateSubnetCidrBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts index 5907739ee99f5..5aee9ecb0fb79 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts @@ -91,9 +91,7 @@ export class DisassociateTransitGatewayMulticastDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts index 3f44ac0adf225..afebc4caf354a 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts @@ -82,9 +82,7 @@ export class DisassociateTransitGatewayPolicyTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts index b8fdcbee834d1..c9b226bb7604b 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts @@ -81,9 +81,7 @@ export class DisassociateTransitGatewayRouteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts index 13cd73c776dca..0188181f1fe17 100644 --- a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts @@ -68,9 +68,7 @@ export class DisassociateTrunkInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts index c900e5a84df2d..b0f59917e0322 100644 --- a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts @@ -90,9 +90,7 @@ export class DisassociateVpcCidrBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts index 57afc0e90d445..2ba75695c5e9b 100644 --- a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts @@ -74,9 +74,7 @@ export class EnableAddressTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts index e13f6ebda4191..6a9c3d5990f1d 100644 --- a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -78,9 +78,7 @@ export class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts index c3f7335384fe5..7b24041f8fc9a 100644 --- a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts @@ -78,9 +78,7 @@ export class EnableEbsEncryptionByDefaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts index 7f3bfea49be58..a8fc9fac2d1bb 100644 --- a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts @@ -98,9 +98,7 @@ export class EnableFastLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts index b80df10de47c6..4eb0ebc1f9069 100644 --- a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts @@ -104,9 +104,7 @@ export class EnableFastSnapshotRestoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts index df15dbdc8131e..db1f3b72ccdd7 100644 --- a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts @@ -76,9 +76,7 @@ export class EnableImageBlockPublicAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableImageCommand.ts b/clients/client-ec2/src/commands/EnableImageCommand.ts index 83481d01eaf5e..6ee680a322a46 100644 --- a/clients/client-ec2/src/commands/EnableImageCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageCommand.ts @@ -73,9 +73,7 @@ export class EnableImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts index a63b5394c900d..6f13e55bb415e 100644 --- a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts @@ -68,9 +68,7 @@ export class EnableImageDeprecationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts b/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts index ee053bd0c6330..480ffb16b4c95 100644 --- a/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts @@ -80,9 +80,7 @@ export class EnableImageDeregistrationProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts index e3c9187caf842..be4fb0b1fd9d7 100644 --- a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts @@ -75,9 +75,7 @@ export class EnableIpamOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts index 5997971fb8773..7ba9af9ceb9da 100644 --- a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts +++ b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts @@ -78,9 +78,7 @@ export class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts index 9a3724775f8f4..a94a197609228 100644 --- a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts @@ -67,9 +67,7 @@ export class EnableSerialConsoleAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts index 31ac3781b74e7..3b49ed1bd0535 100644 --- a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts @@ -87,9 +87,7 @@ export class EnableSnapshotBlockPublicAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts index ae31a4e0edf4c..33b5d8cbe852b 100644 --- a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts @@ -85,9 +85,7 @@ export class EnableTransitGatewayRouteTablePropagationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts index 97f674258d5d3..339bcfbaa2528 100644 --- a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts @@ -78,9 +78,7 @@ export class EnableVgwRoutePropagationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts index b8382ecfcbaa4..0831aae45c076 100644 --- a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts +++ b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts @@ -76,9 +76,7 @@ export class EnableVolumeIOCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts index 0f49c6ea8c52c..372a567cb32eb 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts @@ -74,9 +74,7 @@ export class EnableVpcClassicLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts index 8a752b8d0d07d..934c83493ae86 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts @@ -78,9 +78,7 @@ export class EnableVpcClassicLinkDnsSupportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts index 3ffb2d53db20b..07d7d9e295281 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts @@ -79,9 +79,7 @@ export class ExportClientVpnClientCertificateRevocationListCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts index dac560aea17db..ba3282e6ca96c 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts @@ -76,9 +76,7 @@ export class ExportClientVpnClientConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ExportImageCommand.ts b/clients/client-ec2/src/commands/ExportImageCommand.ts index a1c0e77a1ce59..856c1fe8dac60 100644 --- a/clients/client-ec2/src/commands/ExportImageCommand.ts +++ b/clients/client-ec2/src/commands/ExportImageCommand.ts @@ -104,9 +104,7 @@ export class ExportImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts index 5f2a482fd960a..ec3176ec9b333 100644 --- a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts @@ -79,9 +79,7 @@ export class ExportTransitGatewayRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts index 64203eb8f6e07..59d363932868d 100644 --- a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts @@ -85,9 +85,7 @@ export class GetAssociatedEnclaveCertificateIamRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts index a8b41d0c08751..d51e3c1e03991 100644 --- a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts @@ -74,9 +74,7 @@ export class GetAssociatedIpv6PoolCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts index bdca2f280898c..9ca62dd3a239d 100644 --- a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts +++ b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts @@ -99,9 +99,7 @@ export class GetAwsNetworkPerformanceDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts index c766b9cfb5b32..1cf4d161ef89c 100644 --- a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts @@ -81,9 +81,7 @@ export class GetCapacityReservationUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts index 0fd7f49869fcb..924716c4f1c4b 100644 --- a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts @@ -86,9 +86,7 @@ export class GetCoipPoolUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts index f574224027aad..6c7c01571ed61 100644 --- a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts @@ -92,9 +92,7 @@ export class GetConsoleOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts index 1b7d9dbe6cec3..af59af5d6aaae 100644 --- a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts @@ -71,9 +71,7 @@ export class GetConsoleScreenshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts index 30d0b50fe876c..eeca6333cd625 100644 --- a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts @@ -74,9 +74,7 @@ export class GetDefaultCreditSpecificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts index db538f40b3423..6d0c83784f5c7 100644 --- a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts @@ -69,9 +69,7 @@ export class GetEbsDefaultKmsKeyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts index a215ac09e4fee..9cd0a7d25e70c 100644 --- a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts @@ -69,9 +69,7 @@ export class GetEbsEncryptionByDefaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts index 49cd93794d730..1204dae5acd91 100644 --- a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts +++ b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts @@ -104,9 +104,7 @@ export class GetFlowLogsIntegrationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts index 74a5c80a7fe08..9f315a786aa58 100644 --- a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts @@ -79,9 +79,7 @@ export class GetGroupsForCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts index bbd1cceb87d33..6407869911ba4 100644 --- a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts +++ b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts @@ -93,9 +93,7 @@ export class GetHostReservationPurchasePreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts index a5c9b75b44a4a..c5155145b6e68 100644 --- a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts +++ b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts @@ -73,9 +73,7 @@ export class GetImageBlockPublicAccessStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts b/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts index 29bee5f6d1fa8..594aace58ee97 100644 --- a/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts @@ -73,9 +73,7 @@ export class GetInstanceMetadataDefaultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts b/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts index 5db5a25ffb55d..6815721c860fe 100644 --- a/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts @@ -76,9 +76,7 @@ export class GetInstanceTpmEkPubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts index 49edb9d9f985b..fb5771d83cf12 100644 --- a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts @@ -165,9 +165,7 @@ export class GetInstanceTypesFromInstanceRequirementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts index bc5945a2ba87b..341424f734640 100644 --- a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts @@ -77,9 +77,7 @@ export class GetInstanceUefiDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts index 23ac4904b73f4..36251e93ae7e3 100644 --- a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts @@ -87,9 +87,7 @@ export class GetIpamAddressHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts index 1f5091420cf9a..813168a745118 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts @@ -89,9 +89,7 @@ export class GetIpamDiscoveredAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts index 8be34d5bf8c22..d00b6add54475 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts @@ -118,9 +118,7 @@ export class GetIpamDiscoveredPublicAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts index 02736b4450b6a..5e00b7fbd1dc9 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts @@ -104,9 +104,7 @@ export class GetIpamDiscoveredResourceCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts index 0df5fe6de333a..43e93d7b3d760 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts @@ -91,9 +91,7 @@ export class GetIpamPoolAllocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts index f43e0200d05c5..a8210318347f9 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts @@ -88,9 +88,7 @@ export class GetIpamPoolCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts index f8680e5fb11d5..9fcdef84c6f4f 100644 --- a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts @@ -109,9 +109,7 @@ export class GetIpamResourceCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts index 77d63c23530f4..6720512a2ae66 100644 --- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts @@ -389,9 +389,7 @@ export class GetLaunchTemplateDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts index 3f5a7c1614882..fc1a766c711ec 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts @@ -79,9 +79,7 @@ export class GetManagedPrefixListAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts index f8379d7c61253..616e460335453 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts @@ -75,9 +75,7 @@ export class GetManagedPrefixListEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts index 9fefb05afe905..316fe9ae8cd23 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts @@ -406,9 +406,7 @@ export class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts index e0c2c32b6ad85..00fcfe596d8dd 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts @@ -175,9 +175,7 @@ export class GetNetworkInsightsAccessScopeContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts index bed459cd41d8b..2c1c057f7eece 100644 --- a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts +++ b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts @@ -84,9 +84,7 @@ export class GetPasswordDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts index bb568a1d572a1..9e14133b1fd48 100644 --- a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts @@ -118,9 +118,7 @@ export class GetReservedInstancesExchangeQuoteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts index 84a6f8bc72ec1..fd22c287e0d87 100644 --- a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts +++ b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts @@ -91,9 +91,7 @@ export class GetSecurityGroupsForVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts index 50c8d24a50fbe..78601541763b0 100644 --- a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts @@ -70,9 +70,7 @@ export class GetSerialConsoleAccessStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts index b12128865455c..94be1bc2ce1cb 100644 --- a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts +++ b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts @@ -73,9 +73,7 @@ export class GetSnapshotBlockPublicAccessStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts index a787cdc28088a..2a8198c3b6236 100644 --- a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts +++ b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts @@ -167,9 +167,7 @@ export class GetSpotPlacementScoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts index b52d14c3d9e8c..49e78820d17e3 100644 --- a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts +++ b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts @@ -108,9 +108,7 @@ export class GetSubnetCidrReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts index a29c333ef5d94..88c360c23049a 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts @@ -91,9 +91,7 @@ export class GetTransitGatewayAttachmentPropagationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts index 0a32248459554..46647dbf58921 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts @@ -97,9 +97,7 @@ export class GetTransitGatewayMulticastDomainAssociationsCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts index d86ed18765432..e9dbe3c01ce61 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts @@ -94,9 +94,7 @@ export class GetTransitGatewayPolicyTableAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts index 748d9c2244879..212e9680c7865 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts @@ -100,9 +100,7 @@ export class GetTransitGatewayPolicyTableEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts index 6a2d8edf8533c..dbf846914b9de 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts @@ -99,9 +99,7 @@ export class GetTransitGatewayPrefixListReferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts index 65e7e3d498107..f4ef60290c118 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts @@ -93,9 +93,7 @@ export class GetTransitGatewayRouteTableAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts index 947be6450949d..1ed96838d601b 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts @@ -94,9 +94,7 @@ export class GetTransitGatewayRouteTablePropagationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts index 3380268ef43a3..83f6c789656db 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts @@ -72,9 +72,7 @@ export class GetVerifiedAccessEndpointPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts index fb6cbb1b7729b..4cbf7133fefc9 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts @@ -69,9 +69,7 @@ export class GetVerifiedAccessGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts index cf06b974681cf..674fcd7428999 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts @@ -79,9 +79,7 @@ export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts index 43bdb3da17406..6a80dedfa02da 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts @@ -78,9 +78,7 @@ export class GetVpnConnectionDeviceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts index 1e9a479e80e9c..e4469ea1ef5f7 100644 --- a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts @@ -78,9 +78,7 @@ export class GetVpnTunnelReplacementStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts index 2a814324c4314..a389c85492dfa 100644 --- a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts @@ -77,9 +77,7 @@ export class ImportClientVpnClientCertificateRevocationListCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportImageCommand.ts b/clients/client-ec2/src/commands/ImportImageCommand.ts index 64c8c97f84555..4e30e7b1605ac 100644 --- a/clients/client-ec2/src/commands/ImportImageCommand.ts +++ b/clients/client-ec2/src/commands/ImportImageCommand.ts @@ -171,9 +171,7 @@ export class ImportImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportInstanceCommand.ts b/clients/client-ec2/src/commands/ImportInstanceCommand.ts index a72ef647ef91d..7d8391f48e36b 100644 --- a/clients/client-ec2/src/commands/ImportInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ImportInstanceCommand.ts @@ -177,9 +177,7 @@ export class ImportInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts index bd55689e9ff62..88d1d5905c358 100644 --- a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts @@ -91,9 +91,7 @@ export class ImportKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts index c054b30c4c649..b82472f0e6628 100644 --- a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts @@ -126,9 +126,7 @@ export class ImportSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ImportVolumeCommand.ts b/clients/client-ec2/src/commands/ImportVolumeCommand.ts index 397417bb6a0af..63caa5472f781 100644 --- a/clients/client-ec2/src/commands/ImportVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ImportVolumeCommand.ts @@ -136,9 +136,7 @@ export class ImportVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts index 0f7c98eed6b7b..feb1a5057f08e 100644 --- a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts @@ -81,9 +81,7 @@ export class ListImagesInRecycleBinCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts index e912a694a4a21..83a582f6275ff 100644 --- a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts @@ -79,9 +79,7 @@ export class ListSnapshotsInRecycleBinCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/LockSnapshotCommand.ts b/clients/client-ec2/src/commands/LockSnapshotCommand.ts index 3fbc47d0da9e4..a9e54d582a760 100644 --- a/clients/client-ec2/src/commands/LockSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/LockSnapshotCommand.ts @@ -95,9 +95,7 @@ export class LockSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts index ce81f3481b0f6..a1278abae8b39 100644 --- a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts @@ -76,9 +76,7 @@ export class ModifyAddressAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts index bb3bfbd3a4893..abe201fe56e21 100644 --- a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts @@ -67,9 +67,7 @@ export class ModifyAvailabilityZoneGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts index f61e75a2ef8bd..36f744d77e329 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts @@ -75,9 +75,7 @@ export class ModifyCapacityReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts index 45dce8414715d..cef84ddeff8c8 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts @@ -78,9 +78,7 @@ export class ModifyCapacityReservationFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts index b03e4f8a8f9b8..967a572b50162 100644 --- a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts @@ -95,9 +95,7 @@ export class ModifyClientVpnEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts index c431c6d69f5fb..b2b71ed54087b 100644 --- a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts @@ -88,9 +88,7 @@ export class ModifyDefaultCreditSpecificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts index b7f592d42969b..61d4d2eff3ebc 100644 --- a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts @@ -73,9 +73,7 @@ export class ModifyEbsDefaultKmsKeyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyFleetCommand.ts b/clients/client-ec2/src/commands/ModifyFleetCommand.ts index 109bbca25401c..8c3f658cec8ba 100644 --- a/clients/client-ec2/src/commands/ModifyFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFleetCommand.ts @@ -196,9 +196,7 @@ export class ModifyFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts index 30a170592622f..c4e5dee1264ba 100644 --- a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts @@ -109,9 +109,7 @@ export class ModifyFpgaImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyHostsCommand.ts b/clients/client-ec2/src/commands/ModifyHostsCommand.ts index 1d8c7adcf2f17..d467a2bf9e86d 100644 --- a/clients/client-ec2/src/commands/ModifyHostsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyHostsCommand.ts @@ -91,9 +91,7 @@ export class ModifyHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts index 02467041fd0a2..71c69483ec563 100644 --- a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts @@ -87,9 +87,7 @@ export class ModifyIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts index 1dc391d4d5d64..4a4d551905222 100644 --- a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts @@ -86,9 +86,7 @@ export class ModifyIdentityIdFormatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts index f20e52a5e973b..c1b975279e3a6 100644 --- a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts @@ -147,9 +147,7 @@ export class ModifyImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts index 3bb4a5386e25d..6358a310a3302 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts @@ -151,9 +151,7 @@ export class ModifyInstanceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts index e58523e31acd9..f379c9f32eb5c 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts @@ -84,9 +84,7 @@ export class ModifyInstanceCapacityReservationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts index 0bb46de185e60..2b7f90a95d8ba 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts @@ -94,9 +94,7 @@ export class ModifyInstanceCreditSpecificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts index 54a8df210d960..238292c1ac25d 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts @@ -77,9 +77,7 @@ export class ModifyInstanceEventStartTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts index d20940664328e..afa88ef545b79 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts @@ -116,9 +116,7 @@ export class ModifyInstanceEventWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts index 2d6bb7317b171..210a7bbc12ed1 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts @@ -76,9 +76,7 @@ export class ModifyInstanceMaintenanceOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts index 0fdc38f5fc629..d304da85bb99f 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts @@ -82,9 +82,7 @@ export class ModifyInstanceMetadataDefaultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts index 0b0cab8e647b5..10f217f11431e 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts @@ -87,9 +87,7 @@ export class ModifyInstanceMetadataOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts index 45a464bdffeff..c95ca112b9c71 100644 --- a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts @@ -97,9 +97,7 @@ export class ModifyInstancePlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIpamCommand.ts b/clients/client-ec2/src/commands/ModifyIpamCommand.ts index da814c10e6c9f..3c8c35df8cdab 100644 --- a/clients/client-ec2/src/commands/ModifyIpamCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamCommand.ts @@ -107,9 +107,7 @@ export class ModifyIpamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts index 059b002283545..1006bda09d5cf 100644 --- a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts @@ -126,9 +126,7 @@ export class ModifyIpamPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts index 27e13a4f03ed4..151bfcf47a3eb 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts @@ -94,9 +94,7 @@ export class ModifyIpamResourceCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts index f71a4ad1f527a..a45322af46a1b 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts @@ -96,9 +96,7 @@ export class ModifyIpamResourceDiscoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts index bf4ac3777c505..e75db803c4e2c 100644 --- a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts @@ -84,9 +84,7 @@ export class ModifyIpamScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts index e6a0527377e9d..ddbc5e13f3df7 100644 --- a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts @@ -108,9 +108,7 @@ export class ModifyLaunchTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts index efbc341a21f7f..ccfd497b20fe2 100644 --- a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts @@ -82,9 +82,7 @@ export class ModifyLocalGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts index 808d4716683b0..1ad4a989a86eb 100644 --- a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts @@ -100,9 +100,7 @@ export class ModifyManagedPrefixListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts index 9d9166b8ccea6..0ef0e9621fa5e 100644 --- a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts @@ -153,9 +153,7 @@ export class ModifyNetworkInterfaceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts index ba9b87747cbea..d9fcbbefd64fe 100644 --- a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts @@ -69,9 +69,7 @@ export class ModifyPrivateDnsNameOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts index 353fb960ccf52..81539fb8d6bea 100644 --- a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts @@ -81,9 +81,7 @@ export class ModifyReservedInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts index 0e65afb221e35..7a20416f80dd1 100644 --- a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts @@ -81,9 +81,7 @@ export class ModifySecurityGroupRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts index a929c7fc07995..46bb5b2c5f38d 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts @@ -125,9 +125,7 @@ export class ModifySnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts index 920ad46cb6bc2..2aa1cb9326e98 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts @@ -72,9 +72,7 @@ export class ModifySnapshotTierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts index 3b3129c40d92d..8916bfe33356b 100644 --- a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts +++ b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts @@ -216,9 +216,7 @@ export class ModifySpotFleetRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts index 942ee292818d5..9f40865450245 100644 --- a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts @@ -124,9 +124,7 @@ export class ModifySubnetAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts index 1e6c34a07fc2e..dcee6cf3749a0 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts @@ -150,9 +150,7 @@ export class ModifyTrafficMirrorFilterNetworkServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts index e38c1396b82e1..db36381cd85ac 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts @@ -113,9 +113,7 @@ export class ModifyTrafficMirrorFilterRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts index f177df4833408..0158951ad7c79 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts @@ -91,9 +91,7 @@ export class ModifyTrafficMirrorSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts index 0a569bdecef62..29b663f5db727 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts @@ -112,9 +112,7 @@ export class ModifyTransitGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts index 52fa4860ac423..a427023a6c663 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts @@ -89,9 +89,7 @@ export class ModifyTransitGatewayPrefixListReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts index 6e04a2c814dea..c2813243fcc21 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts @@ -105,9 +105,7 @@ export class ModifyTransitGatewayVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts index 42aef73f6abfd..742080195c970 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts @@ -126,9 +126,7 @@ export class ModifyVerifiedAccessEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts index 01c11e1e71b3b..7761ffb77f756 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts @@ -86,9 +86,7 @@ export class ModifyVerifiedAccessEndpointPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts index d181b703b24c2..0e10db966fe42 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts @@ -88,9 +88,7 @@ export class ModifyVerifiedAccessGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts index 46b45fbccbc8b..b3bfb009a36d2 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts @@ -83,9 +83,7 @@ export class ModifyVerifiedAccessGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts index f7a17a33e646c..f969efcbaafbe 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts @@ -91,9 +91,7 @@ export class ModifyVerifiedAccessInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts index 0aa025ed36eec..982101839431d 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts @@ -126,9 +126,7 @@ export class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts index 9e4f88daf1db9..9c3b2a1848285 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts @@ -126,9 +126,7 @@ export class ModifyVerifiedAccessTrustProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts index 5cbef86687c84..1bd452a372807 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts @@ -88,9 +88,7 @@ export class ModifyVolumeAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts index a8d29530f1c27..e2f2823bdea38 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts @@ -100,9 +100,7 @@ export class ModifyVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts index 8e99f5af11683..ed4b5f455b0da 100644 --- a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts @@ -100,9 +100,7 @@ export class ModifyVpcAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts index 5efbdb9bd99c3..78279ac0e1774 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts @@ -102,9 +102,7 @@ export class ModifyVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts index 3c2e695ea816f..451fcce7ba7bd 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts @@ -80,9 +80,7 @@ export class ModifyVpcEndpointConnectionNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts index 5fb346633a5e2..d3820395512a8 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts @@ -99,9 +99,7 @@ export class ModifyVpcEndpointServiceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts index 00e64dd55a7ff..97d0fae896926 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts @@ -76,9 +76,7 @@ export class ModifyVpcEndpointServicePayerResponsibilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts index e712ef4dd9ffa..5876f4afe6b5f 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts @@ -93,9 +93,7 @@ export class ModifyVpcEndpointServicePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts index 2042eb35b824b..69dfb2a6cfe04 100644 --- a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts @@ -100,9 +100,7 @@ export class ModifyVpcPeeringConnectionOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts index 772a2d88d8481..eab27ada62ae2 100644 --- a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts @@ -74,9 +74,7 @@ export class ModifyVpcTenancyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts index 390908a8fd12e..94c34f12a63ef 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts @@ -213,9 +213,7 @@ export class ModifyVpnConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts index 446349ffa1a17..0b791403522d9 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts @@ -183,9 +183,7 @@ export class ModifyVpnConnectionOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts index 14ac14b3d7874..325cf3f63f35b 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts @@ -176,9 +176,7 @@ export class ModifyVpnTunnelCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts index 2d71f5f91d052..c0edc96f4c9f9 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts @@ -237,9 +237,7 @@ export class ModifyVpnTunnelOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts index c31cdf2fca07b..a5119d9ec4fd9 100644 --- a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts @@ -78,9 +78,7 @@ export class MonitorInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts index 5c057400a86b4..f2233f3b1ee75 100644 --- a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts +++ b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts @@ -91,9 +91,7 @@ export class MoveAddressToVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts index b4758067be278..d72d3e14b7f33 100644 --- a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts +++ b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts @@ -83,9 +83,7 @@ export class MoveByoipCidrToIpamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts b/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts index 0384403843f91..272d4173bbfe3 100644 --- a/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts +++ b/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts @@ -167,9 +167,7 @@ export class MoveCapacityReservationInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts index 97491d216ab25..559b58ef0412b 100644 --- a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts @@ -110,9 +110,7 @@ export class ProvisionByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts index 19540c793bb3c..6bbcafeb2845e 100644 --- a/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts @@ -76,9 +76,7 @@ export class ProvisionIpamByoasnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts index cc42f76346bf9..8a15ad17e7e52 100644 --- a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts @@ -86,9 +86,7 @@ export class ProvisionIpamPoolCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts index 1f7b008b35455..7d9b3b5cb28aa 100644 --- a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts @@ -76,9 +76,7 @@ export class ProvisionPublicIpv4PoolCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts index c07a14ed00373..e1923cefb8dfe 100644 --- a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts @@ -114,9 +114,7 @@ export class PurchaseCapacityBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts index 5e1bce8bc86f1..02d3688ef86da 100644 --- a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts @@ -102,9 +102,7 @@ export class PurchaseHostReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts index 06646fee10021..01bc50ffc8751 100644 --- a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts @@ -86,9 +86,7 @@ export class PurchaseReservedInstancesOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts index 98d1070738c2c..a0ff8a68479c3 100644 --- a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts @@ -106,9 +106,7 @@ export class PurchaseScheduledInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RebootInstancesCommand.ts b/clients/client-ec2/src/commands/RebootInstancesCommand.ts index 34fe07ecbf8e2..5cc724074fb59 100644 --- a/clients/client-ec2/src/commands/RebootInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RebootInstancesCommand.ts @@ -86,9 +86,7 @@ export class RebootInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RegisterImageCommand.ts b/clients/client-ec2/src/commands/RegisterImageCommand.ts index c3e695cbf29c6..1677b43588df6 100644 --- a/clients/client-ec2/src/commands/RegisterImageCommand.ts +++ b/clients/client-ec2/src/commands/RegisterImageCommand.ts @@ -154,9 +154,7 @@ export class RegisterImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts index 6e644bed36ed3..eef65f87f36cb 100644 --- a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts @@ -87,9 +87,7 @@ export class RegisterInstanceEventNotificationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts index 8cab7cfed223c..1633d776c7424 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts @@ -90,9 +90,7 @@ export class RegisterTransitGatewayMulticastGroupMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts index 632a1944427f6..163030477ccc7 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -90,9 +90,7 @@ export class RegisterTransitGatewayMulticastGroupSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts index 6dc6ebd65a62a..917114dbd401c 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts @@ -91,9 +91,7 @@ export class RejectTransitGatewayMulticastDomainAssociationsCommand extends $Com ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts index f14cd448d4ab6..e91642bc115f1 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts @@ -105,9 +105,7 @@ export class RejectTransitGatewayPeeringAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts index e51a45592b312..2548fe3eb4290 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts @@ -96,9 +96,7 @@ export class RejectTransitGatewayVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts index 739ba9a4c1e41..ebaf72540b825 100644 --- a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts @@ -79,9 +79,7 @@ export class RejectVpcEndpointConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts index 04d85c43b241a..0902f2a732c6d 100644 --- a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts @@ -69,9 +69,7 @@ export class RejectVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts index e33ec8b63141b..e479e99dec746 100644 --- a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts @@ -88,9 +88,7 @@ export class ReleaseAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts index 595600017f3cc..64505a4488214 100644 --- a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts @@ -86,9 +86,7 @@ export class ReleaseHostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts index 0c1e04e1d02d9..c401c1779235b 100644 --- a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts @@ -72,9 +72,7 @@ export class ReleaseIpamPoolAllocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts index 60e92a94dddb3..db20ed5d706bf 100644 --- a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts @@ -90,9 +90,7 @@ export class ReplaceIamInstanceProfileAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts index 9811dcc739b0b..9c54ce08c7985 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts @@ -89,9 +89,7 @@ export class ReplaceNetworkAclAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts index c24305d5bb5d1..08e465b2aa488 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts @@ -99,9 +99,7 @@ export class ReplaceNetworkAclEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts index ed397a1f745ea..a450e7306667c 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts @@ -97,9 +97,7 @@ export class ReplaceRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts index 8e8ccf4650cd9..8449f7bba818c 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts @@ -94,9 +94,7 @@ export class ReplaceRouteTableAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts index 2798b8df50eda..662b36f171b21 100644 --- a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts @@ -82,9 +82,7 @@ export class ReplaceTransitGatewayRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts index 0bd8f25e4a6a7..c1febb10a41c7 100644 --- a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts @@ -68,9 +68,7 @@ export class ReplaceVpnTunnelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts index 54e8655f123ba..b341eae7f34ef 100644 --- a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts @@ -77,9 +77,7 @@ export class ReportInstanceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts index d2e07fd9c97a1..e4571421c0718 100644 --- a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts @@ -577,9 +577,7 @@ export class RequestSpotFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts index 469cd44f72ac7..3676d279e85b1 100644 --- a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts @@ -388,9 +388,7 @@ export class RequestSpotInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts index 6a5f0edbf2750..5de7bc7f4d48b 100644 --- a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts @@ -76,9 +76,7 @@ export class ResetAddressAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts index 1dc0790108dac..96ceb7b7d5112 100644 --- a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts @@ -70,9 +70,7 @@ export class ResetEbsDefaultKmsKeyIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts index e58a72b64c6e6..e6c1e8a8aab65 100644 --- a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts @@ -68,9 +68,7 @@ export class ResetFpgaImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts index dcbd43c883f95..18e38132479b0 100644 --- a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts @@ -77,9 +77,7 @@ export class ResetImageAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts index 20246c520b768..98d361f6997cf 100644 --- a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts @@ -85,9 +85,7 @@ export class ResetInstanceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts index f01c95c708c17..fceb878b2d78d 100644 --- a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts @@ -68,9 +68,7 @@ export class ResetNetworkInterfaceAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts index 8fed460fd92fc..07aa4e981aa87 100644 --- a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts @@ -79,9 +79,7 @@ export class ResetSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts index 6d338124b4bdf..ef897f712e91f 100644 --- a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts +++ b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts @@ -70,9 +70,7 @@ export class RestoreAddressToClassicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts index 2d844053399e2..cb08903a7e43a 100644 --- a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts @@ -66,9 +66,7 @@ export class RestoreImageFromRecycleBinCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts index 8d9f2b0d41562..ef07049bf4eb3 100644 --- a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts +++ b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts @@ -89,9 +89,7 @@ export class RestoreManagedPrefixListVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts index a07e4fb5af178..ea96428767efe 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts @@ -79,9 +79,7 @@ export class RestoreSnapshotFromRecycleBinCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts index 0f2895a726aab..25ef73d0940c0 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts @@ -75,9 +75,7 @@ export class RestoreSnapshotTierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts index c220f0e212530..6013a472ff27b 100644 --- a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts @@ -72,9 +72,7 @@ export class RevokeClientVpnIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts index 967799e25b593..9650bd7aa98b2 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts @@ -159,9 +159,7 @@ export class RevokeSecurityGroupEgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts index 6e0a485f0ecaf..6cbab99162872 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts @@ -164,9 +164,7 @@ export class RevokeSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RunInstancesCommand.ts b/clients/client-ec2/src/commands/RunInstancesCommand.ts index 0bd20dcb901e6..02a200187ed11 100644 --- a/clients/client-ec2/src/commands/RunInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunInstancesCommand.ts @@ -586,9 +586,7 @@ export class RunInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts index a6cbd4d5a9bfa..c03e813366ddb 100644 --- a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts @@ -145,9 +145,7 @@ export class RunScheduledInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts index 37315fbab4dfb..d7afcbeacb6d7 100644 --- a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts @@ -91,9 +91,7 @@ export class SearchLocalGatewayRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts index c75fc7118cb2e..80023d7be94b7 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts @@ -99,9 +99,7 @@ export class SearchTransitGatewayMulticastGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts index 941f41bd650c8..4c643d0652338 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts @@ -91,9 +91,7 @@ export class SearchTransitGatewayRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts index bdc21b58e7219..70ea02317af18 100644 --- a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts +++ b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts @@ -77,9 +77,7 @@ export class SendDiagnosticInterruptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/StartInstancesCommand.ts b/clients/client-ec2/src/commands/StartInstancesCommand.ts index 43d1f56fae89d..1c6cb84c4e080 100644 --- a/clients/client-ec2/src/commands/StartInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StartInstancesCommand.ts @@ -129,9 +129,7 @@ export class StartInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts index 9e99118675e9a..d7f95409a39bf 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts @@ -104,9 +104,7 @@ export class StartNetworkInsightsAccessScopeAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts index a6ac0e5c0a0c6..33d298af37f20 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts @@ -800,9 +800,7 @@ export class StartNetworkInsightsAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts index fe3d3fcab33d2..bcb2ec3411831 100644 --- a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts +++ b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts @@ -78,9 +78,7 @@ export class StartVpcEndpointServicePrivateDnsVerificationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/StopInstancesCommand.ts b/clients/client-ec2/src/commands/StopInstancesCommand.ts index c620edab4bbbb..e71229cf0f07d 100644 --- a/clients/client-ec2/src/commands/StopInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StopInstancesCommand.ts @@ -143,9 +143,7 @@ export class StopInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts index fec81c91a898f..4ad476a39c19f 100644 --- a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts @@ -84,9 +84,7 @@ export class TerminateClientVpnConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts index 9bcd48c2da2a9..8f2e23eade14f 100644 --- a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts +++ b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts @@ -169,9 +169,7 @@ export class TerminateInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts index 1f5c6bb009b8c..a0c0787a4f0b6 100644 --- a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts @@ -77,9 +77,7 @@ export class UnassignIpv6AddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts index f2a3b93e46a95..cd15ec6735944 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts @@ -84,9 +84,7 @@ export class UnassignPrivateIpAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts index 69f9268bc49c1..d9970437a7386 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts @@ -95,9 +95,7 @@ export class UnassignPrivateNatGatewayAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts b/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts index ac8391be54d6b..ec86698f5dc16 100644 --- a/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts @@ -68,9 +68,7 @@ export class UnlockSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts index 52b2bc803711f..e60cf1aab5da3 100644 --- a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts @@ -77,9 +77,7 @@ export class UnmonitorInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts index df7a262aafe43..af6a2444a6c85 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts @@ -145,9 +145,7 @@ export class UpdateSecurityGroupRuleDescriptionsEgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts index 0ee14c53465cd..b5d2d578e1796 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts @@ -145,9 +145,7 @@ export class UpdateSecurityGroupRuleDescriptionsIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts index 2469770e095ce..0cfd53bf8a5f2 100644 --- a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts @@ -84,9 +84,7 @@ export class WithdrawByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EC2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts index fb3fd0acdeb40..40fcb60fd586a 100644 --- a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -108,9 +108,7 @@ export class BatchCheckLayerAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts index e6c99866d5dc6..7d4060524d4a4 100644 --- a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts @@ -107,9 +107,7 @@ export class BatchDeleteImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts index 5c31ddcb9ff9a..9775f2223c000 100644 --- a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts @@ -114,9 +114,7 @@ export class CompleteLayerUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts index 2544da735f5f8..b5a0a2f8086f8 100644 --- a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts @@ -128,9 +128,7 @@ export class CreateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts index 01353243c41a3..f89b255b65b58 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts @@ -93,9 +93,7 @@ export class DeleteRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts index ae4f03054c1d5..b743372e6324b 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts @@ -86,9 +86,7 @@ export class DeleteRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts index c46aa93c3e757..be8694215245c 100644 --- a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts @@ -95,9 +95,7 @@ export class DescribeImageTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts index 12375033d715d..793cda9235040 100644 --- a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts @@ -112,9 +112,7 @@ export class DescribeImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts index 3734494717fa3..424893508998d 100644 --- a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts @@ -92,9 +92,7 @@ export class DescribeRegistriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts index c77a3e1dfb086..f3502677526c8 100644 --- a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts @@ -93,9 +93,7 @@ export class DescribeRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts index aed6a37aaa1d5..0ce7aeac7e8e8 100644 --- a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts @@ -80,9 +80,7 @@ export class GetAuthorizationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts index 532c8aaeff87f..ce4828f914405 100644 --- a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts @@ -71,9 +71,7 @@ export class GetRegistryCatalogDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts index d1b206e8b1341..ea1de87359762 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts @@ -96,9 +96,7 @@ export class GetRepositoryCatalogDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts index 9ffeeebef350d..fd535484713fc 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts @@ -86,9 +86,7 @@ export class GetRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts index ec493d2d3045e..bb14407c9b0b9 100644 --- a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts @@ -90,9 +90,7 @@ export class InitiateLayerUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts index 2f237cc239da2..92377d3547d28 100644 --- a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/PutImageCommand.ts b/clients/client-ecr-public/src/commands/PutImageCommand.ts index d704b4d58466e..3ba2f343d04f3 100644 --- a/clients/client-ecr-public/src/commands/PutImageCommand.ts +++ b/clients/client-ecr-public/src/commands/PutImageCommand.ts @@ -126,9 +126,7 @@ export class PutImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts index 3d7ca6767ee7a..d8c0aa53d7632 100644 --- a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts @@ -77,9 +77,7 @@ export class PutRegistryCatalogDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts index b5e04358785d2..3a0faa3b4e23f 100644 --- a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts @@ -104,9 +104,7 @@ export class PutRepositoryCatalogDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts index 50164df36f8f9..cf7583d010969 100644 --- a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts @@ -86,9 +86,7 @@ export class SetRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/TagResourceCommand.ts b/clients/client-ecr-public/src/commands/TagResourceCommand.ts index 3bd6f6b45a845..17b0b2aa436c0 100644 --- a/clients/client-ecr-public/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/TagResourceCommand.ts @@ -93,9 +93,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts index f135fc3b24bd1..24816cfa0b3c3 100644 --- a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts @@ -87,9 +87,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts index c3943a80aff7d..1ab9c91d88acd 100644 --- a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts @@ -109,9 +109,7 @@ export class UploadLayerPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRPUBLICClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts index 8d2b7614dbe37..1f73d56ce3b32 100644 --- a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -103,9 +103,7 @@ export class BatchCheckLayerAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts index 2bb213d79046c..cbbaeef4b1216 100644 --- a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts @@ -130,9 +130,7 @@ export class BatchDeleteImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/BatchGetImageCommand.ts b/clients/client-ecr/src/commands/BatchGetImageCommand.ts index d22278ec599d3..b9fad42bb158b 100644 --- a/clients/client-ecr/src/commands/BatchGetImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetImageCommand.ts @@ -152,9 +152,7 @@ export class BatchGetImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts index 65d7b37803c1c..21561121c127f 100644 --- a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts @@ -110,9 +110,7 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts index 6f2ca5ff65a63..355e8cf9d3a8d 100644 --- a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts @@ -112,9 +112,7 @@ export class CompleteLayerUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts index 3d8ada70e5436..954e60bb828a9 100644 --- a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts @@ -111,9 +111,7 @@ export class CreatePullThroughCacheRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts index fedb0bfe9f10b..5dfe2709c138e 100644 --- a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts @@ -141,9 +141,7 @@ export class CreateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts index 846297ed10682..21972c9ad263c 100644 --- a/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts +++ b/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts @@ -189,9 +189,7 @@ export class CreateRepositoryCreationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts index 6c67183c75d40..966713fd3fdb5 100644 --- a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts @@ -87,9 +87,7 @@ export class DeleteLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts index 188fed646864b..632428f4cae76 100644 --- a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts @@ -84,9 +84,7 @@ export class DeletePullThroughCacheRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts index 6c74e682c799e..060e9b740659e 100644 --- a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts @@ -77,9 +77,7 @@ export class DeleteRegistryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts index 1b50e64ba245d..d8a4d2ff462d2 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts @@ -122,9 +122,7 @@ export class DeleteRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts index 6c37f01710049..6fa011aa8cb19 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts @@ -132,9 +132,7 @@ export class DeleteRepositoryCreationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts index 0771290455e34..6c88936c87d11 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts @@ -101,9 +101,7 @@ export class DeleteRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts index 08f576b15097c..cf540610c072b 100644 --- a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts @@ -104,9 +104,7 @@ export class DescribeImageReplicationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts index 0baa1104c299e..3e78da96846c7 100644 --- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts @@ -216,9 +216,7 @@ export class DescribeImageScanFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeImagesCommand.ts b/clients/client-ecr/src/commands/DescribeImagesCommand.ts index 825ab8d49d45a..4a45d6b6ed2c7 100644 --- a/clients/client-ecr/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImagesCommand.ts @@ -123,9 +123,7 @@ export class DescribeImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts index 1e9459eacff3f..0523f05d81c46 100644 --- a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts +++ b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts @@ -100,9 +100,7 @@ export class DescribePullThroughCacheRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts index 3b802fb213bc3..96b1540e2e1a3 100644 --- a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts @@ -93,9 +93,7 @@ export class DescribeRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts index 3045c772dfdd8..1a5450c0ce60b 100644 --- a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts @@ -123,9 +123,7 @@ export class DescribeRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts index 6e75f9d46bf5a..2ae578809eaa5 100644 --- a/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts @@ -163,9 +163,7 @@ export class DescribeRepositoryCreationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetAccountSettingCommand.ts b/clients/client-ecr/src/commands/GetAccountSettingCommand.ts index e470f89bacd5b..dbe445bfa15fa 100644 --- a/clients/client-ecr/src/commands/GetAccountSettingCommand.ts +++ b/clients/client-ecr/src/commands/GetAccountSettingCommand.ts @@ -76,9 +76,7 @@ export class GetAccountSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts index 3407f69ebcb51..a6db134ab7b5d 100644 --- a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts @@ -107,9 +107,7 @@ export class GetAuthorizationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts index 0c71a7580996a..eb5b0256d75f4 100644 --- a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts +++ b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts @@ -98,9 +98,7 @@ export class GetDownloadUrlForLayerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts index 4cd586542a6db..641dca235d563 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts @@ -87,9 +87,7 @@ export class GetLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts index 3fcb3efde4f94..9a1b1104cf915 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts @@ -115,9 +115,7 @@ export class GetLifecyclePolicyPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts index 7fbd08b2e09c8..29e385740e098 100644 --- a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts @@ -77,9 +77,7 @@ export class GetRegistryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts index 0bfe1120b423c..67f4b8deed229 100644 --- a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts @@ -92,9 +92,7 @@ export class GetRegistryScanningConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts index 6675537fd41d9..b8c87906d95d6 100644 --- a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts @@ -101,9 +101,7 @@ export class GetRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts index d304f7c60dd6e..3330e5ad0081d 100644 --- a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts @@ -88,9 +88,7 @@ export class InitiateLayerUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/ListImagesCommand.ts b/clients/client-ecr/src/commands/ListImagesCommand.ts index aa44043ded7cc..64ea8f0c5d6c0 100644 --- a/clients/client-ecr/src/commands/ListImagesCommand.ts +++ b/clients/client-ecr/src/commands/ListImagesCommand.ts @@ -115,9 +115,7 @@ export class ListImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts index 617221fafe506..642b0754daa9c 100644 --- a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutAccountSettingCommand.ts b/clients/client-ecr/src/commands/PutAccountSettingCommand.ts index 8f9100365220f..0adeb9c7452fc 100644 --- a/clients/client-ecr/src/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecr/src/commands/PutAccountSettingCommand.ts @@ -83,9 +83,7 @@ export class PutAccountSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutImageCommand.ts b/clients/client-ecr/src/commands/PutImageCommand.ts index aa5f43b1c5ecf..d6506ecfa6b18 100644 --- a/clients/client-ecr/src/commands/PutImageCommand.ts +++ b/clients/client-ecr/src/commands/PutImageCommand.ts @@ -124,9 +124,7 @@ export class PutImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts index e2ac98f287428..de941f12c73d0 100644 --- a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts @@ -97,9 +97,7 @@ export class PutImageScanningConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts index 91a55abbadcb3..aca8de460f150 100644 --- a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts +++ b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts @@ -82,9 +82,7 @@ export class PutImageTagMutabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts index 864f0b32549b4..08e8eb8397e3f 100644 --- a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts @@ -85,9 +85,7 @@ export class PutLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts index 3172eb8f7eadf..bf3cd4cb87622 100644 --- a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts @@ -78,9 +78,7 @@ export class PutRegistryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts index d203ebb2a4847..8036ce6c385f0 100644 --- a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts @@ -104,9 +104,7 @@ export class PutRegistryScanningConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts index 2b5c54771544b..8518defa3190c 100644 --- a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts @@ -121,9 +121,7 @@ export class PutReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts index 5d0c4b843b9fa..b85fec5e42410 100644 --- a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts @@ -83,9 +83,7 @@ export class SetRepositoryPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/StartImageScanCommand.ts b/clients/client-ecr/src/commands/StartImageScanCommand.ts index 19c357f692d78..262bf624ace09 100644 --- a/clients/client-ecr/src/commands/StartImageScanCommand.ts +++ b/clients/client-ecr/src/commands/StartImageScanCommand.ts @@ -107,9 +107,7 @@ export class StartImageScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts index 14887f5485f02..54a21dcd46a20 100644 --- a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts @@ -95,9 +95,7 @@ export class StartLifecyclePolicyPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/TagResourceCommand.ts b/clients/client-ecr/src/commands/TagResourceCommand.ts index 1eb9e224519cd..1c4e45fbbefb8 100644 --- a/clients/client-ecr/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/UntagResourceCommand.ts b/clients/client-ecr/src/commands/UntagResourceCommand.ts index f34c983c74349..49f1c121018e4 100644 --- a/clients/client-ecr/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts index f2cb51ff86842..c69fa30b0082f 100644 --- a/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts @@ -96,9 +96,7 @@ export class UpdatePullThroughCacheRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts index e203d5662d8a5..b796fc85ca719 100644 --- a/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts +++ b/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts @@ -171,9 +171,7 @@ export class UpdateRepositoryCreationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts index c1283fbfc112d..1cca43d08e5af 100644 --- a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts @@ -107,9 +107,7 @@ export class UploadLayerPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts index aaecb71eb617e..149b4ae68f034 100644 --- a/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts @@ -93,9 +93,7 @@ export class ValidatePullThroughCacheRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts index cab7d7718c5a3..c5db10bd49835 100644 --- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts @@ -145,9 +145,7 @@ export class CreateCapacityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts index ba4d26862f7d4..8f50176348cdb 100644 --- a/clients/client-ecs/src/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts @@ -236,9 +236,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts index 874ad0aca92d4..c6cf0cb7f575e 100644 --- a/clients/client-ecs/src/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts @@ -727,9 +727,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index b794a44294b8d..88e8fa33ee31e 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -238,9 +238,7 @@ export class CreateTaskSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts index 3d21967d05504..2a1f95c20d00a 100644 --- a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts @@ -135,9 +135,7 @@ export class DeleteAccountSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index 49dc96b0927e0..8ff2964ec0fbc 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -92,9 +92,7 @@ export class DeleteAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index fe9172ef65646..96d8a983ebd2d 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -124,9 +124,7 @@ export class DeleteCapacityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts index 01be820f98867..3ca15eae8cabb 100644 --- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts @@ -209,9 +209,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts index 4acb3d7149d8d..ab417554b319f 100644 --- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts @@ -397,9 +397,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts index 68fb32b36664f..6d1a43824fd8b 100644 --- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts @@ -389,9 +389,7 @@ export class DeleteTaskDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index 4a86874d86dbe..78d93c68fb95a 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -178,9 +178,7 @@ export class DeleteTaskSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts index d5a5f2c60b958..f323583ca7eb2 100644 --- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts @@ -199,9 +199,7 @@ export class DeregisterContainerInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts index 5c771a1bea191..abef8006190df 100644 --- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts @@ -373,9 +373,7 @@ export class DeregisterTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts index 4ab33faa407cd..31a6663f03183 100644 --- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts @@ -128,9 +128,7 @@ export class DescribeCapacityProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeClustersCommand.ts b/clients/client-ecs/src/commands/DescribeClustersCommand.ts index 170cae2899834..713dc05e8fa9b 100644 --- a/clients/client-ecs/src/commands/DescribeClustersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeClustersCommand.ts @@ -196,9 +196,7 @@ export class DescribeClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts index 8688037f156f4..36944febb5af8 100644 --- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts @@ -273,9 +273,7 @@ export class DescribeContainerInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts index fd970491c45a4..239aa544f8b88 100644 --- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts @@ -430,9 +430,7 @@ export class DescribeServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts index 576bd44f0d891..18b9ae4db6fe4 100644 --- a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts @@ -430,9 +430,7 @@ export class DescribeTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index 3493e67a1a7a9..9276b3998b5ed 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -189,9 +189,7 @@ export class DescribeTaskSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts index 47f443d27c613..c09eb3c036498 100644 --- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts @@ -319,9 +319,7 @@ export class DescribeTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts index 6f7864e9d84b5..04e38948a0d3a 100644 --- a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts +++ b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts @@ -89,9 +89,7 @@ export class DiscoverPollEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index 32aabce2c0e46..3b8b537482e46 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -135,9 +135,7 @@ export class ExecuteCommandCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts index 454c13e2373e5..a576346097f4a 100644 --- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts @@ -141,9 +141,7 @@ export class GetTaskProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts index 682fe29c60f1d..6dd47cfb2bd64 100644 --- a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts +++ b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts @@ -165,9 +165,7 @@ export class ListAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index cda5462c84e32..6c53ef69080ec 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -91,9 +91,7 @@ export class ListAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListClustersCommand.ts b/clients/client-ecs/src/commands/ListClustersCommand.ts index 4e09360d53d33..62d18a4fe3a67 100644 --- a/clients/client-ecs/src/commands/ListClustersCommand.ts +++ b/clients/client-ecs/src/commands/ListClustersCommand.ts @@ -108,9 +108,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts index f24e4fce3efae..2da6126319e2e 100644 --- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts @@ -118,9 +118,7 @@ export class ListContainerInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts index 3554f36f33337..a1a24c20c9545 100644 --- a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts @@ -99,9 +99,7 @@ export class ListServicesByNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts index 9a019891f8417..9707f1e92526a 100644 --- a/clients/client-ecs/src/commands/ListServicesCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesCommand.ts @@ -114,9 +114,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts index 4e2055cecd58b..2e55d4276abeb 100644 --- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts @@ -116,9 +116,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts index ae5ba9f9fadd6..420a35eee6124 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts @@ -137,9 +137,7 @@ export class ListTaskDefinitionFamiliesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts index b4ebb02b5357f..014ffedf27d12 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts @@ -138,9 +138,7 @@ export class ListTaskDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts index 7397a0df32a64..e9129985ba41f 100644 --- a/clients/client-ecs/src/commands/ListTasksCommand.ts +++ b/clients/client-ecs/src/commands/ListTasksCommand.ts @@ -146,9 +146,7 @@ export class ListTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts index 97d4729d53e0e..ebd783404a83d 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts @@ -141,9 +141,7 @@ export class PutAccountSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts index 081605d863b77..bd5d0d98b90c9 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts @@ -115,9 +115,7 @@ export class PutAccountSettingDefaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index fc7ed524eb7c2..32a80183efc76 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -100,9 +100,7 @@ export class PutAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index a08f09850cd6e..94fabf2b8b102 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -195,9 +195,7 @@ export class PutClusterCapacityProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts index 7b37ae5a481cd..97d54006f7d3d 100644 --- a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts @@ -210,9 +210,7 @@ export class RegisterContainerInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts index cd62c0962fe32..c637a3d504987 100644 --- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts @@ -685,9 +685,7 @@ export class RegisterTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts index 2b5e49b530fbc..53ef8d11119a9 100644 --- a/clients/client-ecs/src/commands/RunTaskCommand.ts +++ b/clients/client-ecs/src/commands/RunTaskCommand.ts @@ -486,9 +486,7 @@ export class RunTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index 233c236bb3a13..09d3aff9bd710 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -370,9 +370,7 @@ export class StartTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index 765a4bf8b74d4..6e039db7ce069 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -266,9 +266,7 @@ export class StopTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts index ac0e4ab0d15b2..d8013f9782855 100644 --- a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts +++ b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts @@ -104,9 +104,7 @@ export class SubmitAttachmentStateChangesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts index 965c08044c56b..03331bbdb55b5 100644 --- a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts @@ -105,9 +105,7 @@ export class SubmitContainerStateChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts index 5659834cefc5e..e8094655398c0 100644 --- a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts @@ -133,9 +133,7 @@ export class SubmitTaskStateChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts index 3a12b67385ee1..eda2197359ea7 100644 --- a/clients/client-ecs/src/commands/TagResourceCommand.ts +++ b/clients/client-ecs/src/commands/TagResourceCommand.ts @@ -117,9 +117,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts index eaa96e74ff469..e2e48429fb6f4 100644 --- a/clients/client-ecs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts @@ -108,9 +108,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts index 9fa1ee5f05b8c..afe0af80449ab 100644 --- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts @@ -122,9 +122,7 @@ export class UpdateCapacityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index d574b798561bb..bf5444ef2d103 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -189,9 +189,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index 0cd16da20cabd..e47ac23d4523d 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -166,9 +166,7 @@ export class UpdateClusterSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index 8b993670936f8..a28d4e6ae7b70 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -206,9 +206,7 @@ export class UpdateContainerAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index 90b257d23c1e6..a923c3b7ea9ab 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -235,9 +235,7 @@ export class UpdateContainerInstancesStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts index a527bfda2273e..f9d3973387239 100644 --- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts @@ -681,9 +681,7 @@ export class UpdateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index b12275305886c..f3a2c0e276bd1 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -182,9 +182,7 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts index c32b011132cb4..22081a3f37871 100644 --- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts @@ -224,9 +224,7 @@ export class UpdateTaskProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index 34a1413ed1254..b4389acb1e4f0 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -183,9 +183,7 @@ export class UpdateTaskSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ECSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/CreateAccessPointCommand.ts b/clients/client-efs/src/commands/CreateAccessPointCommand.ts index 1f095a930fb76..6ae12685e3d30 100644 --- a/clients/client-efs/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-efs/src/commands/CreateAccessPointCommand.ts @@ -161,9 +161,7 @@ export class CreateAccessPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/CreateFileSystemCommand.ts b/clients/client-efs/src/commands/CreateFileSystemCommand.ts index 52d6dd7d9fb21..6c36cc570fa77 100644 --- a/clients/client-efs/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/CreateFileSystemCommand.ts @@ -235,9 +235,7 @@ export class CreateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/CreateMountTargetCommand.ts b/clients/client-efs/src/commands/CreateMountTargetCommand.ts index a7927f07792ae..a90bc92082993 100644 --- a/clients/client-efs/src/commands/CreateMountTargetCommand.ts +++ b/clients/client-efs/src/commands/CreateMountTargetCommand.ts @@ -295,9 +295,7 @@ export class CreateMountTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts index 92e531e208126..e1de905988dbe 100644 --- a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts @@ -220,9 +220,7 @@ export class CreateReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts index f17ca658b0369..bb52c6d703b1b 100644 --- a/clients/client-efs/src/commands/CreateTagsCommand.ts +++ b/clients/client-efs/src/commands/CreateTagsCommand.ts @@ -108,9 +108,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts index 2329a240927e6..9ff1e0133046e 100644 --- a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts @@ -77,9 +77,7 @@ export class DeleteAccessPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts index bc182b5b9ef20..314c3b357ed5e 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts @@ -107,9 +107,7 @@ export class DeleteFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts index 34aa3bbfb28e3..e0ce274fa05d8 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts @@ -80,9 +80,7 @@ export class DeleteFileSystemPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts index 06de36cc73b89..150841d5a47ad 100644 --- a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts +++ b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts @@ -119,9 +119,7 @@ export class DeleteMountTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts index 7a250e632e71e..8fd6135f64422 100644 --- a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DeleteReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts index 97fe39230f1a1..345b31df52279 100644 --- a/clients/client-efs/src/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts @@ -102,9 +102,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts index 07f2940a5a879..41fdba1f643d2 100644 --- a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts @@ -120,9 +120,7 @@ export class DescribeAccessPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts index c35ad95626332..074138b2dc27d 100644 --- a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts @@ -75,9 +75,7 @@ export class DescribeAccountPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts index fea60837e0395..95a8a393bef9e 100644 --- a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts @@ -84,9 +84,7 @@ export class DescribeBackupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts index 8bc3559712d84..51abc74a0cab6 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts @@ -82,9 +82,7 @@ export class DescribeFileSystemPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts index 88f32c390f7ec..6d1408bd845c4 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts @@ -168,9 +168,7 @@ export class DescribeFileSystemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts index b2c3dfadc466c..9184f69441563 100644 --- a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts @@ -113,9 +113,7 @@ export class DescribeLifecycleConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts index 0277e67d50f3b..4cfba702cf78d 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts @@ -123,9 +123,7 @@ export class DescribeMountTargetSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts index fcbcea826d477..29e5aba78eaeb 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts @@ -135,9 +135,7 @@ export class DescribeMountTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts index 12e3a7f9c6ed4..1b1a248ca7b67 100644 --- a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts +++ b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts @@ -112,9 +112,7 @@ export class DescribeReplicationConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts index 94770deff34c3..8aaf8fa97bbae 100644 --- a/clients/client-efs/src/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts @@ -117,9 +117,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts index 957181f9df772..cf8d18b366149 100644 --- a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts index 73d3402851af5..d741379bd245d 100644 --- a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts @@ -125,9 +125,7 @@ export class ModifyMountTargetSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts index 2197dd27f49f1..609fe39bae679 100644 --- a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts @@ -86,9 +86,7 @@ export class PutAccountPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts index 33619ed43f82a..3888aa6dc26f8 100644 --- a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts @@ -87,9 +87,7 @@ export class PutBackupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts index ba73101a77752..e9b9648ff4523 100644 --- a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts @@ -98,9 +98,7 @@ export class PutFileSystemPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts index aea381c0cf244..4f5a201e7741b 100644 --- a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts @@ -180,9 +180,7 @@ export class PutLifecycleConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/TagResourceCommand.ts b/clients/client-efs/src/commands/TagResourceCommand.ts index 75a7d0d498610..26ac4f3aff1f6 100644 --- a/clients/client-efs/src/commands/TagResourceCommand.ts +++ b/clients/client-efs/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/UntagResourceCommand.ts b/clients/client-efs/src/commands/UntagResourceCommand.ts index 2121c159365ad..af4974ad5c98b 100644 --- a/clients/client-efs/src/commands/UntagResourceCommand.ts +++ b/clients/client-efs/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts index 1ef054eb76c0e..b95607a0e796f 100644 --- a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts @@ -127,9 +127,7 @@ export class UpdateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts index 6c3702b6a6749..f0c87f4a78f52 100644 --- a/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts +++ b/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts @@ -100,9 +100,7 @@ export class UpdateFileSystemProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EFSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts b/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts index 2f31265f8930a..d6b5b12f2d0ea 100644 --- a/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts +++ b/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts @@ -125,9 +125,7 @@ export class AssumeRoleForPodIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSAuthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts b/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts index da8e368bed519..3d78c7f436e07 100644 --- a/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts +++ b/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts @@ -103,9 +103,7 @@ export class AssociateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts index 629d9c6ec9d77..b842c922bfdbf 100644 --- a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts @@ -123,9 +123,7 @@ export class AssociateEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts index 6252519449156..ab3805a03fdc5 100644 --- a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts @@ -140,9 +140,7 @@ export class AssociateIdentityProviderConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateAccessEntryCommand.ts b/clients/client-eks/src/commands/CreateAccessEntryCommand.ts index d74b48ac5d23a..85deefee70bc7 100644 --- a/clients/client-eks/src/commands/CreateAccessEntryCommand.ts +++ b/clients/client-eks/src/commands/CreateAccessEntryCommand.ts @@ -123,9 +123,7 @@ export class CreateAccessEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateAddonCommand.ts b/clients/client-eks/src/commands/CreateAddonCommand.ts index 28a28dc1353d2..043a42b2f1d2b 100644 --- a/clients/client-eks/src/commands/CreateAddonCommand.ts +++ b/clients/client-eks/src/commands/CreateAddonCommand.ts @@ -140,9 +140,7 @@ export class CreateAddonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateClusterCommand.ts b/clients/client-eks/src/commands/CreateClusterCommand.ts index 710ea554f731f..37060e48fe399 100644 --- a/clients/client-eks/src/commands/CreateClusterCommand.ts +++ b/clients/client-eks/src/commands/CreateClusterCommand.ts @@ -304,9 +304,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts index d496cf4dd90de..6e3d862bc5e84 100644 --- a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts @@ -122,9 +122,7 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts index 139596ad25114..9f7fcbf72b258 100644 --- a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts @@ -165,9 +165,7 @@ export class CreateFargateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreateNodegroupCommand.ts b/clients/client-eks/src/commands/CreateNodegroupCommand.ts index 1e7683280a492..f3e488e5f73fb 100644 --- a/clients/client-eks/src/commands/CreateNodegroupCommand.ts +++ b/clients/client-eks/src/commands/CreateNodegroupCommand.ts @@ -218,9 +218,7 @@ export class CreateNodegroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts index d39705cebb25f..3bb9683b8d9ed 100644 --- a/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts +++ b/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts @@ -122,9 +122,7 @@ export class CreatePodIdentityAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts b/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts index 2fb40c4f4ddc9..29c81fcc1c1d3 100644 --- a/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts +++ b/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts @@ -79,9 +79,7 @@ export class DeleteAccessEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteAddonCommand.ts b/clients/client-eks/src/commands/DeleteAddonCommand.ts index da04af023fa98..a95fc6a01a333 100644 --- a/clients/client-eks/src/commands/DeleteAddonCommand.ts +++ b/clients/client-eks/src/commands/DeleteAddonCommand.ts @@ -123,9 +123,7 @@ export class DeleteAddonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteClusterCommand.ts b/clients/client-eks/src/commands/DeleteClusterCommand.ts index 695e190db2965..3dc9c0cd1d125 100644 --- a/clients/client-eks/src/commands/DeleteClusterCommand.ts +++ b/clients/client-eks/src/commands/DeleteClusterCommand.ts @@ -195,9 +195,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts index 552867c7900e3..cf820aadf79b4 100644 --- a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts @@ -110,9 +110,7 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts index bc7ccc2f2f908..8ad371f24d767 100644 --- a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts @@ -125,9 +125,7 @@ export class DeleteFargateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts index c7d98c1b1c42f..7108f48ed3786 100644 --- a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts @@ -158,9 +158,7 @@ export class DeleteNodegroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts index fe799678eb6ea..7f62df646c471 100644 --- a/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts +++ b/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts @@ -101,9 +101,7 @@ export class DeletePodIdentityAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DeregisterClusterCommand.ts b/clients/client-eks/src/commands/DeregisterClusterCommand.ts index b6d97175a5d4e..418a361ba743b 100644 --- a/clients/client-eks/src/commands/DeregisterClusterCommand.ts +++ b/clients/client-eks/src/commands/DeregisterClusterCommand.ts @@ -186,9 +186,7 @@ export class DeregisterClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts b/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts index e0a175ee4c94a..b2fa656b7130f 100644 --- a/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts +++ b/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts @@ -92,9 +92,7 @@ export class DescribeAccessEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeAddonCommand.ts b/clients/client-eks/src/commands/DescribeAddonCommand.ts index 4c5b7b1a28ce6..95b7a2f1d9f26 100644 --- a/clients/client-eks/src/commands/DescribeAddonCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonCommand.ts @@ -120,9 +120,7 @@ export class DescribeAddonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts index ebcc7b51c73c7..ff49cd25c290d 100644 --- a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DescribeAddonConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts index f43f56a2f5281..b5d4b498f3c85 100644 --- a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts @@ -123,9 +123,7 @@ export class DescribeAddonVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeClusterCommand.ts b/clients/client-eks/src/commands/DescribeClusterCommand.ts index 156ae49536c37..fc5d550c271e2 100644 --- a/clients/client-eks/src/commands/DescribeClusterCommand.ts +++ b/clients/client-eks/src/commands/DescribeClusterCommand.ts @@ -219,9 +219,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts index e36f68100677b..601d666474ae6 100644 --- a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts @@ -106,9 +106,7 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts index 8428c28e41ec6..81b9440a1edc5 100644 --- a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts @@ -115,9 +115,7 @@ export class DescribeFargateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts index 9571a79d5da8f..a83905b8cbe2f 100644 --- a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts @@ -113,9 +113,7 @@ export class DescribeIdentityProviderConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeInsightCommand.ts b/clients/client-eks/src/commands/DescribeInsightCommand.ts index fcdf329ed6a46..55d1dac0a7aa4 100644 --- a/clients/client-eks/src/commands/DescribeInsightCommand.ts +++ b/clients/client-eks/src/commands/DescribeInsightCommand.ts @@ -125,9 +125,7 @@ export class DescribeInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts index 1bdc896bccd24..da8b32c4e1063 100644 --- a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts @@ -155,9 +155,7 @@ export class DescribeNodegroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts index 84318b63ac14b..2aa7bb3e4ac79 100644 --- a/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts +++ b/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts @@ -104,9 +104,7 @@ export class DescribePodIdentityAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DescribeUpdateCommand.ts b/clients/client-eks/src/commands/DescribeUpdateCommand.ts index d1edbc8ce8f5d..ed012169dd74e 100644 --- a/clients/client-eks/src/commands/DescribeUpdateCommand.ts +++ b/clients/client-eks/src/commands/DescribeUpdateCommand.ts @@ -108,9 +108,7 @@ export class DescribeUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts b/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts index 581523b3f645a..21cd8b4af2f11 100644 --- a/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts +++ b/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts @@ -77,9 +77,7 @@ export class DisassociateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts index d6d19e819dda5..68f370934a84b 100644 --- a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts @@ -125,9 +125,7 @@ export class DisassociateIdentityProviderConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListAccessEntriesCommand.ts b/clients/client-eks/src/commands/ListAccessEntriesCommand.ts index c4bb1c8692414..b45120ee1a852 100644 --- a/clients/client-eks/src/commands/ListAccessEntriesCommand.ts +++ b/clients/client-eks/src/commands/ListAccessEntriesCommand.ts @@ -87,9 +87,7 @@ export class ListAccessEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts b/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts index 6f9517562fac4..75c3c93a05a21 100644 --- a/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts @@ -75,9 +75,7 @@ export class ListAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListAddonsCommand.ts b/clients/client-eks/src/commands/ListAddonsCommand.ts index 5466e7306672a..c25dd258f2ada 100644 --- a/clients/client-eks/src/commands/ListAddonsCommand.ts +++ b/clients/client-eks/src/commands/ListAddonsCommand.ts @@ -91,9 +91,7 @@ export class ListAddonsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts b/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts index cf5e215a5b66f..4b0155915c232 100644 --- a/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts +++ b/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts @@ -100,9 +100,7 @@ export class ListAssociatedAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListClustersCommand.ts b/clients/client-eks/src/commands/ListClustersCommand.ts index f6f055b21a9b9..5677ecbf6c8fe 100644 --- a/clients/client-eks/src/commands/ListClustersCommand.ts +++ b/clients/client-eks/src/commands/ListClustersCommand.ts @@ -105,9 +105,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts index cf1d083d897fc..dedf7b6cc72eb 100644 --- a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts +++ b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts @@ -112,9 +112,7 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts index 43b87c8743016..c03c6145644d7 100644 --- a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts +++ b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts @@ -88,9 +88,7 @@ export class ListFargateProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts index dd1e0b5d89622..6fda6ea8c008e 100644 --- a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts +++ b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts @@ -98,9 +98,7 @@ export class ListIdentityProviderConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListInsightsCommand.ts b/clients/client-eks/src/commands/ListInsightsCommand.ts index 4150c9424c873..3f178038ca3bd 100644 --- a/clients/client-eks/src/commands/ListInsightsCommand.ts +++ b/clients/client-eks/src/commands/ListInsightsCommand.ts @@ -111,9 +111,7 @@ export class ListInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListNodegroupsCommand.ts b/clients/client-eks/src/commands/ListNodegroupsCommand.ts index 6bb4c089bbc26..4c56ea033fd71 100644 --- a/clients/client-eks/src/commands/ListNodegroupsCommand.ts +++ b/clients/client-eks/src/commands/ListNodegroupsCommand.ts @@ -91,9 +91,7 @@ export class ListNodegroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts b/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts index 23e5f36d80eaf..fcc95f5e0d363 100644 --- a/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts +++ b/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts @@ -101,9 +101,7 @@ export class ListPodIdentityAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts index 33ccae77858f7..32fd7828c677f 100644 --- a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/ListUpdatesCommand.ts b/clients/client-eks/src/commands/ListUpdatesCommand.ts index 9ae1d1efb5845..9e3ced703b4ac 100644 --- a/clients/client-eks/src/commands/ListUpdatesCommand.ts +++ b/clients/client-eks/src/commands/ListUpdatesCommand.ts @@ -89,9 +89,7 @@ export class ListUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/RegisterClusterCommand.ts b/clients/client-eks/src/commands/RegisterClusterCommand.ts index 67325a3b84741..8d219eec872fc 100644 --- a/clients/client-eks/src/commands/RegisterClusterCommand.ts +++ b/clients/client-eks/src/commands/RegisterClusterCommand.ts @@ -210,9 +210,7 @@ export class RegisterClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/TagResourceCommand.ts b/clients/client-eks/src/commands/TagResourceCommand.ts index 39ad1f3338c9b..a79cb9461ffa6 100644 --- a/clients/client-eks/src/commands/TagResourceCommand.ts +++ b/clients/client-eks/src/commands/TagResourceCommand.ts @@ -80,9 +80,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UntagResourceCommand.ts b/clients/client-eks/src/commands/UntagResourceCommand.ts index 81f1024beace4..d2cd3c15f0e46 100644 --- a/clients/client-eks/src/commands/UntagResourceCommand.ts +++ b/clients/client-eks/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts b/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts index 99d5b6cc0bfe5..8430c204d760e 100644 --- a/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts +++ b/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts @@ -101,9 +101,7 @@ export class UpdateAccessEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateAddonCommand.ts b/clients/client-eks/src/commands/UpdateAddonCommand.ts index 001c677121f9d..f7ea22b4b067e 100644 --- a/clients/client-eks/src/commands/UpdateAddonCommand.ts +++ b/clients/client-eks/src/commands/UpdateAddonCommand.ts @@ -121,9 +121,7 @@ export class UpdateAddonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts index 2a91213ba9431..bf6a2fa2499b0 100644 --- a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts @@ -169,9 +169,7 @@ export class UpdateClusterConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts index 8bbfe571d0ee4..16c1b290f0eef 100644 --- a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts @@ -120,9 +120,7 @@ export class UpdateClusterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts index 7fcd8ec1fc01e..3b4dd40cd8575 100644 --- a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts @@ -114,9 +114,7 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts index 49a816dccdf4d..a349478d5218b 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts @@ -147,9 +147,7 @@ export class UpdateNodegroupConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts index 9651948a4813f..48201abe9bac8 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts @@ -138,9 +138,7 @@ export class UpdateNodegroupVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts index cd96732361c58..c601481010b7a 100644 --- a/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts +++ b/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts @@ -105,9 +105,7 @@ export class UpdatePodIdentityAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EKSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts index 8d925a623f575..ddf9d0e3c086d 100644 --- a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts @@ -80,9 +80,7 @@ export class AbortEnvironmentUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts index d8815cf9fc0ea..62c1cc053d4d6 100644 --- a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts @@ -83,9 +83,7 @@ export class ApplyEnvironmentManagedActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts index d2c5e0af305cb..3c77516209fe8 100644 --- a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts @@ -74,9 +74,7 @@ export class AssociateEnvironmentOperationsRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts index 831e5d440d205..ff4bca73d7fd3 100644 --- a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts @@ -83,9 +83,7 @@ export class CheckDNSAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts index 631c8f45b0614..346eee32c5e03 100644 --- a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts @@ -126,9 +126,7 @@ export class ComposeEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts index 9c0879d04da0e..92f16411dbabd 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts @@ -141,9 +141,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts index 6d6db0c48ed9b..03c95dc104c5f 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts @@ -187,9 +187,7 @@ export class CreateApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts index 00b566f9f983a..aa8a4b78a4216 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts @@ -159,9 +159,7 @@ export class CreateConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts index ff220421991eb..04da45dcc93cb 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts @@ -182,9 +182,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts index d2646a3df2265..8b9f6b575f324 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts @@ -115,9 +115,7 @@ export class CreatePlatformVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts index a1ac8452a7832..7b4a8ff994940 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts @@ -91,9 +91,7 @@ export class CreateStorageLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts index 11b59500e47c5..4fa9c6b62aad4 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts @@ -84,9 +84,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts index 1942a89a0b2e8..185314902643f 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts @@ -109,9 +109,7 @@ export class DeleteApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts index 9c8d21b549ed5..705805ffdb631 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts @@ -85,9 +85,7 @@ export class DeleteConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts index b5deddb92581d..fbc216b0252d7 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts @@ -84,9 +84,7 @@ export class DeleteEnvironmentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts index ad7effeb320c5..94b7562b92853 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts @@ -96,9 +96,7 @@ export class DeletePlatformVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts index d068b63244d34..627499cbf81f7 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts @@ -85,9 +85,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts index 9bca04cc0f143..19a2805740b7d 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts @@ -135,9 +135,7 @@ export class DescribeApplicationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts index 3f0c489c11b0c..0fc62d107f577 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts @@ -140,9 +140,7 @@ export class DescribeApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts index 05f4bf1bb690e..3279bc6de45cd 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts @@ -140,9 +140,7 @@ export class DescribeConfigurationOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts index 87f8f0563df96..f9f2e66006353 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts @@ -162,9 +162,7 @@ export class DescribeConfigurationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts index 50459591fb96a..1d0afcb47d921 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts @@ -168,9 +168,7 @@ export class DescribeEnvironmentHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts index d481fa98be753..f76c235afbcfe 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts @@ -92,9 +92,7 @@ export class DescribeEnvironmentManagedActionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts index 688aa886a69a8..a5c60576089db 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts @@ -83,9 +83,7 @@ export class DescribeEnvironmentManagedActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts index 74575b43f5dac..82a1261c017d6 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts @@ -150,9 +150,7 @@ export class DescribeEnvironmentResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts index 0af327eda6ab9..e50f8043b64d0 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts @@ -159,9 +159,7 @@ export class DescribeEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts index 3417d977b498a..96598524618ac 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts @@ -141,9 +141,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts index 0b933fbeada6e..b414045e068d0 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts @@ -198,9 +198,7 @@ export class DescribeInstancesHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts index 8d9f605a5e1d9..79c0afd7f604f 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts @@ -116,9 +116,7 @@ export class DescribePlatformVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts index 9542b5e20749b..a1df18848e2a6 100644 --- a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts @@ -74,9 +74,7 @@ export class DisassociateEnvironmentOperationsRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts index bb1edf0425667..9acdcc2a09801 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts @@ -127,9 +127,7 @@ export class ListAvailableSolutionStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts index 36d2ebe2d1bfc..757db9ba0c17a 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts @@ -89,9 +89,7 @@ export class ListPlatformBranchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts index af3fec16b4f9d..28bf78bc2bea5 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts @@ -106,9 +106,7 @@ export class ListPlatformVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts index 05fa0fd1f0541..018e91a1763a5 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts index e7218829a2cba..7fb497ba1f0dd 100644 --- a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts @@ -80,9 +80,7 @@ export class RebuildEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts index 05b2b171034b5..812f0851dd59a 100644 --- a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts @@ -92,9 +92,7 @@ export class RequestEnvironmentInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts index 371dfa2e29612..8d97411b19ffe 100644 --- a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts @@ -76,9 +76,7 @@ export class RestartAppServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts index 34a2c7701941f..2bd1ead78195d 100644 --- a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts @@ -107,9 +107,7 @@ export class RetrieveEnvironmentInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts index 4de4d981f4752..8c2cb81e523e7 100644 --- a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts @@ -78,9 +78,7 @@ export class SwapEnvironmentCNAMEsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts index 45b7ad1408cd1..b11a5a57d92aa 100644 --- a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts @@ -143,9 +143,7 @@ export class TerminateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts index 7ee3fb186c4be..07767e16690e1 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts @@ -127,9 +127,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts index ad9001e5f1899..e57c028a1904f 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts @@ -107,9 +107,7 @@ export class UpdateApplicationResourceLifecycleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts index e1fae28456cd9..f03d5f5589e2d 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts @@ -117,9 +117,7 @@ export class UpdateApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts index a2f2d872eb971..54507301e799d 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts @@ -145,9 +145,7 @@ export class UpdateConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts index 45616d9bb9f5e..8019ea84031ed 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts @@ -234,9 +234,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts index 3e7e65ed0d09c..a61ff1667530a 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts @@ -111,9 +111,7 @@ export class UpdateTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts index 6c73c911f2720..24ab0de823c1e 100644 --- a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts @@ -121,9 +121,7 @@ export class ValidateConfigurationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticBeanstalkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts index e58f53bdc2abb..e739b0d600ff0 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts @@ -101,9 +101,7 @@ export class DescribeAcceleratorOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts index 9c9688317cdf8..1f269e729dc11 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts @@ -88,9 +88,7 @@ export class DescribeAcceleratorTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts index ea10bc296ce16..c658f4faf0c03 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts @@ -110,9 +110,7 @@ export class DescribeAcceleratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts index 13f0e15226f9d..78a5ec3ebf107 100644 --- a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts index cb3c3fc287805..47e1435c1a545 100644 --- a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts index 00e614a3d7a76..8550e59e5bd4b 100644 --- a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticInferenceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 bee329a8b28bf..7287a225fd8c6 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts @@ -95,9 +95,7 @@ export class AddListenerCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 150d848cc4f1f..12c83b26ce69e 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts @@ -123,9 +123,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts index 9d01f21a7816b..eaf325b0c0353 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts @@ -96,9 +96,7 @@ export class AddTrustStoreRevocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b32d8dae2afc5..af1aad6b04aea 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts @@ -409,9 +409,7 @@ export class CreateListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 bb15e3b991b8a..51972fbac39ff 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts @@ -288,9 +288,7 @@ export class CreateLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 755364eb6d853..fe6fcba81c108 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts @@ -387,9 +387,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a75e38654b9d8..d0fc0870a41b4 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts @@ -192,9 +192,7 @@ export class CreateTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts index c96a8ae4ac1fa..032b5b03785cd 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts @@ -104,9 +104,7 @@ export class CreateTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b549dffb4a00a..8e4577b499477 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts @@ -86,9 +86,7 @@ export class DeleteListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e2c23d1135871..b000a4c0a728b 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts @@ -93,9 +93,7 @@ export class DeleteLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f5274b0fb8567..41bd2dafe7ea4 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts @@ -85,9 +85,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts index baf5546a0fa2e..fcc4c4ebeb932 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts @@ -94,9 +94,7 @@ export class DeleteSharedTrustStoreAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 91bf549b88015..ebb7bc6bb1341 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts @@ -85,9 +85,7 @@ export class DeleteTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts index a723823862c5f..1f042b276e676 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts @@ -73,9 +73,7 @@ export class DeleteTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9fe07a93c5558..741777b2a3555 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts @@ -123,9 +123,7 @@ export class DeregisterTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ea9afcb5901ca..96adfef4705dc 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -98,9 +98,7 @@ export class DescribeAccountLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts index 85549f06b1197..2cf743c11bbaf 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts @@ -88,9 +88,7 @@ export class DescribeListenerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 961c1305d8d5e..7046dcbc04cb5 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts @@ -89,9 +89,7 @@ export class DescribeListenerCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 61472a7328634..a0c927a099e10 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts @@ -200,9 +200,7 @@ export class DescribeListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d74d0e492f6c8..806a7c79e9c28 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -141,9 +141,7 @@ export class DescribeLoadBalancerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 267588bd60001..7ed0aa1e10313 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts @@ -161,9 +161,7 @@ export class DescribeLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 02bfa84ea7f6c..77282e35b62f6 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts @@ -229,9 +229,7 @@ export class DescribeRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 0889731eb406d..d6285830161fe 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts @@ -201,9 +201,7 @@ export class DescribeSSLPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1277472e670b5..7f40b7247f9d6 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts @@ -130,9 +130,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f79728c647e97..211ac76f58570 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts @@ -136,9 +136,7 @@ export class DescribeTargetGroupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d8add4493ea8f..fbc4763bbb822 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts @@ -152,9 +152,7 @@ export class DescribeTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9236bbfe35001..e2e1c2aa171f0 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts @@ -179,9 +179,7 @@ export class DescribeTargetHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts index 68180c38eb7c5..e3b8783a58369 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts @@ -84,9 +84,7 @@ export class DescribeTrustStoreAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts index dcf6d2c796ec9..51f738ea5790b 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts @@ -94,9 +94,7 @@ export class DescribeTrustStoreRevocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts index f5a93771911df..1f9126500cda8 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts @@ -88,9 +88,7 @@ export class DescribeTrustStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts index ac35ab6c797e6..2eac4ff447fc4 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts @@ -83,9 +83,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts index 4e51a80033730..d9d33b64439db 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts @@ -79,9 +79,7 @@ export class GetTrustStoreCaCertificatesBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts index c1f904761738c..0621b8662df46 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts @@ -83,9 +83,7 @@ export class GetTrustStoreRevocationContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts index 68b99ebd20ddf..e872bf17e7d29 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts @@ -86,9 +86,7 @@ export class ModifyListenerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 154792f5c5633..6432b62fd0ec3 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts @@ -372,9 +372,7 @@ export class ModifyListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4d3b7868ff589..f862bde5165f5 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -228,9 +228,7 @@ export class ModifyLoadBalancerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 45ae4f97786ee..b51d4b2d950dd 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts @@ -359,9 +359,7 @@ export class ModifyRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 af5a2dfca824f..bbe8d1c5e55d4 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts @@ -125,9 +125,7 @@ export class ModifyTargetGroupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 09808b267c783..376d75b5ce473 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts @@ -152,9 +152,7 @@ export class ModifyTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts index 229ea5a9a1d1f..b27780bc7e75d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts @@ -89,9 +89,7 @@ export class ModifyTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 0fd1ff9cd1b91..45c5171bbc8a0 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts @@ -137,9 +137,7 @@ export class RegisterTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 12adbee6923dd..b6046e67c8cdd 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts @@ -80,9 +80,7 @@ export class RemoveListenerCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b3cbdb9551af0..0a9d76ac61783 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts @@ -109,9 +109,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts index 6f556b468ecda..65aecba26d7d3 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts @@ -76,9 +76,7 @@ export class RemoveTrustStoreRevocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 c09dd42d80279..165982a542859 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts @@ -79,9 +79,7 @@ export class SetIpAddressTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1f04a3df3fb7f..faf6e9a50d55d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts @@ -232,9 +232,7 @@ export class SetRulePrioritiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a1ceaf07c64d2..590d14b4fa2df 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts @@ -111,9 +111,7 @@ export class SetSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3a569d5514d36..f30356a44c6be 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts @@ -148,9 +148,7 @@ export class SetSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts index 2ed53a1481873..f0c50a5363982 100644 --- a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts @@ -113,9 +113,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts index 737730d2765a3..926e2f8b309c5 100644 --- a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts @@ -111,9 +111,7 @@ export class ApplySecurityGroupsToLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts index 7fabc748b432d..2880d86dfb924 100644 --- a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts @@ -111,9 +111,7 @@ export class AttachLoadBalancerToSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts index a6867ebdb15bc..c611675765304 100644 --- a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts @@ -116,9 +116,7 @@ export class ConfigureHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts index ffebbaedac883..7fbfd036510de 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts @@ -107,9 +107,7 @@ export class CreateAppCookieStickinessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts index 83299c1d217fa..bd38923ca840b 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts @@ -105,9 +105,7 @@ export class CreateLBCookieStickinessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts index f9857f9aeea9d..0a4faa52824bd 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts @@ -304,9 +304,7 @@ export class CreateLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts index 34300c6919296..3ea3ea8612a4f 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts @@ -134,9 +134,7 @@ export class CreateLoadBalancerListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts index de6fa366fd92b..248d9f83d9299 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts @@ -148,9 +148,7 @@ export class CreateLoadBalancerPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts index 4bc83eebaa521..4977723b4b52e 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts @@ -81,9 +81,7 @@ export class DeleteLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts index 13f730de80a8a..f932a79a12652 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts @@ -87,9 +87,7 @@ export class DeleteLoadBalancerListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts index 6d7eecc9b3b30..c5abc6f7822b9 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts @@ -86,9 +86,7 @@ export class DeleteLoadBalancerPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts index 6f46534127ae7..54128cf1fa842 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts @@ -120,9 +120,7 @@ export class DeregisterInstancesFromLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts index 79b1f38442d54..03f9ea0812e3b 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts @@ -78,9 +78,7 @@ export class DescribeAccountLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts index fcb1e239dfd70..c639a06a1bc9d 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts @@ -116,9 +116,7 @@ export class DescribeInstanceHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts index 1da4adea262e6..b0566bd1a3674 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -133,9 +133,7 @@ export class DescribeLoadBalancerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts index fa95c8d167ff0..b6f055f8c55f5 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts @@ -125,9 +125,7 @@ export class DescribeLoadBalancerPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts index 19a957b6c2cef..4fc3341bc5753 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts @@ -130,9 +130,7 @@ export class DescribeLoadBalancerPolicyTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts index 9affaed670903..0ac1982247d7e 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts @@ -257,9 +257,7 @@ export class DescribeLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts index 0eb14d2aa5635..a534239592006 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts @@ -116,9 +116,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts index cfc7d3fd6abc7..b432c149b9a07 100644 --- a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts @@ -109,9 +109,7 @@ export class DetachLoadBalancerFromSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts index 85456833715f3..c82459eb20190 100644 --- a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts @@ -114,9 +114,7 @@ export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts index 115bed49d4a0a..16adc5ad96f56 100644 --- a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts @@ -109,9 +109,7 @@ export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts index 21e401400998e..0b5efaaef3700 100644 --- a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -208,9 +208,7 @@ export class ModifyLoadBalancerAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts index c577e4de4159c..0cbb1fa743161 100644 --- a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts @@ -136,9 +136,7 @@ export class RegisterInstancesWithLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts index ab0e06de510f3..296e73db12de6 100644 --- a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts @@ -95,9 +95,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts index abe1200fca4ff..4dd2afa50b0bc 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts @@ -111,9 +111,7 @@ export class SetLoadBalancerListenerSSLCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts index 1983217290d96..4c6e6f3f0e678 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts @@ -114,9 +114,7 @@ export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts index a8816acfc0960..1937e79cd25a5 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts @@ -109,9 +109,7 @@ export class SetLoadBalancerPoliciesOfListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticLoadBalancingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts index 53e3d0b601ee4..8768d7373d78b 100644 --- a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts @@ -91,9 +91,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts index b8f004b038849..fdfe1631bc43e 100644 --- a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts @@ -554,9 +554,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts index 9d4a9e6bc662b..8bf1559b13555 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts @@ -171,9 +171,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts index 2e487c464ee8e..e0aeb07f24d12 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts @@ -217,9 +217,7 @@ export class CreatePresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts index 22bf49b3ad2c3..c36d8b7af9c84 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts @@ -89,9 +89,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts index f11d06479969a..dad1d58e8166b 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts @@ -85,9 +85,7 @@ export class DeletePresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts index 62eefd963821c..ba27328b8e6e9 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts @@ -338,9 +338,7 @@ export class ListJobsByPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts index 37596f9c47c2a..05bcfeb1a7028 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts @@ -337,9 +337,7 @@ export class ListJobsByStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts index 462df0f3eec7e..527fb49a2159f 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts @@ -125,9 +125,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts index 3ab64309a6146..140b456bf85b1 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts @@ -147,9 +147,7 @@ export class ListPresetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts index ec317b0b9aefa..3b10749a8088e 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts @@ -331,9 +331,7 @@ export class ReadJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts index 5ce46e23b75ac..e2c1ba5021c3f 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts @@ -131,9 +131,7 @@ export class ReadPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts index f633a1be22a41..1645cacd30290 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts @@ -146,9 +146,7 @@ export class ReadPresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts index de33933e30ba0..4676c72511e35 100644 --- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts @@ -99,9 +99,7 @@ export class TestRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts index d89174bed82b9..63a81ca827085 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts @@ -176,9 +176,7 @@ export class UpdatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts index 787563c14638a..613becae95b89 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts @@ -141,9 +141,7 @@ export class UpdatePipelineNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts index 9e151bae8e8d2..6be51575e5bec 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts @@ -135,9 +135,7 @@ export class UpdatePipelineStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticTranscoderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts index 1c3ea8d1548fc..b7d9f57c3e077 100644 --- a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts @@ -176,9 +176,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts index 9566ec933ae0a..e6834903b8557 100644 --- a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts @@ -123,9 +123,7 @@ export class AuthorizeCacheSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts index d8142635e377d..1cced8b39bfe6 100644 --- a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts @@ -95,9 +95,7 @@ export class BatchApplyUpdateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts index 6fa78bc266e84..b3cb90e2229a5 100644 --- a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts @@ -95,9 +95,7 @@ export class BatchStopUpdateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts index e1d857b39bd51..2f6a592adbe22 100644 --- a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts @@ -194,9 +194,7 @@ export class CompleteMigrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts index cc6dffe727c59..a9ad63bcd779d 100644 --- a/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts @@ -115,9 +115,7 @@ export class CopyServerlessCacheSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts index cab8c89de7f26..ac33a52238081 100644 --- a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts @@ -285,9 +285,7 @@ export class CopySnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts index 810305beea1c4..bd4fa08a891d6 100644 --- a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts @@ -330,9 +330,7 @@ export class CreateCacheClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts index e327750340167..a9767d14ed461 100644 --- a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts @@ -140,9 +140,7 @@ export class CreateCacheParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts index 1170cbad0b15f..6c7eae31eb097 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts @@ -118,9 +118,7 @@ export class CreateCacheSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts index 46716da7dfa30..54392df83defa 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts @@ -171,9 +171,7 @@ export class CreateCacheSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts index 948991559b160..692d31a2e3f6a 100644 --- a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts @@ -126,9 +126,7 @@ export class CreateGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts index 5afeb3074c16e..add144c07f1c3 100644 --- a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts @@ -456,9 +456,7 @@ export class CreateReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts index 9c9bebc616a1d..bcfaba98cb140 100644 --- a/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts +++ b/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts @@ -171,9 +171,7 @@ export class CreateServerlessCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts index 1f93af7159a7a..4e3ae9c7a8b08 100644 --- a/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts @@ -118,9 +118,7 @@ export class CreateServerlessCacheSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts index b6f66a1e392f7..63d3a70dc7635 100644 --- a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts @@ -262,9 +262,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateUserCommand.ts b/clients/client-elasticache/src/commands/CreateUserCommand.ts index 489f5a4329b06..b90a3948e49e6 100644 --- a/clients/client-elasticache/src/commands/CreateUserCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserCommand.ts @@ -121,9 +121,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts index 7a9fd460556ab..89d6eb841b6d6 100644 --- a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts @@ -124,9 +124,7 @@ export class CreateUserGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts index a139385990585..0df7b755c3398 100644 --- a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -121,9 +121,7 @@ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts index 7620751ee0c62..3e9bac2df9c57 100644 --- a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts @@ -244,9 +244,7 @@ export class DecreaseReplicaCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts index c0783349cab33..6fafcdb07b833 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts @@ -277,9 +277,7 @@ export class DeleteCacheClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts index 3aabc1c786c62..3fd50faaae1fe 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts @@ -90,9 +90,7 @@ export class DeleteCacheParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts index 51eeeeb36c69b..ad52c8c770f27 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts @@ -91,9 +91,7 @@ export class DeleteCacheSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts index 1d8e0c603ec2b..e7641c0240a32 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts @@ -85,9 +85,7 @@ export class DeleteCacheSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts index 6b2b6f81ea971..8ed523d1c82df 100644 --- a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts @@ -124,9 +124,7 @@ export class DeleteGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts index c58b2b666e500..dd2e2564cd63a 100644 --- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts @@ -261,9 +261,7 @@ export class DeleteReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts index 33b6be9b00322..4df261ba0c3ec 100644 --- a/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts @@ -130,9 +130,7 @@ export class DeleteServerlessCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts index 429d474ad303a..e7c469d600a37 100644 --- a/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts @@ -96,9 +96,7 @@ export class DeleteServerlessCacheSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts index b2b70b4eba342..c4c0ba20c2421 100644 --- a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts @@ -177,9 +177,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteUserCommand.ts b/clients/client-elasticache/src/commands/DeleteUserCommand.ts index 3b975d1dfa4f4..94c4ec8776bcd 100644 --- a/clients/client-elasticache/src/commands/DeleteUserCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserCommand.ts @@ -95,9 +95,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts index 6e5a67a34015e..d17d293bf2d23 100644 --- a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts @@ -100,9 +100,7 @@ export class DeleteUserGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts index 87884abeff35b..67a194e726603 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts @@ -249,9 +249,7 @@ export class DescribeCacheClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts index 18194203b0757..7259e1301f404 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts @@ -178,9 +178,7 @@ export class DescribeCacheEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts index 7a3c0dad37ba2..b837066dfb0c1 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts @@ -109,9 +109,7 @@ export class DescribeCacheParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts index 88e4bd158bf8b..eb861378aaad5 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts @@ -512,9 +512,7 @@ export class DescribeCacheParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts index 39d93f3294956..17a0c0de857ea 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts @@ -105,9 +105,7 @@ export class DescribeCacheSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts index 1d3f0ff7c9263..c8413989b158b 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts @@ -148,9 +148,7 @@ export class DescribeCacheSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts index 59ca3deffd50d..3b19958e231b1 100644 --- a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -727,9 +727,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts index 603663f9f34ad..c0d26f237401d 100644 --- a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts @@ -138,9 +138,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts index a25d3a0e3726b..9d4478d59f15d 100644 --- a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts @@ -113,9 +113,7 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts index b9ed3baba4d58..663b1c6113dec 100644 --- a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts @@ -266,9 +266,7 @@ export class DescribeReplicationGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts index 6c1424aec4cae..6fc04595c461b 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts @@ -115,9 +115,7 @@ export class DescribeReservedCacheNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts index 98a304ca4ed08..d3b864d288fb4 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts @@ -375,9 +375,7 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts index 642eceb616d3f..02ab83f298d0a 100644 --- a/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts @@ -106,9 +106,7 @@ export class DescribeServerlessCacheSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts b/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts index e376f44272958..59fb098a52ace 100644 --- a/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts @@ -119,9 +119,7 @@ export class DescribeServerlessCachesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts index 16e003a9384da..06af87a2f7939 100644 --- a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts @@ -95,9 +95,7 @@ export class DescribeServiceUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts index 2894d29cdf35c..503989dcafab6 100644 --- a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts @@ -189,9 +189,7 @@ export class DescribeSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts index 85149655fb232..820546cc6ff41 100644 --- a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts @@ -140,9 +140,7 @@ export class DescribeUpdateActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts index 186e79bff1348..8426c0f55f207 100644 --- a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts @@ -102,9 +102,7 @@ export class DescribeUserGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts index 6959e940193ed..8cb32e3a0f33e 100644 --- a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts @@ -103,9 +103,7 @@ export class DescribeUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts index 15652ff9d167d..c091c64ad8fb6 100644 --- a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts @@ -116,9 +116,7 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts index 2e08f70d38972..19d659457acc6 100644 --- a/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts @@ -97,9 +97,7 @@ export class ExportServerlessCacheSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts index 26b89b3da7f82..04167c9f85209 100644 --- a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts @@ -112,9 +112,7 @@ export class FailoverGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts index 44c457c519381..1ccab03407ed1 100644 --- a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -126,9 +126,7 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts index aaef5310c4fc0..0934742fb2ea4 100644 --- a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts @@ -241,9 +241,7 @@ export class IncreaseReplicaCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts index 3d873c5c3806d..9afe4c4be54f4 100644 --- a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts +++ b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts @@ -118,9 +118,7 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts index 71ef64249fad0..4a87f26348a19 100644 --- a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts @@ -151,9 +151,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts index 301077641752f..b911b2433d3e0 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts @@ -298,9 +298,7 @@ export class ModifyCacheClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts index 33a24026ddcbe..731ccac14f077 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts @@ -115,9 +115,7 @@ export class ModifyCacheParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts index 561d401329138..1747e66d11095 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts @@ -166,9 +166,7 @@ export class ModifyCacheSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts index b94b4acfb1ff5..6bbee203e18d4 100644 --- a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts @@ -109,9 +109,7 @@ export class ModifyGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts index 1bc7f565fa812..e7e8e97a79e39 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts @@ -377,9 +377,7 @@ export class ModifyReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts index b660939501026..3324b7e5f3a27 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts @@ -243,9 +243,7 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts index 490cf17c04462..8e8edf3a071d4 100644 --- a/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts @@ -146,9 +146,7 @@ export class ModifyServerlessCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyUserCommand.ts b/clients/client-elasticache/src/commands/ModifyUserCommand.ts index c15e3a94f9ffc..c7dc415d5296b 100644 --- a/clients/client-elasticache/src/commands/ModifyUserCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserCommand.ts @@ -105,9 +105,7 @@ export class ModifyUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts index fd4e636e9e0d6..d53d1e3e75467 100644 --- a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts @@ -116,9 +116,7 @@ export class ModifyUserGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts index 250b6db19a5a7..418e86144f982 100644 --- a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts +++ b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts @@ -134,9 +134,7 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts index 067a43c68e146..faf066539a001 100644 --- a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts @@ -112,9 +112,7 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts index 66b4a6a0e0959..16c1fb28e0dff 100644 --- a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts @@ -240,9 +240,7 @@ export class RebootCacheClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts index 92716ec334184..65ca68c22d4dc 100644 --- a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts @@ -171,9 +171,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts index cbc22ea4241be..fb6687f625815 100644 --- a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts @@ -109,9 +109,7 @@ export class ResetCacheParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts index 08e295d8229a9..ea13adfdd03c6 100644 --- a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts @@ -115,9 +115,7 @@ export class RevokeCacheSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/StartMigrationCommand.ts b/clients/client-elasticache/src/commands/StartMigrationCommand.ts index 3e13b283de9d5..2cd79f156ff39 100644 --- a/clients/client-elasticache/src/commands/StartMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/StartMigrationCommand.ts @@ -202,9 +202,7 @@ export class StartMigrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts index 64b0283754b92..bd784ac631b17 100644 --- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts @@ -290,9 +290,7 @@ export class TestFailoverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticache/src/commands/TestMigrationCommand.ts b/clients/client-elasticache/src/commands/TestMigrationCommand.ts index d55e8acc4049c..aa86a22d919f2 100644 --- a/clients/client-elasticache/src/commands/TestMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/TestMigrationCommand.ts @@ -202,9 +202,7 @@ export class TestMigrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElastiCacheClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts index 246dca774822d..665ac21c0d6af 100644 --- a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts @@ -103,9 +103,7 @@ export class AcceptInboundCrossClusterSearchConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts index 3a72f58fc8965..28a2b11180207 100644 --- a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts @@ -86,9 +86,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts index 535e8d27dbf31..b88f7daf9e25e 100644 --- a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts @@ -101,9 +101,7 @@ export class AssociatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 16dcb3acbe0b2..ed3ae18935cad 100644 --- a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -91,9 +91,7 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts index ac29175c90df2..a1622383fa2ee 100644 --- a/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts @@ -95,9 +95,7 @@ export class CancelDomainConfigChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts index fc6dc9e3e776b..c5b1298ebbf18 100644 --- a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts @@ -99,9 +99,7 @@ export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts index 4d01c6d180d9d..296b1ea42d842 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts @@ -331,9 +331,7 @@ export class CreateElasticsearchDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts index 4d0a10877df2d..12554edfb2d44 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts @@ -115,9 +115,7 @@ export class CreateOutboundCrossClusterSearchConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts index 5bc98ac7ded4d..3f86967af0a3d 100644 --- a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts @@ -109,9 +109,7 @@ export class CreatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts index d7a8a480d7df1..7fa3d202e14d6 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts @@ -114,9 +114,7 @@ export class CreateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts index 876f95b4908ed..c71ac52e57a1a 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts @@ -210,9 +210,7 @@ export class DeleteElasticsearchDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts index 1d0a9781dd96a..4821094a7e0bf 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts @@ -76,9 +76,7 @@ export class DeleteElasticsearchServiceRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts index 9b7739e307851..0798546c0dcd9 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts @@ -100,9 +100,7 @@ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts index 04605269c9a93..b8744ca161e16 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts @@ -101,9 +101,7 @@ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts index c17eb95ab0220..7a88521ca6576 100644 --- a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts @@ -100,9 +100,7 @@ export class DeletePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts index 27e285907df4c..b6956204c814b 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts @@ -86,9 +86,7 @@ export class DeleteVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts index 2b8aab5f7471b..d1f63544cee14 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts @@ -96,9 +96,7 @@ export class DescribeDomainAutoTunesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts index c0d69465fcdef..efb9639e13d5e 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts @@ -110,9 +110,7 @@ export class DescribeDomainChangeProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts index 248fc359529c6..988f6eb1a4280 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts @@ -215,9 +215,7 @@ export class DescribeElasticsearchDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts index 2972206a970a6..244e9c244276f 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts @@ -285,9 +285,7 @@ export class DescribeElasticsearchDomainConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts index 790476a239a99..2c5993b60cb3e 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts @@ -216,9 +216,7 @@ export class DescribeElasticsearchDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts index b01ae49070b26..9b7b02ca76ee9 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts @@ -136,9 +136,7 @@ export class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts index 1dd129111c1ea..a2ee0689a988d 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts @@ -112,9 +112,7 @@ export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts index 151c2643a7c53..841756187649c 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts @@ -113,9 +113,7 @@ export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts index 4c0317093d33d..14418f3859189 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts @@ -109,9 +109,7 @@ export class DescribePackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts index 70f711d278020..f269794bde6e9 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts @@ -109,9 +109,7 @@ export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts index eeb1d46a48388..b7d81c2d44788 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts @@ -114,9 +114,7 @@ export class DescribeReservedElasticsearchInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts index 5438d810e4db6..a186ab1d40a78 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts @@ -110,9 +110,7 @@ export class DescribeVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts index 9cdffc16c205f..9144dfb7745d7 100644 --- a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts @@ -101,9 +101,7 @@ export class DissociatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts index d34466ebbaa17..bf4cc77149341 100644 --- a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts @@ -106,9 +106,7 @@ export class GetCompatibleElasticsearchVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts index 35282aec3d5e4..148507946f735 100644 --- a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts @@ -94,9 +94,7 @@ export class GetPackageVersionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts index 734139d3d563a..1e7b3e1cabcca 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts @@ -103,9 +103,7 @@ export class GetUpgradeHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts index f225607e69b9d..72f3e5faef9af 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts @@ -86,9 +86,7 @@ export class GetUpgradeStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts index 075ff17e2dae2..1275aef53e2b4 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts @@ -80,9 +80,7 @@ export class ListDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts index e7597184e03ed..13602da1387eb 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts @@ -102,9 +102,7 @@ export class ListDomainsForPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts index 0023a4e29990c..70ed22260c334 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts @@ -92,9 +92,7 @@ export class ListElasticsearchInstanceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts index 1398706fcc762..da6c378bebc19 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts @@ -85,9 +85,7 @@ export class ListElasticsearchVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts index d3f28672c9d5b..cef8a601a5f03 100644 --- a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts @@ -102,9 +102,7 @@ export class ListPackagesForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts index 3d8ec6f37ee4f..ed947879219c4 100644 --- a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts @@ -86,9 +86,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts index 149e876c20a8c..d3af56b12f30c 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts @@ -89,9 +89,7 @@ export class ListVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts index e078ec629b46e..89899b1ba4108 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts @@ -86,9 +86,7 @@ export class ListVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts index e6868f1caa081..ea0ea34de9715 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -90,9 +90,7 @@ export class ListVpcEndpointsForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts index b21263ed2bd64..3c0c826507ef9 100644 --- a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts @@ -99,9 +99,7 @@ export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts index 2871ceae2a657..b57f76f0d003c 100644 --- a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts @@ -100,9 +100,7 @@ export class RejectInboundCrossClusterSearchConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts index 0349f0419a9aa..c396e4f63e519 100644 --- a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts @@ -79,9 +79,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts index 93583c5db3791..19d937f4def78 100644 --- a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -84,9 +84,7 @@ export class RevokeVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts index 77d8198635bfc..8de756c6ffe29 100644 --- a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts @@ -99,9 +99,7 @@ export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts index 6c8148c6b74cb..901a369887c35 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts @@ -398,9 +398,7 @@ export class UpdateElasticsearchDomainConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts index 5bec12d183a5f..aae67f1420af7 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts @@ -106,9 +106,7 @@ export class UpdatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts index 8ba74dc3bad46..ce316b83bca57 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts @@ -113,9 +113,7 @@ export class UpdateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts index fec16c0bd770f..3083849b25a9e 100644 --- a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts @@ -99,9 +99,7 @@ export class UpgradeElasticsearchDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ElasticsearchServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts index 176bb5b20815b..2e3ce2115a3b8 100644 --- a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts @@ -74,9 +74,7 @@ export class CancelJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts index 995f0f02597ad..780652243e823 100644 --- a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts @@ -144,9 +144,7 @@ export class CreateJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts index b715680f258a0..1bf44f32c340a 100644 --- a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts @@ -124,9 +124,7 @@ export class CreateManagedEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts index 5712a094f4dde..54ebff0695af4 100644 --- a/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts @@ -106,9 +106,7 @@ export class CreateSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts index 3079caa66f704..91fa6a4b4d7ae 100644 --- a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts @@ -96,9 +96,7 @@ export class CreateVirtualClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts index c61e5f59dc938..cf8eeb7b6c331 100644 --- a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts @@ -74,9 +74,7 @@ export class DeleteJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts index c76e8b1933c61..227087fece11c 100644 --- a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts @@ -74,9 +74,7 @@ export class DeleteManagedEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts index 4039372fd0dee..3f884e37ca9d4 100644 --- a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts @@ -74,9 +74,7 @@ export class DeleteVirtualClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts index 9e4d96db174c4..61ad96356e92a 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts @@ -149,9 +149,7 @@ export class DescribeJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts index a6562c2b5846f..7c16a000a9879 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts @@ -147,9 +147,7 @@ export class DescribeJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts index 30c4892aa5812..b7e37866bef34 100644 --- a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts @@ -138,9 +138,7 @@ export class DescribeManagedEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts index 7d79b1120b849..79f18331921d0 100644 --- a/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts @@ -113,9 +113,7 @@ export class DescribeSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts index d9761cdecd8fd..2f38e3043f588 100644 --- a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts @@ -98,9 +98,7 @@ export class DescribeVirtualClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts index 9d72391b8d11f..a912334c4ec14 100644 --- a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts +++ b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts @@ -96,9 +96,7 @@ export class GetManagedEndpointSessionCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts index c53fb2c2a9c16..47b58233bb368 100644 --- a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts @@ -152,9 +152,7 @@ export class ListJobRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts index d8423c1e4619d..b1e04d83bc2a4 100644 --- a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts @@ -150,9 +150,7 @@ export class ListJobTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts index 8b92d15b42d8c..022a207dca41e 100644 --- a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts @@ -147,9 +147,7 @@ export class ListManagedEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts index b9bb2db38455f..68db1564d54f1 100644 --- a/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts @@ -111,9 +111,7 @@ export class ListSecurityConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts index 3c34f86d4f115..b028ef5a2fa84 100644 --- a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts index fbe0f34e19d74..7849c780182e1 100644 --- a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts +++ b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts @@ -107,9 +107,7 @@ export class ListVirtualClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts index 7eb64cf3acc51..7b1cbf82774cf 100644 --- a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts @@ -138,9 +138,7 @@ export class StartJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/TagResourceCommand.ts b/clients/client-emr-containers/src/commands/TagResourceCommand.ts index 74489feb32c7a..2ba448671444b 100644 --- a/clients/client-emr-containers/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts index e94e5b2022be9..8ed582e8d89f3 100644 --- a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRContainersClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts index 51563b5f0ae7d..95c0199c6c5e7 100644 --- a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts @@ -77,9 +77,7 @@ export class CancelJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts index 8f478e11893d2..4a8da8359528e 100644 --- a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts @@ -178,9 +178,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts index f1b9b67846790..1476674269ed4 100644 --- a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts @@ -74,9 +74,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts index 23881430a6d21..6e549a032b6b3 100644 --- a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts @@ -181,9 +181,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts index aef1d6ba9b826..755bc1f1d6710 100644 --- a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts @@ -85,9 +85,7 @@ export class GetDashboardForJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts index 7fc37a5470658..33004ae494f04 100644 --- a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts @@ -177,9 +177,7 @@ export class GetJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts index 9c32582b541a4..a4d3b23f7f287 100644 --- a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts @@ -90,9 +90,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts index e29a573b2619f..97035f2349b95 100644 --- a/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts @@ -97,9 +97,7 @@ export class ListJobRunAttemptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts index 43e05f83ab270..8ec522029d825 100644 --- a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts @@ -100,9 +100,7 @@ export class ListJobRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts index f0a3c0513fe46..8312956c9ddca 100644 --- a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts index a2a144bb0384f..c85a9e663da1a 100644 --- a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts @@ -76,9 +76,7 @@ export class StartApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts index 137f4711abaae..7c2eff6e33d72 100644 --- a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts @@ -150,9 +150,7 @@ export class StartJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts index 2ae47762371f9..30b40a0b27bb3 100644 --- a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts @@ -74,9 +74,7 @@ export class StopApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts index 0cdb48dc15e8d..292d0fdbdda8c 100644 --- a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts @@ -80,9 +80,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts index 32b649c1cc76f..7f825335134cc 100644 --- a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts index fb68d3ed5bf20..52eb4221b0276 100644 --- a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts @@ -272,9 +272,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts index 6113afdf46748..2c337eeeb01a8 100644 --- a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts @@ -149,9 +149,7 @@ export class AddInstanceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts index f8f929947fdfd..ae184860cf718 100644 --- a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts @@ -153,9 +153,7 @@ export class AddInstanceGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts index 0d02eed242591..cea335cb84fea 100644 --- a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts +++ b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts @@ -109,9 +109,7 @@ export class AddJobFlowStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/AddTagsCommand.ts b/clients/client-emr/src/commands/AddTagsCommand.ts index e59946f0651ec..afb206f590a69 100644 --- a/clients/client-emr/src/commands/AddTagsCommand.ts +++ b/clients/client-emr/src/commands/AddTagsCommand.ts @@ -80,9 +80,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/CancelStepsCommand.ts b/clients/client-emr/src/commands/CancelStepsCommand.ts index 18a8be290e198..8546c0a4db5d4 100644 --- a/clients/client-emr/src/commands/CancelStepsCommand.ts +++ b/clients/client-emr/src/commands/CancelStepsCommand.ts @@ -86,9 +86,7 @@ export class CancelStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts index 7461bb1c418b5..6647df2162b21 100644 --- a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts @@ -75,9 +75,7 @@ export class CreateSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/CreateStudioCommand.ts b/clients/client-emr/src/commands/CreateStudioCommand.ts index 4224f9efd5397..cba28af1d2f51 100644 --- a/clients/client-emr/src/commands/CreateStudioCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioCommand.ts @@ -96,9 +96,7 @@ export class CreateStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts index f9e83754da8c7..3d2d99cd2fc19 100644 --- a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts @@ -78,9 +78,7 @@ export class CreateStudioSessionMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts index bbe25358b563e..77c3e24b50ea3 100644 --- a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts @@ -70,9 +70,7 @@ export class DeleteSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DeleteStudioCommand.ts b/clients/client-emr/src/commands/DeleteStudioCommand.ts index 5cfff63dc9d35..56ee607959480 100644 --- a/clients/client-emr/src/commands/DeleteStudioCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioCommand.ts @@ -70,9 +70,7 @@ export class DeleteStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts index 660a88d6783eb..57657b4c8e2d8 100644 --- a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts @@ -73,9 +73,7 @@ export class DeleteStudioSessionMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeClusterCommand.ts b/clients/client-emr/src/commands/DescribeClusterCommand.ts index 4a1f9347c7c46..8d2c156a83e73 100644 --- a/clients/client-emr/src/commands/DescribeClusterCommand.ts +++ b/clients/client-emr/src/commands/DescribeClusterCommand.ts @@ -193,9 +193,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts index 11484030da810..ffbaf7c988248 100644 --- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts @@ -202,9 +202,7 @@ export class DescribeJobFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts index fb16b6a8832fd..596788b63dc4b 100644 --- a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts @@ -108,9 +108,7 @@ export class DescribeNotebookExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts index 13776b1e104cf..a33045f22c923 100644 --- a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts +++ b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts @@ -88,9 +88,7 @@ export class DescribeReleaseLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts index 806589f884c7b..c64de838f3568 100644 --- a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DescribeSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeStepCommand.ts b/clients/client-emr/src/commands/DescribeStepCommand.ts index 4a0bbba1352b1..558b892c24521 100644 --- a/clients/client-emr/src/commands/DescribeStepCommand.ts +++ b/clients/client-emr/src/commands/DescribeStepCommand.ts @@ -105,9 +105,7 @@ export class DescribeStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/DescribeStudioCommand.ts b/clients/client-emr/src/commands/DescribeStudioCommand.ts index 2287ce4b46b60..25c644be2ae61 100644 --- a/clients/client-emr/src/commands/DescribeStudioCommand.ts +++ b/clients/client-emr/src/commands/DescribeStudioCommand.ts @@ -102,9 +102,7 @@ export class DescribeStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts index 51879293e7d5b..c9d239fd992c8 100644 --- a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts @@ -67,9 +67,7 @@ export class GetAutoTerminationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts index bd61040bd93ef..fdd6bd4d952d0 100644 --- a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts @@ -108,9 +108,7 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts index 97281512fb769..66e6220958ce6 100644 --- a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts +++ b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts @@ -91,9 +91,7 @@ export class GetClusterSessionCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts index d3ad8acfeb3e3..85cce6a764922 100644 --- a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts @@ -73,9 +73,7 @@ export class GetManagedScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts index 10cc3efbe5c87..9377db46f3778 100644 --- a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts @@ -84,9 +84,7 @@ export class GetStudioSessionMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts index 285b3d33bcbea..9e164fe33a08b 100644 --- a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts +++ b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts @@ -82,9 +82,7 @@ export class ListBootstrapActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListClustersCommand.ts b/clients/client-emr/src/commands/ListClustersCommand.ts index 33f4be1ee71c1..a900a48750b2c 100644 --- a/clients/client-emr/src/commands/ListClustersCommand.ts +++ b/clients/client-emr/src/commands/ListClustersCommand.ts @@ -113,9 +113,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts index 67b20aeab6c14..f035263abb91e 100644 --- a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts @@ -163,9 +163,7 @@ export class ListInstanceFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts index 34dc6a8842690..6d73d75d995cb 100644 --- a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts @@ -187,9 +187,7 @@ export class ListInstanceGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListInstancesCommand.ts b/clients/client-emr/src/commands/ListInstancesCommand.ts index 1892e8b1048ec..979c592fe7cb8 100644 --- a/clients/client-emr/src/commands/ListInstancesCommand.ts +++ b/clients/client-emr/src/commands/ListInstancesCommand.ts @@ -117,9 +117,7 @@ export class ListInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts index cd56b1b6f931c..59e378c2821ac 100644 --- a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts +++ b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts @@ -95,9 +95,7 @@ export class ListNotebookExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts index cd13068fc68c6..d3902f7cc8f48 100644 --- a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts +++ b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts @@ -81,9 +81,7 @@ export class ListReleaseLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts index d864dcd820d7e..3a2fe9924a1a1 100644 --- a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts @@ -81,9 +81,7 @@ export class ListSecurityConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListStepsCommand.ts b/clients/client-emr/src/commands/ListStepsCommand.ts index 3ffd81891f39e..82fb9db3b8fe9 100644 --- a/clients/client-emr/src/commands/ListStepsCommand.ts +++ b/clients/client-emr/src/commands/ListStepsCommand.ts @@ -118,9 +118,7 @@ export class ListStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts index 3981178cc0037..4a6ee5a0fe8cd 100644 --- a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts +++ b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts @@ -85,9 +85,7 @@ export class ListStudioSessionMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListStudiosCommand.ts b/clients/client-emr/src/commands/ListStudiosCommand.ts index 699a8f573aaf3..0e0f661df20a9 100644 --- a/clients/client-emr/src/commands/ListStudiosCommand.ts +++ b/clients/client-emr/src/commands/ListStudiosCommand.ts @@ -84,9 +84,7 @@ export class ListStudiosCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts index e6422983bfdec..a318375fbbfe6 100644 --- a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts +++ b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts @@ -89,9 +89,7 @@ export class ListSupportedInstanceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ModifyClusterCommand.ts b/clients/client-emr/src/commands/ModifyClusterCommand.ts index 4501e668ad7a3..0410c084b1dff 100644 --- a/clients/client-emr/src/commands/ModifyClusterCommand.ts +++ b/clients/client-emr/src/commands/ModifyClusterCommand.ts @@ -74,9 +74,7 @@ export class ModifyClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts index ed9864a767bfe..255bffc5f37b3 100644 --- a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts @@ -89,9 +89,7 @@ export class ModifyInstanceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts index 235d08aa93a31..75570316f1dd5 100644 --- a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts @@ -108,9 +108,7 @@ export class ModifyInstanceGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts index 0368d5dcf4dd2..ebd195406889d 100644 --- a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts @@ -154,9 +154,7 @@ export class PutAutoScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts index d98a4cca97b49..de02a63b44e5e 100644 --- a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts @@ -74,9 +74,7 @@ export class PutAutoTerminationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts index 6c82783a4b52b..9ac84b93d3519 100644 --- a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts @@ -105,9 +105,7 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts index 6f79b1505d87f..43199509bd06f 100644 --- a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts @@ -75,9 +75,7 @@ export class PutManagedScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts index 2ad3e453e09f5..99fba1a27cf68 100644 --- a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts @@ -64,9 +64,7 @@ export class RemoveAutoScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts index c0e62752ebd49..44367b0143926 100644 --- a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts @@ -63,9 +63,7 @@ export class RemoveAutoTerminationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts index 323f852f1eccd..23e9e1c3da26e 100644 --- a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts @@ -63,9 +63,7 @@ export class RemoveManagedScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/RemoveTagsCommand.ts b/clients/client-emr/src/commands/RemoveTagsCommand.ts index 2f189f2b9d926..f3fd15196bcae 100644 --- a/clients/client-emr/src/commands/RemoveTagsCommand.ts +++ b/clients/client-emr/src/commands/RemoveTagsCommand.ts @@ -77,9 +77,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/RunJobFlowCommand.ts b/clients/client-emr/src/commands/RunJobFlowCommand.ts index 98289b82b3755..b634196a64b5d 100644 --- a/clients/client-emr/src/commands/RunJobFlowCommand.ts +++ b/clients/client-emr/src/commands/RunJobFlowCommand.ts @@ -358,9 +358,7 @@ export class RunJobFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts b/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts index ad2e0c7356415..8ebaa9dbc8e34 100644 --- a/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts +++ b/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts @@ -76,9 +76,7 @@ export class SetKeepJobFlowAliveWhenNoStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts index eda0d3b0481fd..a6904190f2b92 100644 --- a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts +++ b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts @@ -86,9 +86,7 @@ export class SetTerminationProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts b/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts index 7245bc3c50d3c..188ffc34b0ee0 100644 --- a/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts +++ b/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts @@ -81,9 +81,7 @@ export class SetUnhealthyNodeReplacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts index 47008274da1d5..3713c490f9848 100644 --- a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts +++ b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts @@ -82,9 +82,7 @@ export class SetVisibleToAllUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts index 9de8785d6e908..e10cc6f99bf36 100644 --- a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts @@ -101,9 +101,7 @@ export class StartNotebookExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts index 2e6643f63c4d5..43217ffc0be2b 100644 --- a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts @@ -70,9 +70,7 @@ export class StopNotebookExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts index 7369c53374ec8..e23d19249ea1e 100644 --- a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts @@ -75,9 +75,7 @@ export class TerminateJobFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/UpdateStudioCommand.ts b/clients/client-emr/src/commands/UpdateStudioCommand.ts index 84bf6545044a9..3444a55217711 100644 --- a/clients/client-emr/src/commands/UpdateStudioCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioCommand.ts @@ -78,9 +78,7 @@ export class UpdateStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts index a639c86683979..46f476068d78a 100644 --- a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts @@ -74,9 +74,7 @@ export class UpdateStudioSessionMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EMRClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts b/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts index 2d28f47688306..e33193ac76035 100644 --- a/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts +++ b/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts @@ -98,9 +98,7 @@ export class AddPolicyStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts b/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts index 6b3d6d9b60daf..2356890aeb18b 100644 --- a/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts +++ b/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts @@ -93,9 +93,7 @@ export class BatchDeleteUniqueIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts index 62fddf7ec67d6..9cd2a019a1f44 100644 --- a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts @@ -171,9 +171,7 @@ export class CreateIdMappingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts index fe170e7054b88..52db71a0ec36e 100644 --- a/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts @@ -169,9 +169,7 @@ export class CreateIdNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts index 4471aa6514b79..e408a2469f63e 100644 --- a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts @@ -189,9 +189,7 @@ export class CreateMatchingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts index b1642625766cf..148590154b0c2 100644 --- a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts @@ -116,9 +116,7 @@ export class CreateSchemaMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts index c99b3a32e8466..4e3a269a593fb 100644 --- a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts @@ -84,9 +84,7 @@ export class DeleteIdMappingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts index ddc5332996bf7..c52901f8ecb48 100644 --- a/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts @@ -78,9 +78,7 @@ export class DeleteIdNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts index 401ca980a4a56..ecc148c20f119 100644 --- a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts @@ -84,9 +84,7 @@ export class DeleteMatchingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts b/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts index 1226dc1938816..a884d1eba3b4e 100644 --- a/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts +++ b/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts @@ -89,9 +89,7 @@ export class DeletePolicyStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts index 9fb5eea9f4346..8a35e9873d7b7 100644 --- a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts @@ -86,9 +86,7 @@ export class DeleteSchemaMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts index 4d9e429cd976b..aa27f70290787 100644 --- a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts @@ -104,9 +104,7 @@ export class GetIdMappingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts index 3b225e66a396d..65363bf79834d 100644 --- a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts @@ -125,9 +125,7 @@ export class GetIdMappingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts index 29774f9898109..f5b3a2a5fccb1 100644 --- a/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts +++ b/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts @@ -122,9 +122,7 @@ export class GetIdNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts index ed46cd0470187..f2253ce55db3c 100644 --- a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts @@ -87,9 +87,7 @@ export class GetMatchIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts index f0b36045bd99f..ce2893dc284f8 100644 --- a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts @@ -102,9 +102,7 @@ export class GetMatchingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts index 319f2206ce510..9884dcd789726 100644 --- a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts @@ -134,9 +134,7 @@ export class GetMatchingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetPolicyCommand.ts b/clients/client-entityresolution/src/commands/GetPolicyCommand.ts index 392d4b4319d4b..0da99de27cb89 100644 --- a/clients/client-entityresolution/src/commands/GetPolicyCommand.ts +++ b/clients/client-entityresolution/src/commands/GetPolicyCommand.ts @@ -83,9 +83,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts index 7a73c5e1268f4..006933344b9c9 100644 --- a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts +++ b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts @@ -126,9 +126,7 @@ export class GetProviderServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts index 47fc6055bbede..e640b88582ea0 100644 --- a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts @@ -99,9 +99,7 @@ export class GetSchemaMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts index 43b4439b08b79..889f80a54335f 100644 --- a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts @@ -91,9 +91,7 @@ export class ListIdMappingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts index 7f1c3629a71fa..f26b315959849 100644 --- a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts @@ -88,9 +88,7 @@ export class ListIdMappingWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts b/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts index 303ad9874a48c..46a7a4958ce7d 100644 --- a/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts +++ b/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts @@ -94,9 +94,7 @@ export class ListIdNamespacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts index 16c14b51746e0..7883fd6d87f22 100644 --- a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts @@ -91,9 +91,7 @@ export class ListMatchingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts index 009ca2ef12bb7..dfbcbae1da787 100644 --- a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts @@ -89,9 +89,7 @@ export class ListMatchingWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts index 782bb85cf39ab..69a818b2cc1a8 100644 --- a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts +++ b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts @@ -90,9 +90,7 @@ export class ListProviderServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts index cbfea7fb7743c..44f4642429291 100644 --- a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts @@ -89,9 +89,7 @@ export class ListSchemaMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts index 44d7eabf8eae5..c62b92c790034 100644 --- a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/PutPolicyCommand.ts b/clients/client-entityresolution/src/commands/PutPolicyCommand.ts index 7ae343a035f9a..d89833a22c89e 100644 --- a/clients/client-entityresolution/src/commands/PutPolicyCommand.ts +++ b/clients/client-entityresolution/src/commands/PutPolicyCommand.ts @@ -90,9 +90,7 @@ export class PutPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts index ba248e120eaee..48023103aff5e 100644 --- a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts @@ -106,9 +106,7 @@ export class StartIdMappingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts index c1441a88e44d3..d2b22b9aac690 100644 --- a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts @@ -92,9 +92,7 @@ export class StartMatchingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/TagResourceCommand.ts b/clients/client-entityresolution/src/commands/TagResourceCommand.ts index e254bd0efb7c2..0097f78adcea7 100644 --- a/clients/client-entityresolution/src/commands/TagResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts index e75a71980fad7..ffd286bc8f23a 100644 --- a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts index fb89f9fad4b47..1dc6baeac4e66 100644 --- a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts @@ -161,9 +161,7 @@ export class UpdateIdMappingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts index 207f103ada624..af61a6946a65f 100644 --- a/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts @@ -153,9 +153,7 @@ export class UpdateIdNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts index cfd9a23904763..f8576b35501a1 100644 --- a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts @@ -178,9 +178,7 @@ export class UpdateMatchingWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts index d5eb2986a3baa..3ace07a39a188 100644 --- a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts @@ -113,9 +113,7 @@ export class UpdateSchemaMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EntityResolutionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts index 40c032764613a..52ea35dc73252 100644 --- a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts @@ -79,9 +79,7 @@ export class ActivateEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts index ea6fc3fb7082d..c27fbe9e11982 100644 --- a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts @@ -80,9 +80,7 @@ export class CancelReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts index 4a0d44dd8caca..03282e7b055c3 100644 --- a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts @@ -91,9 +91,7 @@ export class CreateApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts index 7b2a267eb2ade..7c97765ae6cff 100644 --- a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts @@ -118,9 +118,7 @@ export class CreateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts index e1e856ca440b9..b492f5dfd06d0 100644 --- a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts @@ -149,9 +149,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts index 93bb4cd8ed2f4..3399aba4d9cef 100644 --- a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts @@ -121,9 +121,7 @@ export class CreateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts index 8f081a12d9e63..1e1ba613894a3 100644 --- a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts @@ -106,9 +106,7 @@ export class CreateEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts index 722cff1f5699e..36b3a755e2fcb 100644 --- a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts @@ -121,9 +121,7 @@ export class CreatePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts index 533573a8b0ce8..a987ba4f6c9c4 100644 --- a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts @@ -82,9 +82,7 @@ export class DeactivateEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts index 2d42cf3480645..02e44f55c61be 100644 --- a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts @@ -79,9 +79,7 @@ export class DeauthorizeConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts index bee684de06a35..1a3471374ff05 100644 --- a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts @@ -72,9 +72,7 @@ export class DeleteApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts index f1330d7d878e9..c3cf49c854d0f 100644 --- a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts @@ -72,9 +72,7 @@ export class DeleteArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts index 798679ec60a42..39782587fd65d 100644 --- a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts @@ -78,9 +78,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts index eaed90d1e7bc6..a5141a57b9bab 100644 --- a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts @@ -76,9 +76,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts index 9fa7c84ecbe13..3707e6ce8a73e 100644 --- a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts @@ -70,9 +70,7 @@ export class DeleteEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts index f9f262f1fee73..3574ad95554a4 100644 --- a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts @@ -77,9 +77,7 @@ export class DeletePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts index 5b9073f9a704c..681fb12c062be 100644 --- a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts @@ -93,9 +93,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts index c8e3cdc66da64..d678d053af6cd 100644 --- a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts @@ -80,9 +80,7 @@ export class DescribeApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts index 6a4337b084b03..a7dbbd3cce0d3 100644 --- a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts @@ -84,9 +84,7 @@ export class DescribeArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts index 21e8a6c806e72..cc3cde1d86bca 100644 --- a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts @@ -145,9 +145,7 @@ export class DescribeConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts index ae047426f69fe..4f97936589060 100644 --- a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts @@ -104,9 +104,7 @@ export class DescribeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts index 02cc680dae80e..13fe9037fec9d 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts @@ -85,9 +85,7 @@ export class DescribeEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts index b06e322de0ffb..cbc834f712cc3 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts @@ -80,9 +80,7 @@ export class DescribeEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts index dffe69e62a939..11b09a98be7f3 100644 --- a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts @@ -77,9 +77,7 @@ export class DescribePartnerEventSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts index 36dbf4590f0d7..7792d72986038 100644 --- a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts @@ -95,9 +95,7 @@ export class DescribeReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts index feb129448fa64..62bd249116c17 100644 --- a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts @@ -83,9 +83,7 @@ export class DescribeRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts index 83015b82e2787..76dcb0ac18d2c 100644 --- a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts @@ -84,9 +84,7 @@ export class DisableRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts index 6522e6a2def82..e424e248da40e 100644 --- a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts @@ -83,9 +83,7 @@ export class EnableRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts index 84b123f3a14fd..d45a70cf2a5e6 100644 --- a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts @@ -84,9 +84,7 @@ export class ListApiDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts index 9f60237eac31b..dfa70a2c20cf4 100644 --- a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts @@ -88,9 +88,7 @@ export class ListArchivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts index 22242a19bc3ec..b34b46b6f54aa 100644 --- a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts @@ -83,9 +83,7 @@ export class ListConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts index 932c0fe5ddf09..a51de3b356521 100644 --- a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts @@ -108,9 +108,7 @@ export class ListEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts index a6acdcf5b65d7..1c6cfb696e5f8 100644 --- a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts @@ -81,9 +81,7 @@ export class ListEventBusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts index c909e9532bea4..271ee57321166 100644 --- a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts @@ -84,9 +84,7 @@ export class ListEventSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts index ba4f507fb8ee8..a5310e824d602 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -90,9 +90,7 @@ export class ListPartnerEventSourceAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts index e37adc0d1e813..f9f34ec6096fa 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts @@ -80,9 +80,7 @@ export class ListPartnerEventSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts index 3627521bc49da..4e759b9643b97 100644 --- a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts +++ b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts @@ -86,9 +86,7 @@ export class ListReplaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts index a86642b3c11f6..bbb8ddc4cd1a7 100644 --- a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts @@ -79,9 +79,7 @@ export class ListRuleNamesByTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListRulesCommand.ts b/clients/client-eventbridge/src/commands/ListRulesCommand.ts index a062bc4c1c3e9..4752a6f9f3334 100644 --- a/clients/client-eventbridge/src/commands/ListRulesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRulesCommand.ts @@ -91,9 +91,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts index 2e9317eeedb70..f18a432cb214c 100644 --- a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts index b1c93523009df..54af501b61718 100644 --- a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts @@ -207,9 +207,7 @@ export class ListTargetsByRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts index 4223ce10dab5f..9c30224d3a6b1 100644 --- a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts @@ -90,9 +90,7 @@ export class PutPartnerEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts index 5c7ce7066a83a..05a3dd6bc46cc 100644 --- a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts @@ -103,9 +103,7 @@ export class PutPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/PutRuleCommand.ts b/clients/client-eventbridge/src/commands/PutRuleCommand.ts index 2a8aade085d39..21838f605dea3 100644 --- a/clients/client-eventbridge/src/commands/PutRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/PutRuleCommand.ts @@ -139,9 +139,7 @@ export class PutRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts index 26c05c69589cb..3f93a7f5df31f 100644 --- a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts @@ -334,9 +334,7 @@ export class PutTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts index e4419dde292d4..d691a1ce8caa9 100644 --- a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts @@ -80,9 +80,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts index 65616fcb6c8d7..568ae07ab021b 100644 --- a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts @@ -105,9 +105,7 @@ export class RemoveTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/StartReplayCommand.ts b/clients/client-eventbridge/src/commands/StartReplayCommand.ts index b3881f440ffc0..87ac70a9a8b41 100644 --- a/clients/client-eventbridge/src/commands/StartReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/StartReplayCommand.ts @@ -102,9 +102,7 @@ export class StartReplayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/TagResourceCommand.ts b/clients/client-eventbridge/src/commands/TagResourceCommand.ts index a1d2fa89dbbc6..e1612fc3e105f 100644 --- a/clients/client-eventbridge/src/commands/TagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts index 4e6c7d8934e7a..598446e317afe 100644 --- a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts +++ b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts @@ -76,9 +76,7 @@ export class TestEventPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts index 9c1aab822563c..86423e621f2b9 100644 --- a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts index cfab5d24aa45c..7028c2b6f3bbf 100644 --- a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts @@ -86,9 +86,7 @@ export class UpdateApiDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts index e7aadc30c9fbe..7aefe71fafe28 100644 --- a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts @@ -87,9 +87,7 @@ export class UpdateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts index 2370d042b00a3..d7b11303b7b12 100644 --- a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts @@ -152,9 +152,7 @@ export class UpdateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts index 71833f3926be8..a1c96390b381b 100644 --- a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts @@ -121,9 +121,7 @@ export class UpdateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts b/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts index 7551d7a6b6f07..54d42c7841021 100644 --- a/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts @@ -88,9 +88,7 @@ export class UpdateEventBusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EventBridgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts index f2d970b9935a2..71152828b8454 100644 --- a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts @@ -113,9 +113,7 @@ export class BatchEvaluateFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/CreateExperimentCommand.ts b/clients/client-evidently/src/commands/CreateExperimentCommand.ts index 4a2547af30db0..64a9d782c1dfa 100644 --- a/clients/client-evidently/src/commands/CreateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/CreateExperimentCommand.ts @@ -173,9 +173,7 @@ export class CreateExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/CreateFeatureCommand.ts b/clients/client-evidently/src/commands/CreateFeatureCommand.ts index 5f811b1dac016..d0b260508dcac 100644 --- a/clients/client-evidently/src/commands/CreateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/CreateFeatureCommand.ts @@ -139,9 +139,7 @@ export class CreateFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/CreateLaunchCommand.ts b/clients/client-evidently/src/commands/CreateLaunchCommand.ts index b9d11a491fb51..87a852e822eec 100644 --- a/clients/client-evidently/src/commands/CreateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/CreateLaunchCommand.ts @@ -188,9 +188,7 @@ export class CreateLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/CreateProjectCommand.ts b/clients/client-evidently/src/commands/CreateProjectCommand.ts index b19fcde6a6c66..62da65b59b5d8 100644 --- a/clients/client-evidently/src/commands/CreateProjectCommand.ts +++ b/clients/client-evidently/src/commands/CreateProjectCommand.ts @@ -125,9 +125,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/CreateSegmentCommand.ts b/clients/client-evidently/src/commands/CreateSegmentCommand.ts index d0c3f0a9162e7..f1be69cbd8714 100644 --- a/clients/client-evidently/src/commands/CreateSegmentCommand.ts +++ b/clients/client-evidently/src/commands/CreateSegmentCommand.ts @@ -106,9 +106,7 @@ export class CreateSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts index ff3ac58b56061..4a7354740bb42 100644 --- a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts @@ -83,9 +83,7 @@ export class DeleteExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts index c400fd6eb1ff3..40cf8978d6140 100644 --- a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts +++ b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts @@ -79,9 +79,7 @@ export class DeleteFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts index e4d59628c1ff5..03ef03c7500ae 100644 --- a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts +++ b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts @@ -80,9 +80,7 @@ export class DeleteLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/DeleteProjectCommand.ts b/clients/client-evidently/src/commands/DeleteProjectCommand.ts index aa89178fd2070..54acffcc8b4fb 100644 --- a/clients/client-evidently/src/commands/DeleteProjectCommand.ts +++ b/clients/client-evidently/src/commands/DeleteProjectCommand.ts @@ -79,9 +79,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts index ed14348364508..54abfd80692c7 100644 --- a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts @@ -79,9 +79,7 @@ export class DeleteSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts index c7241dd981488..53833ea565b23 100644 --- a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts @@ -112,9 +112,7 @@ export class EvaluateFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetExperimentCommand.ts b/clients/client-evidently/src/commands/GetExperimentCommand.ts index 0780df04798b8..98e067ea79e56 100644 --- a/clients/client-evidently/src/commands/GetExperimentCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentCommand.ts @@ -129,9 +129,7 @@ export class GetExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts index bbc9978e22e94..295c1018c2465 100644 --- a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts @@ -125,9 +125,7 @@ export class GetExperimentResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetFeatureCommand.ts b/clients/client-evidently/src/commands/GetFeatureCommand.ts index 99c93393ecab8..9de253b7a6cb0 100644 --- a/clients/client-evidently/src/commands/GetFeatureCommand.ts +++ b/clients/client-evidently/src/commands/GetFeatureCommand.ts @@ -113,9 +113,7 @@ export class GetFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetLaunchCommand.ts b/clients/client-evidently/src/commands/GetLaunchCommand.ts index 5fd0f6604a47d..43ff625d8806a 100644 --- a/clients/client-evidently/src/commands/GetLaunchCommand.ts +++ b/clients/client-evidently/src/commands/GetLaunchCommand.ts @@ -136,9 +136,7 @@ export class GetLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetProjectCommand.ts b/clients/client-evidently/src/commands/GetProjectCommand.ts index 3dc2b4d0c971e..85557d8297c4e 100644 --- a/clients/client-evidently/src/commands/GetProjectCommand.ts +++ b/clients/client-evidently/src/commands/GetProjectCommand.ts @@ -107,9 +107,7 @@ export class GetProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/GetSegmentCommand.ts b/clients/client-evidently/src/commands/GetSegmentCommand.ts index 21bcfa91337df..f5cc40f1deade 100644 --- a/clients/client-evidently/src/commands/GetSegmentCommand.ts +++ b/clients/client-evidently/src/commands/GetSegmentCommand.ts @@ -90,9 +90,7 @@ export class GetSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListExperimentsCommand.ts b/clients/client-evidently/src/commands/ListExperimentsCommand.ts index aa8d787cd4442..06fa5aa0d8556 100644 --- a/clients/client-evidently/src/commands/ListExperimentsCommand.ts +++ b/clients/client-evidently/src/commands/ListExperimentsCommand.ts @@ -130,9 +130,7 @@ export class ListExperimentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListFeaturesCommand.ts b/clients/client-evidently/src/commands/ListFeaturesCommand.ts index b935b5b054c67..e569105ef4d54 100644 --- a/clients/client-evidently/src/commands/ListFeaturesCommand.ts +++ b/clients/client-evidently/src/commands/ListFeaturesCommand.ts @@ -100,9 +100,7 @@ export class ListFeaturesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListLaunchesCommand.ts b/clients/client-evidently/src/commands/ListLaunchesCommand.ts index db3bc1ee0597a..1db0566ffe9c7 100644 --- a/clients/client-evidently/src/commands/ListLaunchesCommand.ts +++ b/clients/client-evidently/src/commands/ListLaunchesCommand.ts @@ -137,9 +137,7 @@ export class ListLaunchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListProjectsCommand.ts b/clients/client-evidently/src/commands/ListProjectsCommand.ts index 6d5eaf0f81734..6a503d0104120 100644 --- a/clients/client-evidently/src/commands/ListProjectsCommand.ts +++ b/clients/client-evidently/src/commands/ListProjectsCommand.ts @@ -94,9 +94,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts index af16261f20761..254e7770960a7 100644 --- a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts @@ -91,9 +91,7 @@ export class ListSegmentReferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListSegmentsCommand.ts b/clients/client-evidently/src/commands/ListSegmentsCommand.ts index f8ed7895adb9f..c8ee5ceb6d046 100644 --- a/clients/client-evidently/src/commands/ListSegmentsCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentsCommand.ts @@ -90,9 +90,7 @@ export class ListSegmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts index 99656ec78efa7..73f68be9d120a 100644 --- a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts index 11e8537313231..2942385e4cbd5 100644 --- a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts +++ b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts @@ -92,9 +92,7 @@ export class PutProjectEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/StartExperimentCommand.ts b/clients/client-evidently/src/commands/StartExperimentCommand.ts index 502bc9a428d9a..ef84f5278717b 100644 --- a/clients/client-evidently/src/commands/StartExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StartExperimentCommand.ts @@ -86,9 +86,7 @@ export class StartExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/StartLaunchCommand.ts b/clients/client-evidently/src/commands/StartLaunchCommand.ts index 56023e88c975e..86426b38f27df 100644 --- a/clients/client-evidently/src/commands/StartLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StartLaunchCommand.ts @@ -142,9 +142,7 @@ export class StartLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/StopExperimentCommand.ts b/clients/client-evidently/src/commands/StopExperimentCommand.ts index 2706ce168d016..33e5058bc05f6 100644 --- a/clients/client-evidently/src/commands/StopExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StopExperimentCommand.ts @@ -87,9 +87,7 @@ export class StopExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/StopLaunchCommand.ts b/clients/client-evidently/src/commands/StopLaunchCommand.ts index 94780d6da182b..bcb7cb847267b 100644 --- a/clients/client-evidently/src/commands/StopLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StopLaunchCommand.ts @@ -84,9 +84,7 @@ export class StopLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/TagResourceCommand.ts b/clients/client-evidently/src/commands/TagResourceCommand.ts index db732af259360..e3715a72a8046 100644 --- a/clients/client-evidently/src/commands/TagResourceCommand.ts +++ b/clients/client-evidently/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts index 501e203793784..1fb378f37156f 100644 --- a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts +++ b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts @@ -76,9 +76,7 @@ export class TestSegmentPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UntagResourceCommand.ts b/clients/client-evidently/src/commands/UntagResourceCommand.ts index c949ae275619d..7a09f28075f6c 100644 --- a/clients/client-evidently/src/commands/UntagResourceCommand.ts +++ b/clients/client-evidently/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts index 371b0a53e7054..59470c7fab434 100644 --- a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts @@ -161,9 +161,7 @@ export class UpdateExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts index 677c15f5ae0c7..5064a88b3021d 100644 --- a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts @@ -137,9 +137,7 @@ export class UpdateFeatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts index 74ff156546836..9f658755af36a 100644 --- a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts @@ -177,9 +177,7 @@ export class UpdateLaunchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UpdateProjectCommand.ts b/clients/client-evidently/src/commands/UpdateProjectCommand.ts index 6fdf3bb24a0a5..5c85ecaa15ab1 100644 --- a/clients/client-evidently/src/commands/UpdateProjectCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectCommand.ts @@ -119,9 +119,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts index 8cee9a0924ea5..4e55dd3931c7d 100644 --- a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts @@ -120,9 +120,7 @@ export class UpdateProjectDataDeliveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: EvidentlyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts index 9f26f742682b0..d186f53cdfb20 100644 --- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts @@ -93,9 +93,7 @@ export class AssociateUserToPermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index bfd4acf2613de..f04a47b427af3 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -98,9 +98,7 @@ export class CreateChangesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index 25833bd82c8a2..7d7750d18120b 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -103,9 +103,7 @@ export class CreateDataViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index 2cbc34543ec57..96af766de2947 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -124,9 +124,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index af0b151da7a20..57504acfd6909 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -95,9 +95,7 @@ export class CreatePermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index e3f7e18f8b712..33da063eb91ac 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -92,9 +92,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index d03d51175a3fb..50187e4f6f14f 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -90,9 +90,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index 27a311890ae8f..8a5df2857856d 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -90,9 +90,7 @@ export class DeletePermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index dfd9cf7a14939..fe9a69250cae9 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -87,9 +87,7 @@ export class DisableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 1f53c94e4bb3c..7dead9b4e5b8f 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -96,9 +96,7 @@ export class DisassociateUserFromPermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index 3f846466f80ee..7d0b8d8760336 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -90,9 +90,7 @@ export class EnableUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index 36f0763323eb4..a1225f1073a98 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -106,9 +106,7 @@ export class GetChangesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index e88e1df403fcd..1f6655874e768 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -108,9 +108,7 @@ export class GetDataViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index 8ade2f0f2c39f..952670d07f0ce 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -108,9 +108,7 @@ export class GetDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index 7a9344cc8d54e..4703f7f662223 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -110,9 +110,7 @@ export class GetExternalDataViewAccessDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts index f4fe4e44a602b..5d4e04b812c19 100644 --- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts @@ -97,9 +97,7 @@ export class GetPermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index ce4da17d516c6..369aa61273c05 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -95,9 +95,7 @@ export class GetProgrammaticAccessCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index 8aaeed1624419..e1041c8c272ae 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -95,9 +95,7 @@ export class GetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index eae0cad3eadfb..eaf15c4ac24e5 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -83,9 +83,7 @@ export class GetWorkingLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index b90dad0ae6291..b0498cf6bbf87 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -112,9 +112,7 @@ export class ListChangesetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index 1a1623e545adc..0f6e84de13462 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -114,9 +114,7 @@ export class ListDataViewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index 47d9c86c8b076..45804b8b0edcc 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -115,9 +115,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index 91a1d8d9de9d4..eed365a11c9da 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -96,9 +96,7 @@ export class ListPermissionGroupsByUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index a58aeba918553..e9a8c528bbcae 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -98,9 +98,7 @@ export class ListPermissionGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index 9d1a733332cf7..119a4a332aab6 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -102,9 +102,7 @@ export class ListUsersByPermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index 6cc5212f9e605..6f9861198d3df 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -98,9 +98,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 7d384f89c08f9..aa7c01b4fec37 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -92,9 +92,7 @@ export class ResetUserPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 4534c92160082..9c9a08316c567 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -95,9 +95,7 @@ export class UpdateChangesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index 8b54c9325eb8f..252a088537730 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -105,9 +105,7 @@ export class UpdateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index 8e6424d2e9224..b3a6c97afe1e9 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -96,9 +96,7 @@ export class UpdatePermissionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index 03e8fa9904f48..2692f615b235b 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -92,9 +92,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index c91fb96f49d31..c41b8ca3b099a 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -117,9 +117,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts index bc1101cb7b010..42bfdc146b92e 100644 --- a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts @@ -114,9 +114,7 @@ export class CreateKxChangesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts index 643c1df3566c6..92cbddb1320ec 100644 --- a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts @@ -289,9 +289,7 @@ export class CreateKxClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts index c5ebe5447b837..de47d4ba7750b 100644 --- a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts @@ -101,9 +101,7 @@ export class CreateKxDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts b/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts index deb1419a0b479..310cbc7b1e694 100644 --- a/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts @@ -132,9 +132,7 @@ export class CreateKxDataviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts index 463127bdd66bc..2c357f1a5c9ea 100644 --- a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts @@ -100,9 +100,7 @@ export class CreateKxEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts index 2e45f89954493..a572d550114c0 100644 --- a/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts @@ -100,9 +100,7 @@ export class CreateKxScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxUserCommand.ts b/clients/client-finspace/src/commands/CreateKxUserCommand.ts index e200f4c497578..e9fb1f3b83904 100644 --- a/clients/client-finspace/src/commands/CreateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxUserCommand.ts @@ -99,9 +99,7 @@ export class CreateKxUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts b/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts index 14edd8d2b35b2..12debf9994a0b 100644 --- a/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts @@ -121,9 +121,7 @@ export class CreateKxVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index 90ace159eb860..8e3c139cafb5c 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -81,9 +81,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts index efd118f2286fd..62920db2e63c0 100644 --- a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts @@ -87,9 +87,7 @@ export class DeleteKxClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts index 84149bfe237f1..b6ae0f5f9955c 100644 --- a/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts @@ -82,9 +82,7 @@ export class DeleteKxClusterNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts index d7ce005deeb42..83d6729e8b770 100644 --- a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts @@ -84,9 +84,7 @@ export class DeleteKxDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts b/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts index e03da7b008324..3f5ae775c09be 100644 --- a/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts @@ -86,9 +86,7 @@ export class DeleteKxDataviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts index d411260cce5e3..1bd74f3087451 100644 --- a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts @@ -83,9 +83,7 @@ export class DeleteKxEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts index ce63e9b48ff17..d7b253e3dabab 100644 --- a/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts @@ -88,9 +88,7 @@ export class DeleteKxScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts index 68136dce9922f..846fe925a0875 100644 --- a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts @@ -84,9 +84,7 @@ export class DeleteKxUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts b/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts index ab0dbe0a09d51..3af9cdb889461 100644 --- a/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts @@ -90,9 +90,7 @@ export class DeleteKxVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index ed0cefe1c5e89..3bb56d1305595 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -102,9 +102,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts index 5338427da91e1..f2cb223cd26d1 100644 --- a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts @@ -100,9 +100,7 @@ export class GetKxChangesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxClusterCommand.ts b/clients/client-finspace/src/commands/GetKxClusterCommand.ts index 50ba3fd65e360..de0bc1e914bfc 100644 --- a/clients/client-finspace/src/commands/GetKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/GetKxClusterCommand.ts @@ -191,9 +191,7 @@ export class GetKxClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts index 6d92c536ba6e1..cb24094bb868c 100644 --- a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts +++ b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts @@ -87,9 +87,7 @@ export class GetKxConnectionStringCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts index 717a2de242a72..b277abe638935 100644 --- a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts @@ -91,9 +91,7 @@ export class GetKxDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxDataviewCommand.ts b/clients/client-finspace/src/commands/GetKxDataviewCommand.ts index 245ab868cb348..aee0fcc4428a1 100644 --- a/clients/client-finspace/src/commands/GetKxDataviewCommand.ts +++ b/clients/client-finspace/src/commands/GetKxDataviewCommand.ts @@ -125,9 +125,7 @@ export class GetKxDataviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts index 788e654280aa6..c98186bfe4425 100644 --- a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts @@ -123,9 +123,7 @@ export class GetKxEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts index 23341be3b908e..1e60d1f917966 100644 --- a/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts +++ b/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts @@ -99,9 +99,7 @@ export class GetKxScalingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxUserCommand.ts b/clients/client-finspace/src/commands/GetKxUserCommand.ts index 368e7052b9297..7c5029ec8c4f5 100644 --- a/clients/client-finspace/src/commands/GetKxUserCommand.ts +++ b/clients/client-finspace/src/commands/GetKxUserCommand.ts @@ -85,9 +85,7 @@ export class GetKxUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/GetKxVolumeCommand.ts b/clients/client-finspace/src/commands/GetKxVolumeCommand.ts index 92a60b07678ff..40de775baed24 100644 --- a/clients/client-finspace/src/commands/GetKxVolumeCommand.ts +++ b/clients/client-finspace/src/commands/GetKxVolumeCommand.ts @@ -112,9 +112,7 @@ export class GetKxVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index 99c7a6632620f..7d6aa74943414 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -103,9 +103,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts index 066244a616d6a..df35d253f72e0 100644 --- a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts @@ -93,9 +93,7 @@ export class ListKxChangesetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts index 1e10f113ddc9e..8770e14eb7893 100644 --- a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts @@ -95,9 +95,7 @@ export class ListKxClusterNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxClustersCommand.ts b/clients/client-finspace/src/commands/ListKxClustersCommand.ts index 2dd337d5d3051..fd82688d8c30c 100644 --- a/clients/client-finspace/src/commands/ListKxClustersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClustersCommand.ts @@ -112,9 +112,7 @@ export class ListKxClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts index f7a3e37129318..10a41c8b62712 100644 --- a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts @@ -90,9 +90,7 @@ export class ListKxDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts b/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts index 6f573f6e7d378..c94f3dfba6067 100644 --- a/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts @@ -130,9 +130,7 @@ export class ListKxDataviewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts index 1937aa6a22849..10b5cf64a2a59 100644 --- a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts @@ -123,9 +123,7 @@ export class ListKxEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts b/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts index 344b6cde21037..61512a400b56e 100644 --- a/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts @@ -104,9 +104,7 @@ export class ListKxScalingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxUsersCommand.ts b/clients/client-finspace/src/commands/ListKxUsersCommand.ts index 70c02bb00dd75..5455401519343 100644 --- a/clients/client-finspace/src/commands/ListKxUsersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxUsersCommand.ts @@ -92,9 +92,7 @@ export class ListKxUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListKxVolumesCommand.ts b/clients/client-finspace/src/commands/ListKxVolumesCommand.ts index f96bb2b1c996b..07021c6215179 100644 --- a/clients/client-finspace/src/commands/ListKxVolumesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxVolumesCommand.ts @@ -107,9 +107,7 @@ export class ListKxVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts index 784969fcdc857..30ccefc9135ee 100644 --- a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/TagResourceCommand.ts b/clients/client-finspace/src/commands/TagResourceCommand.ts index cb3a20b12a7a0..9a02b7d9619f7 100644 --- a/clients/client-finspace/src/commands/TagResourceCommand.ts +++ b/clients/client-finspace/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UntagResourceCommand.ts b/clients/client-finspace/src/commands/UntagResourceCommand.ts index 1a53498c3b101..28a7fb26a58c9 100644 --- a/clients/client-finspace/src/commands/UntagResourceCommand.ts +++ b/clients/client-finspace/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index a0d62f00b3dd9..2904b3dee5c5a 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -118,9 +118,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts index 1d7da3b9ef39a..280a79d4dc7e8 100644 --- a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts @@ -110,9 +110,7 @@ export class UpdateKxClusterCodeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts index 1cee784c3c153..4bacb0732df9f 100644 --- a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts @@ -121,9 +121,7 @@ export class UpdateKxClusterDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts index 25e7b712e5f02..50cdafa4b829c 100644 --- a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts @@ -90,9 +90,7 @@ export class UpdateKxDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts b/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts index 8d2e85754f928..76af014aa318e 100644 --- a/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts @@ -141,9 +141,7 @@ export class UpdateKxDataviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts index 3b8fc3b954e4b..43f09d3fe7655 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts @@ -128,9 +128,7 @@ export class UpdateKxEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts index cd747d2c6d6c1..31a27956b779d 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts @@ -153,9 +153,7 @@ export class UpdateKxEnvironmentNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts index df052d1888c02..b2bb249278d4d 100644 --- a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts @@ -93,9 +93,7 @@ export class UpdateKxUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts b/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts index e71164058acb0..a193a592dbc2c 100644 --- a/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts @@ -120,9 +120,7 @@ export class UpdateKxVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FinspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts index 71ed947006ee2..eaa923585d3a0 100644 --- a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts @@ -646,9 +646,7 @@ export class CreateDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts index 15e25b6cdef9c..3976072276dd0 100644 --- a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts @@ -82,9 +82,7 @@ export class DeleteDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts index ecf4e66e55408..903a8b8391ac1 100644 --- a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts @@ -594,9 +594,7 @@ export class DescribeDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts index 995ae084ee19c..92474ab494de9 100644 --- a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts +++ b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts @@ -77,9 +77,7 @@ export class ListDeliveryStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts index 6d88f2c38d796..e1934461d632d 100644 --- a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts @@ -83,9 +83,7 @@ export class ListTagsForDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts index 7189fac662e06..8aa9030ea49c2 100644 --- a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts @@ -153,9 +153,7 @@ export class PutRecordBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/PutRecordCommand.ts b/clients/client-firehose/src/commands/PutRecordCommand.ts index bb294b0d8004e..48eb7cc42cf65 100644 --- a/clients/client-firehose/src/commands/PutRecordCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordCommand.ts @@ -126,9 +126,7 @@ export class PutRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts index d63dfa01b904e..72c55a7f288dc 100644 --- a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts @@ -128,9 +128,7 @@ export class StartDeliveryStreamEncryptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts index 809872c5c530b..5b5c488606214 100644 --- a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts @@ -98,9 +98,7 @@ export class StopDeliveryStreamEncryptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts index dbec5079a4ca6..e1985739ada01 100644 --- a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts @@ -90,9 +90,7 @@ export class TagDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts index 980b9c8d4b92b..ae7e367f77a56 100644 --- a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts @@ -81,9 +81,7 @@ export class UntagDeliveryStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts index 12f0ba3ea9df1..fe01bbdd4115a 100644 --- a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts @@ -551,9 +551,7 @@ export class UpdateDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FirehoseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts index 499543d18e38a..9454a87b69e2d 100644 --- a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts @@ -231,9 +231,7 @@ export class CreateExperimentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts index a93271f14493a..b5d06e6b8405a 100644 --- a/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts +++ b/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts @@ -94,9 +94,7 @@ export class CreateTargetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts index 113ca9b7704d8..17035bfc1fa4e 100644 --- a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts @@ -140,9 +140,7 @@ export class DeleteExperimentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts index 76cc10cd79de1..6d6ed78b2b59f 100644 --- a/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts +++ b/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts @@ -81,9 +81,7 @@ export class DeleteTargetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetActionCommand.ts b/clients/client-fis/src/commands/GetActionCommand.ts index 688c41a46bfa3..8eed13a2e4ce0 100644 --- a/clients/client-fis/src/commands/GetActionCommand.ts +++ b/clients/client-fis/src/commands/GetActionCommand.ts @@ -89,9 +89,7 @@ export class GetActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetExperimentCommand.ts b/clients/client-fis/src/commands/GetExperimentCommand.ts index eff898691a043..4283d4330933b 100644 --- a/clients/client-fis/src/commands/GetExperimentCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentCommand.ts @@ -157,9 +157,7 @@ export class GetExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts index 88cb3bf9c06db..5446f6352f5bf 100644 --- a/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts @@ -85,9 +85,7 @@ export class GetExperimentTargetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts index 4ad10f2c3d418..875bf4352add4 100644 --- a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts @@ -140,9 +140,7 @@ export class GetExperimentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetSafetyLeverCommand.ts b/clients/client-fis/src/commands/GetSafetyLeverCommand.ts index 8d5a6e222856e..0656149225a81 100644 --- a/clients/client-fis/src/commands/GetSafetyLeverCommand.ts +++ b/clients/client-fis/src/commands/GetSafetyLeverCommand.ts @@ -77,9 +77,7 @@ export class GetSafetyLeverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts index 4a2a65feb68d7..088649d37fc34 100644 --- a/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts +++ b/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts @@ -81,9 +81,7 @@ export class GetTargetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts index 2a90bc478303e..73c661685d995 100644 --- a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts +++ b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts @@ -80,9 +80,7 @@ export class GetTargetResourceTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListActionsCommand.ts b/clients/client-fis/src/commands/ListActionsCommand.ts index 37b47d9115434..a4534e200de0b 100644 --- a/clients/client-fis/src/commands/ListActionsCommand.ts +++ b/clients/client-fis/src/commands/ListActionsCommand.ts @@ -84,9 +84,7 @@ export class ListActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts b/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts index 174fd653bc034..ad9714e99794c 100644 --- a/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts @@ -88,9 +88,7 @@ export class ListExperimentResolvedTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts b/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts index 11ce766898892..7fce7d7083dea 100644 --- a/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts @@ -88,9 +88,7 @@ export class ListExperimentTargetAccountConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts index f31d1828be058..c620f10cfe70f 100644 --- a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts @@ -81,9 +81,7 @@ export class ListExperimentTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListExperimentsCommand.ts b/clients/client-fis/src/commands/ListExperimentsCommand.ts index ccf60b00d0166..43cf4bac14b72 100644 --- a/clients/client-fis/src/commands/ListExperimentsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentsCommand.ts @@ -95,9 +95,7 @@ export class ListExperimentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts index a6b7614801dd4..2571132516596 100644 --- a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts @@ -67,9 +67,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts b/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts index 22e9e7ba57b39..d8fb80084cf9e 100644 --- a/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts +++ b/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts @@ -85,9 +85,7 @@ export class ListTargetAccountConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts index e4119c850db36..53e4ab281a8d3 100644 --- a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts +++ b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts @@ -75,9 +75,7 @@ export class ListTargetResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/StartExperimentCommand.ts b/clients/client-fis/src/commands/StartExperimentCommand.ts index fd8da8328bf4d..0aaa064a3a28d 100644 --- a/clients/client-fis/src/commands/StartExperimentCommand.ts +++ b/clients/client-fis/src/commands/StartExperimentCommand.ts @@ -170,9 +170,7 @@ export class StartExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/StopExperimentCommand.ts b/clients/client-fis/src/commands/StopExperimentCommand.ts index 24e6cb64aa18a..78ef3cf29ca6a 100644 --- a/clients/client-fis/src/commands/StopExperimentCommand.ts +++ b/clients/client-fis/src/commands/StopExperimentCommand.ts @@ -157,9 +157,7 @@ export class StopExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/TagResourceCommand.ts b/clients/client-fis/src/commands/TagResourceCommand.ts index cd87e0e1e8b13..0beabcb5425dc 100644 --- a/clients/client-fis/src/commands/TagResourceCommand.ts +++ b/clients/client-fis/src/commands/TagResourceCommand.ts @@ -66,9 +66,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/UntagResourceCommand.ts b/clients/client-fis/src/commands/UntagResourceCommand.ts index c57d778806c53..152cea4eab986 100644 --- a/clients/client-fis/src/commands/UntagResourceCommand.ts +++ b/clients/client-fis/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts index 99be0da00cd74..31194baddab8f 100644 --- a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts @@ -202,9 +202,7 @@ export class UpdateExperimentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts b/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts index 9bf7bb140a69c..a19702e7e5391 100644 --- a/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts +++ b/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts @@ -87,9 +87,7 @@ export class UpdateSafetyLeverStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts index dd487aa88172b..e45b1f38b8a21 100644 --- a/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts +++ b/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts @@ -83,9 +83,7 @@ export class UpdateTargetAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts index e4c1b240f6616..45a9c1861b5f4 100644 --- a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts @@ -87,9 +87,7 @@ export class AssociateAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts index b4d9b09382271..7cd9b26ba2c6a 100644 --- a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts @@ -84,9 +84,7 @@ export class AssociateThirdPartyFirewallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts index 4693e8376ee42..bf1e22b153439 100644 --- a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts @@ -97,9 +97,7 @@ export class BatchAssociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts index ea7ae4e857b27..2f87da33a7804 100644 --- a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts @@ -91,9 +91,7 @@ export class BatchDisassociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DeleteAppsListCommand.ts b/clients/client-fms/src/commands/DeleteAppsListCommand.ts index 70763bef4d23c..5f355872b7c50 100644 --- a/clients/client-fms/src/commands/DeleteAppsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteAppsListCommand.ts @@ -77,9 +77,7 @@ export class DeleteAppsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts index cc075514afa4d..9825c3d5bb008 100644 --- a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts @@ -76,9 +76,7 @@ export class DeleteNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DeletePolicyCommand.ts b/clients/client-fms/src/commands/DeletePolicyCommand.ts index 86a3eaecb61a2..56ead5373d408 100644 --- a/clients/client-fms/src/commands/DeletePolicyCommand.ts +++ b/clients/client-fms/src/commands/DeletePolicyCommand.ts @@ -87,9 +87,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts index 2daaeb9476cea..ce2bdea18d22d 100644 --- a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts @@ -77,9 +77,7 @@ export class DeleteProtocolsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts index 219ee7f87511d..4961fec8a6f4c 100644 --- a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts @@ -80,9 +80,7 @@ export class DeleteResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts index 7666fb488461d..2c0a6ce9c92bc 100644 --- a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts @@ -76,9 +76,7 @@ export class DisassociateAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts index 512ce24ab2bc5..ed9cf443bf295 100644 --- a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts @@ -87,9 +87,7 @@ export class DisassociateThirdPartyFirewallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetAdminAccountCommand.ts b/clients/client-fms/src/commands/GetAdminAccountCommand.ts index 4cd81aa00a45a..7e88d37e1827c 100644 --- a/clients/client-fms/src/commands/GetAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/GetAdminAccountCommand.ts @@ -79,9 +79,7 @@ export class GetAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetAdminScopeCommand.ts b/clients/client-fms/src/commands/GetAdminScopeCommand.ts index 69a332012eada..d7786928d1d1f 100644 --- a/clients/client-fms/src/commands/GetAdminScopeCommand.ts +++ b/clients/client-fms/src/commands/GetAdminScopeCommand.ts @@ -116,9 +116,7 @@ export class GetAdminScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetAppsListCommand.ts b/clients/client-fms/src/commands/GetAppsListCommand.ts index 0b205fce32a97..a4434725ee5dd 100644 --- a/clients/client-fms/src/commands/GetAppsListCommand.ts +++ b/clients/client-fms/src/commands/GetAppsListCommand.ts @@ -103,9 +103,7 @@ export class GetAppsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts index 5ba11035c58e1..3d6c8c0cdf29b 100644 --- a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts +++ b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts @@ -104,9 +104,7 @@ export class GetComplianceDetailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts index d558e6c3f7056..527f13a6b509c 100644 --- a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts @@ -80,9 +80,7 @@ export class GetNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetPolicyCommand.ts b/clients/client-fms/src/commands/GetPolicyCommand.ts index ce292720f85b5..71c77c49f7d29 100644 --- a/clients/client-fms/src/commands/GetPolicyCommand.ts +++ b/clients/client-fms/src/commands/GetPolicyCommand.ts @@ -167,9 +167,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts index f424def9fb49c..a3c37db80cf96 100644 --- a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts +++ b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts @@ -84,9 +84,7 @@ export class GetProtectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetProtocolsListCommand.ts b/clients/client-fms/src/commands/GetProtocolsListCommand.ts index 7916015a6de64..7bd44ad701fda 100644 --- a/clients/client-fms/src/commands/GetProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/GetProtocolsListCommand.ts @@ -95,9 +95,7 @@ export class GetProtocolsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetResourceSetCommand.ts b/clients/client-fms/src/commands/GetResourceSetCommand.ts index 50d0919f14d0d..feb23594c47bb 100644 --- a/clients/client-fms/src/commands/GetResourceSetCommand.ts +++ b/clients/client-fms/src/commands/GetResourceSetCommand.ts @@ -93,9 +93,7 @@ export class GetResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts index cb586748f6dee..ad1fda4a1a3ca 100644 --- a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts +++ b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts @@ -92,9 +92,7 @@ export class GetThirdPartyFirewallAssociationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts index 08d24767a1c58..21d14e4e53eff 100644 --- a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts +++ b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts @@ -624,9 +624,7 @@ export class GetViolationDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts index 1461a7a12961c..98a5a6ada57e9 100644 --- a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts +++ b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts @@ -99,9 +99,7 @@ export class ListAdminAccountsForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts index 0bd555e282f39..4fc3a8633e8d2 100644 --- a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts +++ b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts @@ -79,9 +79,7 @@ export class ListAdminsManagingAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListAppsListsCommand.ts b/clients/client-fms/src/commands/ListAppsListsCommand.ts index 7a68ba73fbcfa..407ac70dad194 100644 --- a/clients/client-fms/src/commands/ListAppsListsCommand.ts +++ b/clients/client-fms/src/commands/ListAppsListsCommand.ts @@ -101,9 +101,7 @@ export class ListAppsListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts index 87d8f67abf4e2..9af77f7ab809f 100644 --- a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts +++ b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts @@ -95,9 +95,7 @@ export class ListComplianceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts index b1379d044f4d8..8871964f0a2d1 100644 --- a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts @@ -92,9 +92,7 @@ export class ListDiscoveredResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts index 408627b09c927..b05a3b6739bf4 100644 --- a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts @@ -78,9 +78,7 @@ export class ListMemberAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListPoliciesCommand.ts b/clients/client-fms/src/commands/ListPoliciesCommand.ts index 1f01301088d46..a890f06c9e950 100644 --- a/clients/client-fms/src/commands/ListPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListPoliciesCommand.ts @@ -98,9 +98,7 @@ export class ListPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts index 9f629c67c5149..8d9d4ed43e2d5 100644 --- a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts +++ b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts @@ -91,9 +91,7 @@ export class ListProtocolsListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts index 0c5b27f4786ad..6abf4874a60b0 100644 --- a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts @@ -90,9 +90,7 @@ export class ListResourceSetResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListResourceSetsCommand.ts b/clients/client-fms/src/commands/ListResourceSetsCommand.ts index f6cbab47f8668..d11d8d608f4ab 100644 --- a/clients/client-fms/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetsCommand.ts @@ -89,9 +89,7 @@ export class ListResourceSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts index 08df8a849e260..cc5a3214467f7 100644 --- a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts index e78bfc391fda9..c7e044c7b671c 100644 --- a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts @@ -99,9 +99,7 @@ export class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutAdminAccountCommand.ts b/clients/client-fms/src/commands/PutAdminAccountCommand.ts index 910af4935bcd0..a89f20380c503 100644 --- a/clients/client-fms/src/commands/PutAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/PutAdminAccountCommand.ts @@ -112,9 +112,7 @@ export class PutAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutAppsListCommand.ts b/clients/client-fms/src/commands/PutAppsListCommand.ts index 8c856c8cba781..d4954e38ccd96 100644 --- a/clients/client-fms/src/commands/PutAppsListCommand.ts +++ b/clients/client-fms/src/commands/PutAppsListCommand.ts @@ -139,9 +139,7 @@ export class PutAppsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts index 7e7378b2701fd..cb27cb4a347a1 100644 --- a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts @@ -81,9 +81,7 @@ export class PutNotificationChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutPolicyCommand.ts b/clients/client-fms/src/commands/PutPolicyCommand.ts index e1c3c73526b1d..dd726dcf279d3 100644 --- a/clients/client-fms/src/commands/PutPolicyCommand.ts +++ b/clients/client-fms/src/commands/PutPolicyCommand.ts @@ -322,9 +322,7 @@ export class PutPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutProtocolsListCommand.ts b/clients/client-fms/src/commands/PutProtocolsListCommand.ts index dc03714f86d43..591182c87f343 100644 --- a/clients/client-fms/src/commands/PutProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/PutProtocolsListCommand.ts @@ -123,9 +123,7 @@ export class PutProtocolsListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/PutResourceSetCommand.ts b/clients/client-fms/src/commands/PutResourceSetCommand.ts index 699a0f4a1d0af..1ff71d967fc28 100644 --- a/clients/client-fms/src/commands/PutResourceSetCommand.ts +++ b/clients/client-fms/src/commands/PutResourceSetCommand.ts @@ -113,9 +113,7 @@ export class PutResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/TagResourceCommand.ts b/clients/client-fms/src/commands/TagResourceCommand.ts index 408c3c9a4db2f..21d41cdfcdf6c 100644 --- a/clients/client-fms/src/commands/TagResourceCommand.ts +++ b/clients/client-fms/src/commands/TagResourceCommand.ts @@ -92,9 +92,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fms/src/commands/UntagResourceCommand.ts b/clients/client-fms/src/commands/UntagResourceCommand.ts index b9a341874ac39..f8912d3448eae 100644 --- a/clients/client-fms/src/commands/UntagResourceCommand.ts +++ b/clients/client-fms/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts index 66359646252f7..d463ac8917b76 100644 --- a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts @@ -185,9 +185,7 @@ export class CreateAutoPredictorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateDatasetCommand.ts b/clients/client-forecast/src/commands/CreateDatasetCommand.ts index 238935835341c..9dd9d00b3f8cd 100644 --- a/clients/client-forecast/src/commands/CreateDatasetCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetCommand.ts @@ -141,9 +141,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts index 515c31e182e0c..ef8ee8974c46c 100644 --- a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts @@ -105,9 +105,7 @@ export class CreateDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts index 0d2e320c300cb..e5c268a218165 100644 --- a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts @@ -122,9 +122,7 @@ export class CreateDatasetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts index aad640ded7b23..35ebd97cb7892 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts @@ -233,9 +233,7 @@ export class CreateExplainabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts index f36f68346ecaa..3d0127211500c 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts @@ -109,9 +109,7 @@ export class CreateExplainabilityExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateForecastCommand.ts b/clients/client-forecast/src/commands/CreateForecastCommand.ts index 397af6236a5ac..63db06f6c4c7b 100644 --- a/clients/client-forecast/src/commands/CreateForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastCommand.ts @@ -136,9 +136,7 @@ export class CreateForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts index b32676c3497ac..fb4956b1e58fc 100644 --- a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts @@ -114,9 +114,7 @@ export class CreateForecastExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateMonitorCommand.ts b/clients/client-forecast/src/commands/CreateMonitorCommand.ts index bceeca90fd536..a672718614712 100644 --- a/clients/client-forecast/src/commands/CreateMonitorCommand.ts +++ b/clients/client-forecast/src/commands/CreateMonitorCommand.ts @@ -95,9 +95,7 @@ export class CreateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts index ec92685dc6748..a7fe1274da36d 100644 --- a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts @@ -120,9 +120,7 @@ export class CreatePredictorBacktestExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreatePredictorCommand.ts b/clients/client-forecast/src/commands/CreatePredictorCommand.ts index c84e266edad17..e341bb4df00d5 100644 --- a/clients/client-forecast/src/commands/CreatePredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorCommand.ts @@ -227,9 +227,7 @@ export class CreatePredictorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts index bf200ae7e815c..0322249bb58f0 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts @@ -125,9 +125,7 @@ export class CreateWhatIfAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts index 2afb434a9fe8c..516f8375fe1bf 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts @@ -127,9 +127,7 @@ export class CreateWhatIfForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts index 30c148a664fbc..4ad371516a880 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts @@ -119,9 +119,7 @@ export class CreateWhatIfForecastExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts index 8c29cbb309487..2e27ac1d2d966 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts @@ -81,9 +81,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts index 1c9b3ff9ffa29..d633e556baf07 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts @@ -77,9 +77,7 @@ export class DeleteDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts index 8f0d4c0824e59..2f68b2935f85b 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts @@ -77,9 +77,7 @@ export class DeleteDatasetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts index 683ec1806dd22..b68e45b537e7d 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts @@ -76,9 +76,7 @@ export class DeleteExplainabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts index dac5a454a37b2..84e84e715fbd4 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts @@ -74,9 +74,7 @@ export class DeleteExplainabilityExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteForecastCommand.ts b/clients/client-forecast/src/commands/DeleteForecastCommand.ts index 08c890f7bb9cc..c063d834ffbc1 100644 --- a/clients/client-forecast/src/commands/DeleteForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastCommand.ts @@ -78,9 +78,7 @@ export class DeleteForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts index 9f7d0d742dc6b..ed065ffc4aac5 100644 --- a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts @@ -76,9 +76,7 @@ export class DeleteForecastExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts index b2b94a3ed062a..8616e7f5cbad3 100644 --- a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts @@ -74,9 +74,7 @@ export class DeleteMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts index af2d6f05391da..a548de5eecdc2 100644 --- a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts @@ -77,9 +77,7 @@ export class DeletePredictorBacktestExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeletePredictorCommand.ts b/clients/client-forecast/src/commands/DeletePredictorCommand.ts index de38389a00651..a889327b75c5f 100644 --- a/clients/client-forecast/src/commands/DeletePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorCommand.ts @@ -75,9 +75,7 @@ export class DeletePredictorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts index 92673d8787a68..03067ed0fe1d2 100644 --- a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts +++ b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts @@ -104,9 +104,7 @@ export class DeleteResourceTreeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts index 268be3d6ad494..dfed09ad00dc1 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts @@ -76,9 +76,7 @@ export class DeleteWhatIfAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts index 55157d4194049..6a7bc20b0e922 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts @@ -76,9 +76,7 @@ export class DeleteWhatIfForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts index 84bfe18cdc833..817815e6fa6b0 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts @@ -75,9 +75,7 @@ export class DeleteWhatIfForecastExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts index 84ac8752bdde4..493245ff9ecaf 100644 --- a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts @@ -134,9 +134,7 @@ export class DescribeAutoPredictorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts index bfe43b78dbc40..8d997fdb5ee90 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts @@ -111,9 +111,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts index af760275cae74..ad90caaf78839 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts @@ -105,9 +105,7 @@ export class DescribeDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts index 98f5f2248dc60..5009cf0b39371 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts @@ -144,9 +144,7 @@ export class DescribeDatasetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts index 6dfdc9de0a06e..9cabcd7b2e240 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts @@ -102,9 +102,7 @@ export class DescribeExplainabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts index f6046d393bc14..3b9573abf6c90 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts @@ -92,9 +92,7 @@ export class DescribeExplainabilityExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeForecastCommand.ts b/clients/client-forecast/src/commands/DescribeForecastCommand.ts index 7b17b09583d9d..87139712ebb2e 100644 --- a/clients/client-forecast/src/commands/DescribeForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastCommand.ts @@ -132,9 +132,7 @@ export class DescribeForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts index 1a34bbbc3942f..4af0599f12d15 100644 --- a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts @@ -111,9 +111,7 @@ export class DescribeForecastExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts index 7d8ca708c00de..3a71391267a00 100644 --- a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts @@ -129,9 +129,7 @@ export class DescribeMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts index 755707d1c956b..bba3035a60dd7 100644 --- a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts @@ -119,9 +119,7 @@ export class DescribePredictorBacktestExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribePredictorCommand.ts b/clients/client-forecast/src/commands/DescribePredictorCommand.ts index bf802bfc0c00a..5c5778d5cc5c3 100644 --- a/clients/client-forecast/src/commands/DescribePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorCommand.ts @@ -215,9 +215,7 @@ export class DescribePredictorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts index 200b7d978988e..dd936fd615f22 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts @@ -122,9 +122,7 @@ export class DescribeWhatIfAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts index b6f678d7a00e0..71d85e2f3d722 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts @@ -138,9 +138,7 @@ export class DescribeWhatIfForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts index 37a6acb685e2c..0759f93a5da9f 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts @@ -117,9 +117,7 @@ export class DescribeWhatIfForecastExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts index 0277b00aecef7..f8dad9143329d 100644 --- a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts +++ b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts @@ -126,9 +126,7 @@ export class GetAccuracyMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts index 309e9d91a6051..fb96220c16850 100644 --- a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts @@ -81,9 +81,7 @@ export class ListDatasetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts index 9b3d761cf21ac..895e2cedd188d 100644 --- a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts @@ -102,9 +102,7 @@ export class ListDatasetImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListDatasetsCommand.ts b/clients/client-forecast/src/commands/ListDatasetsCommand.ts index 7da41ca0ac688..d978c1b003657 100644 --- a/clients/client-forecast/src/commands/ListDatasetsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetsCommand.ts @@ -81,9 +81,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts index e75b6676d213c..f65924ed5596f 100644 --- a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts @@ -99,9 +99,7 @@ export class ListExplainabilitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts index f2d0e7771b758..ff33e047b27fb 100644 --- a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts @@ -100,9 +100,7 @@ export class ListExplainabilityExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts index 1df4a9d8f49f3..b20a40bbe26f5 100644 --- a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts @@ -100,9 +100,7 @@ export class ListForecastExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListForecastsCommand.ts b/clients/client-forecast/src/commands/ListForecastsCommand.ts index b0e35b3ec399d..56a6bbbecf8f0 100644 --- a/clients/client-forecast/src/commands/ListForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastsCommand.ts @@ -97,9 +97,7 @@ export class ListForecastsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts index e02f7dcd65df0..02e9af5cde80a 100644 --- a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts @@ -115,9 +115,7 @@ export class ListMonitorEvaluationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListMonitorsCommand.ts b/clients/client-forecast/src/commands/ListMonitorsCommand.ts index 423c0bd94bd2d..d779acded0cb6 100644 --- a/clients/client-forecast/src/commands/ListMonitorsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorsCommand.ts @@ -91,9 +91,7 @@ export class ListMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts index a0ff5cd11efab..bdc365e31532b 100644 --- a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts @@ -105,9 +105,7 @@ export class ListPredictorBacktestExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListPredictorsCommand.ts b/clients/client-forecast/src/commands/ListPredictorsCommand.ts index b7bd6b2239a78..be703e4df1228 100644 --- a/clients/client-forecast/src/commands/ListPredictorsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorsCommand.ts @@ -100,9 +100,7 @@ export class ListPredictorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts index e3cd6da88e715..3ac92c0ad10ba 100644 --- a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts index 24f9f1413afaa..faae1a1c80901 100644 --- a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts @@ -91,9 +91,7 @@ export class ListWhatIfAnalysesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts index 2eb1ae5387594..847d356b54098 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts @@ -100,9 +100,7 @@ export class ListWhatIfForecastExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts index d44111ef5740b..a4716d4f4c561 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts @@ -91,9 +91,7 @@ export class ListWhatIfForecastsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/ResumeResourceCommand.ts b/clients/client-forecast/src/commands/ResumeResourceCommand.ts index af820763ce641..f67119f78d42b 100644 --- a/clients/client-forecast/src/commands/ResumeResourceCommand.ts +++ b/clients/client-forecast/src/commands/ResumeResourceCommand.ts @@ -77,9 +77,7 @@ export class ResumeResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/StopResourceCommand.ts b/clients/client-forecast/src/commands/StopResourceCommand.ts index cc28f81c410ec..b8cf470a13151 100644 --- a/clients/client-forecast/src/commands/StopResourceCommand.ts +++ b/clients/client-forecast/src/commands/StopResourceCommand.ts @@ -102,9 +102,7 @@ export class StopResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/TagResourceCommand.ts b/clients/client-forecast/src/commands/TagResourceCommand.ts index 355b31f7f0f17..ce55f0a211e5f 100644 --- a/clients/client-forecast/src/commands/TagResourceCommand.ts +++ b/clients/client-forecast/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/UntagResourceCommand.ts b/clients/client-forecast/src/commands/UntagResourceCommand.ts index 7690aa5ea30a8..86ca92f11f279 100644 --- a/clients/client-forecast/src/commands/UntagResourceCommand.ts +++ b/clients/client-forecast/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts index 4c381e9068052..4dafde752f04a 100644 --- a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts @@ -82,9 +82,7 @@ export class UpdateDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts index 806f9093e3ddf..a0160c6536f50 100644 --- a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts @@ -107,9 +107,7 @@ export class QueryForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastqueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts index 8b85f764a6620..84a0a3c910e9d 100644 --- a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts @@ -96,9 +96,7 @@ export class QueryWhatIfForecastCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ForecastqueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts index b3165b9c24609..3737405e6b6f7 100644 --- a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts @@ -98,9 +98,7 @@ export class BatchCreateVariableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts index fe87f6fae11d2..074be74567cc1 100644 --- a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts @@ -98,9 +98,7 @@ export class BatchGetVariableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts index 9e52a2f57efeb..438c1ba93ba13 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts @@ -78,9 +78,7 @@ export class CancelBatchImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts index 324a99b121899..4ba10ef5fb655 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts @@ -78,9 +78,7 @@ export class CancelBatchPredictionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts index 46f7921b15c1c..883b36c783229 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts @@ -88,9 +88,7 @@ export class CreateBatchImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts index 9c3ecea0dca06..d9e8763bd56e4 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts @@ -90,9 +90,7 @@ export class CreateBatchPredictionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts index d82835bd57409..19dc59fed3073 100644 --- a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts @@ -108,9 +108,7 @@ export class CreateDetectorVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateListCommand.ts b/clients/client-frauddetector/src/commands/CreateListCommand.ts index 91c87c1222ae4..7e407cac1d75d 100644 --- a/clients/client-frauddetector/src/commands/CreateListCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateListCommand.ts @@ -90,9 +90,7 @@ export class CreateListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateModelCommand.ts b/clients/client-frauddetector/src/commands/CreateModelCommand.ts index 1fb6ea06cc442..18bbbea1c8f96 100644 --- a/clients/client-frauddetector/src/commands/CreateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelCommand.ts @@ -84,9 +84,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts index a38cea7de927f..2bc1910c3651e 100644 --- a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts @@ -115,9 +115,7 @@ export class CreateModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts index ca70c4e6acfb0..3bb88e0affe10 100644 --- a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts @@ -94,9 +94,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts index eee9a5b0de13b..6f2b3436bdfe0 100644 --- a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts @@ -86,9 +86,7 @@ export class CreateVariableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts index df8a728940af5..0de5b0b1c51dd 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts @@ -75,9 +75,7 @@ export class DeleteBatchImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts index 3df1c58d45e12..02a18e87f77e1 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts @@ -75,9 +75,7 @@ export class DeleteBatchPredictionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts index c49827015293c..fbf9728c2bfc1 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts @@ -79,9 +79,7 @@ export class DeleteDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts index 386319eb54917..fdbf9c9337112 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts @@ -83,9 +83,7 @@ export class DeleteDetectorVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts index 728ce02ae2a43..d11e622e08fe0 100644 --- a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts @@ -80,9 +80,7 @@ export class DeleteEntityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts index 62252ce7385f8..371fb717bf066 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts @@ -79,9 +79,7 @@ export class DeleteEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts index 91b6e9d2bc802..f2d09cb7ce0f4 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts @@ -80,9 +80,7 @@ export class DeleteEventTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts index 5dcb46474ecbd..625d9bbd32516 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts @@ -84,9 +84,7 @@ export class DeleteEventsByEventTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts index 2ccc2a580c76f..f12d673fd5a33 100644 --- a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts @@ -79,9 +79,7 @@ export class DeleteExternalModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts index f5751325755cc..0af09c0119d27 100644 --- a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts @@ -78,9 +78,7 @@ export class DeleteLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteListCommand.ts b/clients/client-frauddetector/src/commands/DeleteListCommand.ts index 0267993ac58b1..fefb7918cbb0e 100644 --- a/clients/client-frauddetector/src/commands/DeleteListCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteListCommand.ts @@ -81,9 +81,7 @@ export class DeleteListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts index 6a696ed719fd5..3878ea5408441 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts @@ -81,9 +81,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts index c87c88cea749a..61d768f1bb994 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts @@ -82,9 +82,7 @@ export class DeleteModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts index 6b8a323fc735a..67b9978a08e4a 100644 --- a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts @@ -80,9 +80,7 @@ export class DeleteOutcomeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts index 152bb1e3fc446..202abde5be3a6 100644 --- a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts @@ -83,9 +83,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts index 73f8f2806e5b4..81724e84afd48 100644 --- a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts @@ -81,9 +81,7 @@ export class DeleteVariableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts index 12a0fe6f1f42e..9ac7e28c1267b 100644 --- a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts @@ -92,9 +92,7 @@ export class DescribeDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts index 3a753e1d34a98..a515fc98037ac 100644 --- a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts @@ -245,9 +245,7 @@ export class DescribeModelVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts index de629f11d8725..4740425acdff8 100644 --- a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts @@ -102,9 +102,7 @@ export class GetBatchImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts index 534319757592e..6c1d4eb1299fb 100644 --- a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts @@ -101,9 +101,7 @@ export class GetBatchPredictionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts index 09e21944f073d..4155126a92309 100644 --- a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts @@ -86,9 +86,7 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts index 4f2f046d83a71..9ebe38b48b862 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts @@ -106,9 +106,7 @@ export class GetDetectorVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts index a5e38c6447a3e..3362c8709c41d 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts @@ -97,9 +97,7 @@ export class GetDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts index 7dd5864fc4b82..e0ba8a1dad6bf 100644 --- a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts @@ -96,9 +96,7 @@ export class GetEntityTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetEventCommand.ts b/clients/client-frauddetector/src/commands/GetEventCommand.ts index 12d0aa317a7e2..a7b39ee96b922 100644 --- a/clients/client-frauddetector/src/commands/GetEventCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventCommand.ts @@ -96,9 +96,7 @@ export class GetEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts index d54616bcf5e70..fa9a2cc69aa21 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts @@ -140,9 +140,7 @@ export class GetEventPredictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts index 8ca4dd1cb6bf3..816a65f2c3a52 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts @@ -163,9 +163,7 @@ export class GetEventPredictionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts index 287c8d9361ae8..70a45c8029b18 100644 --- a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts @@ -116,9 +116,7 @@ export class GetEventTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts index 88cedafadb4e5..8733f3a11d030 100644 --- a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts @@ -114,9 +114,7 @@ export class GetExternalModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts index a38bc43611cde..a6d27a63d7b4c 100644 --- a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts @@ -77,9 +77,7 @@ export class GetKMSEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts index 370473951d821..90bc3a1890521 100644 --- a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts @@ -96,9 +96,7 @@ export class GetLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts index c19be0c8ab5e7..a22fa856a0467 100644 --- a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts @@ -91,9 +91,7 @@ export class GetListElementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts index 6088550cb9bf4..f1dd198b9d3da 100644 --- a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts @@ -94,9 +94,7 @@ export class GetListsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts index 59898b95db3dc..f2af73c60d957 100644 --- a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts @@ -110,9 +110,7 @@ export class GetModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetModelsCommand.ts b/clients/client-frauddetector/src/commands/GetModelsCommand.ts index 45d0473f08fe3..664a58013f383 100644 --- a/clients/client-frauddetector/src/commands/GetModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelsCommand.ts @@ -100,9 +100,7 @@ export class GetModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts index d0aee2bb87650..7097605075037 100644 --- a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts @@ -96,9 +96,7 @@ export class GetOutcomesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetRulesCommand.ts b/clients/client-frauddetector/src/commands/GetRulesCommand.ts index 300f28d220791..15524e0b88c78 100644 --- a/clients/client-frauddetector/src/commands/GetRulesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetRulesCommand.ts @@ -101,9 +101,7 @@ export class GetRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts index 047b555adafef..8c29280f61d81 100644 --- a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts @@ -100,9 +100,7 @@ export class GetVariablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts index d1dc079c96c3b..f81f271fa998c 100644 --- a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts +++ b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts @@ -115,9 +115,7 @@ export class ListEventPredictionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts index a0cb3367bd598..0bba608260163 100644 --- a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts index 798981d2768a2..a59a8ddcbd77b 100644 --- a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts @@ -86,9 +86,7 @@ export class PutDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts index bc044b65046b8..fe904836cb02c 100644 --- a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts @@ -85,9 +85,7 @@ export class PutEntityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts index 4655f35a431a5..7e1d0b32f50c5 100644 --- a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts @@ -98,9 +98,7 @@ export class PutEventTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts index 8370adf150928..972fd9cf83075 100644 --- a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts @@ -103,9 +103,7 @@ export class PutExternalModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts index ebaf5f03bb406..a15d07f17d786 100644 --- a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts @@ -81,9 +81,7 @@ export class PutKMSEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutLabelCommand.ts b/clients/client-frauddetector/src/commands/PutLabelCommand.ts index aa8e0330652ac..744aef574b6c6 100644 --- a/clients/client-frauddetector/src/commands/PutLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutLabelCommand.ts @@ -85,9 +85,7 @@ export class PutLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts index 0085b80332cad..300a0b3bb5978 100644 --- a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts @@ -85,9 +85,7 @@ export class PutOutcomeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/SendEventCommand.ts b/clients/client-frauddetector/src/commands/SendEventCommand.ts index 9eccfb88a36d1..51507145c69f1 100644 --- a/clients/client-frauddetector/src/commands/SendEventCommand.ts +++ b/clients/client-frauddetector/src/commands/SendEventCommand.ts @@ -94,9 +94,7 @@ export class SendEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/TagResourceCommand.ts b/clients/client-frauddetector/src/commands/TagResourceCommand.ts index b10e840a3f694..69655f7961159 100644 --- a/clients/client-frauddetector/src/commands/TagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts index c764840d0c034..689c4b2b0cafd 100644 --- a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts index 586bfbe605703..106d623b8eec7 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts @@ -102,9 +102,7 @@ export class UpdateDetectorVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts index a178aca1f6c27..18620e960a4cf 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts @@ -86,9 +86,7 @@ export class UpdateDetectorVersionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts index 860c5d4e94ead..bbaca9ff4d75c 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts @@ -84,9 +84,7 @@ export class UpdateDetectorVersionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts index 5c076f17a15f4..5f71ef7625aba 100644 --- a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts @@ -84,9 +84,7 @@ export class UpdateEventLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateListCommand.ts b/clients/client-frauddetector/src/commands/UpdateListCommand.ts index 1614d50a75e60..871e1ea1600bd 100644 --- a/clients/client-frauddetector/src/commands/UpdateListCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateListCommand.ts @@ -89,9 +89,7 @@ export class UpdateListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts index 43e159c11cd50..be0a25bf8dd9c 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts @@ -83,9 +83,7 @@ export class UpdateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts index 09e45e8245af0..69319eb918ec5 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts @@ -104,9 +104,7 @@ export class UpdateModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts index aa2cdc3389b6e..15c07c6e4d473 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts @@ -96,9 +96,7 @@ export class UpdateModelVersionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts index 2cfeb971543d3..279f2a4ae89fa 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts @@ -86,9 +86,7 @@ export class UpdateRuleMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts index fd8868d779171..ae744aa5012c7 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts @@ -107,9 +107,7 @@ export class UpdateRuleVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts index 35e53bdeb492d..7dcb54922c102 100644 --- a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts @@ -84,9 +84,7 @@ export class UpdateVariableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FraudDetectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts b/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts index 1e2fc60d64de2..0de66267f186c 100644 --- a/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts +++ b/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts @@ -124,9 +124,7 @@ export class GetFreeTierUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FreeTierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts index 1b365c3ad6454..d8f6550ee2bc8 100644 --- a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts @@ -93,9 +93,7 @@ export class AssociateFileSystemAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts index 06f3f6f5d5462..34bbf5d6721a7 100644 --- a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts @@ -96,9 +96,7 @@ export class CancelDataRepositoryTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CopyBackupCommand.ts b/clients/client-fsx/src/commands/CopyBackupCommand.ts index 296edd21a0267..faff5930bc839 100644 --- a/clients/client-fsx/src/commands/CopyBackupCommand.ts +++ b/clients/client-fsx/src/commands/CopyBackupCommand.ts @@ -767,9 +767,7 @@ export class CopyBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts b/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts index d36518592cd7b..27dc2e0c59d32 100644 --- a/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts @@ -674,9 +674,7 @@ export class CopySnapshotAndUpdateVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateBackupCommand.ts b/clients/client-fsx/src/commands/CreateBackupCommand.ts index 339354abbc501..31d039dec05c7 100644 --- a/clients/client-fsx/src/commands/CreateBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateBackupCommand.ts @@ -789,9 +789,7 @@ export class CreateBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts index 39e6870a56b06..0da77aa51d796 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts @@ -178,9 +178,7 @@ export class CreateDataRepositoryAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts index 4cc6dc31daabf..0a63e8d0c8021 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts @@ -170,9 +170,7 @@ export class CreateDataRepositoryTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts index 19c3bf599eef5..2b63e02d6c1df 100644 --- a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts @@ -196,9 +196,7 @@ export class CreateFileCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts index 980b93ae58d53..2f81d140d869a 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts @@ -926,9 +926,7 @@ export class CreateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts index 1ccd65bdda7a4..88363534a9dc5 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts @@ -874,9 +874,7 @@ export class CreateFileSystemFromBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts index 7df9527f7a709..f09496a10ece6 100644 --- a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts @@ -679,9 +679,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts index 31e229ba96d6a..cdd02307a2d1f 100644 --- a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts @@ -175,9 +175,7 @@ export class CreateStorageVirtualMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateVolumeCommand.ts b/clients/client-fsx/src/commands/CreateVolumeCommand.ts index 7587664263caf..aa9e5823d70d2 100644 --- a/clients/client-fsx/src/commands/CreateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeCommand.ts @@ -740,9 +740,7 @@ export class CreateVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts index 5d8f6e720e8ec..c777a38d8bf53 100644 --- a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts @@ -713,9 +713,7 @@ export class CreateVolumeFromBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteBackupCommand.ts b/clients/client-fsx/src/commands/DeleteBackupCommand.ts index 11a1b735d7a8b..0f388ad879138 100644 --- a/clients/client-fsx/src/commands/DeleteBackupCommand.ts +++ b/clients/client-fsx/src/commands/DeleteBackupCommand.ts @@ -116,9 +116,7 @@ export class DeleteBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts index d8e83f8c58ab5..84d30f3412461 100644 --- a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts @@ -98,9 +98,7 @@ export class DeleteDataRepositoryAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts index dae045f5196a9..cab86850b7c77 100644 --- a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts @@ -96,9 +96,7 @@ export class DeleteFileCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts index 1e41eefddf8c8..6b5e1a77fefd6 100644 --- a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts @@ -195,9 +195,7 @@ export class DeleteFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts index 6050227316957..6b7b0b22f53ad 100644 --- a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts @@ -80,9 +80,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts index 8ad4dd83d8667..fce2114cad047 100644 --- a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts @@ -84,9 +84,7 @@ export class DeleteStorageVirtualMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts index 2eb42292aa92e..4df8a6c382237 100644 --- a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts @@ -110,9 +110,7 @@ export class DeleteVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts index 64b6bf280e653..cc7ca8e35ce92 100644 --- a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts @@ -750,9 +750,7 @@ export class DescribeBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts index 5fae68f211d37..a9461c43d2f16 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts @@ -168,9 +168,7 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts index 980c2dc9eea19..d9277960a989f 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts @@ -145,9 +145,7 @@ export class DescribeDataRepositoryTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts index a3f5ae738db7d..5644c2a5e1939 100644 --- a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts @@ -145,9 +145,7 @@ export class DescribeFileCachesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts index 04f3f3bedc538..e69e17aa2e770 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts @@ -85,9 +85,7 @@ export class DescribeFileSystemAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts index 90aa07a387356..72d950b360d4b 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts @@ -721,9 +721,7 @@ export class DescribeFileSystemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts b/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts index 6970b335dd2d5..ac8067b9e3a69 100644 --- a/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts +++ b/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts @@ -75,9 +75,7 @@ export class DescribeSharedVpcConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts index 071454cdbde34..31db29118539a 100644 --- a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts @@ -682,9 +682,7 @@ export class DescribeSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts index 2dd9a78ae71dd..6f353be1de8b8 100644 --- a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts @@ -151,9 +151,7 @@ export class DescribeStorageVirtualMachinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts index 52783e57fd752..6ca783bb298c1 100644 --- a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts @@ -656,9 +656,7 @@ export class DescribeVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts index 146ceb1543a4a..a88663171754e 100644 --- a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts @@ -96,9 +96,7 @@ export class DisassociateFileSystemAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts index 8c120f32b6abd..3ca0a5a80d7ce 100644 --- a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts @@ -133,9 +133,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts index 26dd36adb7e86..c9de2edea0a0e 100644 --- a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts +++ b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts @@ -655,9 +655,7 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts index b375a9bb5b9d4..83e772c1ee913 100644 --- a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts @@ -665,9 +665,7 @@ export class RestoreVolumeFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts index 5be6a5d1ce3bf..0262d538635ea 100644 --- a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts +++ b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts @@ -649,9 +649,7 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/TagResourceCommand.ts b/clients/client-fsx/src/commands/TagResourceCommand.ts index 667fa2ac637a5..610cb75e452ce 100644 --- a/clients/client-fsx/src/commands/TagResourceCommand.ts +++ b/clients/client-fsx/src/commands/TagResourceCommand.ts @@ -102,9 +102,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UntagResourceCommand.ts b/clients/client-fsx/src/commands/UntagResourceCommand.ts index a2d2413ed9e28..75f90b797b23b 100644 --- a/clients/client-fsx/src/commands/UntagResourceCommand.ts +++ b/clients/client-fsx/src/commands/UntagResourceCommand.ts @@ -96,9 +96,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts index dfd218320604d..a6d957cd447ff 100644 --- a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts @@ -152,9 +152,7 @@ export class UpdateDataRepositoryAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts index a45d7e5c7da31..19837ac45beb3 100644 --- a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts @@ -131,9 +131,7 @@ export class UpdateFileCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts index 17c31034167b5..705db6c7678b8 100644 --- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts @@ -1011,9 +1011,7 @@ export class UpdateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts b/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts index 157cc70679563..75ba61643756c 100644 --- a/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts +++ b/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts @@ -91,9 +91,7 @@ export class UpdateSharedVpcConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts index ad1f8e8f0563f..61d463bf9d111 100644 --- a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts @@ -642,9 +642,7 @@ export class UpdateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts index b631042bd47f8..aa117afbcafcf 100644 --- a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts @@ -160,9 +160,7 @@ export class UpdateStorageVirtualMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts index a25beb8e4cad9..bf0d6d15e2db7 100644 --- a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts @@ -708,9 +708,7 @@ export class UpdateVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: FSxClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts index 4ce84cf62dae1..38e02820107b2 100644 --- a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts +++ b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts @@ -115,9 +115,7 @@ export class AcceptMatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts index e02dc50ddf830..63d3241275c52 100644 --- a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts @@ -151,9 +151,7 @@ export class ClaimGameServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateAliasCommand.ts b/clients/client-gamelift/src/commands/CreateAliasCommand.ts index c00f738950617..5f9f99c922eb1 100644 --- a/clients/client-gamelift/src/commands/CreateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/CreateAliasCommand.ts @@ -134,9 +134,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateBuildCommand.ts b/clients/client-gamelift/src/commands/CreateBuildCommand.ts index a2d75c5c4c833..4929e51957d8e 100644 --- a/clients/client-gamelift/src/commands/CreateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/CreateBuildCommand.ts @@ -165,9 +165,7 @@ export class CreateBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts index 04e1a0950dfbc..b9052d2e3ac4f 100644 --- a/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts @@ -278,9 +278,7 @@ export class CreateContainerGroupDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateFleetCommand.ts b/clients/client-gamelift/src/commands/CreateFleetCommand.ts index bc703e0a994b6..45784261a30b6 100644 --- a/clients/client-gamelift/src/commands/CreateFleetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetCommand.ts @@ -386,9 +386,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts index 34a8abaa45f2c..b03476b749e98 100644 --- a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts @@ -143,9 +143,7 @@ export class CreateFleetLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts index 84d55b5251f1b..d0c8ce6ccb25c 100644 --- a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts @@ -178,9 +178,7 @@ export class CreateGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts index bcfa4041daaef..306831da8ecea 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts @@ -198,9 +198,7 @@ export class CreateGameSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts index b6be5ad569f2f..00fcedcfd6c4c 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts @@ -196,9 +196,7 @@ export class CreateGameSessionQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateLocationCommand.ts b/clients/client-gamelift/src/commands/CreateLocationCommand.ts index 188fc1b888c34..db473c1184d39 100644 --- a/clients/client-gamelift/src/commands/CreateLocationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateLocationCommand.ts @@ -100,9 +100,7 @@ export class CreateLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts index f598adfb36f16..6f355b10d740c 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts @@ -169,9 +169,7 @@ export class CreateMatchmakingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts index 8ccb4a86dd493..226e00dbeed7b 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts @@ -127,9 +127,7 @@ export class CreateMatchmakingRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts index d7176d55e677c..9333197541dc1 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts @@ -131,9 +131,7 @@ export class CreatePlayerSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts index 85be00432f41e..aa6ed1f1a13e3 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts @@ -138,9 +138,7 @@ export class CreatePlayerSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateScriptCommand.ts b/clients/client-gamelift/src/commands/CreateScriptCommand.ts index aa73d4267941a..3809aebe095e5 100644 --- a/clients/client-gamelift/src/commands/CreateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/CreateScriptCommand.ts @@ -152,9 +152,7 @@ export class CreateScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts index 564c37f0b6ce6..86104b60a81ee 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts @@ -117,9 +117,7 @@ export class CreateVpcPeeringAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts index 57cad45b061cc..acf4a1639fd15 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -102,9 +102,7 @@ export class CreateVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts index caeb0113ee04f..368471ef26ed6 100644 --- a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts @@ -90,9 +90,7 @@ export class DeleteAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts index 6ce2fdfabf19b..91d0339b386ac 100644 --- a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts @@ -95,9 +95,7 @@ export class DeleteBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts index fa5f41e7a1faf..bdd424e40ad35 100644 --- a/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts @@ -103,9 +103,7 @@ export class DeleteContainerGroupDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts index ca7d704601578..9f4769bd4ca92 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts @@ -104,9 +104,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts index 5d086f54c4e07..0c79dc17d39bf 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts @@ -105,9 +105,7 @@ export class DeleteFleetLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts index 26d8bde42056c..8b4829857996e 100644 --- a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts @@ -134,9 +134,7 @@ export class DeleteGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts index 65eb79c9bf937..986947fac8c7f 100644 --- a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts @@ -83,9 +83,7 @@ export class DeleteGameSessionQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts index e95da4ab81f64..bf4b07248e16a 100644 --- a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts @@ -79,9 +79,7 @@ export class DeleteLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts index 88f7d0f5de943..546c5b644b0c2 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts @@ -89,9 +89,7 @@ export class DeleteMatchmakingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts index 95143a6f4b944..90d12fe5fe3b0 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts @@ -95,9 +95,7 @@ export class DeleteMatchmakingRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts index 16c9d7955a445..c3b3598c58204 100644 --- a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts @@ -82,9 +82,7 @@ export class DeleteScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts index 86c7bf831a4a7..792f1e8d7c8af 100644 --- a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts @@ -100,9 +100,7 @@ export class DeleteScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts index 880450a6e187a..14ee703425f07 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts @@ -90,9 +90,7 @@ export class DeleteVpcPeeringAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts index aad576e92dade..5f895446e8485 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -88,9 +88,7 @@ export class DeleteVpcPeeringConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts index c4791245e2fd8..bbae0f36c85b2 100644 --- a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts @@ -87,9 +87,7 @@ export class DeregisterComputeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts index cd1a8bb03035c..f20f4fcc6739d 100644 --- a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts @@ -93,9 +93,7 @@ export class DeregisterGameServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts index ef5b6d6c2db51..da9c4c0beb670 100644 --- a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts @@ -100,9 +100,7 @@ export class DescribeAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts index 83c18d861cb28..7d1c69d934fe1 100644 --- a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts @@ -100,9 +100,7 @@ export class DescribeBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts index c82c8a20e55e5..c9f6794d34ed8 100644 --- a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts @@ -131,9 +131,7 @@ export class DescribeComputeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts index 0f134a0fff05b..8c29284a4559b 100644 --- a/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts @@ -167,9 +167,7 @@ export class DescribeContainerGroupDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts index 11437be078f3f..d35f11562f102 100644 --- a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts @@ -141,9 +141,7 @@ export class DescribeEC2InstanceLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts index e464665a3652e..8fcd9121965fc 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts @@ -175,9 +175,7 @@ export class DescribeFleetAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts index 1d61f4b91d06f..cfdfacc51c545 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts @@ -145,9 +145,7 @@ export class DescribeFleetCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts index e0fe95b219454..47bd6584ce786 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts @@ -108,9 +108,7 @@ export class DescribeFleetEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts index bccbb91fe5c7f..08bd3b2a01f1f 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts @@ -134,9 +134,7 @@ export class DescribeFleetLocationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts index 870abbe82c828..372f9ce70b2ad 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts @@ -129,9 +129,7 @@ export class DescribeFleetLocationCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts index 5d0d2c3c8b411..7b72b39620d28 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts @@ -115,9 +115,7 @@ export class DescribeFleetLocationUtilizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts index 1e36b87e1c9f6..1b79dda17ac5f 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts @@ -124,9 +124,7 @@ export class DescribeFleetPortSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts index 4d3dfedc1bddf..7374412b86ce5 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts @@ -129,9 +129,7 @@ export class DescribeFleetUtilizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts index 941a5aa4418f9..bb2855db8a2e9 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts @@ -106,9 +106,7 @@ export class DescribeGameServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts index 1e3d9c53af4a8..4bda10598b6c4 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts @@ -115,9 +115,7 @@ export class DescribeGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts index 2b7aff56cfcef..c567e3fde14b5 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts @@ -114,9 +114,7 @@ export class DescribeGameServerInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts index e990cc7083b5b..1ff4ce5423a42 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts @@ -163,9 +163,7 @@ export class DescribeGameSessionDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts index 61d38645c25bf..76cc2362f6d45 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts @@ -130,9 +130,7 @@ export class DescribeGameSessionPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts index 7ecb3b176b4ff..346b212b1d002 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts @@ -126,9 +126,7 @@ export class DescribeGameSessionQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts index 2478925a59b84..6ccc3950e8780 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts @@ -167,9 +167,7 @@ export class DescribeGameSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts index 990191dd34371..ae1590b5fa3db 100644 --- a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts @@ -144,9 +144,7 @@ export class DescribeInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts index a501f561d5294..a81e356621c7e 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts @@ -148,9 +148,7 @@ export class DescribeMatchmakingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts index f376c42a64645..1d1862667d516 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts @@ -126,9 +126,7 @@ export class DescribeMatchmakingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts index 0eb361cd90ff6..513e679553cce 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts @@ -105,9 +105,7 @@ export class DescribeMatchmakingRuleSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts index 6ae41fe8cd6aa..d481ab43738da 100644 --- a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts @@ -132,9 +132,7 @@ export class DescribePlayerSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts index e4dec7dfbd799..05d416cd897bc 100644 --- a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts @@ -114,9 +114,7 @@ export class DescribeRuntimeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts index 8ac3da297917c..ddc273f04c72e 100644 --- a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts @@ -112,9 +112,7 @@ export class DescribeScalingPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts index 24b3ab33f1719..a51f085b970b1 100644 --- a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts @@ -106,9 +106,7 @@ export class DescribeScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts index b4ef519483ffb..cb1c31d7f35e3 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts @@ -95,9 +95,7 @@ export class DescribeVpcPeeringAuthorizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts index f2c6e81bac65e..c0986bd0dd29a 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -109,9 +109,7 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts index ab12c4439b2c0..b82c39d8dcaa0 100644 --- a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts @@ -130,9 +130,7 @@ export class GetComputeAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts index 7e2ea2aa4dbf1..022acb4f45ddd 100644 --- a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts @@ -126,9 +126,7 @@ export class GetComputeAuthTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts index 27b5d2bac0a17..8e0cfcb1d54ba 100644 --- a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts +++ b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts @@ -89,9 +89,7 @@ export class GetGameSessionLogUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts index d19ada4aacbbd..06e6f883e3c20 100644 --- a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts @@ -129,9 +129,7 @@ export class GetInstanceAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListAliasesCommand.ts b/clients/client-gamelift/src/commands/ListAliasesCommand.ts index d58ada2e730b9..60c2e3e70fb2f 100644 --- a/clients/client-gamelift/src/commands/ListAliasesCommand.ts +++ b/clients/client-gamelift/src/commands/ListAliasesCommand.ts @@ -105,9 +105,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListBuildsCommand.ts b/clients/client-gamelift/src/commands/ListBuildsCommand.ts index 17ad718db7059..6408307c0aced 100644 --- a/clients/client-gamelift/src/commands/ListBuildsCommand.ts +++ b/clients/client-gamelift/src/commands/ListBuildsCommand.ts @@ -107,9 +107,7 @@ export class ListBuildsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListComputeCommand.ts b/clients/client-gamelift/src/commands/ListComputeCommand.ts index 8c102de85d8e6..7a894f100b45e 100644 --- a/clients/client-gamelift/src/commands/ListComputeCommand.ts +++ b/clients/client-gamelift/src/commands/ListComputeCommand.ts @@ -132,9 +132,7 @@ export class ListComputeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts b/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts index fc699d3b88edd..7a2d19f11ca59 100644 --- a/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts +++ b/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts @@ -171,9 +171,7 @@ export class ListContainerGroupDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListFleetsCommand.ts b/clients/client-gamelift/src/commands/ListFleetsCommand.ts index 4bce43c6f1dc8..3747893f17e5e 100644 --- a/clients/client-gamelift/src/commands/ListFleetsCommand.ts +++ b/clients/client-gamelift/src/commands/ListFleetsCommand.ts @@ -118,9 +118,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts index e3bb4d6c91b31..183c57ce64c02 100644 --- a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts @@ -100,9 +100,7 @@ export class ListGameServerGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListGameServersCommand.ts b/clients/client-gamelift/src/commands/ListGameServersCommand.ts index 837d4e967e71f..0b753d2ddeef2 100644 --- a/clients/client-gamelift/src/commands/ListGameServersCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServersCommand.ts @@ -107,9 +107,7 @@ export class ListGameServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListLocationsCommand.ts b/clients/client-gamelift/src/commands/ListLocationsCommand.ts index ed9a2a563815f..7169162ea99b5 100644 --- a/clients/client-gamelift/src/commands/ListLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/ListLocationsCommand.ts @@ -86,9 +86,7 @@ export class ListLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListScriptsCommand.ts b/clients/client-gamelift/src/commands/ListScriptsCommand.ts index 570b644257b32..6cac3d366aab1 100644 --- a/clients/client-gamelift/src/commands/ListScriptsCommand.ts +++ b/clients/client-gamelift/src/commands/ListScriptsCommand.ts @@ -106,9 +106,7 @@ export class ListScriptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts index c316aebe98874..30d5feeb2a3b1 100644 --- a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts @@ -106,9 +106,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts index a4e5f37ae5ba6..7a2bec8e7acbf 100644 --- a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts @@ -147,9 +147,7 @@ export class PutScalingPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts index f6f7935176246..172ed0fdc8731 100644 --- a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts @@ -163,9 +163,7 @@ export class RegisterComputeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts index 66507cc37ff82..4d258bc8a2337 100644 --- a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts @@ -124,9 +124,7 @@ export class RegisterGameServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts index 98cc6199ea647..8d391fdb8e0f0 100644 --- a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts +++ b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts @@ -107,9 +107,7 @@ export class RequestUploadCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts index 27312c6f827e8..e443dd64aeda2 100644 --- a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts +++ b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts @@ -96,9 +96,7 @@ export class ResolveAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts index c2cc005021920..3cd6c9daec6cc 100644 --- a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts @@ -122,9 +122,7 @@ export class ResumeGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts index aaae569c82363..d02f7f17d8e24 100644 --- a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts @@ -207,9 +207,7 @@ export class SearchGameSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts index 43ea8aec8247b..bda699af21fe5 100644 --- a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts @@ -110,9 +110,7 @@ export class StartFleetActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts index d281c05b2ec8c..404525ed9ce1b 100644 --- a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts @@ -181,9 +181,7 @@ export class StartGameSessionPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts index 6eecfb5d37b5d..f565ffc37fa19 100644 --- a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts @@ -187,9 +187,7 @@ export class StartMatchBackfillCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts index d074a13b7455b..b7ac903105416 100644 --- a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts @@ -178,9 +178,7 @@ export class StartMatchmakingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts index 556a1825c2c6a..be26e0409a2f2 100644 --- a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts @@ -114,9 +114,7 @@ export class StopFleetActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts index 887244de1e90c..b6bcceaa271f6 100644 --- a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts @@ -120,9 +120,7 @@ export class StopGameSessionPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts index 751858d376e7b..2fa3c0a57a612 100644 --- a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts @@ -95,9 +95,7 @@ export class StopMatchmakingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts index 4957b4af85b92..31edaf8294feb 100644 --- a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts @@ -131,9 +131,7 @@ export class SuspendGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/TagResourceCommand.ts b/clients/client-gamelift/src/commands/TagResourceCommand.ts index 35278f09c44c5..192ee6fa19cae 100644 --- a/clients/client-gamelift/src/commands/TagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/TagResourceCommand.ts @@ -108,9 +108,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UntagResourceCommand.ts b/clients/client-gamelift/src/commands/UntagResourceCommand.ts index ccc604d7c80ec..a895c255ff867 100644 --- a/clients/client-gamelift/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/UntagResourceCommand.ts @@ -104,9 +104,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts index 2d34f3c68adde..97da4db3b9b8a 100644 --- a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts @@ -106,9 +106,7 @@ export class UpdateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts index 165b14fbf89f8..ee1ceb1797c5f 100644 --- a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts @@ -103,9 +103,7 @@ export class UpdateBuildCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts index c6083b4f5deb9..c1c0658ffb94a 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts @@ -118,9 +118,7 @@ export class UpdateFleetAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts index 7da5a9387a2a1..b1301eba1e49b 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts @@ -144,9 +144,7 @@ export class UpdateFleetCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts index cc11beed42bc5..d4d975bc75d8d 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts @@ -134,9 +134,7 @@ export class UpdateFleetPortSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts index cad519b47293c..b6e8143cac94e 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts @@ -131,9 +131,7 @@ export class UpdateGameServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts index e7adfb20ed8e2..3039d9c5e4765 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts @@ -125,9 +125,7 @@ export class UpdateGameServerGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts index b8e56fe2f4bfb..7352ebb75fa42 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts @@ -135,9 +135,7 @@ export class UpdateGameSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts index 3da1830a8bde6..55ca0813ab05b 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts @@ -146,9 +146,7 @@ export class UpdateGameSessionQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts index 547a20718b631..3d944cdf9893d 100644 --- a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts @@ -138,9 +138,7 @@ export class UpdateMatchmakingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts index de3bb09044f9f..f4490a215a18b 100644 --- a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts @@ -130,9 +130,7 @@ export class UpdateRuntimeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts index 69a7f6bb2b8f5..894ee2324aede 100644 --- a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts @@ -122,9 +122,7 @@ export class UpdateScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts index 8296fdb4d6bbb..e71f683d36331 100644 --- a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts @@ -89,9 +89,7 @@ export class ValidateMatchmakingRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GameLiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts index 42ad0c530c9e3..9c6caab01386d 100644 --- a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts @@ -108,9 +108,7 @@ export class AbortMultipartUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts index 0867639c3ae03..fd85571cee4a1 100644 --- a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts @@ -102,9 +102,7 @@ export class AbortVaultLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts index c40a0014b6823..fc99784f936b1 100644 --- a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts +++ b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts @@ -104,9 +104,7 @@ export class AddTagsToVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts index 2c71b5b6ef3e9..853f5536044e8 100644 --- a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts @@ -143,9 +143,7 @@ export class CompleteMultipartUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts index 399b9e0cc9ebf..eec95bffa5e52 100644 --- a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts @@ -104,9 +104,7 @@ export class CompleteVaultLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/CreateVaultCommand.ts b/clients/client-glacier/src/commands/CreateVaultCommand.ts index f30e117f9fdb8..c9c1efd8cf2e5 100644 --- a/clients/client-glacier/src/commands/CreateVaultCommand.ts +++ b/clients/client-glacier/src/commands/CreateVaultCommand.ts @@ -118,9 +118,7 @@ export class CreateVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts index bde2297590512..512c91be6a6b5 100644 --- a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts @@ -117,9 +117,7 @@ export class DeleteArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts index d36e16ae39d08..d70492ad0a302 100644 --- a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts @@ -95,9 +95,7 @@ export class DeleteVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DeleteVaultCommand.ts b/clients/client-glacier/src/commands/DeleteVaultCommand.ts index 82bbaf2431d26..fba47b1b14bd1 100644 --- a/clients/client-glacier/src/commands/DeleteVaultCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultCommand.ts @@ -108,9 +108,7 @@ export class DeleteVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts index 91bb496f084b3..b93104b6a0e88 100644 --- a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts @@ -101,9 +101,7 @@ export class DeleteVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DescribeJobCommand.ts b/clients/client-glacier/src/commands/DescribeJobCommand.ts index 39213ba22750c..45931be5874af 100644 --- a/clients/client-glacier/src/commands/DescribeJobCommand.ts +++ b/clients/client-glacier/src/commands/DescribeJobCommand.ts @@ -207,9 +207,7 @@ export class DescribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/DescribeVaultCommand.ts b/clients/client-glacier/src/commands/DescribeVaultCommand.ts index 76bb5267d9161..5fc1d71880782 100644 --- a/clients/client-glacier/src/commands/DescribeVaultCommand.ts +++ b/clients/client-glacier/src/commands/DescribeVaultCommand.ts @@ -122,9 +122,7 @@ export class DescribeVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts index 99493ffbb06ed..77cceeac24e01 100644 --- a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts @@ -106,9 +106,7 @@ export class GetDataRetrievalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/GetJobOutputCommand.ts b/clients/client-glacier/src/commands/GetJobOutputCommand.ts index 7e4e8da0526e8..1907a0907aa20 100644 --- a/clients/client-glacier/src/commands/GetJobOutputCommand.ts +++ b/clients/client-glacier/src/commands/GetJobOutputCommand.ts @@ -147,9 +147,7 @@ export class GetJobOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts index ea48ffdfd196f..5c1f08364e013 100644 --- a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts @@ -105,9 +105,7 @@ export class GetVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/GetVaultLockCommand.ts b/clients/client-glacier/src/commands/GetVaultLockCommand.ts index 89a96c83590e6..a83e4b51e8a23 100644 --- a/clients/client-glacier/src/commands/GetVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultLockCommand.ts @@ -129,9 +129,7 @@ export class GetVaultLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts index c9ce5b2ecdd50..556b4969ae827 100644 --- a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts @@ -122,9 +122,7 @@ export class GetVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/InitiateJobCommand.ts b/clients/client-glacier/src/commands/InitiateJobCommand.ts index afd93205b4eb1..06ab26f866852 100644 --- a/clients/client-glacier/src/commands/InitiateJobCommand.ts +++ b/clients/client-glacier/src/commands/InitiateJobCommand.ts @@ -187,9 +187,7 @@ export class InitiateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts index 388d60cc4f2a2..ffd6b5fd1b5fa 100644 --- a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts @@ -134,9 +134,7 @@ export class InitiateMultipartUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts index b5cc6598db8fa..4ee736ee28104 100644 --- a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts @@ -136,9 +136,7 @@ export class InitiateVaultLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListJobsCommand.ts b/clients/client-glacier/src/commands/ListJobsCommand.ts index c2266dc69c343..84b5f2b5d305a 100644 --- a/clients/client-glacier/src/commands/ListJobsCommand.ts +++ b/clients/client-glacier/src/commands/ListJobsCommand.ts @@ -245,9 +245,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts index 8703e7035ea95..198b017c899b3 100644 --- a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts @@ -155,9 +155,7 @@ export class ListMultipartUploadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListPartsCommand.ts b/clients/client-glacier/src/commands/ListPartsCommand.ts index b90450642b348..6c73875e840c4 100644 --- a/clients/client-glacier/src/commands/ListPartsCommand.ts +++ b/clients/client-glacier/src/commands/ListPartsCommand.ts @@ -147,9 +147,7 @@ export class ListPartsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts index ae3962b144f28..e2ee9d2f4550d 100644 --- a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts @@ -108,9 +108,7 @@ export class ListProvisionedCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts index f17e1a648dd45..0340ba468e6d3 100644 --- a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts +++ b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts @@ -103,9 +103,7 @@ export class ListTagsForVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/ListVaultsCommand.ts b/clients/client-glacier/src/commands/ListVaultsCommand.ts index 5dc46ef3ebc10..301633c05c998 100644 --- a/clients/client-glacier/src/commands/ListVaultsCommand.ts +++ b/clients/client-glacier/src/commands/ListVaultsCommand.ts @@ -135,9 +135,7 @@ export class ListVaultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts index 16bdeb9552dca..259518ab63c81 100644 --- a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts @@ -96,9 +96,7 @@ export class PurchaseProvisionedCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts index 302e2efbf1646..70182a9ebcd8b 100644 --- a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts +++ b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts @@ -99,9 +99,7 @@ export class RemoveTagsFromVaultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts index 79a86f1b02cdd..6a0795ad30e42 100644 --- a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts @@ -104,9 +104,7 @@ export class SetDataRetrievalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts index a77f42fdd40c1..d347f1664f27b 100644 --- a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts @@ -100,9 +100,7 @@ export class SetVaultAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts index 277dafb088a2b..260d0a12cd94a 100644 --- a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts @@ -139,9 +139,7 @@ export class SetVaultNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/UploadArchiveCommand.ts b/clients/client-glacier/src/commands/UploadArchiveCommand.ts index a7112c189ab69..e46728eaf8080 100644 --- a/clients/client-glacier/src/commands/UploadArchiveCommand.ts +++ b/clients/client-glacier/src/commands/UploadArchiveCommand.ts @@ -144,9 +144,7 @@ export class UploadArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts index 3c63e54e61ec9..0c3f2cbb28f55 100644 --- a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts +++ b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts @@ -165,9 +165,7 @@ export class UploadMultipartPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlacierClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts index 1e5b25bce8ad0..77e0c4ce2bb57 100644 --- a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts @@ -111,9 +111,7 @@ export class AddCustomRoutingEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts index 8f7c8529073db..0e64ee0725042 100644 --- a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts @@ -123,9 +123,7 @@ export class AddEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts index dd3d462ddb1e3..47d32befada28 100644 --- a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts @@ -100,9 +100,7 @@ export class AdvertiseByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts index 6bf4a85ef523f..986f9b21ebfc6 100644 --- a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts @@ -89,9 +89,7 @@ export class AllowCustomRoutingTrafficCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts index 92d44c3853c44..980f0e8b77073 100644 --- a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts @@ -127,9 +127,7 @@ export class CreateAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts index eb61eb00d7b2b..b1d4249e24462 100644 --- a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts @@ -138,9 +138,7 @@ export class CreateCrossAccountAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts index 7500981fd1683..2aa521a442552 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts @@ -129,9 +129,7 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts index 003be7f7bd6ce..eaa7d41f2bc34 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts @@ -128,9 +128,7 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts index 5206d537b8a22..a1adc16028fb5 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts @@ -102,9 +102,7 @@ export class CreateCustomRoutingListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts index 55e35ed327de7..129801c956c6f 100644 --- a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts @@ -140,9 +140,7 @@ export class CreateEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts index 9b20bf9c65ff5..aef73ccac1203 100644 --- a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts @@ -104,9 +104,7 @@ export class CreateListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts index 4799fc24f2581..e98fd8faabc79 100644 --- a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts @@ -99,9 +99,7 @@ export class DeleteAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts index 0587ea0b84449..4b9eb9c647297 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts @@ -90,9 +90,7 @@ export class DeleteCrossAccountAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts index 6c026150f270b..04fc625b62b4e 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts @@ -102,9 +102,7 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts index f7d0beea08aec..796b3b2aa74d1 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts index 3b5c6d271ee3f..e16faafa1050f 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts @@ -80,9 +80,7 @@ export class DeleteCustomRoutingListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts index 370beb5d21e84..9646e764c77f9 100644 --- a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts @@ -76,9 +76,7 @@ export class DeleteEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts index d1fb77680588c..3a200494e7c89 100644 --- a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts @@ -80,9 +80,7 @@ export class DeleteListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts index 4a828579b0673..638e385d4258c 100644 --- a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts @@ -89,9 +89,7 @@ export class DenyCustomRoutingTrafficCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts index a95cca414a715..63bc825efdf9b 100644 --- a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts @@ -100,9 +100,7 @@ export class DeprovisionByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts index 9a0f723b04672..3018a9c2369fb 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts @@ -88,9 +88,7 @@ export class DescribeAcceleratorAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts index ce693ca81bd00..1e16e86a5f9e9 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts @@ -103,9 +103,7 @@ export class DescribeAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts index 8655266233d48..4cbc8808ffa06 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts @@ -101,9 +101,7 @@ export class DescribeCrossAccountAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts index 352f8842c5b92..9c4aa8c05e5ed 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts @@ -91,9 +91,7 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts index 9bf029660ec93..4bb775acea9fa 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts @@ -101,9 +101,7 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts index be6455022d771..dd9fbb7f385dc 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts @@ -103,9 +103,7 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts index 9914d0d973d21..83c206f3a01c4 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts @@ -91,9 +91,7 @@ export class DescribeCustomRoutingListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts index e6af9526ade1a..1c379886702e0 100644 --- a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts @@ -102,9 +102,7 @@ export class DescribeEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts index 1e8cae0e80ffd..f4c878adb150b 100644 --- a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts @@ -88,9 +88,7 @@ export class DescribeListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts index fe4ef23dec81c..73fffd2bd28e3 100644 --- a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts @@ -107,9 +107,7 @@ export class ListAcceleratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts index 1efcbc802a4f7..1f62fc17d3ceb 100644 --- a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts @@ -95,9 +95,7 @@ export class ListByoipCidrsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts index 42832c26f9a1c..a59396c0ad545 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts @@ -102,9 +102,7 @@ export class ListCrossAccountAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts index cf4c6bb771014..926534a1d9f90 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts @@ -83,9 +83,7 @@ export class ListCrossAccountResourceAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts index bf1bc79560cdd..2ee69325497ef 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts @@ -94,9 +94,7 @@ export class ListCrossAccountResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts index fe703f43c34e7..d07b3b9dae247 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts @@ -105,9 +105,7 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts index 6d7cfeb7d9bed..562676fd978dc 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts @@ -108,9 +108,7 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts index a0d224b428250..65ab9589db675 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts @@ -94,9 +94,7 @@ export class ListCustomRoutingListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts index 4ad35e475083e..2f942d6f43569 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts @@ -116,9 +116,7 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts index 208a008b86786..7ce66f176c4ec 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts @@ -115,9 +115,7 @@ export class ListCustomRoutingPortMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts index f6626464008a0..6587b5a56f5f7 100644 --- a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts @@ -110,9 +110,7 @@ export class ListEndpointGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts index 503669a68fc8b..74773eda6c65b 100644 --- a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts @@ -96,9 +96,7 @@ export class ListListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts index b3b4e775b91cb..c83c8bdca8917 100644 --- a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts index cb18132410570..b3a5299ead1d7 100644 --- a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts @@ -103,9 +103,7 @@ export class ProvisionByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts index aa0821faccf5f..5a2530ea48648 100644 --- a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts @@ -91,9 +91,7 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts index 2453dcee54eac..a636a0c006194 100644 --- a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts @@ -104,9 +104,7 @@ export class RemoveEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts index 499d80e7cc4da..fa8052fb4a4e1 100644 --- a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts index 2638985291eb6..ccc212ac30d74 100644 --- a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts index 01b7b6988038a..bb6d77d5e3093 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts @@ -93,9 +93,7 @@ export class UpdateAcceleratorAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts index 6511b6d824764..7601857ceb1d1 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts @@ -140,9 +140,7 @@ export class UpdateAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts index d49545bc05e9e..5a3239d88b2a1 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts @@ -133,9 +133,7 @@ export class UpdateCrossAccountAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts index 675f35a8042e7..2112cc82a8f0c 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts @@ -100,9 +100,7 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts index ece80625cf62c..25d1537dc7643 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts @@ -113,9 +113,7 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts index d6af8d67df05d..f762673634a92 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts @@ -100,9 +100,7 @@ export class UpdateCustomRoutingListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts index 9a70d79b54fa5..ecfb3a8093879 100644 --- a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts @@ -128,9 +128,7 @@ export class UpdateEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts index 8eb68ec4ce863..069b99777fb54 100644 --- a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts @@ -102,9 +102,7 @@ export class UpdateListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts index ac94437ce13ee..c9c7a8da617a3 100644 --- a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts @@ -100,9 +100,7 @@ export class WithdrawByoipCidrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlobalAcceleratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts index 00a5fda1a7200..fbf6b7468ef40 100644 --- a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts @@ -166,9 +166,7 @@ export class BatchCreatePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts index 1b2ff26ab7a12..10b3062721b80 100644 --- a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts @@ -82,9 +82,7 @@ export class BatchDeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts index 6e4f57e5076e6..a8f3b6298295e 100644 --- a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts @@ -96,9 +96,7 @@ export class BatchDeletePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts index e649e7706b93d..ccbf0912be038 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts @@ -106,9 +106,7 @@ export class BatchDeleteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts index b24ee4c9beb2e..e898b7229667e 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts @@ -91,9 +91,7 @@ export class BatchDeleteTableVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts index 2c614e0d72063..e3f8b611a7d2f 100644 --- a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts @@ -100,9 +100,7 @@ export class BatchGetBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts index fc949b24595c9..ed9ab9fda05fe 100644 --- a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts @@ -201,9 +201,7 @@ export class BatchGetCrawlersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts index c7eb33746fedc..32531ec9defe9 100644 --- a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts @@ -87,9 +87,7 @@ export class BatchGetCustomEntityTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts index 760e994b40663..ce8b0812b1927 100644 --- a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts @@ -147,9 +147,7 @@ export class BatchGetDataQualityResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts index 77ece9ad54262..deb0ea1312fee 100644 --- a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts @@ -119,9 +119,7 @@ export class BatchGetDevEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetJobsCommand.ts b/clients/client-glue/src/commands/BatchGetJobsCommand.ts index 2909ec2c75a77..9a53e77391d7b 100644 --- a/clients/client-glue/src/commands/BatchGetJobsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetJobsCommand.ts @@ -1178,9 +1178,7 @@ export class BatchGetJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts index 686ff1ee2c3a9..20c21d868295b 100644 --- a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts @@ -176,9 +176,7 @@ export class BatchGetPartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts b/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts index 688de71ce434f..d986c7d20e3f5 100644 --- a/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts +++ b/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts @@ -112,9 +112,7 @@ export class BatchGetTableOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts index 7afaac7f305c0..32b79f3272180 100644 --- a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts @@ -119,9 +119,7 @@ export class BatchGetTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts index 2e3845e8fd8f3..a3c672d5dcd7c 100644 --- a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts @@ -341,9 +341,7 @@ export class BatchGetWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts b/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts index 6aefbfca4bde6..6afe5e3d3bd33 100644 --- a/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts +++ b/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts @@ -99,9 +99,7 @@ export class BatchPutDataQualityStatisticAnnotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts index a0535a005ee23..df7f023097776 100644 --- a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts +++ b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts @@ -92,9 +92,7 @@ export class BatchStopJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts index 724b39fdb63c5..b78b009f95c26 100644 --- a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts @@ -165,9 +165,7 @@ export class BatchUpdatePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts index 7d2c1ad73828f..b6e5075214349 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts @@ -84,9 +84,7 @@ export class CancelDataQualityRuleRecommendationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts index f479bb71c63aa..59f8d13e5fa40 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts @@ -84,9 +84,7 @@ export class CancelDataQualityRulesetEvaluationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts index 15dc297048693..f4bbe1000aa53 100644 --- a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts @@ -82,9 +82,7 @@ export class CancelMLTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CancelStatementCommand.ts b/clients/client-glue/src/commands/CancelStatementCommand.ts index 6aef9e8212467..38652f66ac98d 100644 --- a/clients/client-glue/src/commands/CancelStatementCommand.ts +++ b/clients/client-glue/src/commands/CancelStatementCommand.ts @@ -83,9 +83,7 @@ export class CancelStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts index fffc37ca280e5..f64671179e0fa 100644 --- a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts +++ b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts @@ -76,9 +76,7 @@ export class CheckSchemaVersionValidityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateBlueprintCommand.ts b/clients/client-glue/src/commands/CreateBlueprintCommand.ts index e5ef1becfe732..6c0afbf0d97ae 100644 --- a/clients/client-glue/src/commands/CreateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/CreateBlueprintCommand.ts @@ -85,9 +85,7 @@ export class CreateBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateClassifierCommand.ts b/clients/client-glue/src/commands/CreateClassifierCommand.ts index f96e1081e83cd..c8639ef9504bf 100644 --- a/clients/client-glue/src/commands/CreateClassifierCommand.ts +++ b/clients/client-glue/src/commands/CreateClassifierCommand.ts @@ -104,9 +104,7 @@ export class CreateClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateConnectionCommand.ts b/clients/client-glue/src/commands/CreateConnectionCommand.ts index 6838b065d4a98..5dc75f61ec9ea 100644 --- a/clients/client-glue/src/commands/CreateConnectionCommand.ts +++ b/clients/client-glue/src/commands/CreateConnectionCommand.ts @@ -122,9 +122,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateCrawlerCommand.ts b/clients/client-glue/src/commands/CreateCrawlerCommand.ts index 2024f686bdc3e..49b257168ad46 100644 --- a/clients/client-glue/src/commands/CreateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/CreateCrawlerCommand.ts @@ -185,9 +185,7 @@ export class CreateCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts index 4467f46f5491b..f6ef9336abb51 100644 --- a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts @@ -94,9 +94,7 @@ export class CreateCustomEntityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts index c23c47b31792f..759c2f009351b 100644 --- a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts @@ -93,9 +93,7 @@ export class CreateDataQualityRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateDatabaseCommand.ts b/clients/client-glue/src/commands/CreateDatabaseCommand.ts index 9b9a6dedb1bcb..d2638dd9cbec1 100644 --- a/clients/client-glue/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/CreateDatabaseCommand.ts @@ -117,9 +117,7 @@ export class CreateDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts index 83f708017e836..9b77300101da7 100644 --- a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts @@ -133,9 +133,7 @@ export class CreateDevEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateJobCommand.ts b/clients/client-glue/src/commands/CreateJobCommand.ts index 5ca56de0e701b..a2509f9e41262 100644 --- a/clients/client-glue/src/commands/CreateJobCommand.ts +++ b/clients/client-glue/src/commands/CreateJobCommand.ts @@ -1180,9 +1180,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateMLTransformCommand.ts b/clients/client-glue/src/commands/CreateMLTransformCommand.ts index 9f9dfd3f86f69..596f76bc49e5a 100644 --- a/clients/client-glue/src/commands/CreateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/CreateMLTransformCommand.ts @@ -134,9 +134,7 @@ export class CreateMLTransformCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreatePartitionCommand.ts b/clients/client-glue/src/commands/CreatePartitionCommand.ts index 9a3c58edc2b24..f44db6195b588 100644 --- a/clients/client-glue/src/commands/CreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionCommand.ts @@ -152,9 +152,7 @@ export class CreatePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts index a7bdf3abcebeb..6e90074130b0d 100644 --- a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts @@ -92,9 +92,7 @@ export class CreatePartitionIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateRegistryCommand.ts b/clients/client-glue/src/commands/CreateRegistryCommand.ts index 61d8dab659202..bc1d702fdf89e 100644 --- a/clients/client-glue/src/commands/CreateRegistryCommand.ts +++ b/clients/client-glue/src/commands/CreateRegistryCommand.ts @@ -92,9 +92,7 @@ export class CreateRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateSchemaCommand.ts b/clients/client-glue/src/commands/CreateSchemaCommand.ts index ec2cf3b9a2420..ed30a83df58d1 100644 --- a/clients/client-glue/src/commands/CreateSchemaCommand.ts +++ b/clients/client-glue/src/commands/CreateSchemaCommand.ts @@ -114,9 +114,7 @@ export class CreateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateScriptCommand.ts b/clients/client-glue/src/commands/CreateScriptCommand.ts index e5d1ed389b1e0..84cb5b6934de3 100644 --- a/clients/client-glue/src/commands/CreateScriptCommand.ts +++ b/clients/client-glue/src/commands/CreateScriptCommand.ts @@ -96,9 +96,7 @@ export class CreateScriptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts index 9923c0c02eef2..f4af515fca9d2 100644 --- a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts @@ -99,9 +99,7 @@ export class CreateSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateSessionCommand.ts b/clients/client-glue/src/commands/CreateSessionCommand.ts index 15382b8c85b5a..f5ccbb6c61d30 100644 --- a/clients/client-glue/src/commands/CreateSessionCommand.ts +++ b/clients/client-glue/src/commands/CreateSessionCommand.ts @@ -144,9 +144,7 @@ export class CreateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateTableCommand.ts b/clients/client-glue/src/commands/CreateTableCommand.ts index 77dc5bad47d56..ceb9ed8f31f66 100644 --- a/clients/client-glue/src/commands/CreateTableCommand.ts +++ b/clients/client-glue/src/commands/CreateTableCommand.ts @@ -206,9 +206,7 @@ export class CreateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts b/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts index 88d25210ba4a4..94cbe0f00851c 100644 --- a/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts +++ b/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts @@ -85,9 +85,7 @@ export class CreateTableOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateTriggerCommand.ts b/clients/client-glue/src/commands/CreateTriggerCommand.ts index 4609519af2593..96fa6e1095e9f 100644 --- a/clients/client-glue/src/commands/CreateTriggerCommand.ts +++ b/clients/client-glue/src/commands/CreateTriggerCommand.ts @@ -127,9 +127,7 @@ export class CreateTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateUsageProfileCommand.ts b/clients/client-glue/src/commands/CreateUsageProfileCommand.ts index c8cfa5ea22f96..4c7087fbd6417 100644 --- a/clients/client-glue/src/commands/CreateUsageProfileCommand.ts +++ b/clients/client-glue/src/commands/CreateUsageProfileCommand.ts @@ -109,9 +109,7 @@ export class CreateUsageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts index 7695a33abf7e9..485f52a79a583 100644 --- a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts @@ -97,9 +97,7 @@ export class CreateUserDefinedFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/CreateWorkflowCommand.ts b/clients/client-glue/src/commands/CreateWorkflowCommand.ts index a87dcc57a5cff..56923bc75718a 100644 --- a/clients/client-glue/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/CreateWorkflowCommand.ts @@ -91,9 +91,7 @@ export class CreateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts index 3044b14fed07c..11b9649a17305 100644 --- a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts +++ b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts @@ -74,9 +74,7 @@ export class DeleteBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteClassifierCommand.ts b/clients/client-glue/src/commands/DeleteClassifierCommand.ts index 46fd8f8371349..7ecb5564a08c6 100644 --- a/clients/client-glue/src/commands/DeleteClassifierCommand.ts +++ b/clients/client-glue/src/commands/DeleteClassifierCommand.ts @@ -69,9 +69,7 @@ export class DeleteClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts index 58a4fa507aa23..46702a5366273 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts @@ -93,9 +93,7 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts index eba8f1428b787..65ba259e8c3a7 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts @@ -87,9 +87,7 @@ export class DeleteColumnStatisticsForTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteConnectionCommand.ts b/clients/client-glue/src/commands/DeleteConnectionCommand.ts index a9509055d4547..7593b52fe98f1 100644 --- a/clients/client-glue/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/DeleteConnectionCommand.ts @@ -70,9 +70,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts index 092c5ed33d566..0f8a784cd4546 100644 --- a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts +++ b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts @@ -76,9 +76,7 @@ export class DeleteCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts index e079113dc3c89..297f094e8da5a 100644 --- a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts @@ -80,9 +80,7 @@ export class DeleteCustomEntityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts index e248ac9bb75e2..680c6e13f0ab5 100644 --- a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts @@ -75,9 +75,7 @@ export class DeleteDataQualityRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts index 7440a60b3abe0..75d000d230397 100644 --- a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts @@ -91,9 +91,7 @@ export class DeleteDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts index 34b0d4a02d4a2..290458112b646 100644 --- a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts @@ -75,9 +75,7 @@ export class DeleteDevEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteJobCommand.ts b/clients/client-glue/src/commands/DeleteJobCommand.ts index faec02dabbbd9..aa6ae0bc42ef8 100644 --- a/clients/client-glue/src/commands/DeleteJobCommand.ts +++ b/clients/client-glue/src/commands/DeleteJobCommand.ts @@ -75,9 +75,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts index ea185a1502e76..6976dcb14cf1c 100644 --- a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts +++ b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts @@ -82,9 +82,7 @@ export class DeleteMLTransformCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeletePartitionCommand.ts b/clients/client-glue/src/commands/DeletePartitionCommand.ts index 3af62503b53ef..289aab6931420 100644 --- a/clients/client-glue/src/commands/DeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionCommand.ts @@ -80,9 +80,7 @@ export class DeletePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts index dd303bdf350be..23f469a88a806 100644 --- a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts @@ -84,9 +84,7 @@ export class DeletePartitionIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteRegistryCommand.ts b/clients/client-glue/src/commands/DeleteRegistryCommand.ts index 67e7b3dacd4ab..058b9e1bc23ff 100644 --- a/clients/client-glue/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-glue/src/commands/DeleteRegistryCommand.ts @@ -82,9 +82,7 @@ export class DeleteRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts index cc8a8d62af10c..61a9d5a2c1673 100644 --- a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts @@ -79,9 +79,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteSchemaCommand.ts b/clients/client-glue/src/commands/DeleteSchemaCommand.ts index e8a7f58a8b382..51e286c9c28df 100644 --- a/clients/client-glue/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaCommand.ts @@ -83,9 +83,7 @@ export class DeleteSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts index 6f4c064fd190b..8d6558c244424 100644 --- a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts @@ -93,9 +93,7 @@ export class DeleteSchemaVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts index 6b6e85c692655..f426982e0a7af 100644 --- a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts @@ -77,9 +77,7 @@ export class DeleteSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteSessionCommand.ts b/clients/client-glue/src/commands/DeleteSessionCommand.ts index ed707992e700d..4c0600913b3c9 100644 --- a/clients/client-glue/src/commands/DeleteSessionCommand.ts +++ b/clients/client-glue/src/commands/DeleteSessionCommand.ts @@ -84,9 +84,7 @@ export class DeleteSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteTableCommand.ts b/clients/client-glue/src/commands/DeleteTableCommand.ts index 935a287f02363..56a14452c18c4 100644 --- a/clients/client-glue/src/commands/DeleteTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableCommand.ts @@ -94,9 +94,7 @@ export class DeleteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts b/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts index 0b08c33191baa..a26864c39947a 100644 --- a/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts @@ -78,9 +78,7 @@ export class DeleteTableOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts index ef7926fc8c7fe..75d8524a148cc 100644 --- a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts @@ -78,9 +78,7 @@ export class DeleteTableVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteTriggerCommand.ts b/clients/client-glue/src/commands/DeleteTriggerCommand.ts index 217acec54d915..2bdfe950faa8e 100644 --- a/clients/client-glue/src/commands/DeleteTriggerCommand.ts +++ b/clients/client-glue/src/commands/DeleteTriggerCommand.ts @@ -78,9 +78,7 @@ export class DeleteTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts b/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts index e54fea44a2486..2b9bac1b024f2 100644 --- a/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts +++ b/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts @@ -75,9 +75,7 @@ export class DeleteUsageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts index c22b0c24dc1f0..8da79ad00a893 100644 --- a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts @@ -77,9 +77,7 @@ export class DeleteUserDefinedFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts index 4275facb9c458..3ed09aeed428e 100644 --- a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts @@ -77,9 +77,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetBlueprintCommand.ts b/clients/client-glue/src/commands/GetBlueprintCommand.ts index 909fb6060dd4d..e65f3bffe5ca6 100644 --- a/clients/client-glue/src/commands/GetBlueprintCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintCommand.ts @@ -96,9 +96,7 @@ export class GetBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts index 52808bd543dd7..bc6992550a445 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts @@ -86,9 +86,7 @@ export class GetBlueprintRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts index 968b1a0aaa342..1454637ef1412 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts @@ -93,9 +93,7 @@ export class GetBlueprintRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts index a6c1b0c4f4d26..a1efdd073afd0 100644 --- a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts +++ b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts @@ -75,9 +75,7 @@ export class GetCatalogImportStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetClassifierCommand.ts b/clients/client-glue/src/commands/GetClassifierCommand.ts index e7118a80d7a5c..a4809a19f1bf9 100644 --- a/clients/client-glue/src/commands/GetClassifierCommand.ts +++ b/clients/client-glue/src/commands/GetClassifierCommand.ts @@ -115,9 +115,7 @@ export class GetClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetClassifiersCommand.ts b/clients/client-glue/src/commands/GetClassifiersCommand.ts index f6f88d62f2693..e24d77e7ffb0d 100644 --- a/clients/client-glue/src/commands/GetClassifiersCommand.ts +++ b/clients/client-glue/src/commands/GetClassifiersCommand.ts @@ -116,9 +116,7 @@ export class GetClassifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts index 96e73508ca910..6e7ad04dcc560 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts @@ -158,9 +158,7 @@ export class GetColumnStatisticsForPartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts index 60be4141aa6da..1e975caeee87e 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts @@ -152,9 +152,7 @@ export class GetColumnStatisticsForTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts index ebe75d3614050..1d21203884952 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts @@ -95,9 +95,7 @@ export class GetColumnStatisticsTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts index 131d5e015c652..2026fc361c02c 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts @@ -97,9 +97,7 @@ export class GetColumnStatisticsTaskRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetConnectionCommand.ts b/clients/client-glue/src/commands/GetConnectionCommand.ts index e21c6082ea8fa..2aa77d18765b2 100644 --- a/clients/client-glue/src/commands/GetConnectionCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionCommand.ts @@ -117,9 +117,7 @@ export class GetConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetConnectionsCommand.ts b/clients/client-glue/src/commands/GetConnectionsCommand.ts index 82e3b5216895e..70432c3a3ec23 100644 --- a/clients/client-glue/src/commands/GetConnectionsCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionsCommand.ts @@ -127,9 +127,7 @@ export class GetConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetCrawlerCommand.ts b/clients/client-glue/src/commands/GetCrawlerCommand.ts index 3d0cd65374ac5..6a43bd0a0187c 100644 --- a/clients/client-glue/src/commands/GetCrawlerCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerCommand.ts @@ -194,9 +194,7 @@ export class GetCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts index 81e51aa5d1f92..164b480b7d49b 100644 --- a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts @@ -84,9 +84,7 @@ export class GetCrawlerMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetCrawlersCommand.ts b/clients/client-glue/src/commands/GetCrawlersCommand.ts index a570b347cc2fc..11929040cc144 100644 --- a/clients/client-glue/src/commands/GetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlersCommand.ts @@ -196,9 +196,7 @@ export class GetCrawlersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts index 7c2e20d27a824..07674484658c2 100644 --- a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts @@ -84,9 +84,7 @@ export class GetCustomEntityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts index 1127de28ea0b3..fa22c26bfcc01 100644 --- a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts @@ -89,9 +89,7 @@ export class GetDataCatalogEncryptionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityModelCommand.ts b/clients/client-glue/src/commands/GetDataQualityModelCommand.ts index 3397eb0f970df..71178762d5e5e 100644 --- a/clients/client-glue/src/commands/GetDataQualityModelCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityModelCommand.ts @@ -81,9 +81,7 @@ export class GetDataQualityModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts index f0905344e7ef3..604463c83f653 100644 --- a/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts @@ -88,9 +88,7 @@ export class GetDataQualityModelResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts index 3fa7c80c58ebd..88b2a83f2cc0f 100644 --- a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts @@ -141,9 +141,7 @@ export class GetDataQualityResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts index d34d88e58efb4..7fa1d35dbd9db 100644 --- a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts @@ -108,9 +108,7 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts index 68ca38ca52826..4ec988dd6616b 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts @@ -88,9 +88,7 @@ export class GetDataQualityRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts index 84e3c87142d95..693eeead5a314 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts @@ -129,9 +129,7 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDatabaseCommand.ts b/clients/client-glue/src/commands/GetDatabaseCommand.ts index 5329f957c9ebc..f1b13e38736d2 100644 --- a/clients/client-glue/src/commands/GetDatabaseCommand.ts +++ b/clients/client-glue/src/commands/GetDatabaseCommand.ts @@ -112,9 +112,7 @@ export class GetDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDatabasesCommand.ts b/clients/client-glue/src/commands/GetDatabasesCommand.ts index f7d5995257965..e787bdd07568d 100644 --- a/clients/client-glue/src/commands/GetDatabasesCommand.ts +++ b/clients/client-glue/src/commands/GetDatabasesCommand.ts @@ -114,9 +114,7 @@ export class GetDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts index 2bed75dd0b31a..6974ef618565f 100644 --- a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts +++ b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts @@ -94,9 +94,7 @@ export class GetDataflowGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDevEndpointCommand.ts b/clients/client-glue/src/commands/GetDevEndpointCommand.ts index 90658759607b0..f996911cba84c 100644 --- a/clients/client-glue/src/commands/GetDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointCommand.ts @@ -114,9 +114,7 @@ export class GetDevEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts index 780327e2ec74f..aefe1262e3d0c 100644 --- a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts @@ -118,9 +118,7 @@ export class GetDevEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts index e56e23a418f19..4600d79797378 100644 --- a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts @@ -107,9 +107,7 @@ export class GetJobBookmarkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetJobCommand.ts b/clients/client-glue/src/commands/GetJobCommand.ts index 8ddd4c110c8b6..5db45b193a174 100644 --- a/clients/client-glue/src/commands/GetJobCommand.ts +++ b/clients/client-glue/src/commands/GetJobCommand.ts @@ -1173,9 +1173,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetJobRunCommand.ts b/clients/client-glue/src/commands/GetJobRunCommand.ts index eddf53792a410..b8164242aaa31 100644 --- a/clients/client-glue/src/commands/GetJobRunCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunCommand.ts @@ -118,9 +118,7 @@ export class GetJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetJobRunsCommand.ts b/clients/client-glue/src/commands/GetJobRunsCommand.ts index 1a06adbcd32a9..6cb0a15b9aa11 100644 --- a/clients/client-glue/src/commands/GetJobRunsCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunsCommand.ts @@ -121,9 +121,7 @@ export class GetJobRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetJobsCommand.ts b/clients/client-glue/src/commands/GetJobsCommand.ts index 6dbe4967c99a0..9f7c46f253242 100644 --- a/clients/client-glue/src/commands/GetJobsCommand.ts +++ b/clients/client-glue/src/commands/GetJobsCommand.ts @@ -1177,9 +1177,7 @@ export class GetJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts index a61b88a331173..07344e6539a98 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts @@ -108,9 +108,7 @@ export class GetMLTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts index 781283e638b21..a27b8985212f9 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts @@ -125,9 +125,7 @@ export class GetMLTaskRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetMLTransformCommand.ts b/clients/client-glue/src/commands/GetMLTransformCommand.ts index 05ae7723c6e3c..9f6e328722000 100644 --- a/clients/client-glue/src/commands/GetMLTransformCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformCommand.ts @@ -148,9 +148,7 @@ export class GetMLTransformCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetMLTransformsCommand.ts b/clients/client-glue/src/commands/GetMLTransformsCommand.ts index d874a58a7c14b..f6eff253130d2 100644 --- a/clients/client-glue/src/commands/GetMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformsCommand.ts @@ -174,9 +174,7 @@ export class GetMLTransformsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetMappingCommand.ts b/clients/client-glue/src/commands/GetMappingCommand.ts index a5bae3f41e58a..9f7fa42313ab1 100644 --- a/clients/client-glue/src/commands/GetMappingCommand.ts +++ b/clients/client-glue/src/commands/GetMappingCommand.ts @@ -118,9 +118,7 @@ export class GetMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetPartitionCommand.ts b/clients/client-glue/src/commands/GetPartitionCommand.ts index 2b42f1c887921..b4cfce8e90e44 100644 --- a/clients/client-glue/src/commands/GetPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionCommand.ts @@ -160,9 +160,7 @@ export class GetPartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts index b9c3eaf4ec31d..32ea9597a27f7 100644 --- a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts @@ -107,9 +107,7 @@ export class GetPartitionIndexesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetPartitionsCommand.ts b/clients/client-glue/src/commands/GetPartitionsCommand.ts index e6d27eaa2a541..cd87a97141be9 100644 --- a/clients/client-glue/src/commands/GetPartitionsCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionsCommand.ts @@ -176,9 +176,7 @@ export class GetPartitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetPlanCommand.ts b/clients/client-glue/src/commands/GetPlanCommand.ts index 2066f03209039..82ab59108fc47 100644 --- a/clients/client-glue/src/commands/GetPlanCommand.ts +++ b/clients/client-glue/src/commands/GetPlanCommand.ts @@ -121,9 +121,7 @@ export class GetPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetRegistryCommand.ts b/clients/client-glue/src/commands/GetRegistryCommand.ts index 641882f8087ae..1b7dac94e2994 100644 --- a/clients/client-glue/src/commands/GetRegistryCommand.ts +++ b/clients/client-glue/src/commands/GetRegistryCommand.ts @@ -85,9 +85,7 @@ export class GetRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts index 1064b7ad7d27e..04cfec58be430 100644 --- a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts @@ -91,9 +91,7 @@ export class GetResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts index e5304367fb4c3..55c475e468141 100644 --- a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts @@ -80,9 +80,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts index 73cc6172b88eb..5f9bbe7c361d8 100644 --- a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts @@ -86,9 +86,7 @@ export class GetSchemaByDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSchemaCommand.ts b/clients/client-glue/src/commands/GetSchemaCommand.ts index dff624326f4ed..149e32fd356f3 100644 --- a/clients/client-glue/src/commands/GetSchemaCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaCommand.ts @@ -93,9 +93,7 @@ export class GetSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts index 36d77a1bd5bfd..4adbc775eb1ad 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts @@ -92,9 +92,7 @@ export class GetSchemaVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts index 05a6bac105826..06cf8795109c8 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts @@ -91,9 +91,7 @@ export class GetSchemaVersionsDiffCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts index 37b7d6911c553..331a5b5327414 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts @@ -96,9 +96,7 @@ export class GetSecurityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts index 8f60769b8fe63..8cc903e4a96cd 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts @@ -100,9 +100,7 @@ export class GetSecurityConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetSessionCommand.ts b/clients/client-glue/src/commands/GetSessionCommand.ts index 47c0981bcb443..9bd4b21291ad5 100644 --- a/clients/client-glue/src/commands/GetSessionCommand.ts +++ b/clients/client-glue/src/commands/GetSessionCommand.ts @@ -111,9 +111,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetStatementCommand.ts b/clients/client-glue/src/commands/GetStatementCommand.ts index 4c252fdeb66e7..5569cfaf26224 100644 --- a/clients/client-glue/src/commands/GetStatementCommand.ts +++ b/clients/client-glue/src/commands/GetStatementCommand.ts @@ -104,9 +104,7 @@ export class GetStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTableCommand.ts b/clients/client-glue/src/commands/GetTableCommand.ts index f79b4cc5c46dc..33ade21a8e1f1 100644 --- a/clients/client-glue/src/commands/GetTableCommand.ts +++ b/clients/client-glue/src/commands/GetTableCommand.ts @@ -350,9 +350,7 @@ export class GetTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTableOptimizerCommand.ts b/clients/client-glue/src/commands/GetTableOptimizerCommand.ts index fc385d4d54536..c111009da3c92 100644 --- a/clients/client-glue/src/commands/GetTableOptimizerCommand.ts +++ b/clients/client-glue/src/commands/GetTableOptimizerCommand.ts @@ -101,9 +101,7 @@ export class GetTableOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTableVersionCommand.ts b/clients/client-glue/src/commands/GetTableVersionCommand.ts index 64aaa741c8db2..abff7804af7dc 100644 --- a/clients/client-glue/src/commands/GetTableVersionCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionCommand.ts @@ -341,9 +341,7 @@ export class GetTableVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTableVersionsCommand.ts b/clients/client-glue/src/commands/GetTableVersionsCommand.ts index aa5661d43ac8b..0a65e2ec13fd2 100644 --- a/clients/client-glue/src/commands/GetTableVersionsCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionsCommand.ts @@ -346,9 +346,7 @@ export class GetTableVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTablesCommand.ts b/clients/client-glue/src/commands/GetTablesCommand.ts index 0b5c266be5396..cd746b8d188b4 100644 --- a/clients/client-glue/src/commands/GetTablesCommand.ts +++ b/clients/client-glue/src/commands/GetTablesCommand.ts @@ -355,9 +355,7 @@ export class GetTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTagsCommand.ts b/clients/client-glue/src/commands/GetTagsCommand.ts index 4cf626934192b..aad309be9bfb7 100644 --- a/clients/client-glue/src/commands/GetTagsCommand.ts +++ b/clients/client-glue/src/commands/GetTagsCommand.ts @@ -79,9 +79,7 @@ export class GetTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTriggerCommand.ts b/clients/client-glue/src/commands/GetTriggerCommand.ts index cf840757ab305..7dbacff33ad88 100644 --- a/clients/client-glue/src/commands/GetTriggerCommand.ts +++ b/clients/client-glue/src/commands/GetTriggerCommand.ts @@ -115,9 +115,7 @@ export class GetTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetTriggersCommand.ts b/clients/client-glue/src/commands/GetTriggersCommand.ts index 91dbb97df7e51..9714fb3b13ebd 100644 --- a/clients/client-glue/src/commands/GetTriggersCommand.ts +++ b/clients/client-glue/src/commands/GetTriggersCommand.ts @@ -120,9 +120,7 @@ export class GetTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts index 1e98d6c22a8cb..92ec914a0423f 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts @@ -192,9 +192,7 @@ export class GetUnfilteredPartitionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts index acd7da388c8df..5317b4c61f023 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts @@ -201,9 +201,7 @@ export class GetUnfilteredPartitionsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts index 69aaab8600757..009f3f96926a5 100644 --- a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts @@ -392,9 +392,7 @@ export class GetUnfilteredTableMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUsageProfileCommand.ts b/clients/client-glue/src/commands/GetUsageProfileCommand.ts index 9342527c8ed40..9037928e98a16 100644 --- a/clients/client-glue/src/commands/GetUsageProfileCommand.ts +++ b/clients/client-glue/src/commands/GetUsageProfileCommand.ts @@ -105,9 +105,7 @@ export class GetUsageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts index 465ace69c5827..01c6f81cd5c36 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts @@ -96,9 +96,7 @@ export class GetUserDefinedFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts index 71f92a12910c7..ef59ca4ab378c 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts @@ -101,9 +101,7 @@ export class GetUserDefinedFunctionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetWorkflowCommand.ts b/clients/client-glue/src/commands/GetWorkflowCommand.ts index be93be122a18c..6fd738bf2f68c 100644 --- a/clients/client-glue/src/commands/GetWorkflowCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowCommand.ts @@ -337,9 +337,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts index c0a1c85f9d614..08901dd577f4d 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts @@ -216,9 +216,7 @@ export class GetWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts index 1d96afa30af1a..e0e3479be9f1c 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts @@ -80,9 +80,7 @@ export class GetWorkflowRunPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts index c680698f15252..260bbb20e0c06 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts @@ -220,9 +220,7 @@ export class GetWorkflowRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts index 58bea6bcd9b66..2ead157551ab7 100644 --- a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts +++ b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts @@ -69,9 +69,7 @@ export class ImportCatalogToGlueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListBlueprintsCommand.ts b/clients/client-glue/src/commands/ListBlueprintsCommand.ts index dcddd698372f3..7a81e5299baea 100644 --- a/clients/client-glue/src/commands/ListBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/ListBlueprintsCommand.ts @@ -81,9 +81,7 @@ export class ListBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts b/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts index 22659859b3e84..19ee3785dc546 100644 --- a/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts @@ -77,9 +77,7 @@ export class ListColumnStatisticsTaskRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListCrawlersCommand.ts b/clients/client-glue/src/commands/ListCrawlersCommand.ts index 24a99cfe0b365..296f57633e4e3 100644 --- a/clients/client-glue/src/commands/ListCrawlersCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlersCommand.ts @@ -80,9 +80,7 @@ export class ListCrawlersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListCrawlsCommand.ts b/clients/client-glue/src/commands/ListCrawlsCommand.ts index 133b48d76ce3d..fcd48825e95db 100644 --- a/clients/client-glue/src/commands/ListCrawlsCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlsCommand.ts @@ -112,9 +112,7 @@ export class ListCrawlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts index dd977137bbd2b..b13921869f40e 100644 --- a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts @@ -87,9 +87,7 @@ export class ListCustomEntityTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts index 8ece49a131d6a..15b52c5bd8fd6 100644 --- a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts @@ -111,9 +111,7 @@ export class ListDataQualityResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts index 8cf99266d7de5..f81a3bba4dc9f 100644 --- a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts @@ -117,9 +117,7 @@ export class ListDataQualityRuleRecommendationRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts index 10f8a5688b7da..ea0fa37f6ee7d 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts @@ -116,9 +116,7 @@ export class ListDataQualityRulesetEvaluationRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts index d827622fe8328..5f53f1dd25bc1 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts @@ -109,9 +109,7 @@ export class ListDataQualityRulesetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts b/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts index 30fcf206918b8..13a481eb3b991 100644 --- a/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts @@ -97,9 +97,7 @@ export class ListDataQualityStatisticAnnotationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts b/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts index 71d1523075ab1..bf0c3b6d4476e 100644 --- a/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts @@ -112,9 +112,7 @@ export class ListDataQualityStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts index a4b143a231cbb..0bdbb27cf8ffd 100644 --- a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts @@ -89,9 +89,7 @@ export class ListDevEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListJobsCommand.ts b/clients/client-glue/src/commands/ListJobsCommand.ts index ba031b778a6cb..11ca013173826 100644 --- a/clients/client-glue/src/commands/ListJobsCommand.ts +++ b/clients/client-glue/src/commands/ListJobsCommand.ts @@ -87,9 +87,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListMLTransformsCommand.ts b/clients/client-glue/src/commands/ListMLTransformsCommand.ts index 9f4420e7394ed..4e2319e377b49 100644 --- a/clients/client-glue/src/commands/ListMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/ListMLTransformsCommand.ts @@ -108,9 +108,7 @@ export class ListMLTransformsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListRegistriesCommand.ts b/clients/client-glue/src/commands/ListRegistriesCommand.ts index 0b3990a627cb1..0c4f01594dc5c 100644 --- a/clients/client-glue/src/commands/ListRegistriesCommand.ts +++ b/clients/client-glue/src/commands/ListRegistriesCommand.ts @@ -85,9 +85,7 @@ export class ListRegistriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts index 85eeb4f269a6b..531504e08ea66 100644 --- a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts @@ -92,9 +92,7 @@ export class ListSchemaVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListSchemasCommand.ts b/clients/client-glue/src/commands/ListSchemasCommand.ts index 50cc52403df07..97d33f443aaef 100644 --- a/clients/client-glue/src/commands/ListSchemasCommand.ts +++ b/clients/client-glue/src/commands/ListSchemasCommand.ts @@ -94,9 +94,7 @@ export class ListSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListSessionsCommand.ts b/clients/client-glue/src/commands/ListSessionsCommand.ts index cb9f845d35780..fc4627a075336 100644 --- a/clients/client-glue/src/commands/ListSessionsCommand.ts +++ b/clients/client-glue/src/commands/ListSessionsCommand.ts @@ -118,9 +118,7 @@ export class ListSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListStatementsCommand.ts b/clients/client-glue/src/commands/ListStatementsCommand.ts index ca58b658929ca..a8205a66d860e 100644 --- a/clients/client-glue/src/commands/ListStatementsCommand.ts +++ b/clients/client-glue/src/commands/ListStatementsCommand.ts @@ -107,9 +107,7 @@ export class ListStatementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts b/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts index 59bc01d7d3d68..1824d11408de1 100644 --- a/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts +++ b/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts @@ -99,9 +99,7 @@ export class ListTableOptimizerRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListTriggersCommand.ts b/clients/client-glue/src/commands/ListTriggersCommand.ts index fbad119107215..ea8ea72f72da7 100644 --- a/clients/client-glue/src/commands/ListTriggersCommand.ts +++ b/clients/client-glue/src/commands/ListTriggersCommand.ts @@ -88,9 +88,7 @@ export class ListTriggersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListUsageProfilesCommand.ts b/clients/client-glue/src/commands/ListUsageProfilesCommand.ts index 9c4231dab2309..9178a506fbac1 100644 --- a/clients/client-glue/src/commands/ListUsageProfilesCommand.ts +++ b/clients/client-glue/src/commands/ListUsageProfilesCommand.ts @@ -86,9 +86,7 @@ export class ListUsageProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ListWorkflowsCommand.ts b/clients/client-glue/src/commands/ListWorkflowsCommand.ts index 3b32b9d6de276..cabf333b527ca 100644 --- a/clients/client-glue/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/ListWorkflowsCommand.ts @@ -78,9 +78,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts index 40da1624d1f69..8660044f7a8ed 100644 --- a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts @@ -89,9 +89,7 @@ export class PutDataCatalogEncryptionSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts b/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts index 787772cdceac0..06f2ddf2a2ddc 100644 --- a/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts +++ b/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts @@ -78,9 +78,7 @@ export class PutDataQualityProfileAnnotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts index 784eefd489bf6..6a9ecaded3ac0 100644 --- a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts @@ -84,9 +84,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts index 230e94377da1b..ed81f313dab82 100644 --- a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts @@ -100,9 +100,7 @@ export class PutSchemaVersionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts index 8604c017c6eab..014af80d0b677 100644 --- a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts @@ -88,9 +88,7 @@ export class PutWorkflowRunPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts index a32535cfdcecf..9829d2aad2af0 100644 --- a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts @@ -104,9 +104,7 @@ export class QuerySchemaVersionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts index ce36b027e8f7e..bccf7ceedc8da 100644 --- a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts @@ -92,9 +92,7 @@ export class RegisterSchemaVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts index 17d1e38b55a79..31469b784a11b 100644 --- a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts @@ -96,9 +96,7 @@ export class RemoveSchemaVersionMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts index 2fe326c8cf35c..c42634eb90c8f 100644 --- a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts @@ -104,9 +104,7 @@ export class ResetJobBookmarkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts index d2d1552f24d17..9dd7e0eef75b8 100644 --- a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts @@ -90,9 +90,7 @@ export class ResumeWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/RunStatementCommand.ts b/clients/client-glue/src/commands/RunStatementCommand.ts index 777af23f0a272..117999dca7eff 100644 --- a/clients/client-glue/src/commands/RunStatementCommand.ts +++ b/clients/client-glue/src/commands/RunStatementCommand.ts @@ -91,9 +91,7 @@ export class RunStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/SearchTablesCommand.ts b/clients/client-glue/src/commands/SearchTablesCommand.ts index eab34bb5b2d58..543b8a28e3b22 100644 --- a/clients/client-glue/src/commands/SearchTablesCommand.ts +++ b/clients/client-glue/src/commands/SearchTablesCommand.ts @@ -351,9 +351,7 @@ export class SearchTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts index ca3882f787b9a..28c0516d36a49 100644 --- a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts @@ -85,9 +85,7 @@ export class StartBlueprintRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts index 52a90796dd629..999d26a761244 100644 --- a/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts @@ -96,9 +96,7 @@ export class StartColumnStatisticsTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartCrawlerCommand.ts b/clients/client-glue/src/commands/StartCrawlerCommand.ts index 55176cba94efd..328c44b7c634d 100644 --- a/clients/client-glue/src/commands/StartCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerCommand.ts @@ -74,9 +74,7 @@ export class StartCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts index 02bb05ce6a48c..3a31484f3b5cd 100644 --- a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts @@ -80,9 +80,7 @@ export class StartCrawlerScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts index af19d13cf8a37..e1241bc9805c7 100644 --- a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts @@ -103,9 +103,7 @@ export class StartDataQualityRuleRecommendationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts index 88c99ca640beb..20fb1d422fd65 100644 --- a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts @@ -123,9 +123,7 @@ export class StartDataQualityRulesetEvaluationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts index 15fd9312d20a4..a0cddcd553543 100644 --- a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts @@ -86,9 +86,7 @@ export class StartExportLabelsTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts index dae43b9b28522..aa6a86d6ddf1d 100644 --- a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts @@ -103,9 +103,7 @@ export class StartImportLabelsTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartJobRunCommand.ts b/clients/client-glue/src/commands/StartJobRunCommand.ts index 0e922b1cd63d8..a74f6369a7bfe 100644 --- a/clients/client-glue/src/commands/StartJobRunCommand.ts +++ b/clients/client-glue/src/commands/StartJobRunCommand.ts @@ -98,9 +98,7 @@ export class StartJobRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts index ad366f671d063..22e25490b77b8 100644 --- a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts @@ -88,9 +88,7 @@ export class StartMLEvaluationTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts index 39ed648ffac89..978a1dcc9434a 100644 --- a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts @@ -99,9 +99,7 @@ export class StartMLLabelingSetGenerationTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartTriggerCommand.ts b/clients/client-glue/src/commands/StartTriggerCommand.ts index a77b2543b05a8..1550e671065d6 100644 --- a/clients/client-glue/src/commands/StartTriggerCommand.ts +++ b/clients/client-glue/src/commands/StartTriggerCommand.ts @@ -85,9 +85,7 @@ export class StartTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts index 04311f9e1d7af..6e116f728d029 100644 --- a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts @@ -86,9 +86,7 @@ export class StartWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts index 4ae2b818cb037..f40f67fed9914 100644 --- a/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts @@ -78,9 +78,7 @@ export class StopColumnStatisticsTaskRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopCrawlerCommand.ts b/clients/client-glue/src/commands/StopCrawlerCommand.ts index f0a91e1ee29c9..7df4955307d58 100644 --- a/clients/client-glue/src/commands/StopCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerCommand.ts @@ -75,9 +75,7 @@ export class StopCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts index 3a97b19679314..59cf805d24236 100644 --- a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts @@ -77,9 +77,7 @@ export class StopCrawlerScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopSessionCommand.ts b/clients/client-glue/src/commands/StopSessionCommand.ts index 2b0bfb8258a5d..1b1ead200339e 100644 --- a/clients/client-glue/src/commands/StopSessionCommand.ts +++ b/clients/client-glue/src/commands/StopSessionCommand.ts @@ -84,9 +84,7 @@ export class StopSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopTriggerCommand.ts b/clients/client-glue/src/commands/StopTriggerCommand.ts index fbf7b3c5c08b2..52670203ff8a0 100644 --- a/clients/client-glue/src/commands/StopTriggerCommand.ts +++ b/clients/client-glue/src/commands/StopTriggerCommand.ts @@ -80,9 +80,7 @@ export class StopTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts index dfc4def70d5c7..ff287114f2531 100644 --- a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts @@ -79,9 +79,7 @@ export class StopWorkflowRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/TagResourceCommand.ts b/clients/client-glue/src/commands/TagResourceCommand.ts index c3a2011429711..b9f3fca00b729 100644 --- a/clients/client-glue/src/commands/TagResourceCommand.ts +++ b/clients/client-glue/src/commands/TagResourceCommand.ts @@ -80,9 +80,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UntagResourceCommand.ts b/clients/client-glue/src/commands/UntagResourceCommand.ts index 363789d006734..ac4cb349e3199 100644 --- a/clients/client-glue/src/commands/UntagResourceCommand.ts +++ b/clients/client-glue/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts index 43d7be64cf48b..16cf1b6fe5127 100644 --- a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts @@ -85,9 +85,7 @@ export class UpdateBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateClassifierCommand.ts b/clients/client-glue/src/commands/UpdateClassifierCommand.ts index e1952f9dff897..900a12e1421b1 100644 --- a/clients/client-glue/src/commands/UpdateClassifierCommand.ts +++ b/clients/client-glue/src/commands/UpdateClassifierCommand.ts @@ -107,9 +107,7 @@ export class UpdateClassifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts index 83f93ce6af4e2..b3fe862dca373 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts @@ -211,9 +211,7 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts index 15d90fdcb2eb7..ba6b53f822ff6 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts @@ -205,9 +205,7 @@ export class UpdateColumnStatisticsForTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateConnectionCommand.ts b/clients/client-glue/src/commands/UpdateConnectionCommand.ts index 6464424e4b998..fdda85e0efe08 100644 --- a/clients/client-glue/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-glue/src/commands/UpdateConnectionCommand.ts @@ -114,9 +114,7 @@ export class UpdateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts index bcac0dbfbd793..2c1ec7ef48d43 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts @@ -185,9 +185,7 @@ export class UpdateCrawlerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts index 03aaa992dce52..1afd87b691c23 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts @@ -79,9 +79,7 @@ export class UpdateCrawlerScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts index e125d755033d8..c18cada0c2ba5 100644 --- a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts @@ -90,9 +90,7 @@ export class UpdateDataQualityRulesetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts index c5900cbef6746..e3b50f1efa68f 100644 --- a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts @@ -109,9 +109,7 @@ export class UpdateDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts index 23faf43b363c8..24acff6280c00 100644 --- a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts @@ -96,9 +96,7 @@ export class UpdateDevEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateJobCommand.ts b/clients/client-glue/src/commands/UpdateJobCommand.ts index f4f5d0d8ea0b4..f2fea4bbaee4d 100644 --- a/clients/client-glue/src/commands/UpdateJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobCommand.ts @@ -1173,9 +1173,7 @@ export class UpdateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts index 84e020c32effc..66efcdddc27df 100644 --- a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts @@ -95,9 +95,7 @@ export class UpdateJobFromSourceControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts index c7cfd943355e7..7fc442a920985 100644 --- a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts @@ -101,9 +101,7 @@ export class UpdateMLTransformCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdatePartitionCommand.ts b/clients/client-glue/src/commands/UpdatePartitionCommand.ts index b7dd74ab3fcdd..e92875fd1ec6e 100644 --- a/clients/client-glue/src/commands/UpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdatePartitionCommand.ts @@ -149,9 +149,7 @@ export class UpdatePartitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateRegistryCommand.ts b/clients/client-glue/src/commands/UpdateRegistryCommand.ts index 87a9ba3b70f35..f54fd2e0db1c6 100644 --- a/clients/client-glue/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-glue/src/commands/UpdateRegistryCommand.ts @@ -85,9 +85,7 @@ export class UpdateRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateSchemaCommand.ts b/clients/client-glue/src/commands/UpdateSchemaCommand.ts index 0eb7495b8a301..04696b726bf6a 100644 --- a/clients/client-glue/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-glue/src/commands/UpdateSchemaCommand.ts @@ -95,9 +95,7 @@ export class UpdateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts index 545f7a5063799..765f1ae581205 100644 --- a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts @@ -95,9 +95,7 @@ export class UpdateSourceControlFromJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateTableCommand.ts b/clients/client-glue/src/commands/UpdateTableCommand.ts index 05fe778494869..4fafaef53fa88 100644 --- a/clients/client-glue/src/commands/UpdateTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateTableCommand.ts @@ -193,9 +193,7 @@ export class UpdateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts b/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts index 559eba2f03441..81a6f023fbb75 100644 --- a/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts +++ b/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts @@ -82,9 +82,7 @@ export class UpdateTableOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateTriggerCommand.ts b/clients/client-glue/src/commands/UpdateTriggerCommand.ts index b5318e0d22128..309f6a7b0535e 100644 --- a/clients/client-glue/src/commands/UpdateTriggerCommand.ts +++ b/clients/client-glue/src/commands/UpdateTriggerCommand.ts @@ -153,9 +153,7 @@ export class UpdateTriggerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts b/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts index d3dca0387c1ec..3659d87e4f18a 100644 --- a/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts +++ b/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts @@ -106,9 +106,7 @@ export class UpdateUsageProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts index fbc37f3c428b6..98d30f35ffd0d 100644 --- a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts @@ -92,9 +92,7 @@ export class UpdateUserDefinedFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts index 1c755f7973cae..5aa7e586e7c51 100644 --- a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts @@ -86,9 +86,7 @@ export class UpdateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GlueClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts index 21b097c6262af..4fc2ab66d2d04 100644 --- a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts @@ -143,9 +143,7 @@ export class AssociateLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts index 7203d6e7c5b07..1a9148190d726 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts @@ -101,9 +101,7 @@ export class CreateWorkspaceApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts index f782fee4e2441..543ed798d924a 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts @@ -185,9 +185,7 @@ export class CreateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts index 41fd4dd0d135a..50cd601118317 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts @@ -108,9 +108,7 @@ export class CreateWorkspaceServiceAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts index 3f45c26f2e794..38214e848088b 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts @@ -116,9 +116,7 @@ export class CreateWorkspaceServiceAccountTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts index b93c959ebed54..7f6aea8f58eb4 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts @@ -89,9 +89,7 @@ export class DeleteWorkspaceApiKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts index 46891c771c2c4..29b87d02af5c7 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts @@ -140,9 +140,7 @@ export class DeleteWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts index e038c131525aa..5edeedb8bc782 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts @@ -95,9 +95,7 @@ export class DeleteWorkspaceServiceAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts index 0ce88aac21118..f949d94b13440 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts @@ -100,9 +100,7 @@ export class DeleteWorkspaceServiceAccountTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts index 8d9a9ab8d4bdf..4e8c3fde95bd2 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts @@ -129,9 +129,7 @@ export class DescribeWorkspaceAuthenticationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts index a3713d31faf08..94ca00095c37e 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts @@ -137,9 +137,7 @@ export class DescribeWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts index 9d55add69bd24..5e21383657f6f 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts @@ -83,9 +83,7 @@ export class DescribeWorkspaceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts index 206ae754f2576..60e95373ebd82 100644 --- a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts @@ -138,9 +138,7 @@ export class DisassociateLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListPermissionsCommand.ts b/clients/client-grafana/src/commands/ListPermissionsCommand.ts index f2ef97999090b..5051a6fc90d4a 100644 --- a/clients/client-grafana/src/commands/ListPermissionsCommand.ts +++ b/clients/client-grafana/src/commands/ListPermissionsCommand.ts @@ -99,9 +99,7 @@ export class ListPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts index 2a4863843f3b5..43432f31daadb 100644 --- a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListVersionsCommand.ts b/clients/client-grafana/src/commands/ListVersionsCommand.ts index 2aa9e7019cc84..c58bf4488a3ae 100644 --- a/clients/client-grafana/src/commands/ListVersionsCommand.ts +++ b/clients/client-grafana/src/commands/ListVersionsCommand.ts @@ -87,9 +87,7 @@ export class ListVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts index 69bc074ba9257..780236660897f 100644 --- a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts @@ -111,9 +111,7 @@ export class ListWorkspaceServiceAccountTokensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts index fcd1ae6dc83d5..41196e72b4b0b 100644 --- a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts @@ -101,9 +101,7 @@ export class ListWorkspaceServiceAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts index ec5e194b514dc..e8ca87ae9d277 100644 --- a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts @@ -106,9 +106,7 @@ export class ListWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/TagResourceCommand.ts b/clients/client-grafana/src/commands/TagResourceCommand.ts index c2bf590b8efda..3c64cd754a0b1 100644 --- a/clients/client-grafana/src/commands/TagResourceCommand.ts +++ b/clients/client-grafana/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/UntagResourceCommand.ts b/clients/client-grafana/src/commands/UntagResourceCommand.ts index a7c15c8f798f7..9afd98122d861 100644 --- a/clients/client-grafana/src/commands/UntagResourceCommand.ts +++ b/clients/client-grafana/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts index 9be005392b151..ffe7e135fc5da 100644 --- a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts +++ b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts @@ -108,9 +108,7 @@ export class UpdatePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts index 9cad996bcc9b9..f994fb79c1ba4 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts @@ -165,9 +165,7 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts index f9181dd80e887..8d2a1fcc777f1 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts @@ -180,9 +180,7 @@ export class UpdateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts index 52829cf4f6e2b..2b69ce86dcaa4 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts @@ -88,9 +88,7 @@ export class UpdateWorkspaceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GrafanaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts index a94ef3e2f50ea..0c65f58944b63 100644 --- a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts @@ -72,9 +72,7 @@ export class AssociateRoleToGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts index 32f345c323d60..0d11565d3c3a1 100644 --- a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -76,9 +76,7 @@ export class AssociateServiceRoleToAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts index 56fe6de552730..e4a9d0505d49a 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts @@ -89,9 +89,7 @@ export class CreateConnectorDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts index 5c248321ac4c7..3e6155eb22f15 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts @@ -86,9 +86,7 @@ export class CreateConnectorDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts index 330484cd462b9..2d1f8841bba16 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts @@ -88,9 +88,7 @@ export class CreateCoreDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts index bcc9692c842a5..a7907d6e2b9ef 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts @@ -85,9 +85,7 @@ export class CreateCoreDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts index c14066bcf274f..5439391e571cf 100644 --- a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts @@ -73,9 +73,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts index c6745764b34cd..58c23123a7dc3 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts @@ -88,9 +88,7 @@ export class CreateDeviceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts index a9b25e2cd932f..22eb178145e8c 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts @@ -85,9 +85,7 @@ export class CreateDeviceDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts index ebf7a7bcdcb58..f6d57794d59a0 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts @@ -123,9 +123,7 @@ export class CreateFunctionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts index 1515cd9900b89..3a85efe29d5bf 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts @@ -120,9 +120,7 @@ export class CreateFunctionDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts index 4f2a37e8870bd..c79500ea40bc8 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts @@ -77,9 +77,7 @@ export class CreateGroupCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateGroupCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCommand.ts index affe20c6af6e0..c35b734285047 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCommand.ts @@ -87,9 +87,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts index 1bc7793cda7a5..a3ba34289580d 100644 --- a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts @@ -79,9 +79,7 @@ export class CreateGroupVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts index 655692a07c888..8eebe0ab118e4 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts @@ -89,9 +89,7 @@ export class CreateLoggerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts index ecac7507861e5..6655a7b52e461 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts @@ -86,9 +86,7 @@ export class CreateLoggerDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts index 750d806b523b3..dced0b800d06a 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts @@ -125,9 +125,7 @@ export class CreateResourceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts index af4d4b47507fc..2ccf98dd81fdc 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts @@ -122,9 +122,7 @@ export class CreateResourceDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts index d0a355e6510d3..279488f2a593a 100644 --- a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts @@ -81,9 +81,7 @@ export class CreateSoftwareUpdateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts index 099b2f231213d..330dff5d7d6ed 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts @@ -93,9 +93,7 @@ export class CreateSubscriptionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts index 585226d9b4a24..20bd3578b2741 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts @@ -88,9 +88,7 @@ export class CreateSubscriptionDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts index 3d4a90afe55bc..f0b33166b715e 100644 --- a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteConnectorDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts index 15635666eb636..71d730f87532a 100644 --- a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteCoreDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts index 41df39d821c36..80f7ed9446be2 100644 --- a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteDeviceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts index a3ff2491f988a..ab4445408677a 100644 --- a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteFunctionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts index 8d32681969b15..75a1a6b319100 100644 --- a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts @@ -66,9 +66,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts index 2b5013cea80df..b6fbda6f07e79 100644 --- a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteLoggerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts index 7e46cd06bd8d2..3ce397309c0b8 100644 --- a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts @@ -66,9 +66,7 @@ export class DeleteResourceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts index 26b2af66d61e4..efacb3c97f3a9 100644 --- a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts @@ -71,9 +71,7 @@ export class DeleteSubscriptionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts index b6b780a5b2948..182f4bf8593d8 100644 --- a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts @@ -71,9 +71,7 @@ export class DisassociateRoleFromGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts index fb3426f6efac6..f23c208ef357a 100644 --- a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -74,9 +74,7 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts index e68048f53b21f..429954c1175d6 100644 --- a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts +++ b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts @@ -72,9 +72,7 @@ export class GetAssociatedRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts index 13dc495090d99..8c7b2d7a8e12d 100644 --- a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts @@ -84,9 +84,7 @@ export class GetBulkDeploymentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts index d2c29ff83de7c..11561aa6160d9 100644 --- a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts @@ -79,9 +79,7 @@ export class GetConnectivityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts index 0a6444f03e2d7..51b2859e091dd 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetConnectorDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts index b77e56b827931..bc1d2d5ef023b 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts @@ -90,9 +90,7 @@ export class GetConnectorDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts index a21a96107ee2e..46a38d9d98242 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetCoreDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts index 03f7909ee8e40..e68be6c98974f 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts @@ -83,9 +83,7 @@ export class GetCoreDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts index 67db24d5cb81f..d6af8a47bb996 100644 --- a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts @@ -78,9 +78,7 @@ export class GetDeploymentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts index c0fb76fbcb6fc..b175826a1a32d 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetDeviceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts index 77099dcf13dbf..c135206496f03 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts @@ -84,9 +84,7 @@ export class GetDeviceDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts index 025e3af74c82e..ed55f2fd6c68f 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetFunctionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts index 49199c923a8df..7a869b5bbe424 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts @@ -124,9 +124,7 @@ export class GetFunctionDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts index b4d9090cb42b0..0d09a07f41cfb 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts @@ -79,9 +79,7 @@ export class GetGroupCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts index ca882de3310ce..c4a20c64506de 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts @@ -78,9 +78,7 @@ export class GetGroupCertificateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetGroupCommand.ts b/clients/client-greengrass/src/commands/GetGroupCommand.ts index fe48be3a89897..8fac8d162ad83 100644 --- a/clients/client-greengrass/src/commands/GetGroupCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCommand.ts @@ -77,9 +77,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts index a5fec5b13ae55..dc190c9797cc0 100644 --- a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts @@ -81,9 +81,7 @@ export class GetGroupVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts index 930c069121fb6..e3045cad85474 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetLoggerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts index 2f358423a258e..a8f4739cd1cd4 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts @@ -84,9 +84,7 @@ export class GetLoggerDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts index baf455c452524..c63141c856837 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetResourceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts index f0788ad66675b..84813f9487f6b 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts @@ -124,9 +124,7 @@ export class GetResourceDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts index d8505b3897371..25bb0cd42cf46 100644 --- a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts @@ -67,9 +67,7 @@ export class GetServiceRoleForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts index 38c228f012033..57e5fedbb91cc 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts @@ -77,9 +77,7 @@ export class GetSubscriptionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts index 86ab5306b3302..53f97cec94b8a 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts @@ -89,9 +89,7 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts index 28dbbe6cf1968..21887e5fe6cff 100644 --- a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts @@ -81,9 +81,7 @@ export class GetThingRuntimeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts index b24f35b5b0991..1d0ba2316643a 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts @@ -95,9 +95,7 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts index c8550339b6b76..1a3573c2cdb76 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts @@ -76,9 +76,7 @@ export class ListBulkDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts index 1f2b4d4729762..810ce36859aa1 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts @@ -83,9 +83,7 @@ export class ListConnectorDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts index de9b9d7fc0c98..0e9c845ec667a 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListConnectorDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts index d237c511b4570..4c6e6fcc5a620 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts @@ -78,9 +78,7 @@ export class ListCoreDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts index cc9747014ba4e..535fee7c3749d 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListCoreDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts index b41d60ea3e127..2e68c5149bac2 100644 --- a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts @@ -79,9 +79,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts index e5add047d4b0c..f69a651c6ef4d 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts @@ -83,9 +83,7 @@ export class ListDeviceDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts index 8e2467a6554ad..be18b90a40680 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListDeviceDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts index 09786166b2db8..f9f6ae317ae2e 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts @@ -83,9 +83,7 @@ export class ListFunctionDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts index 89eab7444aaf7..44bc4b719a643 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListFunctionDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts index 640a9c12ee25d..257fe7a2028c2 100644 --- a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts @@ -81,9 +81,7 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts index da6b87556d117..3a3e83e7a9b91 100644 --- a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts @@ -78,9 +78,7 @@ export class ListGroupVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListGroupsCommand.ts b/clients/client-greengrass/src/commands/ListGroupsCommand.ts index 7e98d448b161f..5f016734b4664 100644 --- a/clients/client-greengrass/src/commands/ListGroupsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupsCommand.ts @@ -77,9 +77,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts index 70647b728a805..974cd9cdecd7d 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts @@ -83,9 +83,7 @@ export class ListLoggerDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts index 16d3bfaf692a9..06f6a4b096b69 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListLoggerDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts index bf38905266c2d..3d779ee9e4ab6 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts @@ -83,9 +83,7 @@ export class ListResourceDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts index 528ffea0def7b..250e4750ce06b 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts @@ -80,9 +80,7 @@ export class ListResourceDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts index 415ddc0d2d4ac..d3e05b67731d8 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts @@ -86,9 +86,7 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts index 013fd0ddc4918..72171dc180316 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts @@ -85,9 +85,7 @@ export class ListSubscriptionDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts index f5d4aae5698e1..311c84c5a92be 100644 --- a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts @@ -70,9 +70,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts index f7a20f4bf137a..25d8b634cf57b 100644 --- a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts @@ -71,9 +71,7 @@ export class ResetDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts index f10bdaf2d1a48..fdd6013f4e356 100644 --- a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts @@ -74,9 +74,7 @@ export class StartBulkDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts index b7f002064d8cd..be8c1834753b0 100644 --- a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts @@ -66,9 +66,7 @@ export class StopBulkDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/TagResourceCommand.ts b/clients/client-greengrass/src/commands/TagResourceCommand.ts index df8cf84e21a21..c97513fa8a318 100644 --- a/clients/client-greengrass/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/TagResourceCommand.ts @@ -69,9 +69,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UntagResourceCommand.ts b/clients/client-greengrass/src/commands/UntagResourceCommand.ts index 45367284a9203..94e4a5f409b2b 100644 --- a/clients/client-greengrass/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/UntagResourceCommand.ts @@ -69,9 +69,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts index bb3066718664d..6fb5155c480a1 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts @@ -80,9 +80,7 @@ export class UpdateConnectivityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts index f22d8873076a6..63f052bcc5d74 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateConnectorDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts index 0bb50fe0a9124..7f856cebd3d5a 100644 --- a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateCoreDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts index c2fc274f519b3..36797ee966688 100644 --- a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateDeviceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts index 99d3d6246715b..8ad062c62e4ec 100644 --- a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateFunctionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts index e4195fcfed307..a7d73fa13708b 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts @@ -82,9 +82,7 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts index c4b80ca1c6fde..44a0686543fcb 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts @@ -67,9 +67,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts index 329f7a68b68b2..53c9caaff06b5 100644 --- a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateLoggerDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts index f2aee4af816b4..320dab3a1112b 100644 --- a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts @@ -67,9 +67,7 @@ export class UpdateResourceDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts index cbcaff0476ea3..1d28a04e968e0 100644 --- a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts @@ -72,9 +72,7 @@ export class UpdateSubscriptionDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts index b75b59207c32a..2b8aafe8e0008 100644 --- a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts @@ -77,9 +77,7 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts index 44d9c088869dd..5fb0dfa118fc4 100644 --- a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -81,9 +81,7 @@ export class AssociateServiceRoleToAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts index 301cdf4b2514d..1b1e2358c72e9 100644 --- a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts @@ -113,9 +113,7 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts index d5008d14da55a..661aa28f9d5b5 100644 --- a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts @@ -104,9 +104,7 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts index 32b6f156274a8..bec6e85d5d5d4 100644 --- a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts @@ -88,9 +88,7 @@ export class CancelDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts index cf87f44b61430..5330002d27896 100644 --- a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts @@ -202,9 +202,7 @@ export class CreateComponentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts index 0527e500a63c3..ba66f66c0175f 100644 --- a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts @@ -164,9 +164,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts index 26844b6864780..35acf9c6c4f88 100644 --- a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts @@ -90,9 +90,7 @@ export class DeleteComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts index 0829bd6033395..e1f8b2160205f 100644 --- a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts @@ -87,9 +87,7 @@ export class DeleteCoreDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts index 003c0c02b26db..c472407a8de6e 100644 --- a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts @@ -88,9 +88,7 @@ export class DeleteDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts index a83e585882033..5bb7397d0fa5d 100644 --- a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts @@ -107,9 +107,7 @@ export class DescribeComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts index 4d042530edc6d..1a8d0911002ad 100644 --- a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -77,9 +77,7 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts index 08a3cfdc7b0bd..fcdff0aeaf7d2 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts @@ -87,9 +87,7 @@ export class GetComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts index 840c020f0b3b0..f1bdf8ea8299a 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts @@ -92,9 +92,7 @@ export class GetComponentVersionArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts index d93b7df09d92d..b46bf42765419 100644 --- a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts @@ -86,9 +86,7 @@ export class GetConnectivityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts index 34d76b290c4ed..1a5fc6f428cf6 100644 --- a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts @@ -117,9 +117,7 @@ export class GetCoreDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts index 42ec0749a2d77..ef93e739ef8d9 100644 --- a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts @@ -149,9 +149,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts index 623f8a688875e..7e698915a5584 100644 --- a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts @@ -70,9 +70,7 @@ export class GetServiceRoleForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts index f575274e05b7e..33db69708d7c0 100644 --- a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts @@ -100,9 +100,7 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts index 882b6a54173a1..1e4964966145d 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts @@ -92,9 +92,7 @@ export class ListComponentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts index 8ca3515428326..764f3c705134c 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts @@ -106,9 +106,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts index 93ccc39f9ea62..21af7a51808e5 100644 --- a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts @@ -116,9 +116,7 @@ export class ListCoreDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts index 44e1750e35272..c0b9578cb75d5 100644 --- a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts @@ -95,9 +95,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts index 8402533e61f13..3375f8fb5858e 100644 --- a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts @@ -106,9 +106,7 @@ export class ListEffectiveDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts index d783d45c40425..052f4bd3160f3 100644 --- a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts @@ -130,9 +130,7 @@ export class ListInstalledComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts index b85a9e8bb9d40..d6808502b9ea0 100644 --- a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts index 227aa59832fee..d5bf46233f9c9 100644 --- a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts @@ -123,9 +123,7 @@ export class ResolveComponentCandidatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts index ec302b10afb43..3f7f833634116 100644 --- a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts index f59a7f9005cbc..24537df8cac0f 100644 --- a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts index 7a450f2df7322..2ebd2e0ebd8ad 100644 --- a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts @@ -87,9 +87,7 @@ export class UpdateConnectivityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GreengrassV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/CancelContactCommand.ts b/clients/client-groundstation/src/commands/CancelContactCommand.ts index 394e2fff9b14d..c28e46fa26a2a 100644 --- a/clients/client-groundstation/src/commands/CancelContactCommand.ts +++ b/clients/client-groundstation/src/commands/CancelContactCommand.ts @@ -74,9 +74,7 @@ export class CancelContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/CreateConfigCommand.ts b/clients/client-groundstation/src/commands/CreateConfigCommand.ts index ba7319a3ddd97..ee1433c67c4d7 100644 --- a/clients/client-groundstation/src/commands/CreateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/CreateConfigCommand.ts @@ -147,9 +147,7 @@ export class CreateConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts index 757415c7fba79..ffa9acf597112 100644 --- a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts @@ -133,9 +133,7 @@ export class CreateDataflowEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts index 0fc8b3adde64b..28b872f3db120 100644 --- a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts @@ -109,9 +109,7 @@ export class CreateEphemerisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts index f0b44df6f4e82..a4d1fd6658ecc 100644 --- a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts @@ -95,9 +95,7 @@ export class CreateMissionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts index 7f2b78b6fb213..e2e5a6bdbc2fd 100644 --- a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts @@ -77,9 +77,7 @@ export class DeleteConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts index 5b4347ef8a7c7..d95a6d1b3b25c 100644 --- a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts @@ -77,9 +77,7 @@ export class DeleteDataflowEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts index a4972bc5b666c..3b7a3d0d71479 100644 --- a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts @@ -74,9 +74,7 @@ export class DeleteEphemerisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts index da5bacf94007c..c3c24a6fde815 100644 --- a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts @@ -74,9 +74,7 @@ export class DeleteMissionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DescribeContactCommand.ts b/clients/client-groundstation/src/commands/DescribeContactCommand.ts index 651915dcf579d..ea0ace6face49 100644 --- a/clients/client-groundstation/src/commands/DescribeContactCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeContactCommand.ts @@ -218,9 +218,7 @@ export class DescribeContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts index 9a420ae2e01c1..ae089b0cba035 100644 --- a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts @@ -102,9 +102,7 @@ export class DescribeEphemerisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts index 625ce2146f408..f5fd97cd270f1 100644 --- a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts +++ b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts @@ -78,9 +78,7 @@ export class GetAgentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetConfigCommand.ts b/clients/client-groundstation/src/commands/GetConfigCommand.ts index c586ad8e22820..dd16d7252aeca 100644 --- a/clients/client-groundstation/src/commands/GetConfigCommand.ts +++ b/clients/client-groundstation/src/commands/GetConfigCommand.ts @@ -146,9 +146,7 @@ export class GetConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts index 6d03350a12e00..4b7a4b07ceb41 100644 --- a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts @@ -128,9 +128,7 @@ export class GetDataflowEndpointGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts index 8aa7fc8376a70..a833ce63ad210 100644 --- a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts +++ b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts @@ -79,9 +79,7 @@ export class GetMinuteUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts index 61dd6f9930319..e7b128e89c99f 100644 --- a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts @@ -95,9 +95,7 @@ export class GetMissionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts index 7a239e9d1ef7b..c914ecb375854 100644 --- a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts +++ b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts @@ -85,9 +85,7 @@ export class GetSatelliteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListConfigsCommand.ts b/clients/client-groundstation/src/commands/ListConfigsCommand.ts index dea3dc8e7f5a5..835747d225e4f 100644 --- a/clients/client-groundstation/src/commands/ListConfigsCommand.ts +++ b/clients/client-groundstation/src/commands/ListConfigsCommand.ts @@ -83,9 +83,7 @@ export class ListConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListContactsCommand.ts b/clients/client-groundstation/src/commands/ListContactsCommand.ts index c77568d42789b..4996591250390 100644 --- a/clients/client-groundstation/src/commands/ListContactsCommand.ts +++ b/clients/client-groundstation/src/commands/ListContactsCommand.ts @@ -110,9 +110,7 @@ export class ListContactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts index 78bf775b6807f..77ee335512589 100644 --- a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts +++ b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts @@ -81,9 +81,7 @@ export class ListDataflowEndpointGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts index 61086a995e0dd..5e4899b112d87 100644 --- a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts +++ b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts @@ -96,9 +96,7 @@ export class ListEphemeridesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts index 15bb4146514fc..d2b87ed26abea 100644 --- a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts +++ b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts @@ -83,9 +83,7 @@ export class ListGroundStationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts index 2e48a69cdfc77..d96fc64f7ea3e 100644 --- a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts +++ b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts @@ -83,9 +83,7 @@ export class ListMissionProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts index 8acc60b544138..dd989ad914cfe 100644 --- a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts +++ b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts @@ -91,9 +91,7 @@ export class ListSatellitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts index 10d0bf9e599fe..970cd06192cb9 100644 --- a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts index 868850c6ab265..8540612a653f3 100644 --- a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts +++ b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts @@ -106,9 +106,7 @@ export class RegisterAgentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/ReserveContactCommand.ts b/clients/client-groundstation/src/commands/ReserveContactCommand.ts index ab3993bbd717b..7a307e9e21388 100644 --- a/clients/client-groundstation/src/commands/ReserveContactCommand.ts +++ b/clients/client-groundstation/src/commands/ReserveContactCommand.ts @@ -81,9 +81,7 @@ export class ReserveContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/TagResourceCommand.ts b/clients/client-groundstation/src/commands/TagResourceCommand.ts index 40dfc21c53ddf..f75e031bd716e 100644 --- a/clients/client-groundstation/src/commands/TagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/UntagResourceCommand.ts b/clients/client-groundstation/src/commands/UntagResourceCommand.ts index 854458a3f62f0..3a9ce4dae954c 100644 --- a/clients/client-groundstation/src/commands/UntagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts index 5ef229e6fe2ca..50c684ae37d0c 100644 --- a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts @@ -95,9 +95,7 @@ export class UpdateAgentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts index 6bba27418934c..608cd0ffa34d0 100644 --- a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts @@ -144,9 +144,7 @@ export class UpdateConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts index e97f6ce242f51..1029fb0f964db 100644 --- a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts @@ -77,9 +77,7 @@ export class UpdateEphemerisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts index b0ea1826c38f6..c65cf58c9235c 100644 --- a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts @@ -92,9 +92,7 @@ export class UpdateMissionProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GroundStationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts index ed3f611f83065..0384d15973354 100644 --- a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts @@ -77,9 +77,7 @@ export class AcceptAdministratorInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index 9609252c5581d..d7378322c0d56 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -73,9 +73,7 @@ export class AcceptInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts index f210a223d3c64..c19a0725ac17d 100644 --- a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts @@ -76,9 +76,7 @@ export class ArchiveFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts index 429da61cb094f..f7cb6649755ac 100644 --- a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts @@ -136,9 +136,7 @@ export class CreateDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateFilterCommand.ts b/clients/client-guardduty/src/commands/CreateFilterCommand.ts index 5afaa0c39589f..1ad40d00742fd 100644 --- a/clients/client-guardduty/src/commands/CreateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/CreateFilterCommand.ts @@ -106,9 +106,7 @@ export class CreateFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts index 5e1a01d05d2d9..1e44da6a034b1 100644 --- a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts @@ -82,9 +82,7 @@ export class CreateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts index e206c022880b8..d1959f5974b66 100644 --- a/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts +++ b/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts @@ -101,9 +101,7 @@ export class CreateMalwareProtectionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateMembersCommand.ts b/clients/client-guardduty/src/commands/CreateMembersCommand.ts index 9b878e365e30c..23eeae5ad92e1 100644 --- a/clients/client-guardduty/src/commands/CreateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/CreateMembersCommand.ts @@ -105,9 +105,7 @@ export class CreateMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts index ec0ef32eaad18..b143bd4eb9c1a 100644 --- a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts @@ -83,9 +83,7 @@ export class CreatePublishingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts index b8671b46d101a..f068d4c028578 100644 --- a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts @@ -74,9 +74,7 @@ export class CreateSampleFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts index dbffc8366d626..2a866ff385385 100644 --- a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts @@ -81,9 +81,7 @@ export class CreateThreatIntelSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts index 618efad573e72..176a75f3636c1 100644 --- a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts @@ -79,9 +79,7 @@ export class DeclineInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts index 3a963b60b44ed..17cd0949e0187 100644 --- a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts @@ -69,9 +69,7 @@ export class DeleteDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts index adc0bd1584f49..0c4fcbf2cd803 100644 --- a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts @@ -70,9 +70,7 @@ export class DeleteFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts index 0e93de3ecd5ad..4ab16fa1c740b 100644 --- a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts @@ -71,9 +71,7 @@ export class DeleteIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts index 86757782d9c6f..9567f167c6549 100644 --- a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts @@ -79,9 +79,7 @@ export class DeleteInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts index 2af4f737fa4c0..4ad3c095b67fd 100644 --- a/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts @@ -80,9 +80,7 @@ export class DeleteMalwareProtectionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts index f6d06323654a0..860a7651f64cd 100644 --- a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts @@ -83,9 +83,7 @@ export class DeleteMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts index ffa1ad4c9ea52..1ec272bb637b0 100644 --- a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts @@ -75,9 +75,7 @@ export class DeletePublishingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts index 622e783bd29c1..f48456b7a3ae2 100644 --- a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts @@ -70,9 +70,7 @@ export class DeleteThreatIntelSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts index 0acd153aef6e4..cdd550e09fc47 100644 --- a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts @@ -129,9 +129,7 @@ export class DescribeMalwareScansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts index ac2ed9b39a5b7..d881f3d72567f 100644 --- a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -117,9 +117,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts index 5b18467683d46..3dd9f15c1c9bc 100644 --- a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts @@ -85,9 +85,7 @@ export class DescribePublishingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts index bb1673096cc2e..fdce457b06cfc 100644 --- a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -76,9 +76,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts index 7134b1cfdb3be..4e4c86be8516a 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -86,9 +86,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index 218c9cdc2d27f..52ecfb3ec15c2 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -82,9 +82,7 @@ export class DisassociateFromMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts index f220385904b2b..8f0a2fb565df6 100644 --- a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts @@ -97,9 +97,7 @@ export class DisassociateMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts index 8e7cc5810ef89..1fff9ebfba216 100644 --- a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -76,9 +76,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts index 97f47459728bf..32a3ed0ef828c 100644 --- a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts @@ -81,9 +81,7 @@ export class GetAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts index 591d261377f1a..bcfead8d57b82 100644 --- a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts @@ -99,9 +99,7 @@ export class GetCoverageStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetDetectorCommand.ts b/clients/client-guardduty/src/commands/GetDetectorCommand.ts index 56f631c7a54a9..1ee6d46ace56c 100644 --- a/clients/client-guardduty/src/commands/GetDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/GetDetectorCommand.ts @@ -123,9 +123,7 @@ export class GetDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetFilterCommand.ts b/clients/client-guardduty/src/commands/GetFilterCommand.ts index fc9d6da62550b..0f9b256d9a6c2 100644 --- a/clients/client-guardduty/src/commands/GetFilterCommand.ts +++ b/clients/client-guardduty/src/commands/GetFilterCommand.ts @@ -104,9 +104,7 @@ export class GetFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetFindingsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsCommand.ts index 803f5dfffabec..3777cb63fae6d 100644 --- a/clients/client-guardduty/src/commands/GetFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsCommand.ts @@ -853,9 +853,7 @@ export class GetFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts index 3d91be260de4e..c3e0d96422eef 100644 --- a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts @@ -106,9 +106,7 @@ export class GetFindingsStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetIPSetCommand.ts b/clients/client-guardduty/src/commands/GetIPSetCommand.ts index 0c1a8d0a05bbc..ac689bfbec268 100644 --- a/clients/client-guardduty/src/commands/GetIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetIPSetCommand.ts @@ -78,9 +78,7 @@ export class GetIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts index e763028c2260c..07d35f1122cb3 100644 --- a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts @@ -70,9 +70,7 @@ export class GetInvitationsCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts index 29cdf99211ae1..7f8620d5ffec4 100644 --- a/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts +++ b/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts @@ -103,9 +103,7 @@ export class GetMalwareProtectionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts index 030c4c783e912..5d2f6196f5293 100644 --- a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts @@ -96,9 +96,7 @@ export class GetMalwareScanSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts index cc84a083f0817..54c1597c05f42 100644 --- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts @@ -79,9 +79,7 @@ export class GetMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts index 9a76be0a8db68..3ca8204f4964b 100644 --- a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts @@ -129,9 +129,7 @@ export class GetMemberDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetMembersCommand.ts b/clients/client-guardduty/src/commands/GetMembersCommand.ts index 1e2814cb115c6..b4fbd04bc26ed 100644 --- a/clients/client-guardduty/src/commands/GetMembersCommand.ts +++ b/clients/client-guardduty/src/commands/GetMembersCommand.ts @@ -92,9 +92,7 @@ export class GetMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts index b4f7728e21909..7c284b329f027 100644 --- a/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts @@ -92,9 +92,7 @@ export class GetOrganizationStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts index 7a3e7f17d59d2..e2686514ccb33 100644 --- a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts +++ b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts @@ -113,9 +113,7 @@ export class GetRemainingFreeTrialDaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts index 3eca08279c720..1e81b758422d1 100644 --- a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts @@ -78,9 +78,7 @@ export class GetThreatIntelSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts index e3f816c4cb60c..c6dca096468d1 100644 --- a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts @@ -150,9 +150,7 @@ export class GetUsageStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/InviteMembersCommand.ts b/clients/client-guardduty/src/commands/InviteMembersCommand.ts index 963cea83a7159..84478fe65867f 100644 --- a/clients/client-guardduty/src/commands/InviteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/InviteMembersCommand.ts @@ -106,9 +106,7 @@ export class InviteMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListCoverageCommand.ts b/clients/client-guardduty/src/commands/ListCoverageCommand.ts index 50e4fd05d9d07..b28d556078e38 100644 --- a/clients/client-guardduty/src/commands/ListCoverageCommand.ts +++ b/clients/client-guardduty/src/commands/ListCoverageCommand.ts @@ -140,9 +140,7 @@ export class ListCoverageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts index e80428c260fdb..6ef65d3021b0a 100644 --- a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts @@ -75,9 +75,7 @@ export class ListDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListFiltersCommand.ts b/clients/client-guardduty/src/commands/ListFiltersCommand.ts index a8489e51bd71b..d475ddc634be9 100644 --- a/clients/client-guardduty/src/commands/ListFiltersCommand.ts +++ b/clients/client-guardduty/src/commands/ListFiltersCommand.ts @@ -76,9 +76,7 @@ export class ListFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListFindingsCommand.ts b/clients/client-guardduty/src/commands/ListFindingsCommand.ts index 3e40f6aad2235..9a8842a7738c5 100644 --- a/clients/client-guardduty/src/commands/ListFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ListFindingsCommand.ts @@ -108,9 +108,7 @@ export class ListFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts index da3ea00cf54cd..da3c1b8c6fcd1 100644 --- a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts @@ -78,9 +78,7 @@ export class ListIPSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts index 4649ce8c5313a..7cc70e7cba0fa 100644 --- a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts @@ -81,9 +81,7 @@ export class ListInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts b/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts index efc4272b2de64..954e8ce6d5b31 100644 --- a/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts +++ b/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts @@ -80,9 +80,7 @@ export class ListMalwareProtectionPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListMembersCommand.ts b/clients/client-guardduty/src/commands/ListMembersCommand.ts index 67c90964603a9..eb0453fa3b78f 100644 --- a/clients/client-guardduty/src/commands/ListMembersCommand.ts +++ b/clients/client-guardduty/src/commands/ListMembersCommand.ts @@ -87,9 +87,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts index e57069fba3a43..0608e1e729a65 100644 --- a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -85,9 +85,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts index fff7b0700a87c..f06535b8aed5b 100644 --- a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts @@ -81,9 +81,7 @@ export class ListPublishingDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts index b34cc03f8fec1..679405b1d35af 100644 --- a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts index 69c59735f6a5d..40f1f479bd6fa 100644 --- a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts @@ -78,9 +78,7 @@ export class ListThreatIntelSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts index 0fb09bcb34019..b2b8c93cc0e80 100644 --- a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts +++ b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts @@ -77,9 +77,7 @@ export class StartMalwareScanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts index ad87dee8ee422..f2ada631724e6 100644 --- a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts @@ -80,9 +80,7 @@ export class StartMonitoringMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts index 7755ad9889574..c6ddb6dd5ec1a 100644 --- a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts @@ -84,9 +84,7 @@ export class StopMonitoringMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/TagResourceCommand.ts b/clients/client-guardduty/src/commands/TagResourceCommand.ts index 6e2675b0f055e..563ca0886d34a 100644 --- a/clients/client-guardduty/src/commands/TagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts index 88d7986d7f14e..bbe336b8fb07d 100644 --- a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts @@ -72,9 +72,7 @@ export class UnarchiveFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UntagResourceCommand.ts b/clients/client-guardduty/src/commands/UntagResourceCommand.ts index 3032ac22c8879..a1e5a89706b5d 100644 --- a/clients/client-guardduty/src/commands/UntagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts index d8fe8a67a89eb..5bdb268ea2fdc 100644 --- a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts @@ -106,9 +106,7 @@ export class UpdateDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts index 50d46f75e3a4a..a81037d43a821 100644 --- a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts @@ -101,9 +101,7 @@ export class UpdateFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts index 232b37efa096f..497396b26cb01 100644 --- a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts @@ -74,9 +74,7 @@ export class UpdateFindingsFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts index 3c9212de71b41..4a758510f8724 100644 --- a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts @@ -73,9 +73,7 @@ export class UpdateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts index 59b5aa2a09ee2..35d41d7d55854 100644 --- a/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts @@ -91,9 +91,7 @@ export class UpdateMalwareProtectionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts index 058c9f0ecd785..4d9fdec1310ad 100644 --- a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts @@ -95,9 +95,7 @@ export class UpdateMalwareScanSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts index 4ec2b411d649b..5e294bb2eb628 100644 --- a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts @@ -114,9 +114,7 @@ export class UpdateMemberDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts index 601d26db19f01..d1620337a62c8 100644 --- a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -114,9 +114,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts index 01a3acc7e2e54..8b7e80de779c0 100644 --- a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts @@ -80,9 +80,7 @@ export class UpdatePublishingDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts index 9f206ea0c02fe..316d376c8bc9d 100644 --- a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts @@ -73,9 +73,7 @@ export class UpdateThreatIntelSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: GuardDutyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts index b09a13676f488..02ffe708674a3 100644 --- a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts @@ -91,9 +91,7 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts index f002c00a4fa1b..6c06ae67e1156 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts @@ -128,9 +128,7 @@ export class DescribeAffectedEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts index 7ab3997c79fc0..8ce47412dc0e3 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts @@ -137,9 +137,7 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts index 45e0b292eca9f..21ad197488d4b 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts @@ -75,9 +75,7 @@ export class DescribeEntityAggregatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts index e6614eb182dbb..4b691ad435645 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts @@ -96,9 +96,7 @@ export class DescribeEntityAggregatesForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts index c393aa05dd7b7..4ce0a957b33b8 100644 --- a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts @@ -133,9 +133,7 @@ export class DescribeEventAggregatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts index 9a2ba46ecfe68..dfe7a4f915099 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts @@ -109,9 +109,7 @@ export class DescribeEventDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts index 8077bc0bbf86b..32e6f554c564c 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts @@ -144,9 +144,7 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventTypesCommand.ts b/clients/client-health/src/commands/DescribeEventTypesCommand.ts index 9bd0dbdefc899..7240cfeb5db7f 100644 --- a/clients/client-health/src/commands/DescribeEventTypesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventTypesCommand.ts @@ -97,9 +97,7 @@ export class DescribeEventTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventsCommand.ts b/clients/client-health/src/commands/DescribeEventsCommand.ts index 07462d0804a31..e69b67aa15208 100644 --- a/clients/client-health/src/commands/DescribeEventsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsCommand.ts @@ -162,9 +162,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts index 0385e1be235e2..aeae2b03b49c1 100644 --- a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts @@ -161,9 +161,7 @@ export class DescribeEventsForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts index 516c4b1dc7ea1..159af1dcdeca3 100644 --- a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts @@ -70,9 +70,7 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts index b44819dd55429..a52312544c5d0 100644 --- a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts @@ -81,9 +81,7 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts index 0c838ce93b0a7..d95816daf45cf 100644 --- a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts @@ -90,9 +90,7 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts index 3ae414bf3c894..98f36d38ed8e1 100644 --- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts @@ -103,9 +103,7 @@ export class CreateFHIRDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts index a8a2b1dbc48a6..ebdb97eb1e2bb 100644 --- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts @@ -86,9 +86,7 @@ export class DeleteFHIRDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts index 6517b8e83ca8f..c505e7d456751 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts @@ -105,9 +105,7 @@ export class DescribeFHIRDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts index 9d02b1d63a51e..19f9c5afa6a98 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts @@ -93,9 +93,7 @@ export class DescribeFHIRExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts index f892b9820c726..182ff043ef9b3 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts @@ -106,9 +106,7 @@ export class DescribeFHIRImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts index fa205f7d3cc21..942931a109221 100644 --- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts @@ -111,9 +111,7 @@ export class ListFHIRDatastoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts index d0c1a23e33059..e7453fee9d662 100644 --- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts @@ -106,9 +106,7 @@ export class ListFHIRExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts index 4ba47cc751afa..8c5ad8094f4a1 100644 --- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts @@ -119,9 +119,7 @@ export class ListFHIRImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts index 3c9e90331ac75..935ea818e60cf 100644 --- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts index d610a95400809..a023e08c89876 100644 --- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts @@ -91,9 +91,7 @@ export class StartFHIRExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts index 7c8f59244ee3a..247e84934f104 100644 --- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts @@ -94,9 +94,7 @@ export class StartFHIRImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts index 1635d27af8510..d6bd90d6d27aa 100644 --- a/clients/client-healthlake/src/commands/TagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts index 701d21de96aa5..65746ff42075b 100644 --- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: HealthLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts index 6ff59c9f7dad2..6e5f88c9a25c4 100644 --- a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts @@ -98,9 +98,7 @@ export class AddClientIDToOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts index c689a67298ff0..e1c227b376e27 100644 --- a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts @@ -111,9 +111,7 @@ export class AddRoleToInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AddUserToGroupCommand.ts b/clients/client-iam/src/commands/AddUserToGroupCommand.ts index 46cf48536eb3c..9903d65adf62c 100644 --- a/clients/client-iam/src/commands/AddUserToGroupCommand.ts +++ b/clients/client-iam/src/commands/AddUserToGroupCommand.ts @@ -88,9 +88,7 @@ export class AddUserToGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts index 50b3e17955aa5..cf70b3dfcdbac 100644 --- a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts @@ -105,9 +105,7 @@ export class AttachGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts index d971d7cf79d6f..d5035f54e0b0b 100644 --- a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts @@ -122,9 +122,7 @@ export class AttachRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts index 39fbef56c73c3..c8fcec29eea8b 100644 --- a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts @@ -105,9 +105,7 @@ export class AttachUserPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ChangePasswordCommand.ts b/clients/client-iam/src/commands/ChangePasswordCommand.ts index 5bc9fa1731cf9..c47b2d01b035e 100644 --- a/clients/client-iam/src/commands/ChangePasswordCommand.ts +++ b/clients/client-iam/src/commands/ChangePasswordCommand.ts @@ -109,9 +109,7 @@ export class ChangePasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts index 47d237c81b387..26cc56fa5e0dd 100644 --- a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts @@ -122,9 +122,7 @@ export class CreateAccessKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts index 130e917ae8cad..a5bc1d8b9b940 100644 --- a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts @@ -93,9 +93,7 @@ export class CreateAccountAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateGroupCommand.ts b/clients/client-iam/src/commands/CreateGroupCommand.ts index 7aac01e64c9c7..4ed7b125393d0 100644 --- a/clients/client-iam/src/commands/CreateGroupCommand.ts +++ b/clients/client-iam/src/commands/CreateGroupCommand.ts @@ -112,9 +112,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts index e77631a2117f1..75ce8ccf3e392 100644 --- a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts @@ -157,9 +157,7 @@ export class CreateInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts index 875882dbcad2f..441be95db1d19 100644 --- a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts @@ -122,9 +122,7 @@ export class CreateLoginProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts index 23e2ac37ba495..8c78d26b7cc08 100644 --- a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts @@ -171,9 +171,7 @@ export class CreateOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreatePolicyCommand.ts b/clients/client-iam/src/commands/CreatePolicyCommand.ts index a19e8684d312e..5922d82b823cd 100644 --- a/clients/client-iam/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyCommand.ts @@ -126,9 +126,7 @@ export class CreatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts index 8d5631a898625..326b0c402abb0 100644 --- a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts @@ -99,9 +99,7 @@ export class CreatePolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateRoleCommand.ts b/clients/client-iam/src/commands/CreateRoleCommand.ts index 500d96389303f..148a6adbda5c3 100644 --- a/clients/client-iam/src/commands/CreateRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateRoleCommand.ts @@ -152,9 +152,7 @@ export class CreateRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts index 356716c591a23..f2d5daf8e25d6 100644 --- a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts @@ -115,9 +115,7 @@ export class CreateSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts index d31a0ced1a9fd..147deae3076f3 100644 --- a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts @@ -114,9 +114,7 @@ export class CreateServiceLinkedRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts index 2d13a43be133f..4c6af4780a5df 100644 --- a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts @@ -104,9 +104,7 @@ export class CreateServiceSpecificCredentialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateUserCommand.ts b/clients/client-iam/src/commands/CreateUserCommand.ts index 52b0ba13b6254..6cd08310d4285 100644 --- a/clients/client-iam/src/commands/CreateUserCommand.ts +++ b/clients/client-iam/src/commands/CreateUserCommand.ts @@ -138,9 +138,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts index 2bf35143543b5..349c1d177f75e 100644 --- a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts @@ -137,9 +137,7 @@ export class CreateVirtualMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts index 35437c240dbfd..688db1f9b2c51 100644 --- a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts @@ -90,9 +90,7 @@ export class DeactivateMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts index 8de93626bceb5..825c3265f5cb8 100644 --- a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts @@ -92,9 +92,7 @@ export class DeleteAccessKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts index b563c1fadaa68..69d14cf39583a 100644 --- a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts @@ -93,9 +93,7 @@ export class DeleteAccountAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts index 69c19b8ee81c0..1e171084eb4b9 100644 --- a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts @@ -81,9 +81,7 @@ export class DeleteAccountPasswordPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteGroupCommand.ts b/clients/client-iam/src/commands/DeleteGroupCommand.ts index 9cb18fe9c0f21..f588ac02370c6 100644 --- a/clients/client-iam/src/commands/DeleteGroupCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupCommand.ts @@ -80,9 +80,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts index 9457f940729f4..1ecfcb6a36fc3 100644 --- a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts @@ -93,9 +93,7 @@ export class DeleteGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts index a0fd704b19e13..36aa1a1cf7fe5 100644 --- a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts @@ -99,9 +99,7 @@ export class DeleteInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts index 42ad3d9920fc9..f85def4f397e1 100644 --- a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts @@ -104,9 +104,7 @@ export class DeleteLoginProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts index 29d9e4dae1f38..dd804e35babf5 100644 --- a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts @@ -80,9 +80,7 @@ export class DeleteOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeletePolicyCommand.ts b/clients/client-iam/src/commands/DeletePolicyCommand.ts index 69b31a49a9433..56fc864037a8c 100644 --- a/clients/client-iam/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyCommand.ts @@ -107,9 +107,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts index ac2838d5b9e3e..dc2d7f9c05e0d 100644 --- a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts @@ -89,9 +89,7 @@ export class DeletePolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteRoleCommand.ts b/clients/client-iam/src/commands/DeleteRoleCommand.ts index d0048fb8326f3..d03dbb4e03ff5 100644 --- a/clients/client-iam/src/commands/DeleteRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteRoleCommand.ts @@ -123,9 +123,7 @@ export class DeleteRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts index 4f1ff7a0c311f..3e2685f288e86 100644 --- a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts @@ -86,9 +86,7 @@ export class DeleteRolePermissionsBoundaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts index 5057b82dc8b5c..579870d8a61aa 100644 --- a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts @@ -99,9 +99,7 @@ export class DeleteRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts index 5f3ee51df2395..52e6ee28e884a 100644 --- a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts @@ -85,9 +85,7 @@ export class DeleteSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts index 4b4fc50835f49..76e1c2d2dfb5f 100644 --- a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts @@ -72,9 +72,7 @@ export class DeleteSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts index 5dcf4c4b8958d..7786cb3ad7910 100644 --- a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts @@ -93,9 +93,7 @@ export class DeleteServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts index f9342b38bf6c9..06980b1220968 100644 --- a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts @@ -93,9 +93,7 @@ export class DeleteServiceLinkedRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts index 4176c630bcb0d..126a4625ef443 100644 --- a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts @@ -71,9 +71,7 @@ export class DeleteServiceSpecificCredentialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts index d47db31e9adfc..5481fbe5c4f9c 100644 --- a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts @@ -96,9 +96,7 @@ export class DeleteSigningCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteUserCommand.ts b/clients/client-iam/src/commands/DeleteUserCommand.ts index 65a9901ffc20a..9ba18c5df0958 100644 --- a/clients/client-iam/src/commands/DeleteUserCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserCommand.ts @@ -126,9 +126,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts index 76e995a0e9aec..ca6d0e420157c 100644 --- a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts @@ -79,9 +79,7 @@ export class DeleteUserPermissionsBoundaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts index 0ac1b954a8d08..702d13d656986 100644 --- a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts @@ -93,9 +93,7 @@ export class DeleteUserPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts index afbe20bf39ec7..871b12a8a9fd4 100644 --- a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts @@ -98,9 +98,7 @@ export class DeleteVirtualMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts index ce3c2a5de9a76..6f5608e6ffb4d 100644 --- a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts @@ -84,9 +84,7 @@ export class DetachGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts index 6a056b6893247..14e5d621a46d8 100644 --- a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts @@ -90,9 +90,7 @@ export class DetachRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts index 5907cb7fa166b..229138bcc0e37 100644 --- a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts @@ -84,9 +84,7 @@ export class DetachUserPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts index a3b103cf840c9..98c410b1f4adc 100644 --- a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts @@ -98,9 +98,7 @@ export class EnableMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts index 3020c5c7b80e0..66b3c4cdaf689 100644 --- a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts @@ -74,9 +74,7 @@ export class GenerateCredentialReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts index b3e0ca849c63f..436d67afbaa40 100644 --- a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts @@ -224,9 +224,7 @@ export class GenerateOrganizationsAccessReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts index 4ed9b5b6de850..1af5c99a6ada8 100644 --- a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts @@ -153,9 +153,7 @@ export class GenerateServiceLastAccessedDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts index f2cc205e3360f..b92745ec6ca32 100644 --- a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts +++ b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts @@ -72,9 +72,7 @@ export class GetAccessKeyLastUsedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts index 6f2d6dba0f4f0..daa34b74a06c7 100644 --- a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts @@ -237,9 +237,7 @@ export class GetAccountAuthorizationDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts index c078c957591eb..a1ef94d9dc0af 100644 --- a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts @@ -110,9 +110,7 @@ export class GetAccountPasswordPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts index 7889ce73a7d7b..66441219f24c1 100644 --- a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts +++ b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts @@ -113,9 +113,7 @@ export class GetAccountSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts index 2ea0d2ee5ea80..d1b6db458ae66 100644 --- a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts @@ -85,9 +85,7 @@ export class GetContextKeysForCustomPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts index a02f6e0478d2e..8d9ad4a1fc194 100644 --- a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts @@ -96,9 +96,7 @@ export class GetContextKeysForPrincipalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetCredentialReportCommand.ts b/clients/client-iam/src/commands/GetCredentialReportCommand.ts index b0d441041df19..d25a2f5ff84b2 100644 --- a/clients/client-iam/src/commands/GetCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GetCredentialReportCommand.ts @@ -84,9 +84,7 @@ export class GetCredentialReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetGroupCommand.ts b/clients/client-iam/src/commands/GetGroupCommand.ts index 5fbe6bac9ccd1..93d9b7b51fa6b 100644 --- a/clients/client-iam/src/commands/GetGroupCommand.ts +++ b/clients/client-iam/src/commands/GetGroupCommand.ts @@ -104,9 +104,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts index e5dd7065d1821..9eaddd9dca72d 100644 --- a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts @@ -90,9 +90,7 @@ export class GetGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts index 891a9608de567..f4443a91c9546 100644 --- a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts @@ -146,9 +146,7 @@ export class GetInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetLoginProfileCommand.ts b/clients/client-iam/src/commands/GetLoginProfileCommand.ts index 2c50330b5bdf6..e63a86758f478 100644 --- a/clients/client-iam/src/commands/GetLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/GetLoginProfileCommand.ts @@ -105,9 +105,7 @@ export class GetLoginProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetMFADeviceCommand.ts b/clients/client-iam/src/commands/GetMFADeviceCommand.ts index e15fe305dbfa6..39c72889537b1 100644 --- a/clients/client-iam/src/commands/GetMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/GetMFADeviceCommand.ts @@ -79,9 +79,7 @@ export class GetMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts index 2804e80dcdb3b..e03f7b023eda8 100644 --- a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts @@ -91,9 +91,7 @@ export class GetOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts index 349cca2a94d1f..7973667b0dbca 100644 --- a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts @@ -156,9 +156,7 @@ export class GetOrganizationsAccessReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetPolicyCommand.ts b/clients/client-iam/src/commands/GetPolicyCommand.ts index 1505e8692ebe9..07b2745a61aad 100644 --- a/clients/client-iam/src/commands/GetPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyCommand.ts @@ -104,9 +104,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts index e277ea426b614..5947147984111 100644 --- a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts @@ -98,9 +98,7 @@ export class GetPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetRoleCommand.ts b/clients/client-iam/src/commands/GetRoleCommand.ts index 6271d2ab4e526..4b72e8e125e4e 100644 --- a/clients/client-iam/src/commands/GetRoleCommand.ts +++ b/clients/client-iam/src/commands/GetRoleCommand.ts @@ -134,9 +134,7 @@ export class GetRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetRolePolicyCommand.ts b/clients/client-iam/src/commands/GetRolePolicyCommand.ts index 322186698bfc1..2bf0639afb0fb 100644 --- a/clients/client-iam/src/commands/GetRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/GetRolePolicyCommand.ts @@ -92,9 +92,7 @@ export class GetRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts index 1f043d30fc43b..868284ba20840 100644 --- a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts @@ -89,9 +89,7 @@ export class GetSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts index b10f2853f1cd9..1701b33b43f05 100644 --- a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts @@ -86,9 +86,7 @@ export class GetSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetServerCertificateCommand.ts b/clients/client-iam/src/commands/GetServerCertificateCommand.ts index 04f7e4d00c5e4..899337f6af804 100644 --- a/clients/client-iam/src/commands/GetServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/GetServerCertificateCommand.ts @@ -94,9 +94,7 @@ export class GetServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts index c2d307442f93c..17737b209e69b 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts @@ -191,9 +191,7 @@ export class GetServiceLastAccessedDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts index 862ac88ef5084..27efa62a91d48 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts @@ -171,9 +171,7 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts index 9d1c5b5c94c31..e99aa773ff6fd 100644 --- a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts @@ -100,9 +100,7 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetUserCommand.ts b/clients/client-iam/src/commands/GetUserCommand.ts index e7d44b0216d4f..9eaab095ac715 100644 --- a/clients/client-iam/src/commands/GetUserCommand.ts +++ b/clients/client-iam/src/commands/GetUserCommand.ts @@ -115,9 +115,7 @@ export class GetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/GetUserPolicyCommand.ts b/clients/client-iam/src/commands/GetUserPolicyCommand.ts index d0f24717ef902..62b97ec0f5183 100644 --- a/clients/client-iam/src/commands/GetUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetUserPolicyCommand.ts @@ -90,9 +90,7 @@ export class GetUserPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListAccessKeysCommand.ts b/clients/client-iam/src/commands/ListAccessKeysCommand.ts index 65987628d4b3b..6719d5d9d93b2 100644 --- a/clients/client-iam/src/commands/ListAccessKeysCommand.ts +++ b/clients/client-iam/src/commands/ListAccessKeysCommand.ts @@ -127,9 +127,7 @@ export class ListAccessKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts index 128bef0eb5b96..9c7d842ffc85d 100644 --- a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts +++ b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts @@ -93,9 +93,7 @@ export class ListAccountAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts index 1595b3f96a808..2c06b246b4b2c 100644 --- a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts @@ -96,9 +96,7 @@ export class ListAttachedGroupPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts index 8f2b6ac774232..4572110904774 100644 --- a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts @@ -96,9 +96,7 @@ export class ListAttachedRolePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts index ead4297a173c3..8de9d4796a96a 100644 --- a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts @@ -96,9 +96,7 @@ export class ListAttachedUserPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts index 97381c84f5f34..b4730889a85c0 100644 --- a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts +++ b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts @@ -108,9 +108,7 @@ export class ListEntitiesForPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts index 77733a206b951..7c11815b7f35e 100644 --- a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts @@ -106,9 +106,7 @@ export class ListGroupPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListGroupsCommand.ts b/clients/client-iam/src/commands/ListGroupsCommand.ts index 952f85ca4382d..877eefb2aa9f6 100644 --- a/clients/client-iam/src/commands/ListGroupsCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsCommand.ts @@ -119,9 +119,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts index dbf090ed1b258..4500e15f21284 100644 --- a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts @@ -118,9 +118,7 @@ export class ListGroupsForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts index 606d7415b0574..4aa32916d56d5 100644 --- a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts @@ -84,9 +84,7 @@ export class ListInstanceProfileTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts index 2dc3e8c8caf2c..fe12faa409fdb 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts @@ -122,9 +122,7 @@ export class ListInstanceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts index 424fb4365ac66..47ebcff455cef 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts @@ -124,9 +124,7 @@ export class ListInstanceProfilesForRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts index 596d603c9cb91..989fe3c3676e4 100644 --- a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts +++ b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts @@ -88,9 +88,7 @@ export class ListMFADeviceTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListMFADevicesCommand.ts b/clients/client-iam/src/commands/ListMFADevicesCommand.ts index d26ba5295ea14..7be098185e72a 100644 --- a/clients/client-iam/src/commands/ListMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListMFADevicesCommand.ts @@ -88,9 +88,7 @@ export class ListMFADevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts index c5ceaae8e9863..192e92885d2a1 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts @@ -95,9 +95,7 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts index f3dbd1a671ec1..ad1a01e2bd186 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts @@ -76,9 +76,7 @@ export class ListOpenIDConnectProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListPoliciesCommand.ts b/clients/client-iam/src/commands/ListPoliciesCommand.ts index 73bc2604c1db7..6258f025833de 100644 --- a/clients/client-iam/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesCommand.ts @@ -111,9 +111,7 @@ export class ListPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts index 354b57ede61f1..a622b0469493a 100644 --- a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts @@ -187,9 +187,7 @@ export class ListPoliciesGrantingServiceAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts index 47c076be665b4..ac4db4810d235 100644 --- a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts @@ -88,9 +88,7 @@ export class ListPolicyTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts index ba6fefea5e8d9..69559ec00c14e 100644 --- a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts @@ -91,9 +91,7 @@ export class ListPolicyVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts index ad19d3b09fe76..31e902411b305 100644 --- a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts @@ -87,9 +87,7 @@ export class ListRolePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListRoleTagsCommand.ts b/clients/client-iam/src/commands/ListRoleTagsCommand.ts index 450fda1b8954c..7108073a8058c 100644 --- a/clients/client-iam/src/commands/ListRoleTagsCommand.ts +++ b/clients/client-iam/src/commands/ListRoleTagsCommand.ts @@ -110,9 +110,7 @@ export class ListRoleTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListRolesCommand.ts b/clients/client-iam/src/commands/ListRolesCommand.ts index e6edca2bbae50..55d8c29e7c9ea 100644 --- a/clients/client-iam/src/commands/ListRolesCommand.ts +++ b/clients/client-iam/src/commands/ListRolesCommand.ts @@ -118,9 +118,7 @@ export class ListRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts index adc522819f1d4..e8acd62755940 100644 --- a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts @@ -90,9 +90,7 @@ export class ListSAMLProviderTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts index 71f198e6c138b..5d56c966cdd7d 100644 --- a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts @@ -78,9 +78,7 @@ export class ListSAMLProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts index b16d7d56daf84..62a994230467e 100644 --- a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts +++ b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts @@ -87,9 +87,7 @@ export class ListSSHPublicKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts index f07a3a16f1b4b..439ad557ca8dc 100644 --- a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts @@ -91,9 +91,7 @@ export class ListServerCertificateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts index 5ffbb01855938..a78268bd3590b 100644 --- a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts @@ -93,9 +93,7 @@ export class ListServerCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts index 7c70d77433eac..515b07a1a8642 100644 --- a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts +++ b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts @@ -92,9 +92,7 @@ export class ListServiceSpecificCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts index d053364fc61c0..9c5429c4a4b1d 100644 --- a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts @@ -118,9 +118,7 @@ export class ListSigningCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts index fc27dd9db50c1..fb1c200f2767f 100644 --- a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts @@ -86,9 +86,7 @@ export class ListUserPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListUserTagsCommand.ts b/clients/client-iam/src/commands/ListUserTagsCommand.ts index 11636b3008108..2920b126941dc 100644 --- a/clients/client-iam/src/commands/ListUserTagsCommand.ts +++ b/clients/client-iam/src/commands/ListUserTagsCommand.ts @@ -109,9 +109,7 @@ export class ListUserTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListUsersCommand.ts b/clients/client-iam/src/commands/ListUsersCommand.ts index fb8bbe9a571ab..5616066eca7e3 100644 --- a/clients/client-iam/src/commands/ListUsersCommand.ts +++ b/clients/client-iam/src/commands/ListUsersCommand.ts @@ -140,9 +140,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts index 6ee0437b435db..e7115324371ba 100644 --- a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts @@ -134,9 +134,7 @@ export class ListVirtualMFADevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts index 6b139f9625e8f..d4f2339c7779c 100644 --- a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts @@ -112,9 +112,7 @@ export class PutGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts index bd4f85e3c1bf0..ab0f27bce7011 100644 --- a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts @@ -97,9 +97,7 @@ export class PutRolePermissionsBoundaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/PutRolePolicyCommand.ts b/clients/client-iam/src/commands/PutRolePolicyCommand.ts index 14aa879ac9756..0df95b7e4009c 100644 --- a/clients/client-iam/src/commands/PutRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/PutRolePolicyCommand.ts @@ -128,9 +128,7 @@ export class PutRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts index 49b49fa07828a..b207f8d54e34b 100644 --- a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts @@ -90,9 +90,7 @@ export class PutUserPermissionsBoundaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/PutUserPolicyCommand.ts b/clients/client-iam/src/commands/PutUserPolicyCommand.ts index d6b62b0f571da..a3a59ac674669 100644 --- a/clients/client-iam/src/commands/PutUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutUserPolicyCommand.ts @@ -112,9 +112,7 @@ export class PutUserPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts index 554acbcba36da..d0ed51e8e9127 100644 --- a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts @@ -84,9 +84,7 @@ export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts index 58971d8eb4124..dc68b6dbb62fe 100644 --- a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts @@ -107,9 +107,7 @@ export class RemoveRoleFromInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts index f5a89d1723557..93e7a58055b5f 100644 --- a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts +++ b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts @@ -88,9 +88,7 @@ export class RemoveUserFromGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts index 4d31ee276a0d1..eedce7bceae9d 100644 --- a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts @@ -90,9 +90,7 @@ export class ResetServiceSpecificCredentialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts index 478be4b528f7b..552180b3bf8af 100644 --- a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts @@ -89,9 +89,7 @@ export class ResyncMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts index cb023f73111b7..bc544434ed802 100644 --- a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts @@ -85,9 +85,7 @@ export class SetDefaultPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts index acf1c2d365895..c02c7a87f6af7 100644 --- a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts +++ b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts @@ -99,9 +99,7 @@ export class SetSecurityTokenServicePreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts index e6cd5212e567e..120100cef09fa 100644 --- a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts @@ -185,9 +185,7 @@ export class SimulateCustomPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts index 087ea4d5c2905..2fd43fd73ecea 100644 --- a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts @@ -199,9 +199,7 @@ export class SimulatePrincipalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts index 493b71025b16d..efee3576f64a3 100644 --- a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts @@ -124,9 +124,7 @@ export class TagInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagMFADeviceCommand.ts b/clients/client-iam/src/commands/TagMFADeviceCommand.ts index b0ca24d2715ca..69cd5b28052e0 100644 --- a/clients/client-iam/src/commands/TagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/TagMFADeviceCommand.ts @@ -125,9 +125,7 @@ export class TagMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts index 69d6de9050d96..edc616032fbe6 100644 --- a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts @@ -126,9 +126,7 @@ export class TagOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagPolicyCommand.ts b/clients/client-iam/src/commands/TagPolicyCommand.ts index 3a308691d4662..53b61a9b64e46 100644 --- a/clients/client-iam/src/commands/TagPolicyCommand.ts +++ b/clients/client-iam/src/commands/TagPolicyCommand.ts @@ -124,9 +124,7 @@ export class TagPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagRoleCommand.ts b/clients/client-iam/src/commands/TagRoleCommand.ts index 0a84cfbe6cd5c..5cd32b8448247 100644 --- a/clients/client-iam/src/commands/TagRoleCommand.ts +++ b/clients/client-iam/src/commands/TagRoleCommand.ts @@ -154,9 +154,7 @@ export class TagRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts index 5d239cbf7f261..8c8838b6a5260 100644 --- a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts @@ -126,9 +126,7 @@ export class TagSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagServerCertificateCommand.ts b/clients/client-iam/src/commands/TagServerCertificateCommand.ts index bb3a83deb9c28..7fa565fc4ce8e 100644 --- a/clients/client-iam/src/commands/TagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/TagServerCertificateCommand.ts @@ -136,9 +136,7 @@ export class TagServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/TagUserCommand.ts b/clients/client-iam/src/commands/TagUserCommand.ts index bb6f6b3ca3c00..b6f3871d2ee3d 100644 --- a/clients/client-iam/src/commands/TagUserCommand.ts +++ b/clients/client-iam/src/commands/TagUserCommand.ts @@ -153,9 +153,7 @@ export class TagUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts index f74c7c294e803..01412c2332a93 100644 --- a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts @@ -83,9 +83,7 @@ export class UntagInstanceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts index 1124a20c26b3b..138da279564f1 100644 --- a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts @@ -84,9 +84,7 @@ export class UntagMFADeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts index fe38d5473aa52..a78e343e138ff 100644 --- a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts @@ -85,9 +85,7 @@ export class UntagOpenIDConnectProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagPolicyCommand.ts b/clients/client-iam/src/commands/UntagPolicyCommand.ts index b9664c3d93391..ad8b4e4b4455c 100644 --- a/clients/client-iam/src/commands/UntagPolicyCommand.ts +++ b/clients/client-iam/src/commands/UntagPolicyCommand.ts @@ -83,9 +83,7 @@ export class UntagPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagRoleCommand.ts b/clients/client-iam/src/commands/UntagRoleCommand.ts index f0b2f0152e773..05c5221b3240c 100644 --- a/clients/client-iam/src/commands/UntagRoleCommand.ts +++ b/clients/client-iam/src/commands/UntagRoleCommand.ts @@ -93,9 +93,7 @@ export class UntagRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts index 8c3f925f2c5c5..0586fef3eb7eb 100644 --- a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts @@ -85,9 +85,7 @@ export class UntagSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts index ecdf329fe3c96..50ad0ae146c54 100644 --- a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts @@ -91,9 +91,7 @@ export class UntagServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UntagUserCommand.ts b/clients/client-iam/src/commands/UntagUserCommand.ts index eb5855aaceab7..30479510e980d 100644 --- a/clients/client-iam/src/commands/UntagUserCommand.ts +++ b/clients/client-iam/src/commands/UntagUserCommand.ts @@ -93,9 +93,7 @@ export class UntagUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts index 4e126a978085d..593a3e6ad3ebc 100644 --- a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts @@ -100,9 +100,7 @@ export class UpdateAccessKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts index c34f4b7a10f83..8da9f50e4b67e 100644 --- a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts @@ -109,9 +109,7 @@ export class UpdateAccountPasswordPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts index 4d97b924298ef..54ad1858b072e 100644 --- a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts @@ -101,9 +101,7 @@ export class UpdateAssumeRolePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateGroupCommand.ts b/clients/client-iam/src/commands/UpdateGroupCommand.ts index 2359c508b3a3f..4f285ed0a2fe0 100644 --- a/clients/client-iam/src/commands/UpdateGroupCommand.ts +++ b/clients/client-iam/src/commands/UpdateGroupCommand.ts @@ -107,9 +107,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts index 31e531c921379..93637f815fc60 100644 --- a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts @@ -105,9 +105,7 @@ export class UpdateLoginProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts index 46756beaa6dc4..6a1f464a7c0b1 100644 --- a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts +++ b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts @@ -103,9 +103,7 @@ export class UpdateOpenIDConnectProviderThumbprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateRoleCommand.ts b/clients/client-iam/src/commands/UpdateRoleCommand.ts index 23f611f764b81..fea366ee2fdbb 100644 --- a/clients/client-iam/src/commands/UpdateRoleCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleCommand.ts @@ -79,9 +79,7 @@ export class UpdateRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts index 208f00c28942b..4bbf4b1551e41 100644 --- a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts @@ -105,9 +105,7 @@ export class UpdateRoleDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts index 0f57a0303c79f..0325f1cadadaf 100644 --- a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts @@ -85,9 +85,7 @@ export class UpdateSAMLProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts index 0a79b2ef2445e..f2a23da00102f 100644 --- a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts @@ -75,9 +75,7 @@ export class UpdateSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts index 833a40ab528f2..d0d6e136e7266 100644 --- a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts @@ -100,9 +100,7 @@ export class UpdateServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts index 1f57d01916fe8..a6a9ce895365b 100644 --- a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts @@ -75,9 +75,7 @@ export class UpdateServiceSpecificCredentialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts index c0291579db375..b0b026e1ac79c 100644 --- a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts @@ -97,9 +97,7 @@ export class UpdateSigningCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UpdateUserCommand.ts b/clients/client-iam/src/commands/UpdateUserCommand.ts index 09f0be25135e3..cc159a86cc52e 100644 --- a/clients/client-iam/src/commands/UpdateUserCommand.ts +++ b/clients/client-iam/src/commands/UpdateUserCommand.ts @@ -115,9 +115,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts index 126d6a5d4fe35..9daa4da6286c6 100644 --- a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts @@ -96,9 +96,7 @@ export class UploadSSHPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts index bb5721e4de216..0fccd1006f751 100644 --- a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts @@ -169,9 +169,7 @@ export class UploadServerCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts index d3b06340098d9..6377c80c4b251 100644 --- a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts @@ -145,9 +145,7 @@ export class UploadSigningCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/CreateGroupCommand.ts b/clients/client-identitystore/src/commands/CreateGroupCommand.ts index 61261b0d2aafe..aef5f562daf18 100644 --- a/clients/client-identitystore/src/commands/CreateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupCommand.ts @@ -97,9 +97,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts index 843e912503636..5c3be47f71a39 100644 --- a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts @@ -99,9 +99,7 @@ export class CreateGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/CreateUserCommand.ts b/clients/client-identitystore/src/commands/CreateUserCommand.ts index 562a6b3c34b5c..62d17554b2597 100644 --- a/clients/client-identitystore/src/commands/CreateUserCommand.ts +++ b/clients/client-identitystore/src/commands/CreateUserCommand.ts @@ -138,9 +138,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts index 009cace0fdbe4..a0a91329df091 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts @@ -90,9 +90,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts index 9a421ab158022..3b0fb47e1d626 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts @@ -90,9 +90,7 @@ export class DeleteGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DeleteUserCommand.ts b/clients/client-identitystore/src/commands/DeleteUserCommand.ts index d46a192e5af6c..e85f165981b66 100644 --- a/clients/client-identitystore/src/commands/DeleteUserCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteUserCommand.ts @@ -90,9 +90,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts index 927d87233a8a3..bfc687e0d30c1 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts @@ -100,9 +100,7 @@ export class DescribeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts index c6ae0628b39b7..065901f710031 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts @@ -91,9 +91,7 @@ export class DescribeGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/DescribeUserCommand.ts b/clients/client-identitystore/src/commands/DescribeUserCommand.ts index a6090e3d1e26e..1d9c8f520b082 100644 --- a/clients/client-identitystore/src/commands/DescribeUserCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeUserCommand.ts @@ -136,9 +136,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts index f07039d1efc78..67a7976efdf2d 100644 --- a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts @@ -96,9 +96,7 @@ export class GetGroupIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts index 8fd799d787ee5..96330ae2c16ee 100644 --- a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts @@ -90,9 +90,7 @@ export class GetGroupMembershipIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/GetUserIdCommand.ts b/clients/client-identitystore/src/commands/GetUserIdCommand.ts index 082e0b98d0fda..02372d4b19f73 100644 --- a/clients/client-identitystore/src/commands/GetUserIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetUserIdCommand.ts @@ -96,9 +96,7 @@ export class GetUserIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts index 55af9f10bafb8..446639a17d671 100644 --- a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts @@ -103,9 +103,7 @@ export class IsMemberInGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts index cff2c84eabaae..a0b2f025fd5b7 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts @@ -98,9 +98,7 @@ export class ListGroupMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts index 48ecb5272bbea..5e261ae290008 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts @@ -105,9 +105,7 @@ export class ListGroupMembershipsForMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/ListGroupsCommand.ts b/clients/client-identitystore/src/commands/ListGroupsCommand.ts index 6d4dd6e2b936d..9e60e096b1be0 100644 --- a/clients/client-identitystore/src/commands/ListGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupsCommand.ts @@ -113,9 +113,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/ListUsersCommand.ts b/clients/client-identitystore/src/commands/ListUsersCommand.ts index 5d3ef66cae8ed..ec80e68f86a06 100644 --- a/clients/client-identitystore/src/commands/ListUsersCommand.ts +++ b/clients/client-identitystore/src/commands/ListUsersCommand.ts @@ -154,9 +154,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts index 65224567c5acd..668277f4cd860 100644 --- a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts @@ -99,9 +99,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-identitystore/src/commands/UpdateUserCommand.ts b/clients/client-identitystore/src/commands/UpdateUserCommand.ts index ac591d474269a..d08b5f01d6965 100644 --- a/clients/client-identitystore/src/commands/UpdateUserCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateUserCommand.ts @@ -99,9 +99,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IdentitystoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts index 1d31a7d740655..82d64a74308af 100644 --- a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts @@ -98,9 +98,7 @@ export class CancelImageCreationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts b/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts index 35b08c1c2b773..891586ad6ed09 100644 --- a/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts @@ -95,9 +95,7 @@ export class CancelLifecycleExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts index c59154c72fd58..1f80e3bc469a8 100644 --- a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts @@ -133,9 +133,7 @@ export class CreateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts index b162dcb96801f..956b278514ad7 100644 --- a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts @@ -159,9 +159,7 @@ export class CreateContainerRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts index e0e45f2ee792d..fc491936cdbc3 100644 --- a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts @@ -190,9 +190,7 @@ export class CreateDistributionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts index ec561745b98df..c332b8484aa74 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts @@ -141,9 +141,7 @@ export class CreateImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts index 6be2b698e53a9..3750362e41170 100644 --- a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts @@ -150,9 +150,7 @@ export class CreateImagePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts index 43e9b8e0e49f5..46cdfdbe2bbe6 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts @@ -152,9 +152,7 @@ export class CreateImageRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts index a43375b1b128e..49e88660c8843 100644 --- a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts @@ -142,9 +142,7 @@ export class CreateInfrastructureConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts index ce18c08ef1632..f577436a74528 100644 --- a/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts @@ -157,9 +157,7 @@ export class CreateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts index 3fae659120eb4..18bdbe558e96a 100644 --- a/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts @@ -118,9 +118,7 @@ export class CreateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts index f88f78a7a212a..00a2dd065e034 100644 --- a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts @@ -91,9 +91,7 @@ export class DeleteComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts index c95f4202b3ecf..06f81478a7db0 100644 --- a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts @@ -91,9 +91,7 @@ export class DeleteContainerRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts index dd77e3721c0e0..a91cd7fc48604 100644 --- a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts @@ -96,9 +96,7 @@ export class DeleteDistributionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts index c76a7c39e7d3f..7a2e25f3f77f9 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts @@ -112,9 +112,7 @@ export class DeleteImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts index 0d9c51f6b031d..c54a862a5e10c 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts @@ -91,9 +91,7 @@ export class DeleteImagePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts index e10f57f29326e..6bc86fc734b8d 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts @@ -91,9 +91,7 @@ export class DeleteImageRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts index de0762495cfd6..02fb130f319c1 100644 --- a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts @@ -99,9 +99,7 @@ export class DeleteInfrastructureConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts index 7fe36546cbc0e..3645b3eb92c5e 100644 --- a/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts index 853538a58ee56..aaf4e34d5ecac 100644 --- a/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts @@ -90,9 +90,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts index c403f65013eed..2117bd79ba6fe 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts @@ -122,9 +122,7 @@ export class GetComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts index 173a3ae060f78..3ae4ce9ca5d44 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts @@ -85,9 +85,7 @@ export class GetComponentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts index 871e52a9d1806..7971a8ec4988f 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts @@ -141,9 +141,7 @@ export class GetContainerRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts index bb66ad40fd813..dcfb576131992 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts @@ -85,9 +85,7 @@ export class GetContainerRecipePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts index c8bad71208104..36cd2cc6c04ac 100644 --- a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts @@ -173,9 +173,7 @@ export class GetDistributionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetImageCommand.ts b/clients/client-imagebuilder/src/commands/GetImageCommand.ts index 24f7495be40ed..19322ce6cbe09 100644 --- a/clients/client-imagebuilder/src/commands/GetImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageCommand.ts @@ -381,9 +381,7 @@ export class GetImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts index 413cab1c70e4c..13e211fdc02a2 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts @@ -139,9 +139,7 @@ export class GetImagePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts index cd8e31f7df184..7f1d4873aad8b 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts @@ -85,9 +85,7 @@ export class GetImagePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts index 9691990b82d12..bd85a1e69c5f7 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts @@ -137,9 +137,7 @@ export class GetImageRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts index 4c98d866b4d9d..1c76997c99fb7 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts @@ -85,9 +85,7 @@ export class GetImageRecipePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts index 55b317f9d017d..6d9b29206b2db 100644 --- a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts @@ -125,9 +125,7 @@ export class GetInfrastructureConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts index cf122736b61aa..a866211a35768 100644 --- a/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts @@ -98,9 +98,7 @@ export class GetLifecycleExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts index 3469fcc57cbb3..1ee4b58af9b75 100644 --- a/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts @@ -145,9 +145,7 @@ export class GetLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts index 287c0c308eb6e..b3f9c1097ae8c 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts @@ -114,9 +114,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts index 7a461c27bdbe8..537b8f46c10d2 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts @@ -100,9 +100,7 @@ export class GetWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts index e8cb1afe70f0c..c2b0267526e1c 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts @@ -103,9 +103,7 @@ export class GetWorkflowStepExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts index 4607fd27d14df..e38a2cedd70b1 100644 --- a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts @@ -116,9 +116,7 @@ export class ImportComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts index ede90a2907c12..0db37182a6df8 100644 --- a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts @@ -95,9 +95,7 @@ export class ImportVmImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts index ed7ef6cf01cac..1b1e974d51cfb 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts @@ -127,9 +127,7 @@ export class ListComponentBuildVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts index 4c7db3fe674b2..31ccdabd1de87 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts @@ -127,9 +127,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts index f8ddbc277e485..a260e512695f2 100644 --- a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts @@ -114,9 +114,7 @@ export class ListContainerRecipesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts index 4eb8fa7ce8bcf..8a26184e92f4a 100644 --- a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts @@ -119,9 +119,7 @@ export class ListDistributionConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts index e7b090b0023ac..2a53c3417fc59 100644 --- a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts @@ -146,9 +146,7 @@ export class ListImageBuildVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts index 82ed0fd62afd2..11db664a9f0a4 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts @@ -102,9 +102,7 @@ export class ListImagePackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts index 494aaf8ad032a..3dcad6d3b0cc7 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts @@ -149,9 +149,7 @@ export class ListImagePipelineImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts index 3bc9539f2b3c0..9fd9323534b5f 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts @@ -154,9 +154,7 @@ export class ListImagePipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts index 18435f0e8e9b6..e9f8503638dd5 100644 --- a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts @@ -113,9 +113,7 @@ export class ListImageRecipesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts index 3dc600633ec4b..a5bdcfc49febb 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts @@ -169,9 +169,7 @@ export class ListImageScanFindingAggregationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts index 0fd2b878d0fe0..7ea0e14441a14 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts @@ -171,9 +171,7 @@ export class ListImageScanFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts index b5b6ddc90732e..8de409ca39f84 100644 --- a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts @@ -117,9 +117,7 @@ export class ListImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts index fa28a882bb181..6670f01ecc479 100644 --- a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts @@ -123,9 +123,7 @@ export class ListInfrastructureConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts index e3677d2350b85..1a557c189540a 100644 --- a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts @@ -131,9 +131,7 @@ export class ListLifecycleExecutionResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts index 1c4d304591bba..b626261be8e03 100644 --- a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts @@ -106,9 +106,7 @@ export class ListLifecycleExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts index b0052d0dc19f7..e12ea056b27d6 100644 --- a/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts @@ -114,9 +114,7 @@ export class ListLifecyclePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts index 9e619c025ee17..865a954add0e2 100644 --- a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts b/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts index 6a5680c05bc46..4e3dc8f7d1026 100644 --- a/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts @@ -102,9 +102,7 @@ export class ListWaitingWorkflowStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts index 5c6ccf05497a6..a12a6b31d0802 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts @@ -110,9 +110,7 @@ export class ListWorkflowBuildVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts index 9a8497118da9f..93dfd84b794db 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts @@ -111,9 +111,7 @@ export class ListWorkflowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts index 4f44dbf3638ad..15de6948a4029 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts @@ -112,9 +112,7 @@ export class ListWorkflowStepExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts index ce02dfdaab689..73780c53edeae 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts @@ -111,9 +111,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts index 02f6d4a72746d..09bf230b4731d 100644 --- a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts @@ -96,9 +96,7 @@ export class PutComponentPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts index 3e1fd0c1e8314..7bc62888cef5c 100644 --- a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts @@ -101,9 +101,7 @@ export class PutContainerRecipePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts index dd125f4b77833..a985c9b54521b 100644 --- a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts @@ -96,9 +96,7 @@ export class PutImagePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts index 084bacc63db94..2f4352d0c5bec 100644 --- a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts @@ -96,9 +96,7 @@ export class PutImageRecipePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts b/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts index fa46652d67848..03c47cea7de33 100644 --- a/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts +++ b/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts @@ -107,9 +107,7 @@ export class SendWorkflowStepActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts index 6a4222d903077..47e5df3bb8e58 100644 --- a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts @@ -105,9 +105,7 @@ export class StartImagePipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts b/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts index 625b812b90f97..eea7c33c074e8 100644 --- a/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts +++ b/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts @@ -128,9 +128,7 @@ export class StartResourceStateUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts index a437b5cce131e..a202d826f7ffb 100644 --- a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts index 4c2d50d4e0020..cd750c727a299 100644 --- a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts index 6e06295f8503b..c8b9ad09ab220 100644 --- a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts @@ -179,9 +179,7 @@ export class UpdateDistributionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts index 25486db8a05d1..c606ca08f5107 100644 --- a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts @@ -145,9 +145,7 @@ export class UpdateImagePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts index d6903a2bd1328..43908f91121d5 100644 --- a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts @@ -131,9 +131,7 @@ export class UpdateInfrastructureConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts index db349e0046764..913608fb20e82 100644 --- a/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts @@ -151,9 +151,7 @@ export class UpdateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ImagebuilderClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts b/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts index dfe05ab2705e6..4b0a8bc57c30a 100644 --- a/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts +++ b/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts @@ -256,9 +256,7 @@ export class ScanSbomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorScanClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts index d24be1e17b2ac..85c1d1ba3c52d 100644 --- a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts +++ b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts @@ -120,9 +120,7 @@ export class AddAttributesToFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts index 5096f64c3dc4c..b6406fc53652d 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts @@ -115,9 +115,7 @@ export class CreateAssessmentTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts index b783c89bb4c94..94a6f9b01ef71 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts @@ -127,9 +127,7 @@ export class CreateAssessmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts index 65f90a6a0de16..47f65a4961537 100644 --- a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts @@ -88,9 +88,7 @@ export class CreateExclusionsPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts index 510a4a3ce5f5c..e2a8ef537454d 100644 --- a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts +++ b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts @@ -111,9 +111,7 @@ export class CreateResourceGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts index 45868d76a9113..5b55a6b0f4b45 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts @@ -96,9 +96,7 @@ export class DeleteAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts index 2b5b8ea3de140..dcace3db0f8b8 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts @@ -96,9 +96,7 @@ export class DeleteAssessmentTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts index cac63fc1e6743..d91e03a4c6a51 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts @@ -96,9 +96,7 @@ export class DeleteAssessmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts index 772bc86ba1e9d..8f8fc0f83b7b7 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts @@ -200,9 +200,7 @@ export class DescribeAssessmentRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts index cab93dd771d97..5c62a6ce30c26 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts @@ -116,9 +116,7 @@ export class DescribeAssessmentTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts index cbaed9f85a039..a1ec5238a5a8e 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts @@ -134,9 +134,7 @@ export class DescribeAssessmentTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts index 7b02af9177b9e..48a6097bd3f57 100644 --- a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts @@ -90,9 +90,7 @@ export class DescribeCrossAccountAccessRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts index ad20dcb200a0f..fc5f153995e7f 100644 --- a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts @@ -100,9 +100,7 @@ export class DescribeExclusionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts index 7e2d1036768ae..d89d8e1728d2f 100644 --- a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts @@ -203,9 +203,7 @@ export class DescribeFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts index 6eb7f14b6c5f3..3491bee25d888 100644 --- a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts @@ -122,9 +122,7 @@ export class DescribeResourceGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts index 0d979dd6856d3..10c04345f25ec 100644 --- a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts @@ -117,9 +117,7 @@ export class DescribeRulesPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts index b950640eae9ec..6620379cccf7b 100644 --- a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts +++ b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts @@ -97,9 +97,7 @@ export class GetAssessmentReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts index 645bdcb5e9e6d..067fdfbed65a9 100644 --- a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts @@ -105,9 +105,7 @@ export class GetExclusionsPreviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts index 59698456d30d9..3c6ab7f99c6a2 100644 --- a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts +++ b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts @@ -248,9 +248,7 @@ export class GetTelemetryMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts index e5d7a1b1a4b98..4b84adda301d8 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts @@ -279,9 +279,7 @@ export class ListAssessmentRunAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts index a11cc77ed772b..d608df3b36743 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts @@ -135,9 +135,7 @@ export class ListAssessmentRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts index 188d0a9bf38d8..d1cf2d52b53ae 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts @@ -103,9 +103,7 @@ export class ListAssessmentTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts index 9a34d98a99648..5a93a1e1a5086 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts @@ -120,9 +120,7 @@ export class ListAssessmentTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts index d85cb32cea9ba..7576d125c59a1 100644 --- a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts +++ b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts @@ -123,9 +123,7 @@ export class ListEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListExclusionsCommand.ts b/clients/client-inspector/src/commands/ListExclusionsCommand.ts index eb94d8ae927d2..5a0a355e4f1da 100644 --- a/clients/client-inspector/src/commands/ListExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/ListExclusionsCommand.ts @@ -84,9 +84,7 @@ export class ListExclusionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListFindingsCommand.ts b/clients/client-inspector/src/commands/ListFindingsCommand.ts index 0ac4dbaaba858..12f4653f1247a 100644 --- a/clients/client-inspector/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector/src/commands/ListFindingsCommand.ts @@ -143,9 +143,7 @@ export class ListFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts index 56a4532238c14..6ea32ded28b04 100644 --- a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts @@ -101,9 +101,7 @@ export class ListRulesPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts index ba69333bccb2d..817ea203bfa67 100644 --- a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts @@ -105,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts index 026a57f11b9bb..2c0305f25060b 100644 --- a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts +++ b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts @@ -120,9 +120,7 @@ export class PreviewAgentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts index a6180a3edbd3d..ed9821f248ed8 100644 --- a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts @@ -95,9 +95,7 @@ export class RegisterCrossAccountAccessRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts index 4075b49571fae..a28054be5589e 100644 --- a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts +++ b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts @@ -119,9 +119,7 @@ export class RemoveAttributesFromFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts index a64f56ba7a841..c760b7994b6ad 100644 --- a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts @@ -104,9 +104,7 @@ export class SetTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts index a85dca84cdecb..e1158090addc5 100644 --- a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts @@ -114,9 +114,7 @@ export class StartAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts index 39eeee5713c11..2dc2c3d21f3c9 100644 --- a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts @@ -93,9 +93,7 @@ export class StopAssessmentRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts index 72112d6fdb288..9d11d715304c8 100644 --- a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts +++ b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts @@ -100,9 +100,7 @@ export class SubscribeToEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts index 66dcfa1b0886e..c43099bd9a3bc 100644 --- a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts +++ b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts @@ -96,9 +96,7 @@ export class UnsubscribeFromEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts index e78c8ed5ae4e2..b78868f92c247 100644 --- a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts @@ -98,9 +98,7 @@ export class UpdateAssessmentTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InspectorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts index 50c076c50b1c6..ace17abe3d3dc 100644 --- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts @@ -81,9 +81,7 @@ export class AssociateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts index 9c8c633c94e21..812b3c83e12f6 100644 --- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts @@ -131,9 +131,7 @@ export class BatchGetAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts index 1717f8052c895..bf05daa4caae4 100644 --- a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts @@ -108,9 +108,7 @@ export class BatchGetCodeSnippetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts index 82f85d1c52bee..a8c9a49ebc490 100644 --- a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts @@ -124,9 +124,7 @@ export class BatchGetFindingDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts index 5acbca351c865..ae9bed2b4c3bc 100644 --- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts @@ -102,9 +102,7 @@ export class BatchGetFreeTrialInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts index 61350b0a8d542..88442cb692bd8 100644 --- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts @@ -105,9 +105,7 @@ export class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts index c5762a82cf3ea..d3e1a2008c6bf 100644 --- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts @@ -108,9 +108,7 @@ export class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts index 753a8b1feaa55..b1b38c206a4be 100644 --- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts @@ -84,9 +84,7 @@ export class CancelFindingsReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts index 82bb9ba9116ab..7a10167983768 100644 --- a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts @@ -84,9 +84,7 @@ export class CancelSbomExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts index d6d044764beaf..09ec308cb818e 100644 --- a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts @@ -120,9 +120,7 @@ export class CreateCisScanConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts index 17b21474b61fc..6e0c1f582c06b 100644 --- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts @@ -222,9 +222,7 @@ export class CreateFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts index 745cc7061b1a7..742dd704f64fd 100644 --- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts @@ -217,9 +217,7 @@ export class CreateFindingsReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts index d17eac1ccc897..8c7dbf740fa67 100644 --- a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts @@ -136,9 +136,7 @@ export class CreateSbomExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts index 0a425b44d713c..62b736596b702 100644 --- a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts @@ -84,9 +84,7 @@ export class DeleteCisScanConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts index f241a8508db11..7f27a23b83c02 100644 --- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts @@ -84,9 +84,7 @@ export class DeleteFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts index 004d1da80aa05..395836d9d85e6 100644 --- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts index fcd41c344c1a3..5fe12f2d32a62 100644 --- a/clients/client-inspector2/src/commands/DisableCommand.ts +++ b/clients/client-inspector2/src/commands/DisableCommand.ts @@ -115,9 +115,7 @@ export class DisableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts index f762aacd3d27a..c01569684788f 100644 --- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts @@ -92,9 +92,7 @@ export class DisableDelegatedAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts index 534d57f5f51fa..57404485cc1c3 100644 --- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts @@ -81,9 +81,7 @@ export class DisassociateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts index ed9106712de8c..0732c9b659529 100644 --- a/clients/client-inspector2/src/commands/EnableCommand.ts +++ b/clients/client-inspector2/src/commands/EnableCommand.ts @@ -115,9 +115,7 @@ export class EnableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts index 61acccbe05bb7..47b2221a98b3e 100644 --- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts @@ -93,9 +93,7 @@ export class EnableDelegatedAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts index 8fd31b42010e5..bc2428169371c 100644 --- a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts +++ b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts @@ -89,9 +89,7 @@ export class GetCisScanReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts index d5f941d65d09d..48328a44d8a0f 100644 --- a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts +++ b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts @@ -135,9 +135,7 @@ export class GetCisScanResultDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts index 11790ec4cc0fb..a1520bf13dcf5 100644 --- a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts @@ -85,9 +85,7 @@ export class GetConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts index feece77a1ba58..7c67df92f961e 100644 --- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts @@ -86,9 +86,7 @@ export class GetDelegatedAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts index 404b98e18c687..739c98d88e0a1 100644 --- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts @@ -94,9 +94,7 @@ export class GetEc2DeepInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts index 9b75c1c818c9c..d086cf138115e 100644 --- a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts @@ -85,9 +85,7 @@ export class GetEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts index 378c265b6ecca..296692efdff17 100644 --- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts +++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts @@ -220,9 +220,7 @@ export class GetFindingsReportStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts index 7c803edb30a29..2ef834f0b1ce5 100644 --- a/clients/client-inspector2/src/commands/GetMemberCommand.ts +++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts @@ -89,9 +89,7 @@ export class GetMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts index 0391826a6edd0..d46e38167baa6 100644 --- a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts @@ -140,9 +140,7 @@ export class GetSbomExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts index 8dd7dc561abcd..4b50a1f311c1d 100644 --- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts +++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts @@ -89,9 +89,7 @@ export class ListAccountPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts index 3947e75e59d19..7f6045cbb37f8 100644 --- a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts @@ -151,9 +151,7 @@ export class ListCisScanConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts index 89dc8ba810476..9fa68d5293dfd 100644 --- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts @@ -147,9 +147,7 @@ export class ListCisScanResultsAggregatedByChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts index 30f300525508e..9d50b10574af7 100644 --- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts @@ -171,9 +171,7 @@ export class ListCisScanResultsAggregatedByTargetResourceCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCisScansCommand.ts b/clients/client-inspector2/src/commands/ListCisScansCommand.ts index 406885e259325..7e3c073ebf741 100644 --- a/clients/client-inspector2/src/commands/ListCisScansCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScansCommand.ts @@ -168,9 +168,7 @@ export class ListCisScansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCoverageCommand.ts b/clients/client-inspector2/src/commands/ListCoverageCommand.ts index 7583e546e56b6..03fa5fccf5e12 100644 --- a/clients/client-inspector2/src/commands/ListCoverageCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageCommand.ts @@ -183,9 +183,7 @@ export class ListCoverageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts index cd298f872d839..85521ab81c198 100644 --- a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts @@ -147,9 +147,7 @@ export class ListCoverageStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts index f9f36b19225ce..ee87fb1332a1d 100644 --- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts +++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts @@ -89,9 +89,7 @@ export class ListDelegatedAdminAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index 734fb8b59045b..8b241764152ea 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -229,9 +229,7 @@ export class ListFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts index a53ec562e420e..d51ba90cd1297 100644 --- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts @@ -303,9 +303,7 @@ export class ListFindingAggregationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListFindingsCommand.ts b/clients/client-inspector2/src/commands/ListFindingsCommand.ts index 3410269f3850e..e9b3832555eb6 100644 --- a/clients/client-inspector2/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingsCommand.ts @@ -390,9 +390,7 @@ export class ListFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts index 02de661447b13..8351eec8ea6ed 100644 --- a/clients/client-inspector2/src/commands/ListMembersCommand.ts +++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts @@ -92,9 +92,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts index 222ee685f9b6c..8517120f0c4a4 100644 --- a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts index fa6effde2b11e..3f8bfaf74ad65 100644 --- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts +++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts @@ -98,9 +98,7 @@ export class ListUsageTotalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts index 9b52093bcc65c..a8bccb5b4a732 100644 --- a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts @@ -83,9 +83,7 @@ export class ResetEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts index cd7b2f3825305..b84a25554dea7 100644 --- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts +++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts @@ -139,9 +139,7 @@ export class SearchVulnerabilitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts index 3dbfbe74e8d47..f23d3351e1a13 100644 --- a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts +++ b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts @@ -87,9 +87,7 @@ export class SendCisSessionHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts index 4442f2044d52e..60d5b65c51e3e 100644 --- a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts +++ b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts @@ -94,9 +94,7 @@ export class SendCisSessionTelemetryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts index b8388ccf3af32..80d4c2f9e8489 100644 --- a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts +++ b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts @@ -89,9 +89,7 @@ export class StartCisSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts index 7134c61f52228..d63567b50c2d9 100644 --- a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts +++ b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts @@ -108,9 +108,7 @@ export class StopCisSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/TagResourceCommand.ts b/clients/client-inspector2/src/commands/TagResourceCommand.ts index ce1487d2fb52a..94b33915d25d3 100644 --- a/clients/client-inspector2/src/commands/TagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/TagResourceCommand.ts @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UntagResourceCommand.ts b/clients/client-inspector2/src/commands/UntagResourceCommand.ts index 6f89c0f1788e5..4d44e9d3dfe64 100644 --- a/clients/client-inspector2/src/commands/UntagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts index 0ad39fa185a00..02b4658cb4353 100644 --- a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts @@ -121,9 +121,7 @@ export class UpdateCisScanConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts index 67bca80953aea..3c6024d631916 100644 --- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts @@ -85,9 +85,7 @@ export class UpdateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts index 381a4e4b83abf..9cc427baefc14 100644 --- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts @@ -99,9 +99,7 @@ export class UpdateEc2DeepInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts index c97a9cb99a808..f526e865f62ab 100644 --- a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts @@ -84,9 +84,7 @@ export class UpdateEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts index 8af17637a20d9..3c2f9f0d0daa3 100644 --- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts @@ -216,9 +216,7 @@ export class UpdateFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts index eeed487477cc7..b427ec212e6f1 100644 --- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts @@ -90,9 +90,7 @@ export class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts index f1eba359f337f..c2896d1782e53 100644 --- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -96,9 +96,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Inspector2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts index 8c4d6f391060a..969b813ffec10 100644 --- a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts @@ -122,9 +122,7 @@ export class CreateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts index cdcfc46f73f28..a0d37797003ad 100644 --- a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts @@ -75,9 +75,7 @@ export class DeleteMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts index a94ae296b7dca..efa2bfd7add8b 100644 --- a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts @@ -143,9 +143,7 @@ export class GetHealthEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts b/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts index 015cde2f392cd..547fa411c4c69 100644 --- a/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts @@ -97,9 +97,7 @@ export class GetInternetEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts index eaeed45c82e13..de03257fcbe47 100644 --- a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts @@ -114,9 +114,7 @@ export class GetMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts b/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts index 001852aae8cfd..f7de7694f8c1c 100644 --- a/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts @@ -98,9 +98,7 @@ export class GetQueryResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts b/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts index 860d6e114cee1..c05e66054d0cd 100644 --- a/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts @@ -104,9 +104,7 @@ export class GetQueryStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts index 77f6f493dc026..f2a9ea1f4276f 100644 --- a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts @@ -152,9 +152,7 @@ export class ListHealthEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts index c7706c15964cb..994064aadb0af 100644 --- a/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts @@ -109,9 +109,7 @@ export class ListInternetEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts index 879013d37cbe9..78126c0dba530 100644 --- a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts @@ -88,9 +88,7 @@ export class ListMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts index 6d15c6771020f..06ac2bcda1c35 100644 --- a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/StartQueryCommand.ts b/clients/client-internetmonitor/src/commands/StartQueryCommand.ts index e32b6bd045a2a..563c3af69ee74 100644 --- a/clients/client-internetmonitor/src/commands/StartQueryCommand.ts +++ b/clients/client-internetmonitor/src/commands/StartQueryCommand.ts @@ -98,9 +98,7 @@ export class StartQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/StopQueryCommand.ts b/clients/client-internetmonitor/src/commands/StopQueryCommand.ts index b737658fdc51a..f4df8624bc3a0 100644 --- a/clients/client-internetmonitor/src/commands/StopQueryCommand.ts +++ b/clients/client-internetmonitor/src/commands/StopQueryCommand.ts @@ -79,9 +79,7 @@ export class StopQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts index ef5e322ce3639..38e4583b72be5 100644 --- a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts index 99284cfb8c83b..2992989f149d4 100644 --- a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts index 1612c471edec4..93dd661967957 100644 --- a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts @@ -118,9 +118,7 @@ export class UpdateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: InternetMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 bd2d2ba3505f7..497a07ede0bd3 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts @@ -77,9 +77,7 @@ export class ClaimDevicesByClaimCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 bc671ecb14969..64ee4864f6d74 100644 --- a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts @@ -88,9 +88,7 @@ export class DescribeDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 57e630695d70f..b2c0673304804 100644 --- a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts @@ -86,9 +86,7 @@ export class FinalizeDeviceClaimCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4e29718c36beb..1801b50a96a6b 100644 --- a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts @@ -80,9 +80,7 @@ export class GetDeviceMethodsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1fe5d933d1607..add2d5ccaf4cc 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts @@ -81,9 +81,7 @@ export class InitiateDeviceClaimCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a622e2d21a2ca..6623d919abf5a 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts @@ -87,9 +87,7 @@ export class InvokeDeviceMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ef7964a805985..2b2367ab805db 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts @@ -92,9 +92,7 @@ export class ListDeviceEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a9829251a8ef3..737473b438234 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts @@ -92,9 +92,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9daf42723069f..08e35bca3fbfe 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b37d6f75e2ded..ce6c9be25dc6e 100644 --- a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts @@ -77,9 +77,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7b8e0efc9fc86..394c8752e712a 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts @@ -75,9 +75,7 @@ export class UnclaimDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 193f30d82179f..9814923499ccf 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 adf5f38ac33c2..74775ae416516 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts @@ -75,9 +75,7 @@ export class UpdateDeviceStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickDevicesServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts index f6bc375f4747a..59c40458929ac 100644 --- a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts @@ -87,9 +87,7 @@ export class AssociateDeviceWithPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts index 69e66378ab83b..6fea201ac73d2 100644 --- a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts @@ -83,9 +83,7 @@ export class CreatePlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts index 49211ba2462bb..bf7324a81060d 100644 --- a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts @@ -94,9 +94,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts index 5c303407ee899..413e40230bf41 100644 --- a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts @@ -84,9 +84,7 @@ export class DeletePlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts index 45aac45c73469..b80f4b9c6e0ec 100644 --- a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts @@ -83,9 +83,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts index c8bcdd7003551..68636a77cc11d 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts @@ -87,9 +87,7 @@ export class DescribePlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts index 810cb3b8943d7..c87ca2f9d5f3a 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts @@ -100,9 +100,7 @@ export class DescribeProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts index 8ab17863dc700..03a4bcf3cb944 100644 --- a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts @@ -86,9 +86,7 @@ export class DisassociateDeviceFromPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts index 982919c300596..5da1893939016 100644 --- a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts @@ -81,9 +81,7 @@ export class GetDevicesInPlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts index 7f36e8e80d754..ee8703d989bf9 100644 --- a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts @@ -88,9 +88,7 @@ export class ListPlacementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts index 7af15e628b79c..958fdc5bd9d61 100644 --- a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts @@ -87,9 +87,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts index 0a786e45b76c0..a5919abda2b9c 100644 --- a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts index 33dbba8c62b6c..bd80c0f1b0cfe 100644 --- a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts index 6fad2410985a5..ee995840fe735 100644 --- a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts index e21162a0084b3..2d6a382826924 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts @@ -84,9 +84,7 @@ export class UpdatePlacementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts index 567512109b237..f0f3742c3b5b1 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts @@ -96,9 +96,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoT1ClickProjectsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts index 40952f4a3ba3c..c99d0777a9b33 100644 --- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts @@ -100,9 +100,7 @@ export class DeleteThingShadowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts index 208cfd50c29d6..fa5f04ca93761 100644 --- a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts @@ -96,9 +96,7 @@ export class GetRetainedMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts index b4bd792449326..8d5c459160080 100644 --- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts @@ -101,9 +101,7 @@ export class GetThingShadowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts index f7f13f11d6683..ba0f528e2b184 100644 --- a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts @@ -93,9 +93,7 @@ export class ListNamedShadowsForThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts index 1d2a3fc76aab3..19b13737808a7 100644 --- a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts @@ -101,9 +101,7 @@ export class ListRetainedMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts index eadbb0db29feb..b1e5199dc7c0b 100644 --- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts @@ -100,9 +100,7 @@ export class PublishCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts index 68b10fe062e84..76152af934bd1 100644 --- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts @@ -112,9 +112,7 @@ export class UpdateThingShadowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts index 31632cf42b162..6684cedf663fd 100644 --- a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts @@ -91,9 +91,7 @@ export class BatchAcknowledgeAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts index 79b70a4c344fd..4067df8400ea5 100644 --- a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts @@ -89,9 +89,7 @@ export class BatchDeleteDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts index 9e9e41a038da1..4a832f657ce61 100644 --- a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts @@ -91,9 +91,7 @@ export class BatchDisableAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts index 1ba00c9b4e42d..78087ca20a5a7 100644 --- a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts @@ -91,9 +91,7 @@ export class BatchEnableAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts index 38d7701ad7580..2324338644516 100644 --- a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts @@ -96,9 +96,7 @@ export class BatchPutMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts index 87ae2ee56701f..a1f66e6bbafdb 100644 --- a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts @@ -91,9 +91,7 @@ export class BatchResetAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts index b58260543c4b9..d4abbf9e1b9a6 100644 --- a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts @@ -92,9 +92,7 @@ export class BatchSnoozeAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts index 431ee880eacbc..30d2a0882fe60 100644 --- a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts @@ -105,9 +105,7 @@ export class BatchUpdateDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts index 387402fb11727..f88c2bad187c4 100644 --- a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts @@ -123,9 +123,7 @@ export class DescribeAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts index b869c2edec5dd..33d8caa08d2a2 100644 --- a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts @@ -102,9 +102,7 @@ export class DescribeDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts index 5a33fde4fcd8c..66837ef4badfe 100644 --- a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts @@ -93,9 +93,7 @@ export class ListAlarmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts index bfd9007b10b66..3afb1d939348e 100644 --- a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts @@ -95,9 +95,7 @@ export class ListDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts index 604560bb3deb3..1088d36454c60 100644 --- a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts @@ -244,9 +244,7 @@ export class CreateAlarmModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts index 15536bebcad23..d769f1f4af1d2 100644 --- a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts @@ -481,9 +481,7 @@ export class CreateDetectorModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/CreateInputCommand.ts b/clients/client-iot-events/src/commands/CreateInputCommand.ts index 716469a73009f..d3ac0f9edd47f 100644 --- a/clients/client-iot-events/src/commands/CreateInputCommand.ts +++ b/clients/client-iot-events/src/commands/CreateInputCommand.ts @@ -101,9 +101,7 @@ export class CreateInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts index 90702cad646e5..69510ab530205 100644 --- a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts @@ -82,9 +82,7 @@ export class DeleteAlarmModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts index be07c4b36f7a9..8c22df8b3570f 100644 --- a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts @@ -82,9 +82,7 @@ export class DeleteDetectorModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DeleteInputCommand.ts b/clients/client-iot-events/src/commands/DeleteInputCommand.ts index 22b9309569d35..001f673784b32 100644 --- a/clients/client-iot-events/src/commands/DeleteInputCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteInputCommand.ts @@ -81,9 +81,7 @@ export class DeleteInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts index 11a1d9f31fba2..3610a770e98db 100644 --- a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts @@ -234,9 +234,7 @@ export class DescribeAlarmModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts index 8df3f6bd9bce8..97e78bdc36dd6 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts @@ -88,9 +88,7 @@ export class DescribeDetectorModelAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts index 35cd02cdd5bea..56588c65ae43c 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts @@ -469,9 +469,7 @@ export class DescribeDetectorModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DescribeInputCommand.ts b/clients/client-iot-events/src/commands/DescribeInputCommand.ts index 9d313d5208d93..f51c5d985bafc 100644 --- a/clients/client-iot-events/src/commands/DescribeInputCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeInputCommand.ts @@ -96,9 +96,7 @@ export class DescribeInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts index 9e1a0cec46dca..bde4b15d0093d 100644 --- a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts @@ -91,9 +91,7 @@ export class DescribeLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts index 2edef3815fbc9..1d3e5545d7414 100644 --- a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts +++ b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts @@ -102,9 +102,7 @@ export class GetDetectorModelAnalysisResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts index 94500caff052e..bdbdc49ec6f72 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts @@ -95,9 +95,7 @@ export class ListAlarmModelVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts index 48d0c6053d1d0..6178b294eb8bb 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts @@ -86,9 +86,7 @@ export class ListAlarmModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts index ea21f25d11706..88aa53f233041 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts @@ -95,9 +95,7 @@ export class ListDetectorModelVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts index 447612ed1c9e8..39807fb3f1a39 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts @@ -86,9 +86,7 @@ export class ListDetectorModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts index 2fe69854b200f..b614308466d6b 100644 --- a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts @@ -100,9 +100,7 @@ export class ListInputRoutingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListInputsCommand.ts b/clients/client-iot-events/src/commands/ListInputsCommand.ts index 68e9d6bcd224f..de5e986db35c3 100644 --- a/clients/client-iot-events/src/commands/ListInputsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputsCommand.ts @@ -88,9 +88,7 @@ export class ListInputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts index fa517819df756..ad5f15575f16e 100644 --- a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts index 4a7d302eea891..478e337b75872 100644 --- a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts @@ -95,9 +95,7 @@ export class PutLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts index 98daf0599beb5..cd0b0bfaa4c08 100644 --- a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts @@ -455,9 +455,7 @@ export class StartDetectorModelAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/TagResourceCommand.ts b/clients/client-iot-events/src/commands/TagResourceCommand.ts index 34dd47762cf68..55f2188dca49f 100644 --- a/clients/client-iot-events/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/UntagResourceCommand.ts b/clients/client-iot-events/src/commands/UntagResourceCommand.ts index edf7cce66b392..2fbf4e045703f 100644 --- a/clients/client-iot-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts index 00b0340ab541b..7c8bf7d808a9e 100644 --- a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts @@ -233,9 +233,7 @@ export class UpdateAlarmModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts index ccead88f1fa76..ae0e973935a9c 100644 --- a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts @@ -472,9 +472,7 @@ export class UpdateDetectorModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-events/src/commands/UpdateInputCommand.ts b/clients/client-iot-events/src/commands/UpdateInputCommand.ts index 88415e93bd41a..d15cfedea78d0 100644 --- a/clients/client-iot-events/src/commands/UpdateInputCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateInputCommand.ts @@ -98,9 +98,7 @@ export class UpdateInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 cb2764abfb1c5..838c8f9fac7f6 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts @@ -100,9 +100,7 @@ export class DescribeJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTJobsDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 dbe8745c99cf1..ca24befcc21ff 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts @@ -99,9 +99,7 @@ export class GetPendingJobExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTJobsDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 eb95276d16bc6..133b11422ec02 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts @@ -103,9 +103,7 @@ export class StartNextPendingJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTJobsDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8dc9cde928104..5bda794ac09c1 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts @@ -102,9 +102,7 @@ export class UpdateJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTJobsDataPlaneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts index 9700da514ae87..9c6528b6bbd31 100644 --- a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts @@ -108,9 +108,7 @@ export class AssociateAwsAccountWithPartnerAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts index 34c38599852f1..ba9ffbec0ab32 100644 --- a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts @@ -90,9 +90,7 @@ export class AssociateMulticastGroupWithFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts index c3ec7c57e94e4..6ba9963576338 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts @@ -90,9 +90,7 @@ export class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts index efa71a8547138..d8a567160f9a5 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -91,9 +91,7 @@ export class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts index 8d526e1f6ad70..4b89454bf6b9d 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts @@ -87,9 +87,7 @@ export class AssociateWirelessDeviceWithThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts index f3353af526c1d..79983d5a5e21f 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts @@ -93,9 +93,7 @@ export class AssociateWirelessGatewayWithCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts index 5302f86f826b6..0d65ed7d0516a 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts @@ -90,9 +90,7 @@ export class AssociateWirelessGatewayWithThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts index 0c1284956686c..8584425d78142 100644 --- a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts @@ -86,9 +86,7 @@ export class CancelMulticastGroupSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts index 4cf4a2680a57a..a0dbcd5ca9cfb 100644 --- a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts @@ -95,9 +95,7 @@ export class CreateDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts index 6d82de484d053..7ecbf321f297c 100644 --- a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts @@ -112,9 +112,7 @@ export class CreateDeviceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts index d5265a49cb502..24fd19d694436 100644 --- a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts @@ -100,9 +100,7 @@ export class CreateFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts index 9ebee0855847f..0080edaebd3ed 100644 --- a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts @@ -96,9 +96,7 @@ export class CreateMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts index 766c43aa75627..69b29b5d6bd42 100644 --- a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts @@ -114,9 +114,7 @@ export class CreateNetworkAnalyzerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts index 0a244757bde6a..e2392250ebef9 100644 --- a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts @@ -95,9 +95,7 @@ export class CreateServiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts index 7ea3a5721e9b0..cb876350ba865 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts @@ -149,9 +149,7 @@ export class CreateWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts index 7803ed403b382..6c8c1f4a12499 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts @@ -126,9 +126,7 @@ export class CreateWirelessGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts index 8f4a1e87e4394..d39acdce21fe6 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts @@ -85,9 +85,7 @@ export class CreateWirelessGatewayTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts index ef0b19bae4a1a..c58bbe70e6dfa 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts @@ -118,9 +118,7 @@ export class CreateWirelessGatewayTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts index 01cdbe1f332d0..336c84d40716c 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts @@ -81,9 +81,7 @@ export class DeleteDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts index 382fcb51bd25e..3a99e01673f22 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts @@ -81,9 +81,7 @@ export class DeleteDeviceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts index d37cfb2c50f90..2ada1256cb4f9 100644 --- a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts @@ -78,9 +78,7 @@ export class DeleteFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts index 0ded2ab150bb1..acb20512a4881 100644 --- a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts @@ -81,9 +81,7 @@ export class DeleteMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts index be8e784f2368c..78dc9549393ff 100644 --- a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts @@ -89,9 +89,7 @@ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts index f437c896077ce..3f15045b5fc0f 100644 --- a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts @@ -80,9 +80,7 @@ export class DeleteQueuedMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts index 47891baadff6f..388ee16d4155c 100644 --- a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts @@ -81,9 +81,7 @@ export class DeleteServiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts index 662859431e6ab..663d467af1773 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts @@ -78,9 +78,7 @@ export class DeleteWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts index b8f2b695b071a..ba0f2fe0a6c3b 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts @@ -86,9 +86,7 @@ export class DeleteWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts index a466040e8d19c..ba04e4ec0b39f 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts @@ -93,9 +93,7 @@ export class DeleteWirelessGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts index d76a957790003..7d54352363226 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts @@ -78,9 +78,7 @@ export class DeleteWirelessGatewayTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts index b7ad96772cf0d..d39121451170f 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts @@ -87,9 +87,7 @@ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts index f993c4eefbab2..bf03dd896af04 100644 --- a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts @@ -76,9 +76,7 @@ export class DeregisterWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts index 6d644f79b954b..7129f8daba364 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts @@ -87,9 +87,7 @@ export class DisassociateAwsAccountFromPartnerAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts index e8d5c8e319374..3903633ddb647 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts @@ -88,9 +88,7 @@ export class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts index a8c831598747d..0e660ce497822 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts @@ -91,9 +91,7 @@ export class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts index fe5995d7a32c1..1f5076f3476e3 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -88,9 +88,7 @@ export class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts index be7e9e8a1f850..16337d4ab9931 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts @@ -89,9 +89,7 @@ export class DisassociateWirelessDeviceFromThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts index d723d0ca21850..dc56bd872aa9d 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts @@ -87,9 +87,7 @@ export class DisassociateWirelessGatewayFromCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts index 745f6d53c3673..71c70ac36dafe 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts @@ -89,9 +89,7 @@ export class DisassociateWirelessGatewayFromThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts index 99d1350c0ada9..0750da7463ad5 100644 --- a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts @@ -85,9 +85,7 @@ export class GetDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts index 4603a96e70517..d298455c2bd05 100644 --- a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts @@ -122,9 +122,7 @@ export class GetDeviceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts index a58138f5738ed..a1502c4b50aa5 100644 --- a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts @@ -104,9 +104,7 @@ export class GetEventConfigurationByResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts index d622e568adf0f..aaf7011eaa72e 100644 --- a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts @@ -94,9 +94,7 @@ export class GetFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts index e20a44923ac44..e050fcb30525e 100644 --- a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts @@ -109,9 +109,7 @@ export class GetLogLevelsByResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts index 58804df1f7df9..db205d5c48b29 100644 --- a/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts @@ -83,9 +83,7 @@ export class GetMetricConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts b/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts index 05fde755efea1..6389fabac0ed2 100644 --- a/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts @@ -127,9 +127,7 @@ export class GetMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts index 25b413ca90b83..a60fe090cab68 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts @@ -91,9 +91,7 @@ export class GetMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts index dfa14d3fce31e..b3198dc802003 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts @@ -86,9 +86,7 @@ export class GetMulticastGroupSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts index d4a5f1bd61382..b3f4906525a20 100644 --- a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts @@ -101,9 +101,7 @@ export class GetNetworkAnalyzerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts index 7036ba47bec3d..072b026e8f1f5 100644 --- a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts @@ -88,9 +88,7 @@ export class GetPartnerAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index 8520944e53e95..b2ebe35d59952 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -97,9 +97,7 @@ export class GetPositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index 58940fae14456..f0bfcfb0e8763 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -95,9 +95,7 @@ export class GetPositionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts index 280af64ab2855..c046f34a4d602 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts @@ -231,9 +231,7 @@ export class GetPositionEstimateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts index e90e5062019d1..a7f185b5566c6 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts @@ -116,9 +116,7 @@ export class GetResourceEventConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts index 5fe49aa59cf94..1bf9adf987a85 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts @@ -82,9 +82,7 @@ export class GetResourceLogLevelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts index 451c4e6af9519..410b00243cbb3 100644 --- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts @@ -91,9 +91,7 @@ export class GetResourcePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts index 5f7e21a1caf01..5a1432d37533e 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts @@ -80,9 +80,7 @@ export class GetServiceEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts index b126cfd5fa17c..79bab6984f0cf 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts @@ -103,9 +103,7 @@ export class GetServiceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts index 92afcaac37cc0..453a0362580f0 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts @@ -160,9 +160,7 @@ export class GetWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts index 93f8193de33c6..4201bd003c5f1 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts @@ -104,9 +104,7 @@ export class GetWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts index 5a19c5b261f6f..e58d012c69fa3 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts @@ -116,9 +116,7 @@ export class GetWirelessDeviceStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts index d9ac661f09fe4..8fca2e1e1894a 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts @@ -87,9 +87,7 @@ export class GetWirelessGatewayCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts index ac47a8cff4a9f..b8a2d4fca6b59 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts @@ -108,9 +108,7 @@ export class GetWirelessGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts index 17cd4e373b700..1eb0e36a163a7 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts @@ -95,9 +95,7 @@ export class GetWirelessGatewayFirmwareInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts index 537d1850b7437..ae6e7d8434b23 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts @@ -87,9 +87,7 @@ export class GetWirelessGatewayStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts index 71df3ea1ff9cd..50692e0c5e3f2 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts @@ -84,9 +84,7 @@ export class GetWirelessGatewayTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts index 67b114bd25e82..4e967dca4a727 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts @@ -105,9 +105,7 @@ export class GetWirelessGatewayTaskDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts index d641df4070c4d..b70877bb767e5 100644 --- a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts @@ -88,9 +88,7 @@ export class ListDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts index e6572998bffe2..821bf1e8ad8f5 100644 --- a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts @@ -86,9 +86,7 @@ export class ListDeviceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts index b25dfda692c2e..b6956846d6b46 100644 --- a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts @@ -106,9 +106,7 @@ export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts index 573d00f42b8c5..6ac7906a67874 100644 --- a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts @@ -118,9 +118,7 @@ export class ListEventConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts index a1d88ffa8e7c2..392ef13537a71 100644 --- a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts @@ -85,9 +85,7 @@ export class ListFuotaTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts index 97748202bd6c9..3cfcef9080a33 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts @@ -92,9 +92,7 @@ export class ListMulticastGroupsByFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts index cb8ce91e5bd9d..7f27ef77fbbd7 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts @@ -85,9 +85,7 @@ export class ListMulticastGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts index bf81b776551ba..70c8451bb2367 100644 --- a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts @@ -92,9 +92,7 @@ export class ListNetworkAnalyzerConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts index 3a47878bac569..ac7f324f13acc 100644 --- a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts @@ -89,9 +89,7 @@ export class ListPartnerAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index 0d7f223c814c0..5b47655e1b67f 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -100,9 +100,7 @@ export class ListPositionConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts index 6f96a5912af68..55f7b39c3ff38 100644 --- a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts @@ -103,9 +103,7 @@ export class ListQueuedMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts index ca9e25e11a17c..487067db9942d 100644 --- a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts @@ -85,9 +85,7 @@ export class ListServiceProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts index a8d53d0f47e09..a19d4833cd15b 100644 --- a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts index afd098b627a40..86d18116aa71c 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts @@ -109,9 +109,7 @@ export class ListWirelessDeviceImportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts index c0855fcf2e558..a3d375ad925bb 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts @@ -113,9 +113,7 @@ export class ListWirelessDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts index dfdacca42678a..5d53d3cc6f2da 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts @@ -105,9 +105,7 @@ export class ListWirelessGatewayTaskDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts index 3e4d277ab469d..a375240e40394 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts @@ -109,9 +109,7 @@ export class ListWirelessGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index f7b08608e7a86..2805d07727d4f 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -92,9 +92,7 @@ export class PutPositionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts index 1310e4aec44a4..aa82d750ef29e 100644 --- a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts @@ -82,9 +82,7 @@ export class PutResourceLogLevelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts index 739b57049648d..6133330f1ba92 100644 --- a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts @@ -77,9 +77,7 @@ export class ResetAllResourceLogLevelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts index 957d7eb72529b..6eb279d3c5863 100644 --- a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts @@ -80,9 +80,7 @@ export class ResetResourceLogLevelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts index 61b500e301ce0..9451aca77e1dd 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts @@ -89,9 +89,7 @@ export class SendDataToMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts index 29c8f56822717..706f6086bed63 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts @@ -99,9 +99,7 @@ export class SendDataToWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts index 9c7e62a3a3b9d..9ae880282d1ea 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -95,9 +95,7 @@ export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $ ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts index c177093d008ee..9ce969f87b78a 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -95,9 +95,7 @@ export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extend ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts index b4143e9a0810b..3b3b6bfd13441 100644 --- a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts @@ -84,9 +84,7 @@ export class StartFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts index 0b5e265f8d062..e883e77afb855 100644 --- a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts @@ -88,9 +88,7 @@ export class StartMulticastGroupSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts index ca98894a0fa19..e89df4d64d50b 100644 --- a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts @@ -103,9 +103,7 @@ export class StartSingleWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts index df07e34f38ce4..ce735087f5f22 100644 --- a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts @@ -101,9 +101,7 @@ export class StartWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts index 25763c3985060..b0b5e19eb63e5 100644 --- a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts index a64b4edb43f7d..10af443a5f32e 100644 --- a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts @@ -78,9 +78,7 @@ export class TestWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts index b7498918e6d89..fa4ada3c1fd1d 100644 --- a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts index 66990e74fca4e..3e9d6f295c6f3 100644 --- a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts @@ -82,9 +82,7 @@ export class UpdateDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts index d76669bd9ae1a..15899fe17ca64 100644 --- a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts @@ -108,9 +108,7 @@ export class UpdateEventConfigurationByResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts index 783c2b3688100..fae00422429cb 100644 --- a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts @@ -91,9 +91,7 @@ export class UpdateFuotaTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts index 6aa552de2fe2f..d2086ae9571be 100644 --- a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts @@ -112,9 +112,7 @@ export class UpdateLogLevelsByResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts index a5ca4b909036a..52a6b91bcab03 100644 --- a/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts @@ -83,9 +83,7 @@ export class UpdateMetricConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts index d13cb9069c585..1f91302a03c73 100644 --- a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts @@ -87,9 +87,7 @@ export class UpdateMulticastGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts index 7bffa9de8d530..5baedc386aea8 100644 --- a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts @@ -110,9 +110,7 @@ export class UpdateNetworkAnalyzerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts index caba682100a9d..3fb494641bc46 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts @@ -83,9 +83,7 @@ export class UpdatePartnerAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index eaa9813f51350..48afbc13bc154 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -88,9 +88,7 @@ export class UpdatePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts index e525281dbb8ee..7a5e5d668ed25 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts @@ -118,9 +118,7 @@ export class UpdateResourceEventConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts index f18ae994411cb..20a0668f895c6 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts @@ -89,9 +89,7 @@ export class UpdateResourcePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts index 734cbc039dfff..6894006dda22e 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts @@ -106,9 +106,7 @@ export class UpdateWirelessDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts index 054169d83bc26..34c8b00d61b1a 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts @@ -89,9 +89,7 @@ export class UpdateWirelessDeviceImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts index 14013b15326ee..cb2fb0f787cea 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts @@ -89,9 +89,7 @@ export class UpdateWirelessGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTWirelessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts index 42d9266a2c337..df7fe8a0d0448 100644 --- a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts @@ -90,9 +90,7 @@ export class AcceptCertificateTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts index 03ce023f6d32e..ae99172b6d35b 100644 --- a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts @@ -79,9 +79,7 @@ export class AddThingToBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts index d6a5f9c69fbbf..4c55259976259 100644 --- a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts @@ -80,9 +80,7 @@ export class AddThingToThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts index 0cad735b0b7d7..1aabd7eecdc29 100644 --- a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts +++ b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts @@ -100,9 +100,7 @@ export class AssociateTargetsWithJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AttachPolicyCommand.ts b/clients/client-iot/src/commands/AttachPolicyCommand.ts index 02c9a6bf0f80b..e6c2a12c844d0 100644 --- a/clients/client-iot/src/commands/AttachPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPolicyCommand.ts @@ -87,9 +87,7 @@ export class AttachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts index 803613533466c..7a8583777a1ca 100644 --- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts @@ -92,9 +92,7 @@ export class AttachPrincipalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts index 1e36ca40aef80..8e7db2b0b4e18 100644 --- a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts @@ -86,9 +86,7 @@ export class AttachSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts index fe13885d6fc6a..8dd63dab02938 100644 --- a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts @@ -84,9 +84,7 @@ export class AttachThingPrincipalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts index c642e21f53043..99095277f131c 100644 --- a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts @@ -83,9 +83,7 @@ export class CancelAuditMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts index 86946ccae1387..e02e944221910 100644 --- a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts @@ -76,9 +76,7 @@ export class CancelAuditTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts index 6ddb387852da8..fa4a70b6637df 100644 --- a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts @@ -93,9 +93,7 @@ export class CancelCertificateTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts index 6c085bac90408..ef373ae3739f2 100644 --- a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts @@ -86,9 +86,7 @@ export class CancelDetectMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelJobCommand.ts b/clients/client-iot/src/commands/CancelJobCommand.ts index a5ec2355a3f47..5cbc1cc671daf 100644 --- a/clients/client-iot/src/commands/CancelJobCommand.ts +++ b/clients/client-iot/src/commands/CancelJobCommand.ts @@ -86,9 +86,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts index 54e24b3de5f9e..5feace20166e3 100644 --- a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts @@ -92,9 +92,7 @@ export class CancelJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts index 3c433744cc0aa..dc43bdaa0eb8b 100644 --- a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts @@ -80,9 +80,7 @@ export class ClearDefaultAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts index 02bb69ffd37a7..54fd5dcd35451 100644 --- a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts @@ -88,9 +88,7 @@ export class ConfirmTopicRuleDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts index 224e8e09e7215..2f8cd42d1068c 100644 --- a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts @@ -104,9 +104,7 @@ export class CreateAuditSuppressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts index ab8f9e1d66740..4651741aefb26 100644 --- a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts @@ -102,9 +102,7 @@ export class CreateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts index b0d2e762ecd0e..8e3093b0e9bd1 100644 --- a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts @@ -89,9 +89,7 @@ export class CreateBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts index e10f09b51abb7..0cff1e8010cc5 100644 --- a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts +++ b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts @@ -130,9 +130,7 @@ export class CreateCertificateFromCsrCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts b/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts index 6cbdf994214e1..2dbeaa83aeab3 100644 --- a/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts +++ b/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts @@ -110,9 +110,7 @@ export class CreateCertificateProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts index 36b0c233bb13a..9e16ed468ed68 100644 --- a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts @@ -94,9 +94,7 @@ export class CreateCustomMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateDimensionCommand.ts b/clients/client-iot/src/commands/CreateDimensionCommand.ts index b3e9e06c1a450..6b9942c37069d 100644 --- a/clients/client-iot/src/commands/CreateDimensionCommand.ts +++ b/clients/client-iot/src/commands/CreateDimensionCommand.ts @@ -94,9 +94,7 @@ export class CreateDimensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts index 9d84749c1de5e..05c9fd9587e42 100644 --- a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts @@ -113,9 +113,7 @@ export class CreateDomainConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts index c83bf6f2ec8c0..13d8cda3a9ae6 100644 --- a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts @@ -110,9 +110,7 @@ export class CreateDynamicThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts index 1cb0bfb2c41cc..37b43ffa95fd7 100644 --- a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts @@ -119,9 +119,7 @@ export class CreateFleetMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateJobCommand.ts b/clients/client-iot/src/commands/CreateJobCommand.ts index 7aaadff7812ab..8b3bb04b36b79 100644 --- a/clients/client-iot/src/commands/CreateJobCommand.ts +++ b/clients/client-iot/src/commands/CreateJobCommand.ts @@ -154,9 +154,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts index b7130c2c9d76e..1fae53a688701 100644 --- a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts @@ -140,9 +140,7 @@ export class CreateJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts index f888def8ddda7..50e749a81de7a 100644 --- a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts +++ b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts @@ -96,9 +96,7 @@ export class CreateKeysAndCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts index 409590506f4a5..816cfecea7902 100644 --- a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts @@ -114,9 +114,7 @@ export class CreateMitigationActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts index 1fb2ed99cb6cd..8930c0f7b952d 100644 --- a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts @@ -188,9 +188,7 @@ export class CreateOTAUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreatePackageCommand.ts b/clients/client-iot/src/commands/CreatePackageCommand.ts index 6f2cdde8f8e98..8a3d592d49ae3 100644 --- a/clients/client-iot/src/commands/CreatePackageCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageCommand.ts @@ -94,9 +94,7 @@ export class CreatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts index e5d78b7e57dca..8e63e6c96b4ff 100644 --- a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts @@ -104,9 +104,7 @@ export class CreatePackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreatePolicyCommand.ts b/clients/client-iot/src/commands/CreatePolicyCommand.ts index 2feda8b8d6936..7a3e610eb2197 100644 --- a/clients/client-iot/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyCommand.ts @@ -100,9 +100,7 @@ export class CreatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts index 17f6658d5ab4a..7e5f13ead8b66 100644 --- a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts @@ -101,9 +101,7 @@ export class CreatePolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts index 2c53d0a7fa60d..83b3fd03105a4 100644 --- a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts @@ -94,9 +94,7 @@ export class CreateProvisioningClaimCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts index 8998dcf477bcf..4d33f8d130589 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts @@ -101,9 +101,7 @@ export class CreateProvisioningTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts index 02164a9b46540..e711ec80fbc24 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts @@ -101,9 +101,7 @@ export class CreateProvisioningTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts index 42c2564b6875f..2bf4eb385468b 100644 --- a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts @@ -96,9 +96,7 @@ export class CreateRoleAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts index a2203d48e5d8f..647ec20edfe9c 100644 --- a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts @@ -94,9 +94,7 @@ export class CreateScheduledAuditCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts index eafa4c1f5506f..94f0786d233a2 100644 --- a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts @@ -149,9 +149,7 @@ export class CreateSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateStreamCommand.ts b/clients/client-iot/src/commands/CreateStreamCommand.ts index 38f5d5fdfd245..cc86eb6b4cc73 100644 --- a/clients/client-iot/src/commands/CreateStreamCommand.ts +++ b/clients/client-iot/src/commands/CreateStreamCommand.ts @@ -113,9 +113,7 @@ export class CreateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateThingCommand.ts b/clients/client-iot/src/commands/CreateThingCommand.ts index 95016d67bd666..9b058fcf1b3ab 100644 --- a/clients/client-iot/src/commands/CreateThingCommand.ts +++ b/clients/client-iot/src/commands/CreateThingCommand.ts @@ -104,9 +104,7 @@ export class CreateThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateThingGroupCommand.ts b/clients/client-iot/src/commands/CreateThingGroupCommand.ts index 0f934b9767daf..7a4187f4b4938 100644 --- a/clients/client-iot/src/commands/CreateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateThingGroupCommand.ts @@ -103,9 +103,7 @@ export class CreateThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateThingTypeCommand.ts b/clients/client-iot/src/commands/CreateThingTypeCommand.ts index f079be68e84b1..e0a59a9cdb3cb 100644 --- a/clients/client-iot/src/commands/CreateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/CreateThingTypeCommand.ts @@ -98,9 +98,7 @@ export class CreateThingTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts index 58ed3a526d659..66f2c19f3c658 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts @@ -505,9 +505,7 @@ export class CreateTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts index c0bee0da80a6d..69890907305c8 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts @@ -115,9 +115,7 @@ export class CreateTopicRuleDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts index 2cc81e19a97cc..60e54d83e94de 100644 --- a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts @@ -83,9 +83,7 @@ export class DeleteAccountAuditConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts index c521e776fed0b..8b9aac6061b00 100644 --- a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts @@ -94,9 +94,7 @@ export class DeleteAuditSuppressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts index 608c7ce894176..b8b335c133327 100644 --- a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts @@ -86,9 +86,7 @@ export class DeleteAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts index 97d4107ec8bcc..7142ac4eff6ec 100644 --- a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts index e30e4fcf86cf2..39cad1541f378 100644 --- a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts @@ -85,9 +85,7 @@ export class DeleteCACertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteCertificateCommand.ts b/clients/client-iot/src/commands/DeleteCertificateCommand.ts index 5e2ccf56bef89..4da59b853de9d 100644 --- a/clients/client-iot/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCertificateCommand.ts @@ -93,9 +93,7 @@ export class DeleteCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts b/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts index 5af40c591fad7..5445863950102 100644 --- a/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts +++ b/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts @@ -90,9 +90,7 @@ export class DeleteCertificateProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts index 010c4ce3a8670..def00af0eaab7 100644 --- a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts @@ -83,9 +83,7 @@ export class DeleteCustomMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteDimensionCommand.ts b/clients/client-iot/src/commands/DeleteDimensionCommand.ts index 103e9f63a02b0..b28b4edfd8dc3 100644 --- a/clients/client-iot/src/commands/DeleteDimensionCommand.ts +++ b/clients/client-iot/src/commands/DeleteDimensionCommand.ts @@ -73,9 +73,7 @@ export class DeleteDimensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts index 88d059eeca474..0c0b1bfe81723 100644 --- a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts @@ -82,9 +82,7 @@ export class DeleteDomainConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts index 7177a8b8ae91c..1b1991e79d751 100644 --- a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteDynamicThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts index d1e89dcf4ac09..a3cda7a0ad8ae 100644 --- a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts @@ -86,9 +86,7 @@ export class DeleteFleetMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteJobCommand.ts b/clients/client-iot/src/commands/DeleteJobCommand.ts index 2f2cb311db393..9d63907eb114b 100644 --- a/clients/client-iot/src/commands/DeleteJobCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobCommand.ts @@ -93,9 +93,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts index 4d5ad845e604b..c96644152e9e7 100644 --- a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts @@ -85,9 +85,7 @@ export class DeleteJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts index 60058d4e92de3..2090a2777256f 100644 --- a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts @@ -75,9 +75,7 @@ export class DeleteJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts index abb273471d24b..9111cc66aa9f1 100644 --- a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts @@ -73,9 +73,7 @@ export class DeleteMitigationActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts index fe010673b17c9..863f0c45399e2 100644 --- a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts @@ -89,9 +89,7 @@ export class DeleteOTAUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeletePackageCommand.ts b/clients/client-iot/src/commands/DeletePackageCommand.ts index 001a3edf39317..0fd3aab6deee9 100644 --- a/clients/client-iot/src/commands/DeletePackageCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageCommand.ts @@ -77,9 +77,7 @@ export class DeletePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts index 6bd6d4c6cee5a..dde2b139af3eb 100644 --- a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts @@ -77,9 +77,7 @@ export class DeletePackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeletePolicyCommand.ts b/clients/client-iot/src/commands/DeletePolicyCommand.ts index 7b3f015074778..0dae09e761ff2 100644 --- a/clients/client-iot/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyCommand.ts @@ -97,9 +97,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts index 3e8b379bfe3f1..e030f99e09a9d 100644 --- a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts @@ -89,9 +89,7 @@ export class DeletePolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts index 482586c42f06f..76abfb8134dd8 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts @@ -87,9 +87,7 @@ export class DeleteProvisioningTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts index 09d9d65bf20a3..99461f4e409b4 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts @@ -96,9 +96,7 @@ export class DeleteProvisioningTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts index bdcdd0a66ac20..238a7113a4d6c 100644 --- a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts @@ -77,9 +77,7 @@ export class DeleteRegistrationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts index 9c2e59e0be153..8ad55f8fe74b0 100644 --- a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts @@ -86,9 +86,7 @@ export class DeleteRoleAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts index e8bac22c973d2..124363fc63a70 100644 --- a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts @@ -76,9 +76,7 @@ export class DeleteScheduledAuditCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts index 76a53607fa0f9..a6a9056485681 100644 --- a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts @@ -79,9 +79,7 @@ export class DeleteSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteStreamCommand.ts b/clients/client-iot/src/commands/DeleteStreamCommand.ts index 76921ad359f5c..d49e94ae50850 100644 --- a/clients/client-iot/src/commands/DeleteStreamCommand.ts +++ b/clients/client-iot/src/commands/DeleteStreamCommand.ts @@ -86,9 +86,7 @@ export class DeleteStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteThingCommand.ts b/clients/client-iot/src/commands/DeleteThingCommand.ts index fb13daefe57d8..35587ac60628b 100644 --- a/clients/client-iot/src/commands/DeleteThingCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingCommand.ts @@ -89,9 +89,7 @@ export class DeleteThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts index 48eb6778c2736..e29d9a7092291 100644 --- a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts index 5a5d589833eca..c92a4ef310dd9 100644 --- a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts @@ -84,9 +84,7 @@ export class DeleteThingTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts index a77e9ad8dfe60..cde6c551ad64f 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts @@ -80,9 +80,7 @@ export class DeleteTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts index f191cdefe6638..9c6cfdff7b8bc 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts @@ -80,9 +80,7 @@ export class DeleteTopicRuleDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts index 8c206e0feafbb..cdb685b394eec 100644 --- a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts @@ -74,9 +74,7 @@ export class DeleteV2LoggingLevelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts index 1a3deaf089c16..0115166551522 100644 --- a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts @@ -84,9 +84,7 @@ export class DeprecateThingTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts index 816c7f1abb144..e0a20d7002597 100644 --- a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts @@ -92,9 +92,7 @@ export class DescribeAccountAuditConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts index 8abcd92f55bec..86b8d9efa78cd 100644 --- a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts @@ -144,9 +144,7 @@ export class DescribeAuditFindingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts index bf7a2a6478a58..f7b15f659f547 100644 --- a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts @@ -143,9 +143,7 @@ export class DescribeAuditMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts index 368a02d84d5cc..644c2e04b9080 100644 --- a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts @@ -120,9 +120,7 @@ export class DescribeAuditSuppressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts index 38add29360c5f..1438b52d3ba4d 100644 --- a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts @@ -101,9 +101,7 @@ export class DescribeAuditTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts index 5b477e1b2902a..234cfcb19cce9 100644 --- a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts @@ -97,9 +97,7 @@ export class DescribeAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts index bb700e03b8144..4ed2e3c7ff119 100644 --- a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts @@ -87,9 +87,7 @@ export class DescribeBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts index 7de93fa48f4dc..cf74f1c0ca2ea 100644 --- a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts @@ -105,9 +105,7 @@ export class DescribeCACertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeCertificateCommand.ts b/clients/client-iot/src/commands/DescribeCertificateCommand.ts index 3794a71bd152d..2a738d16b8db1 100644 --- a/clients/client-iot/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCertificateCommand.ts @@ -108,9 +108,7 @@ export class DescribeCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts b/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts index e054e25b0ee8b..df984b666e508 100644 --- a/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts +++ b/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts @@ -97,9 +97,7 @@ export class DescribeCertificateProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts index ad8f4cf88f6ee..fb4c402e6f84a 100644 --- a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts @@ -85,9 +85,7 @@ export class DescribeCustomMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts index bfa93565ef385..fb611ee2b46b4 100644 --- a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts @@ -95,9 +95,7 @@ export class DescribeDefaultAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts index 791a7cc6382d5..300f786fc37f8 100644 --- a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts @@ -142,9 +142,7 @@ export class DescribeDetectMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeDimensionCommand.ts b/clients/client-iot/src/commands/DescribeDimensionCommand.ts index 91fe3ece16473..eaa5106e358ce 100644 --- a/clients/client-iot/src/commands/DescribeDimensionCommand.ts +++ b/clients/client-iot/src/commands/DescribeDimensionCommand.ts @@ -85,9 +85,7 @@ export class DescribeDimensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts index cb6b373a3c271..aa1532ac21bb1 100644 --- a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts @@ -112,9 +112,7 @@ export class DescribeDomainConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeEndpointCommand.ts b/clients/client-iot/src/commands/DescribeEndpointCommand.ts index 093c3ec8feee7..678d581e0f951 100644 --- a/clients/client-iot/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-iot/src/commands/DescribeEndpointCommand.ts @@ -82,9 +82,7 @@ export class DescribeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts index f075e5c39fa4e..16ded725cb57b 100644 --- a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts @@ -81,9 +81,7 @@ export class DescribeEventConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts index 90418654145ad..b3785bc37e2d2 100644 --- a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts @@ -101,9 +101,7 @@ export class DescribeFleetMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeIndexCommand.ts b/clients/client-iot/src/commands/DescribeIndexCommand.ts index d2d588f47db19..c94a7b756bca2 100644 --- a/clients/client-iot/src/commands/DescribeIndexCommand.ts +++ b/clients/client-iot/src/commands/DescribeIndexCommand.ts @@ -86,9 +86,7 @@ export class DescribeIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeJobCommand.ts b/clients/client-iot/src/commands/DescribeJobCommand.ts index f1def061f52ca..6191c590ea8e8 100644 --- a/clients/client-iot/src/commands/DescribeJobCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobCommand.ts @@ -168,9 +168,7 @@ export class DescribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts index 73ca142806069..cdd2ff8f34652 100644 --- a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts @@ -96,9 +96,7 @@ export class DescribeJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts index 3364e817453f2..356abde04cd18 100644 --- a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts @@ -127,9 +127,7 @@ export class DescribeJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts index ed49b9d13b587..b8e9ea8141f54 100644 --- a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts @@ -95,9 +95,7 @@ export class DescribeManagedJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts index a090f1dabae9e..72d5cb57c4eeb 100644 --- a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts @@ -108,9 +108,7 @@ export class DescribeMitigationActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts index 04936c452893d..7415e0673c585 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts @@ -99,9 +99,7 @@ export class DescribeProvisioningTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts index 7309fd44a73ef..96a639d92f88a 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts @@ -93,9 +93,7 @@ export class DescribeProvisioningTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts index 6393ba5f77c04..381f5bc973108 100644 --- a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts @@ -92,9 +92,7 @@ export class DescribeRoleAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts index a1ae21ccbd1df..9be1a70550f15 100644 --- a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts @@ -85,9 +85,7 @@ export class DescribeScheduledAuditCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts index 66eddaa61d0b3..225ce4e58f844 100644 --- a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts @@ -146,9 +146,7 @@ export class DescribeSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeStreamCommand.ts b/clients/client-iot/src/commands/DescribeStreamCommand.ts index 9eb7a8fe66aee..17f4d9d9cb5f8 100644 --- a/clients/client-iot/src/commands/DescribeStreamCommand.ts +++ b/clients/client-iot/src/commands/DescribeStreamCommand.ts @@ -102,9 +102,7 @@ export class DescribeStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeThingCommand.ts b/clients/client-iot/src/commands/DescribeThingCommand.ts index a4a400564db7a..b8b9324b2ae09 100644 --- a/clients/client-iot/src/commands/DescribeThingCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingCommand.ts @@ -93,9 +93,7 @@ export class DescribeThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts index 6841d20f66821..50ca704e636f8 100644 --- a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts @@ -104,9 +104,7 @@ export class DescribeThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts index 4d3780868bff4..2642b408110f7 100644 --- a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts @@ -97,9 +97,7 @@ export class DescribeThingRegistrationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts index c45cd60c8b836..2589632a2335d 100644 --- a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts @@ -97,9 +97,7 @@ export class DescribeThingTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DetachPolicyCommand.ts b/clients/client-iot/src/commands/DetachPolicyCommand.ts index 8436c3cb5951a..7c9fbe72bdb33 100644 --- a/clients/client-iot/src/commands/DetachPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPolicyCommand.ts @@ -87,9 +87,7 @@ export class DetachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts index 463149a6261c7..476af48ef2cb2 100644 --- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts @@ -88,9 +88,7 @@ export class DetachPrincipalPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts index 94fd707319366..e7f76f7ae57f7 100644 --- a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts @@ -77,9 +77,7 @@ export class DetachSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts index 3d3f0d9cbf3eb..760229ef35c2b 100644 --- a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts @@ -89,9 +89,7 @@ export class DetachThingPrincipalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts index bc63885e33a14..5e7fbc5cb8307 100644 --- a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts @@ -80,9 +80,7 @@ export class DisableTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts index 5907008f9bfff..4a16ca17c418f 100644 --- a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts @@ -80,9 +80,7 @@ export class EnableTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts index e7d1f19996025..adc84c78e18e9 100644 --- a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts +++ b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts @@ -100,9 +100,7 @@ export class GetBehaviorModelTrainingSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts index dc69076196ed4..ebf1e1a1127f5 100644 --- a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts +++ b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts @@ -107,9 +107,7 @@ export class GetBucketsAggregationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetCardinalityCommand.ts b/clients/client-iot/src/commands/GetCardinalityCommand.ts index 2694b718eb702..26fd3a3a24ce5 100644 --- a/clients/client-iot/src/commands/GetCardinalityCommand.ts +++ b/clients/client-iot/src/commands/GetCardinalityCommand.ts @@ -96,9 +96,7 @@ export class GetCardinalityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts index 22af503a85225..d3dc2990ac62f 100644 --- a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts +++ b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts @@ -96,9 +96,7 @@ export class GetEffectivePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts index 95c87c4d00239..563ec6dfea6f2 100644 --- a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts @@ -122,9 +122,7 @@ export class GetIndexingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetJobDocumentCommand.ts b/clients/client-iot/src/commands/GetJobDocumentCommand.ts index 34deaae9aca5b..184dd7a60d1b1 100644 --- a/clients/client-iot/src/commands/GetJobDocumentCommand.ts +++ b/clients/client-iot/src/commands/GetJobDocumentCommand.ts @@ -78,9 +78,7 @@ export class GetJobDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts index a82144cc12dd6..a843ee14c601c 100644 --- a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts @@ -76,9 +76,7 @@ export class GetLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts index 3e7977c4dfa31..bf4c85f313b0e 100644 --- a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts @@ -170,9 +170,7 @@ export class GetOTAUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPackageCommand.ts b/clients/client-iot/src/commands/GetPackageCommand.ts index 3c0fef25cc0e1..246d214ead009 100644 --- a/clients/client-iot/src/commands/GetPackageCommand.ts +++ b/clients/client-iot/src/commands/GetPackageCommand.ts @@ -84,9 +84,7 @@ export class GetPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts index 75e815b6ee0eb..3f8c38b51cc68 100644 --- a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts @@ -74,9 +74,7 @@ export class GetPackageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPackageVersionCommand.ts b/clients/client-iot/src/commands/GetPackageVersionCommand.ts index 52e1e95d701e1..9d685beded693 100644 --- a/clients/client-iot/src/commands/GetPackageVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPackageVersionCommand.ts @@ -94,9 +94,7 @@ export class GetPackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPercentilesCommand.ts b/clients/client-iot/src/commands/GetPercentilesCommand.ts index d6de3dc520e9c..8ed2191e1a372 100644 --- a/clients/client-iot/src/commands/GetPercentilesCommand.ts +++ b/clients/client-iot/src/commands/GetPercentilesCommand.ts @@ -112,9 +112,7 @@ export class GetPercentilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPolicyCommand.ts b/clients/client-iot/src/commands/GetPolicyCommand.ts index 377cbc614a570..6d3b1df756cad 100644 --- a/clients/client-iot/src/commands/GetPolicyCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyCommand.ts @@ -91,9 +91,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts index 3bf86da8d832f..71f3b18c396cb 100644 --- a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts @@ -92,9 +92,7 @@ export class GetPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts index 7ba644be03810..b73e125578b5e 100644 --- a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts @@ -82,9 +82,7 @@ export class GetRegistrationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetStatisticsCommand.ts b/clients/client-iot/src/commands/GetStatisticsCommand.ts index f7013b6d87569..4ee211dec5d8f 100644 --- a/clients/client-iot/src/commands/GetStatisticsCommand.ts +++ b/clients/client-iot/src/commands/GetStatisticsCommand.ts @@ -107,9 +107,7 @@ export class GetStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetTopicRuleCommand.ts b/clients/client-iot/src/commands/GetTopicRuleCommand.ts index acba03b25816c..4f1abbf0184a2 100644 --- a/clients/client-iot/src/commands/GetTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleCommand.ts @@ -500,9 +500,7 @@ export class GetTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts index f56832f8d2f44..630499e9230a4 100644 --- a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts @@ -97,9 +97,7 @@ export class GetTopicRuleDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts index 02b85ee89b92c..5476fc45bcad2 100644 --- a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts @@ -75,9 +75,7 @@ export class GetV2LoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts index a7d3c441e29b5..cb6785ca6e3f4 100644 --- a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts +++ b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts @@ -152,9 +152,7 @@ export class ListActiveViolationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts index 176276f020825..e75c13c500198 100644 --- a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts @@ -96,9 +96,7 @@ export class ListAttachedPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts index 4a40d999a80ad..1d88b6d1fdea4 100644 --- a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts @@ -166,9 +166,7 @@ export class ListAuditFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts index 640835f7ea95b..9e045105fdb70 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts @@ -101,9 +101,7 @@ export class ListAuditMitigationActionsExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts index 96529ffdb3fc4..a3f4f479eb8ef 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts @@ -93,9 +93,7 @@ export class ListAuditMitigationActionsTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts index 3961713657a36..e3fa481dafb31 100644 --- a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts @@ -126,9 +126,7 @@ export class ListAuditSuppressionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuditTasksCommand.ts b/clients/client-iot/src/commands/ListAuditTasksCommand.ts index c2fc207965f95..5212eecfbac97 100644 --- a/clients/client-iot/src/commands/ListAuditTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditTasksCommand.ts @@ -88,9 +88,7 @@ export class ListAuditTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListAuthorizersCommand.ts b/clients/client-iot/src/commands/ListAuthorizersCommand.ts index 4767d835b0bd6..c337c17df3dec 100644 --- a/clients/client-iot/src/commands/ListAuthorizersCommand.ts +++ b/clients/client-iot/src/commands/ListAuthorizersCommand.ts @@ -90,9 +90,7 @@ export class ListAuthorizersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts index 1e1934f5ad0af..be7f81a1c50f9 100644 --- a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts @@ -86,9 +86,7 @@ export class ListBillingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListCACertificatesCommand.ts b/clients/client-iot/src/commands/ListCACertificatesCommand.ts index b3eeb3910cfde..406a8c9258a95 100644 --- a/clients/client-iot/src/commands/ListCACertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCACertificatesCommand.ts @@ -94,9 +94,7 @@ export class ListCACertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts b/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts index 750110b12fed1..067a1d2af5308 100644 --- a/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts +++ b/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts @@ -89,9 +89,7 @@ export class ListCertificateProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts index 3e3bef315645a..4d7c676e54966 100644 --- a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts @@ -93,9 +93,7 @@ export class ListCertificatesByCACommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListCertificatesCommand.ts b/clients/client-iot/src/commands/ListCertificatesCommand.ts index 1501f28c75a8c..e7d6304961cb8 100644 --- a/clients/client-iot/src/commands/ListCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesCommand.ts @@ -94,9 +94,7 @@ export class ListCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts index 2e4d85214fbdd..6c72b359f59ef 100644 --- a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts @@ -81,9 +81,7 @@ export class ListCustomMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts index 6282c3064edd1..c6be20d650613 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts @@ -105,9 +105,7 @@ export class ListDetectMitigationActionsExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts index daec30c014925..12988a77494e7 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts @@ -142,9 +142,7 @@ export class ListDetectMitigationActionsTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListDimensionsCommand.ts b/clients/client-iot/src/commands/ListDimensionsCommand.ts index 85270aead5108..851078d9eb86e 100644 --- a/clients/client-iot/src/commands/ListDimensionsCommand.ts +++ b/clients/client-iot/src/commands/ListDimensionsCommand.ts @@ -79,9 +79,7 @@ export class ListDimensionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts index d8b4044ddcd35..37f15cd5de0d0 100644 --- a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts @@ -91,9 +91,7 @@ export class ListDomainConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts index 0caee106bc51e..394d52613ef6a 100644 --- a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts @@ -88,9 +88,7 @@ export class ListFleetMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListIndicesCommand.ts b/clients/client-iot/src/commands/ListIndicesCommand.ts index 32b27c0ac2c74..2f2f8d1c010a7 100644 --- a/clients/client-iot/src/commands/ListIndicesCommand.ts +++ b/clients/client-iot/src/commands/ListIndicesCommand.ts @@ -85,9 +85,7 @@ export class ListIndicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts index 8ad22b3acee0c..3edd84c62517b 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts @@ -94,9 +94,7 @@ export class ListJobExecutionsForJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts index 382b3f7daf20a..ba98c6ba85a7a 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts @@ -96,9 +96,7 @@ export class ListJobExecutionsForThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts index c9e50e58da879..e120bf086bcc0 100644 --- a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts @@ -84,9 +84,7 @@ export class ListJobTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListJobsCommand.ts b/clients/client-iot/src/commands/ListJobsCommand.ts index d91c36f26948b..e2a8a28c9d6c2 100644 --- a/clients/client-iot/src/commands/ListJobsCommand.ts +++ b/clients/client-iot/src/commands/ListJobsCommand.ts @@ -97,9 +97,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts index 1ca603bf2a654..89b271aef8497 100644 --- a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts @@ -91,9 +91,7 @@ export class ListManagedJobTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListMetricValuesCommand.ts b/clients/client-iot/src/commands/ListMetricValuesCommand.ts index dc4af4e25987f..4ae18da029c21 100644 --- a/clients/client-iot/src/commands/ListMetricValuesCommand.ts +++ b/clients/client-iot/src/commands/ListMetricValuesCommand.ts @@ -106,9 +106,7 @@ export class ListMetricValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts index 53ddb8d83bd22..73109b544e070 100644 --- a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts +++ b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts @@ -84,9 +84,7 @@ export class ListMitigationActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts index c888668629f6e..5184e9b6eb73e 100644 --- a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts +++ b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts @@ -90,9 +90,7 @@ export class ListOTAUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts index 633a4522ea83f..96d12a21565cc 100644 --- a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts @@ -93,9 +93,7 @@ export class ListOutgoingCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts index a79c330d42281..4ce0f672aae20 100644 --- a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts @@ -88,9 +88,7 @@ export class ListPackageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPackagesCommand.ts b/clients/client-iot/src/commands/ListPackagesCommand.ts index 6d8e42d8f7696..c7d4e9bcbbe91 100644 --- a/clients/client-iot/src/commands/ListPackagesCommand.ts +++ b/clients/client-iot/src/commands/ListPackagesCommand.ts @@ -85,9 +85,7 @@ export class ListPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPoliciesCommand.ts b/clients/client-iot/src/commands/ListPoliciesCommand.ts index d5883cb6bb79c..9b26b0c101628 100644 --- a/clients/client-iot/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPoliciesCommand.ts @@ -89,9 +89,7 @@ export class ListPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts index 921b39b256512..5bb76d84a7676 100644 --- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts @@ -95,9 +95,7 @@ export class ListPolicyPrincipalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts index ab31aa3fba313..393d4c33501cb 100644 --- a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts @@ -91,9 +91,7 @@ export class ListPolicyVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts index 324ce15f8f419..c6f6c9da95c0b 100644 --- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts @@ -99,9 +99,7 @@ export class ListPrincipalPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts index cd6a2d2f7f703..ca24ffaf5cb34 100644 --- a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts @@ -91,9 +91,7 @@ export class ListPrincipalThingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts index 15c7dfac5d4fa..f2fc71e2cc53f 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts @@ -95,9 +95,7 @@ export class ListProvisioningTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts index e8458135842a3..5d40731476c67 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts @@ -90,9 +90,7 @@ export class ListProvisioningTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts index 6bb6c4876e180..ac6fd67a81cda 100644 --- a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts @@ -150,9 +150,7 @@ export class ListRelatedResourcesForAuditFindingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts index ec0416400b9f6..87c567dcfe5b0 100644 --- a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts +++ b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts @@ -86,9 +86,7 @@ export class ListRoleAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts index 4e47bc1512d18..72dbc34f569d8 100644 --- a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts +++ b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts @@ -85,9 +85,7 @@ export class ListScheduledAuditsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts index 0972c5bec6235..a1175599dbb4c 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts @@ -93,9 +93,7 @@ export class ListSecurityProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts index 781a5cdb05857..34cb6ea26f9fb 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts @@ -97,9 +97,7 @@ export class ListSecurityProfilesForTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListStreamsCommand.ts b/clients/client-iot/src/commands/ListStreamsCommand.ts index 390cd71e4a908..2c35af3ec2c79 100644 --- a/clients/client-iot/src/commands/ListStreamsCommand.ts +++ b/clients/client-iot/src/commands/ListStreamsCommand.ts @@ -91,9 +91,7 @@ export class ListStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts index f614b5c54bcb0..ff25a47f64ccf 100644 --- a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts index 036d3f17e9479..d73811720afa3 100644 --- a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts @@ -92,9 +92,7 @@ export class ListTargetsForPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts index 24ca1898a01b5..cb403d9fbbb03 100644 --- a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts @@ -90,9 +90,7 @@ export class ListTargetsForSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingGroupsCommand.ts b/clients/client-iot/src/commands/ListThingGroupsCommand.ts index ed4a2704917b6..0a5e7cdee03ab 100644 --- a/clients/client-iot/src/commands/ListThingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsCommand.ts @@ -88,9 +88,7 @@ export class ListThingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts index 6402a8ededda7..9a0ef205d111c 100644 --- a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts @@ -86,9 +86,7 @@ export class ListThingGroupsForThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts index 222dd67b7dfb5..264fa37b79078 100644 --- a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts @@ -91,9 +91,7 @@ export class ListThingPrincipalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts index c6d313f42182c..10c9bbc39ba92 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts @@ -89,9 +89,7 @@ export class ListThingRegistrationTaskReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts index a73809243f0bd..592326c523d3a 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts @@ -83,9 +83,7 @@ export class ListThingRegistrationTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingTypesCommand.ts b/clients/client-iot/src/commands/ListThingTypesCommand.ts index aeca64d7cdc30..81423d4de256e 100644 --- a/clients/client-iot/src/commands/ListThingTypesCommand.ts +++ b/clients/client-iot/src/commands/ListThingTypesCommand.ts @@ -100,9 +100,7 @@ export class ListThingTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingsCommand.ts b/clients/client-iot/src/commands/ListThingsCommand.ts index de69cf5af0c91..0a3d16533eaff 100644 --- a/clients/client-iot/src/commands/ListThingsCommand.ts +++ b/clients/client-iot/src/commands/ListThingsCommand.ts @@ -104,9 +104,7 @@ export class ListThingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts index 151a6d2a09fa7..d790b0fd0319c 100644 --- a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts @@ -83,9 +83,7 @@ export class ListThingsInBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts index 3f48d96a7b260..2cdbc59b4f55a 100644 --- a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts @@ -84,9 +84,7 @@ export class ListThingsInThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts index ca2e8c8e05cbe..39624115e0313 100644 --- a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts @@ -101,9 +101,7 @@ export class ListTopicRuleDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListTopicRulesCommand.ts b/clients/client-iot/src/commands/ListTopicRulesCommand.ts index 32c5afdaf0f7e..ea44186516956 100644 --- a/clients/client-iot/src/commands/ListTopicRulesCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRulesCommand.ts @@ -87,9 +87,7 @@ export class ListTopicRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts index e70ffc20e3821..292c4d3e9784d 100644 --- a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts +++ b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts @@ -89,9 +89,7 @@ export class ListV2LoggingLevelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ListViolationEventsCommand.ts b/clients/client-iot/src/commands/ListViolationEventsCommand.ts index 61b0bd7ae6521..db9fcfd539ee3 100644 --- a/clients/client-iot/src/commands/ListViolationEventsCommand.ts +++ b/clients/client-iot/src/commands/ListViolationEventsCommand.ts @@ -153,9 +153,7 @@ export class ListViolationEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts index 86e1af982ac9d..3e8e367cafd75 100644 --- a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts +++ b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts @@ -79,9 +79,7 @@ export class PutVerificationStateOnViolationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts index f310423d0de74..f587ac423d1d4 100644 --- a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts @@ -114,9 +114,7 @@ export class RegisterCACertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RegisterCertificateCommand.ts b/clients/client-iot/src/commands/RegisterCertificateCommand.ts index 9f6734fcc51c6..aebccb576e9cb 100644 --- a/clients/client-iot/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateCommand.ts @@ -101,9 +101,7 @@ export class RegisterCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts index 19043fd8be4b2..02b446869166c 100644 --- a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts @@ -99,9 +99,7 @@ export class RegisterCertificateWithoutCACommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RegisterThingCommand.ts b/clients/client-iot/src/commands/RegisterThingCommand.ts index 1f0b34af7aaa6..d64027e5bec6b 100644 --- a/clients/client-iot/src/commands/RegisterThingCommand.ts +++ b/clients/client-iot/src/commands/RegisterThingCommand.ts @@ -97,9 +97,7 @@ export class RegisterThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts index 78bbd9a9b57fa..f2ceee8bcef9c 100644 --- a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts @@ -93,9 +93,7 @@ export class RejectCertificateTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts index d685a76be85f5..99d34823056be 100644 --- a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts @@ -87,9 +87,7 @@ export class RemoveThingFromBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts index 140e980dda44c..621fa4936f832 100644 --- a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts @@ -84,9 +84,7 @@ export class RemoveThingFromThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts index e84fe0c76e9f9..87157c7351162 100644 --- a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts @@ -505,9 +505,7 @@ export class ReplaceTopicRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SearchIndexCommand.ts b/clients/client-iot/src/commands/SearchIndexCommand.ts index 5e63af54a16e0..0791e27b53629 100644 --- a/clients/client-iot/src/commands/SearchIndexCommand.ts +++ b/clients/client-iot/src/commands/SearchIndexCommand.ts @@ -127,9 +127,7 @@ export class SearchIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts index 0da08b8de8966..99a9a0e59866a 100644 --- a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts @@ -89,9 +89,7 @@ export class SetDefaultAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts index dffbcda79407a..d1f4c727c64c3 100644 --- a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts @@ -86,9 +86,7 @@ export class SetDefaultPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts index 488a7b7db275d..9033f8bd3286d 100644 --- a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts @@ -78,9 +78,7 @@ export class SetLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts index f158447712e8c..dfecf3023ffba 100644 --- a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts @@ -83,9 +83,7 @@ export class SetV2LoggingLevelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts index cf212890b1cfb..392e077042f25 100644 --- a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts @@ -75,9 +75,7 @@ export class SetV2LoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts index 645b7b07d0e8f..def99211686bb 100644 --- a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts @@ -105,9 +105,7 @@ export class StartAuditMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts index 79f19c6bec363..f9b1f38a931a4 100644 --- a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts @@ -107,9 +107,7 @@ export class StartDetectMitigationActionsTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts index 442bcad4423ac..bc8df2b34cde9 100644 --- a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts @@ -80,9 +80,7 @@ export class StartOnDemandAuditTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts index 34c17f24a3856..895ffd3475fdb 100644 --- a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts @@ -81,9 +81,7 @@ export class StartThingRegistrationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts index e7a53021aee3f..947f42644e6fb 100644 --- a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts @@ -79,9 +79,7 @@ export class StopThingRegistrationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/TagResourceCommand.ts b/clients/client-iot/src/commands/TagResourceCommand.ts index 26fa6ac3a8585..3f1949b6ef687 100644 --- a/clients/client-iot/src/commands/TagResourceCommand.ts +++ b/clients/client-iot/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/TestAuthorizationCommand.ts b/clients/client-iot/src/commands/TestAuthorizationCommand.ts index 187f53c818be3..9109cccaadf88 100644 --- a/clients/client-iot/src/commands/TestAuthorizationCommand.ts +++ b/clients/client-iot/src/commands/TestAuthorizationCommand.ts @@ -144,9 +144,7 @@ export class TestAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts index 94ef0519f07a0..dc3a83a7463c1 100644 --- a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts @@ -111,9 +111,7 @@ export class TestInvokeAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/TransferCertificateCommand.ts b/clients/client-iot/src/commands/TransferCertificateCommand.ts index b72b2a1e23538..71b5a49493909 100644 --- a/clients/client-iot/src/commands/TransferCertificateCommand.ts +++ b/clients/client-iot/src/commands/TransferCertificateCommand.ts @@ -100,9 +100,7 @@ export class TransferCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UntagResourceCommand.ts b/clients/client-iot/src/commands/UntagResourceCommand.ts index 335c410ecc730..74ecd8a841b7e 100644 --- a/clients/client-iot/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts index daae3aca78f36..779b571c19115 100644 --- a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts @@ -92,9 +92,7 @@ export class UpdateAccountAuditConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts index 78ca3613bc4cc..ff0546d3eb3c7 100644 --- a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts @@ -99,9 +99,7 @@ export class UpdateAuditSuppressionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts index 551d15979e039..dcacbde3de4cd 100644 --- a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts @@ -95,9 +95,7 @@ export class UpdateAuthorizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts index b515538bc3259..d34a77dd56f87 100644 --- a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts @@ -87,9 +87,7 @@ export class UpdateBillingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts index c2bafced0207b..da2b2cd6edd61 100644 --- a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts @@ -90,9 +90,7 @@ export class UpdateCACertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateCertificateCommand.ts b/clients/client-iot/src/commands/UpdateCertificateCommand.ts index 843d031df14dc..6abfc69b2727e 100644 --- a/clients/client-iot/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCertificateCommand.ts @@ -92,9 +92,7 @@ export class UpdateCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts b/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts index f3c0d19c2fce4..f3166b6f2de41 100644 --- a/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts +++ b/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts @@ -90,9 +90,7 @@ export class UpdateCertificateProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts index d76381961f3a8..09a7de2ea7a6b 100644 --- a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts @@ -85,9 +85,7 @@ export class UpdateCustomMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateDimensionCommand.ts b/clients/client-iot/src/commands/UpdateDimensionCommand.ts index f8e8264abe4e2..e5e6f00dd1037 100644 --- a/clients/client-iot/src/commands/UpdateDimensionCommand.ts +++ b/clients/client-iot/src/commands/UpdateDimensionCommand.ts @@ -93,9 +93,7 @@ export class UpdateDimensionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts index b641c8ba71351..7c645d6317da4 100644 --- a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts @@ -101,9 +101,7 @@ export class UpdateDomainConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts index e2ae6448598ec..93d1e68e3a653 100644 --- a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts @@ -99,9 +99,7 @@ export class UpdateDynamicThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts index f43ac26a0c4c2..f852ab0ba9fad 100644 --- a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts @@ -77,9 +77,7 @@ export class UpdateEventConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts index 62c1e000adec8..4bc332107c3fb 100644 --- a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts @@ -110,9 +110,7 @@ export class UpdateFleetMetricCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts index a5655abd716b7..e323c6a56dc38 100644 --- a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts @@ -127,9 +127,7 @@ export class UpdateIndexingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateJobCommand.ts b/clients/client-iot/src/commands/UpdateJobCommand.ts index 3ec4bc8e50c5a..f15e6e6a40b30 100644 --- a/clients/client-iot/src/commands/UpdateJobCommand.ts +++ b/clients/client-iot/src/commands/UpdateJobCommand.ts @@ -114,9 +114,7 @@ export class UpdateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts index 36568a7bf77c9..0c7e182a8e320 100644 --- a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts @@ -104,9 +104,7 @@ export class UpdateMitigationActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdatePackageCommand.ts b/clients/client-iot/src/commands/UpdatePackageCommand.ts index 1fae334614760..33f963c1c2d88 100644 --- a/clients/client-iot/src/commands/UpdatePackageCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageCommand.ts @@ -88,9 +88,7 @@ export class UpdatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts index 86f62ab87d6d1..4d2168c392a13 100644 --- a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts @@ -81,9 +81,7 @@ export class UpdatePackageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts index 95094212c140a..a345090fdfe6d 100644 --- a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts @@ -91,9 +91,7 @@ export class UpdatePackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts index 85e297e69be7d..8ddeab11c901c 100644 --- a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts @@ -89,9 +89,7 @@ export class UpdateProvisioningTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts index 46a61c2b8e7b1..df8e856288470 100644 --- a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts @@ -87,9 +87,7 @@ export class UpdateRoleAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts index 342f32c4ee14d..0f60ede3da968 100644 --- a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts @@ -85,9 +85,7 @@ export class UpdateScheduledAuditCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts index 4d80894201c10..94f13b5841b4a 100644 --- a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts @@ -220,9 +220,7 @@ export class UpdateSecurityProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateStreamCommand.ts b/clients/client-iot/src/commands/UpdateStreamCommand.ts index 490c8eb4ad77b..eee5b4e57e5d7 100644 --- a/clients/client-iot/src/commands/UpdateStreamCommand.ts +++ b/clients/client-iot/src/commands/UpdateStreamCommand.ts @@ -99,9 +99,7 @@ export class UpdateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateThingCommand.ts b/clients/client-iot/src/commands/UpdateThingCommand.ts index fd8df2b5c7e11..42a9ad5710b3f 100644 --- a/clients/client-iot/src/commands/UpdateThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingCommand.ts @@ -96,9 +96,7 @@ export class UpdateThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts index a1ab5535e847e..850187d408bf6 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts @@ -93,9 +93,7 @@ export class UpdateThingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts index 684d80f259347..46cb9c9a8fb28 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts @@ -83,9 +83,7 @@ export class UpdateThingGroupsForThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts index 4ba8a010408d8..faf98531eadec 100644 --- a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts @@ -82,9 +82,7 @@ export class UpdateTopicRuleDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts index ae0b8421515f1..94fd18cf1fceb 100644 --- a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts +++ b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts @@ -124,9 +124,7 @@ export class ValidateSecurityProfileBehaviorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts index 599c379fe4a47..795281d75c755 100644 --- a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts @@ -92,9 +92,7 @@ export class BatchPutMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts index ea44cf8ae68a0..5c364c5e1eb53 100644 --- a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts @@ -79,9 +79,7 @@ export class CancelPipelineReprocessingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts index a84fdfe63bdcf..d6d1377730652 100644 --- a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts @@ -107,9 +107,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts index 5227a177c7749..985d001df2983 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts @@ -183,9 +183,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts index 5540c5bd81256..78d3a11edf3ae 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts @@ -82,9 +82,7 @@ export class CreateDatasetContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts index 586073f01c9e3..6d96d2b4b3a70 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts @@ -138,9 +138,7 @@ export class CreateDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts index 2400c41318ecc..f0cd44ef9ee68 100644 --- a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts @@ -158,9 +158,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts index b7142c3844e48..d3fb931ce86d3 100644 --- a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts @@ -78,9 +78,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts index d33a01fd40744..58d49b61937e7 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts @@ -80,9 +80,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts index 68e05ce102fc5..21070d781b41e 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts @@ -79,9 +79,7 @@ export class DeleteDatasetContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts index 7a66c6abc9ee1..adaea0618b1bc 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts @@ -78,9 +78,7 @@ export class DeleteDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts index f013938e2b1ae..ecd80887e5cf9 100644 --- a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts @@ -78,9 +78,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts index cf94adbb0784a..9d50a7724bf6d 100644 --- a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts @@ -106,9 +106,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts index 990bc86e68d9d..dcd929dd28d79 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts @@ -171,9 +171,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts index eb977b5f2b0e6..fff7e45a31f98 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts @@ -138,9 +138,7 @@ export class DescribeDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts index 16e620ee2f58e..ea5815379ed01 100644 --- a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts @@ -82,9 +82,7 @@ export class DescribeLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts index c52766661d4c9..23e48a46ce23c 100644 --- a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts @@ -157,9 +157,7 @@ export class DescribePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts index 4c2cab7afcd6e..3dd6a9bf5d842 100644 --- a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts @@ -91,9 +91,7 @@ export class GetDatasetContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts index 04d23725a2550..4d081c30607e9 100644 --- a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts @@ -95,9 +95,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts index 8cfe31f73f665..8a695c4d34d5f 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts @@ -96,9 +96,7 @@ export class ListDatasetContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts index f7e0efc695285..d9d0ca4b92d6e 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts @@ -102,9 +102,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts index d756c219ec1c5..eb2d3b9d27ac3 100644 --- a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts @@ -115,9 +115,7 @@ export class ListDatastoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts index cb06555d4a1ee..0b1e77e08bc1b 100644 --- a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts @@ -92,9 +92,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts index 08130439f97b9..42a1044f72c55 100644 --- a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts index c581efe2ab3d4..cc7a627575c13 100644 --- a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts @@ -83,9 +83,7 @@ export class PutLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts index 99d7636d397b0..9f43a8a78c463 100644 --- a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts +++ b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts @@ -145,9 +145,7 @@ export class RunPipelineActivityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts index 95a2079fe36ce..8317736ea0153 100644 --- a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts +++ b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts @@ -86,9 +86,7 @@ export class SampleChannelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts index a85e940b31c0c..2decbb75fd05f 100644 --- a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts @@ -90,9 +90,7 @@ export class StartPipelineReprocessingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts index b422733e91ea8..5cd6d15981ade 100644 --- a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts index 132a1442a8f4e..453b2b6ac46a9 100644 --- a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts index e38b5fb577f89..53fa056a70448 100644 --- a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts @@ -90,9 +90,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts index 693421d407e32..f00b83fc2591d 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts @@ -163,9 +163,7 @@ export class UpdateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts index 34d3289b68161..0172608de6278 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts @@ -109,9 +109,7 @@ export class UpdateDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts index 729d051c532a7..8ffe568d0ad75 100644 --- a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts @@ -148,9 +148,7 @@ export class UpdatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts index 276d866a00f2b..04452408a057a 100644 --- a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts @@ -92,9 +92,7 @@ export class CreateSuiteDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts index 5fa9cde4e300d..6fe3ed7e38626 100644 --- a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts @@ -70,9 +70,7 @@ export class DeleteSuiteDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts index a8566a98fcf35..860006ff25ee8 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts @@ -77,9 +77,7 @@ export class GetEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts index c86f028a9c170..62be1f4b25eb6 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts @@ -99,9 +99,7 @@ export class GetSuiteDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts index f70ae8c1c2445..b1d62f4e9e729 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts @@ -127,9 +127,7 @@ export class GetSuiteRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts index b377dfbdfb71c..a4baaafab5816 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts @@ -76,9 +76,7 @@ export class GetSuiteRunReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts index 67fedfeaa9b41..55d9af53fe83c 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts @@ -90,9 +90,7 @@ export class ListSuiteDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts index 4926bce1321ef..852349bf2cb4c 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts @@ -90,9 +90,7 @@ export class ListSuiteRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts index 39c7d42a8343c..701d74cbff903 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts index bac7780b0d677..2dd0dd24ee10a 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts @@ -93,9 +93,7 @@ export class StartSuiteRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts index 0dd76e1caca36..52264dad56578 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts @@ -74,9 +74,7 @@ export class StopSuiteRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts index 2ff89dca78436..99cdf3014ddce 100644 --- a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts index e2efd0aebbe39..57f6ad7c40e46 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts index 0a17482c66846..3ff5fef0e2a59 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts @@ -92,9 +92,7 @@ export class UpdateSuiteDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IotDeviceAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts index 4e7cb9bea20fd..3ffed7a75fa0b 100644 --- a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts @@ -88,9 +88,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts index 878f92ef34ec0..56eb2ac30a428 100644 --- a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts @@ -76,9 +76,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts index 31225b6a101fa..03e1a53daeeb4 100644 --- a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts @@ -90,9 +90,7 @@ export class DescribeApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts index 4c58b7d40a4cf..2d8d4bc1eea8c 100644 --- a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts @@ -85,9 +85,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts index ce26c2ef9b212..5a31a024eb443 100644 --- a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts index 356812313f512..e7791ceaf1334 100644 --- a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts index 673bdf13bc189..816fc5618549d 100644 --- a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts index 75dac73b849f0..7c00b12cee922 100644 --- a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts @@ -81,9 +81,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts index 2ab49092667c1..12f162b76210a 100644 --- a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts @@ -82,9 +82,7 @@ export class AssociateVehicleFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts index 3f13b25e2f00b..7a74cf918620a 100644 --- a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts @@ -115,9 +115,7 @@ export class BatchCreateVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts index 72da393aedeb2..0518e9323020f 100644 --- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts @@ -105,9 +105,7 @@ export class BatchUpdateVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts index be3c9db55efd7..4a00a644020a5 100644 --- a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts @@ -144,9 +144,7 @@ export class CreateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts index e58ee0a3c98de..a94233f2e5fd2 100644 --- a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts @@ -212,9 +212,7 @@ export class CreateDecoderManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts index 8ee3d6aec43da..a433f8c9d803c 100644 --- a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts @@ -103,9 +103,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts index 22aba67aeb048..434c6da87181f 100644 --- a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts @@ -105,9 +105,7 @@ export class CreateModelManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts index e0e372715cbbc..a9ac5dd395c74 100644 --- a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts @@ -169,9 +169,7 @@ export class CreateSignalCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts index 2c5b3fd63e0f7..958c34fca4a18 100644 --- a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts @@ -109,9 +109,7 @@ export class CreateVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts index 11c5611da39c9..2962d897ebc0f 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts @@ -82,9 +82,7 @@ export class DeleteCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts index 2ebb3cc1b084f..5a588b6ce4ed4 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts @@ -87,9 +87,7 @@ export class DeleteDecoderManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts index 9d8ec2f4d7ceb..6842d4a364ede 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts @@ -84,9 +84,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts index 7ff355e40dc2f..f498238973ae8 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts @@ -86,9 +86,7 @@ export class DeleteModelManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts index 1eadfcb32956d..1a363d36ae6c0 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts @@ -86,9 +86,7 @@ export class DeleteSignalCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts index 9d4dae07e9fcd..6ac7a450b4dab 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts @@ -82,9 +82,7 @@ export class DeleteVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts index fe4a75084717c..97e182c956506 100644 --- a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts @@ -84,9 +84,7 @@ export class DisassociateVehicleFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts index 87a9ed032f042..69a2686c40bc7 100644 --- a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts @@ -129,9 +129,7 @@ export class GetCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts index 0e07c23e3043b..0b0c584888304 100644 --- a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts @@ -87,9 +87,7 @@ export class GetDecoderManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts index c0f95abe01438..b213cbd49a7bd 100644 --- a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts @@ -83,9 +83,7 @@ export class GetEncryptionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts index 55b1f1da55743..3533c354dfaa1 100644 --- a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts @@ -85,9 +85,7 @@ export class GetFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts index 12ab3c9ddd7d8..6252989b294ad 100644 --- a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts @@ -75,9 +75,7 @@ export class GetLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts index 49602b62f8078..2caecc62695a4 100644 --- a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts @@ -86,9 +86,7 @@ export class GetModelManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts index d9be088c596e3..144f4cadd24b5 100644 --- a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts @@ -100,9 +100,7 @@ export class GetRegisterAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts index c5caf6155235f..ce4d02626009e 100644 --- a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts @@ -93,9 +93,7 @@ export class GetSignalCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts index 0dfec1603da72..65cc736bb567b 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts @@ -88,9 +88,7 @@ export class GetVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts index 81a4a721bb133..935514fbf5e94 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts @@ -90,9 +90,7 @@ export class GetVehicleStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts index 98faa00985651..a41b0a43efa4c 100644 --- a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts @@ -105,9 +105,7 @@ export class ImportDecoderManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts index 718ef78293af9..ead979807fed2 100644 --- a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts @@ -102,9 +102,7 @@ export class ImportSignalCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts index 3f83b68b093db..29efc97319457 100644 --- a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts @@ -94,9 +94,7 @@ export class ListCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts index a3731ab00ba41..c39de5ccee189 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts @@ -117,9 +117,7 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts index b42b65a9782f7..815bb2692d247 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts @@ -159,9 +159,7 @@ export class ListDecoderManifestSignalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts index f1424d354d7ee..ce03682d8d890 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts @@ -94,9 +94,7 @@ export class ListDecoderManifestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts index b4cdef8b58137..5320de7c4876a 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts @@ -94,9 +94,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts index ae76a863db2c5..07e2015c9c2fb 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts @@ -88,9 +88,7 @@ export class ListFleetsForVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts index bfc098c5ba0a5..c88a18e2f0507 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts @@ -157,9 +157,7 @@ export class ListModelManifestNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts index 15eb09f28d5e0..58e9a5e8ec409 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts @@ -93,9 +93,7 @@ export class ListModelManifestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts index 0804c5e0f29fa..4edec4a75cd51 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts @@ -158,9 +158,7 @@ export class ListSignalCatalogNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts index 60e568e006463..2812a1c0794db 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts @@ -91,9 +91,7 @@ export class ListSignalCatalogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts index f73e555a93fb3..a6c07ce33103e 100644 --- a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts index b599b0c24b258..af5a88b29d55e 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts @@ -101,9 +101,7 @@ export class ListVehiclesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts index 9b77d5c69c684..4064cdce67864 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts @@ -88,9 +88,7 @@ export class ListVehiclesInFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts index 6fb8c772e87b8..c8568a6864953 100644 --- a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts @@ -87,9 +87,7 @@ export class PutEncryptionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts index a5dd62c8fccd5..0fc0465294b7d 100644 --- a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts @@ -85,9 +85,7 @@ export class PutLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts index b3109759c3225..322b836d81413 100644 --- a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts +++ b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts @@ -113,9 +113,7 @@ export class RegisterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts index f6da1bd3640d0..9fa25b94c3981 100644 --- a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts index 7ed077b30271d..b3e08a0503264 100644 --- a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts index 9b8a11e823639..4bf7d1f63d2be 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts @@ -91,9 +91,7 @@ export class UpdateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts index ceb4203476f81..39828ceea1657 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts @@ -255,9 +255,7 @@ export class UpdateDecoderManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts index feb021ab6d27b..01956d5c6636d 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts @@ -90,9 +90,7 @@ export class UpdateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts index bb2fd3da5452f..31f3bd3ca49ca 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts @@ -97,9 +97,7 @@ export class UpdateModelManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts index 9944d683a224b..02c4136797ea1 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts @@ -235,9 +235,7 @@ export class UpdateSignalCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts index fefa59db0f37a..909187f6dd8da 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts @@ -91,9 +91,7 @@ export class UpdateVehicleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTFleetWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts index 7bb20b5dcb3cc..b82863c440b6a 100644 --- a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts @@ -74,9 +74,7 @@ export class CloseTunnelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts index e677a55cb4830..8f5527733a39e 100644 --- a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts @@ -103,9 +103,7 @@ export class DescribeTunnelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts index 8ba3b8252db52..22efc6a34fd16 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts index 8d603034a8285..f00ed3e108dd8 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts @@ -83,9 +83,7 @@ export class ListTunnelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts index e656ecb466e41..60ec0e6a7768e 100644 --- a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts @@ -92,9 +92,7 @@ export class OpenTunnelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts index 59fae3c212382..dc4aeb635a4bd 100644 --- a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts @@ -93,9 +93,7 @@ export class RotateTunnelAccessTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts index baa24829ba89d..76ee9b0b1e9fd 100644 --- a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts index a24178f44ab67..37b6bde515d4f 100644 --- a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSecureTunnelingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts index 9e51b38baff2d..556de1f71557a 100644 --- a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts @@ -97,9 +97,7 @@ export class AssociateAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts index fc43ccb30eac5..e09b7929d6f4b 100644 --- a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts @@ -89,9 +89,7 @@ export class AssociateTimeSeriesToAssetPropertyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts index c58c11ae9677a..29fd7df360fd3 100644 --- a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts @@ -102,9 +102,7 @@ export class BatchAssociateProjectAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts index 6e81c5cb43884..54d24cef239ad 100644 --- a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts @@ -96,9 +96,7 @@ export class BatchDisassociateProjectAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts index 9c0ed1db88ccf..7908875045fcf 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts @@ -143,9 +143,7 @@ export class BatchGetAssetPropertyAggregatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts index 488b19b6cae03..5f76ab0ade8ff 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts @@ -125,9 +125,7 @@ export class BatchGetAssetPropertyValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts index ad853313c0659..b7b055dfc4a8b 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts @@ -142,9 +142,7 @@ export class BatchGetAssetPropertyValueHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts index e67b206ea557d..63c9e59cf0f30 100644 --- a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts @@ -156,9 +156,7 @@ export class BatchPutAssetPropertyValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts index b8dc1242e2187..b20ae57ddaa7a 100644 --- a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts @@ -115,9 +115,7 @@ export class CreateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts index 0328c8f8e5b3a..b43a4037561a9 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts @@ -117,9 +117,7 @@ export class CreateAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts index bb0ff407e527b..10461d2a23a1d 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts @@ -299,9 +299,7 @@ export class CreateAssetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts index a47faad4a3cb6..0d06249b4eec2 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts @@ -221,9 +221,7 @@ export class CreateAssetModelCompositeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts index 23c4bcd4d1684..abb3ee1633c1c 100644 --- a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts @@ -127,9 +127,7 @@ export class CreateBulkImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts index d46187598e2b8..c9a25527a5df8 100644 --- a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts @@ -95,9 +95,7 @@ export class CreateDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts index e884d61c2c237..c06d2fbe3fed5 100644 --- a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts @@ -104,9 +104,7 @@ export class CreateGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts index 1b01a11fcc386..88b7f7acd9ce6 100644 --- a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts @@ -120,9 +120,7 @@ export class CreatePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts index a5f3c41c9224e..afb6e016a970a 100644 --- a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts @@ -98,9 +98,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts index 7e56e9873def5..cef92cb7e7831 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts @@ -82,9 +82,7 @@ export class DeleteAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts index 0deb6caacd746..b623115a88596 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts @@ -103,9 +103,7 @@ export class DeleteAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts index e3638789dd589..00e7e15bfcf23 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts @@ -108,9 +108,7 @@ export class DeleteAssetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts index 823dd36627222..e5f2682970ec3 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts @@ -114,9 +114,7 @@ export class DeleteAssetModelCompositeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts index 9bf39dd305ffd..dd4aff4f0b593 100644 --- a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts @@ -80,9 +80,7 @@ export class DeleteDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts index bf42508246911..3539f414119fe 100644 --- a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts @@ -84,9 +84,7 @@ export class DeleteGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts index 9bc48a0ab5425..e3fee953450eb 100644 --- a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts @@ -92,9 +92,7 @@ export class DeletePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts index ee1b9c1cd83c2..a13a125d1e2ad 100644 --- a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts @@ -80,9 +80,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts index f60b7b344323e..afcc2ec450627 100644 --- a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts @@ -107,9 +107,7 @@ export class DeleteTimeSeriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts index 0d47e141caa29..cc2de16a523bc 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts @@ -108,9 +108,7 @@ export class DescribeAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts b/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts index cbfed187b90e5..9183fd65b1aca 100644 --- a/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts @@ -89,9 +89,7 @@ export class DescribeActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts index 2ea6ad0ed604f..460efb6c538c2 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts @@ -175,9 +175,7 @@ export class DescribeAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts index 5c91296470dfe..7bd042a5833bb 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts @@ -144,9 +144,7 @@ export class DescribeAssetCompositeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts index 8edb7e6c26083..93dab40a2502d 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts @@ -280,9 +280,7 @@ export class DescribeAssetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts index f0fd8ecfe1ef6..002ead76811b8 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts @@ -209,9 +209,7 @@ export class DescribeAssetModelCompositeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts index 92d2d118308d0..c3251605f7927 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts @@ -260,9 +260,7 @@ export class DescribeAssetPropertyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts index 681855c42476d..8bd6cd7e4dbdd 100644 --- a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts @@ -110,9 +110,7 @@ export class DescribeBulkImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts index eea99ea7c7ce5..ed1fb58cc0718 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts @@ -88,9 +88,7 @@ export class DescribeDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts index f2551092a1c40..a8ef82d77b8c4 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts @@ -95,9 +95,7 @@ export class DescribeDefaultEncryptionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts index 549b96bf95b44..efdb5a6c75fc4 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts @@ -98,9 +98,7 @@ export class DescribeGatewayCapabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts index 0aa318d608326..3e734614a6a78 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts @@ -102,9 +102,7 @@ export class DescribeGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts index c9eeb7287d85b..30794b448fcec 100644 --- a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts @@ -81,9 +81,7 @@ export class DescribeLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts index 6391c2dfb9408..d2808d68f4167 100644 --- a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts @@ -107,9 +107,7 @@ export class DescribePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts index b2a28cc2fb7c2..b14d5effabd8f 100644 --- a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts @@ -87,9 +87,7 @@ export class DescribeProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts index a750945b33509..453491b6f3a42 100644 --- a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts @@ -118,9 +118,7 @@ export class DescribeStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts index e94f8c0e02862..fb5ee2e20557b 100644 --- a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts @@ -110,9 +110,7 @@ export class DescribeTimeSeriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts index c54a2a8c5af39..f94ef96d27c33 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts @@ -87,9 +87,7 @@ export class DisassociateAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts index 84592d0d1b111..334c704d16d70 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts @@ -90,9 +90,7 @@ export class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts b/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts index b23048eef86ac..d4b821367390b 100644 --- a/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts +++ b/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts @@ -98,9 +98,7 @@ export class ExecuteActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts b/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts index 9ac538e52aed5..585c0fe7d2f16 100644 --- a/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts +++ b/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts @@ -123,9 +123,7 @@ export class ExecuteQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts index 97bf29c76dcf2..2ce7201ee0045 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts @@ -123,9 +123,7 @@ export class GetAssetPropertyAggregatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts index 794aa298c8f69..40e8e92155fd4 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts @@ -109,9 +109,7 @@ export class GetAssetPropertyValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts index 1086d4c713c21..2131b80bbca36 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts @@ -125,9 +125,7 @@ export class GetAssetPropertyValueHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts index f400721f6c8d4..0893be74e2dcb 100644 --- a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts @@ -132,9 +132,7 @@ export class GetInterpolatedAssetPropertyValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts index 0b4cf24df6c7f..07e8f925e1adc 100644 --- a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts @@ -115,9 +115,7 @@ export class ListAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListActionsCommand.ts b/clients/client-iotsitewise/src/commands/ListActionsCommand.ts index 500c6d70ae324..8d11b6f7bc43a 100644 --- a/clients/client-iotsitewise/src/commands/ListActionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListActionsCommand.ts @@ -93,9 +93,7 @@ export class ListActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts index 8fbc2eb8f95aa..bb948991038e9 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts @@ -104,9 +104,7 @@ export class ListAssetModelCompositeModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts index 37a63c605b558..3233a289689cc 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts @@ -167,9 +167,7 @@ export class ListAssetModelPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts index 5a83bca65e1ee..ae6b295a6121d 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts @@ -109,9 +109,7 @@ export class ListAssetModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts index c0e029f55a22d..b316e63fd2cf8 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts @@ -105,9 +105,7 @@ export class ListAssetPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts index 602281994ab45..928dc78f9a528 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts @@ -95,9 +95,7 @@ export class ListAssetRelationshipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts index 3206caf2711cc..b85c975e2586b 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts @@ -128,9 +128,7 @@ export class ListAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts index 3eaf00f7ac218..3fc7f9a0810cf 100644 --- a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts @@ -128,9 +128,7 @@ export class ListAssociatedAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts index f144cea56aa1b..182a5ea2c97c7 100644 --- a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts @@ -91,9 +91,7 @@ export class ListBulkImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts index 055212b6d54ce..530a4e490ce16 100644 --- a/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts @@ -96,9 +96,7 @@ export class ListCompositionRelationshipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts index 389f713e15f75..220fe06c21ea9 100644 --- a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts @@ -89,9 +89,7 @@ export class ListDashboardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts index af4f2168cefc3..ddbec461204e5 100644 --- a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts @@ -104,9 +104,7 @@ export class ListGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts index 24fb971f58aa2..769a14e4f15ce 100644 --- a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts @@ -97,9 +97,7 @@ export class ListPortalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts index 7c4370c4e038d..894ac10ea56dd 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts @@ -83,9 +83,7 @@ export class ListProjectAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts index a3048e1335f90..f3a214cf7b623 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts @@ -89,9 +89,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts index 260cbffcb0422..4c0b784251038 100644 --- a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts index f26cc3043b58f..a369de8ae0aff 100644 --- a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts @@ -98,9 +98,7 @@ export class ListTimeSeriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts index 649003d7fdf9f..524f4f2fedfde 100644 --- a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts @@ -107,9 +107,7 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts index 645c85c0b984f..44ef7eb475c85 100644 --- a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts @@ -85,9 +85,7 @@ export class PutLoggingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts index 6b35923bfdbd3..5a8a5c0eaa80d 100644 --- a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts @@ -133,9 +133,7 @@ export class PutStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts index 1535ed66c340c..bf8d8ebae941f 100644 --- a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts @@ -101,9 +101,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts index 100773ea0612f..36226d61c3cd7 100644 --- a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts @@ -95,9 +95,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts index 6e34fab08f454..f6d1630d248e0 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts @@ -104,9 +104,7 @@ export class UpdateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts index a3405d6318b86..5bec89f5f8daf 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts @@ -105,9 +105,7 @@ export class UpdateAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts index 0409b1361a9b0..207a383977cfa 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts @@ -296,9 +296,7 @@ export class UpdateAssetModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts index ac2230dcf705f..842c80b350182 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts @@ -227,9 +227,7 @@ export class UpdateAssetModelCompositeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts index 6f0efce082106..9a9248c4d84df 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts @@ -93,9 +93,7 @@ export class UpdateAssetPropertyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts index 50bc014b48d7e..387b3a900d2de 100644 --- a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts @@ -83,9 +83,7 @@ export class UpdateDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts index 02d25f7dea703..1e1482c7a5b81 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts @@ -106,9 +106,7 @@ export class UpdateGatewayCapabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts index f9a942a844edc..a51a906277bfd 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts @@ -84,9 +84,7 @@ export class UpdateGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts index 4b0fdbcb6a7a9..ef31d047b151c 100644 --- a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts @@ -108,9 +108,7 @@ export class UpdatePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts index dc100952e9483..35ffe8e7213ed 100644 --- a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts @@ -82,9 +82,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTSiteWiseClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index 4ef92392b2416..ad3f4ba5e740c 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -80,9 +80,7 @@ export class AssociateEntityToThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index f9bb5acb2f792..66452ace6ef41 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -93,9 +93,7 @@ export class CreateFlowTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts index 910e997a032c0..d4c5bc4ca3fa8 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts @@ -117,9 +117,7 @@ export class CreateSystemInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts index c8fc8b8a79087..4a9cbb107df22 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts @@ -89,9 +89,7 @@ export class CreateSystemTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index 93ab37563134f..ecb8a7e3e44a3 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -78,9 +78,7 @@ export class DeleteFlowTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index 8332bda14181a..07b59152478a6 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -73,9 +73,7 @@ export class DeleteNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index a9f8f7c11b945..33233c2f9d21b 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -79,9 +79,7 @@ export class DeleteSystemInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index 35156dd40b434..cbaa981d1dade 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -78,9 +78,7 @@ export class DeleteSystemTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index b97812afe31ee..84575edeaf8be 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -104,9 +104,7 @@ export class DeploySystemInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts index a2e121b81379f..f6ec1bc1aa24f 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts @@ -77,9 +77,7 @@ export class DeprecateFlowTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index 82ee09063c279..4b2058d4f7d7e 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -77,9 +77,7 @@ export class DeprecateSystemTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index f5517a658a1e7..37a99bdf7c3be 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -83,9 +83,7 @@ export class DescribeNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index b5c3fb2838c91..6bcc70c0d8737 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -79,9 +79,7 @@ export class DissociateEntityFromThingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index d23b9cca9428b..19638fa913b68 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -124,9 +124,7 @@ export class GetEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index 215fb5b7c9d00..15bd4a478e35d 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -92,9 +92,7 @@ export class GetFlowTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index 67795755bdad7..30e8526c92068 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -90,9 +90,7 @@ export class GetFlowTemplateRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index 462401261860a..32c25e5b73e64 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -78,9 +78,7 @@ export class GetNamespaceDeletionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index b6a32f5d4173c..daec0c041309d 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -108,9 +108,7 @@ export class GetSystemInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index a3b72bb690119..5d8457434a7d9 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -92,9 +92,7 @@ export class GetSystemTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index fbef2e984b9b8..7c28cbedd3e5e 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -90,9 +90,7 @@ export class GetSystemTemplateRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index 9646b98fed0b3..10591f08fd364 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -87,9 +87,7 @@ export class GetUploadStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index 87fbe2ef27237..bd47df3b455e8 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -89,9 +89,7 @@ export class ListFlowExecutionMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index 938aa0e314147..a506901eb8fa4 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index 26fd82068b052..e30e82e060e97 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -101,9 +101,7 @@ export class SearchEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index 21bbfb2d400b9..58d93a219de5e 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -94,9 +94,7 @@ export class SearchFlowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index 663a848867758..163b2664f69b0 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -93,9 +93,7 @@ export class SearchFlowTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index 2a40f622b5293..0527a58e83d11 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -98,9 +98,7 @@ export class SearchSystemInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index 7b791ce48f6f9..6e7adb92d2041 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -93,9 +93,7 @@ export class SearchSystemTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index af89b300ce1e8..fabe3911a9cfe 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -91,9 +91,7 @@ export class SearchThingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts index 7389ddc942d44..8671776624233 100644 --- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 7d7ac704df843..e40cbd153dfb4 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -92,9 +92,7 @@ export class UndeploySystemInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index 576fb4559606d..0e4ebc44b0921 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -80,9 +80,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 750264d6bf0c6..0ceb87591a2e4 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -90,9 +90,7 @@ export class UpdateFlowTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index 240e68780556c..846fdf6200b74 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -89,9 +89,7 @@ export class UpdateSystemTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index de2fc4776a54c..c512b01e61b80 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -91,9 +91,7 @@ export class UploadEntityDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTThingsGraphClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts index fdfc3a30d5725..beeb07b51ecdb 100644 --- a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts @@ -192,9 +192,7 @@ export class BatchPutPropertyValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts index b47846619fd33..f831ca6c2ab80 100644 --- a/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts @@ -99,9 +99,7 @@ export class CancelMetadataTransferJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts index 42a4f16c6d5ab..0375ebd14ffef 100644 --- a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts @@ -188,9 +188,7 @@ export class CreateComponentTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts index f2c9527f64f43..4b3a55f274948 100644 --- a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts @@ -210,9 +210,7 @@ export class CreateEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts index 2a7459df05f5b..75249613a94a0 100644 --- a/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts @@ -145,9 +145,7 @@ export class CreateMetadataTransferJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts index 2a7a42fdcec58..76eed1f10b917 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts @@ -96,9 +96,7 @@ export class CreateSceneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts index c1ae8f9122432..73e19849a3910 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts @@ -90,9 +90,7 @@ export class CreateSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts index 88a5b3b75c2b1..aadd284178ad1 100644 --- a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts @@ -90,9 +90,7 @@ export class CreateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts index e35b4e0e7d38a..d0b9404f97769 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts @@ -81,9 +81,7 @@ export class DeleteComponentTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts index b41574487df16..7c2c3beda45a6 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts @@ -82,9 +82,7 @@ export class DeleteEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts index 1e75d413a256a..c83eb7abe4b0b 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts @@ -79,9 +79,7 @@ export class DeleteSceneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts index 9b4de5e5ae456..61bfc4cd906df 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts @@ -84,9 +84,7 @@ export class DeleteSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts index 12340a7b2b9af..69c32e6f7e5fc 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts @@ -80,9 +80,7 @@ export class DeleteWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts index 640828247a753..2540cd657e62c 100644 --- a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts @@ -104,9 +104,7 @@ export class ExecuteQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts index 1fdae63d1e7e7..4a6ba4939b50e 100644 --- a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts @@ -200,9 +200,7 @@ export class GetComponentTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts index 9606279ba8a46..d5b8e3232c47f 100644 --- a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts @@ -218,9 +218,7 @@ export class GetEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts index 2dae0496b9ec5..34900c1f2ffc2 100644 --- a/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts @@ -148,9 +148,7 @@ export class GetMetadataTransferJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts index 6e77ae7dc225b..09e8535bde5a3 100644 --- a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts @@ -100,9 +100,7 @@ export class GetPricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts index c26dff13adc18..b9aeb8f8273db 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts @@ -202,9 +202,7 @@ export class GetPropertyValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts index 91fc5240266bf..88f0a97b440c9 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts @@ -203,9 +203,7 @@ export class GetPropertyValueHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts index 4d19773b877c9..06038d09a561b 100644 --- a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts @@ -100,9 +100,7 @@ export class GetSceneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts index 51ff558b16934..ab6c7113be756 100644 --- a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts @@ -96,9 +96,7 @@ export class GetSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts index e14a07ee62788..b88e8ad8a9295 100644 --- a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts @@ -89,9 +89,7 @@ export class GetWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts index 1a35fd974f7e5..3b211928abba7 100644 --- a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts @@ -105,9 +105,7 @@ export class ListComponentTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts index 65c81a44bb9b2..83aa91bdd4974 100644 --- a/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts @@ -110,9 +110,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts index 6d1ba3aa4e9fd..48d1b7d3e970e 100644 --- a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts @@ -105,9 +105,7 @@ export class ListEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts index de4e2d276fa5f..a9d7ebcc7bd08 100644 --- a/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts @@ -108,9 +108,7 @@ export class ListMetadataTransferJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts index 31fdbfe494666..91c7c352ddb6f 100644 --- a/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts @@ -159,9 +159,7 @@ export class ListPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts index 95e8616ec5ddb..48a14fdb3f817 100644 --- a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts @@ -89,9 +89,7 @@ export class ListScenesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts index 3f6af0ce969f6..f5ebe491e71c2 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts @@ -98,9 +98,7 @@ export class ListSyncJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts index 8391a9330c370..1a007c60596f8 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts @@ -106,9 +106,7 @@ export class ListSyncResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts index a18d4f0103406..98823edf96259 100644 --- a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts index 0d39230e57678..877f4e4346cb3 100644 --- a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts @@ -90,9 +90,7 @@ export class ListWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts index a47d078e86bbd..f376a3c181cfe 100644 --- a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts index 6a473522f6121..bbab3eae85d6e 100644 --- a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts @@ -72,9 +72,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts index c6e85267478ba..5a9b57300c888 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts @@ -186,9 +186,7 @@ export class UpdateComponentTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts index 346b38f4c71ee..53c034fbbdcdc 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts @@ -213,9 +213,7 @@ export class UpdateEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts index 1def812fb0403..de1947a9ca572 100644 --- a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts @@ -105,9 +105,7 @@ export class UpdatePricingPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts index 14f336f8d4754..386371ae52755 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts @@ -89,9 +89,7 @@ export class UpdateSceneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts index 4e36b59b16f2c..56909d622782e 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts @@ -86,9 +86,7 @@ export class UpdateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IoTTwinMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts index 5ec51c3e663ea..bb26f5bd67c9b 100644 --- a/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts @@ -107,9 +107,7 @@ export class CreateEncoderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts index ab3e8ca7c6faf..313c9d8c55674 100644 --- a/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts @@ -106,9 +106,7 @@ export class CreateIngestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts index 3006ac7033f8c..ceab08f5e6734 100644 --- a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts @@ -108,9 +108,7 @@ export class CreateParticipantTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts index 6e3020fc12e8f..21cded36e78a2 100644 --- a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts @@ -132,9 +132,7 @@ export class CreateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts index 5be88deda71ea..a7ea80599e3d4 100644 --- a/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts @@ -103,9 +103,7 @@ export class CreateStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts index 51f7327201099..971f8307d496a 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts @@ -82,9 +82,7 @@ export class DeleteEncoderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts index 1542b7b8b4129..65a1523ddf1a4 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts @@ -79,9 +79,7 @@ export class DeleteIngestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts index 27fc1a7afddd1..3a44e8de4a72b 100644 --- a/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts @@ -80,9 +80,7 @@ export class DeletePublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts index 9ca6d62b7318b..bbc9a91ba6579 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts @@ -80,9 +80,7 @@ export class DeleteStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts index 319a7a507c448..312913c47e3a6 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts @@ -84,9 +84,7 @@ export class DeleteStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts index fb6c40ca9dd36..15c8818f49c15 100644 --- a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts @@ -79,9 +79,7 @@ export class DisconnectParticipantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts index 8127c4b5ac483..e30122f84142d 100644 --- a/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts @@ -142,9 +142,7 @@ export class GetCompositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts index 23bf8f4eed5f0..a639b9b4c5cbb 100644 --- a/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts @@ -95,9 +95,7 @@ export class GetEncoderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts index 523df5752d774..f2747d4ae7835 100644 --- a/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts @@ -93,9 +93,7 @@ export class GetIngestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts index c83ab9d71116b..001cd89d01202 100644 --- a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts @@ -95,9 +95,7 @@ export class GetParticipantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts index fd1cac24c4a0c..4d974c0d9dd7d 100644 --- a/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts @@ -82,9 +82,7 @@ export class GetPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts index fb86474df44ec..626029a6b9576 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts @@ -93,9 +93,7 @@ export class GetStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts index b4f49cddb1d41..548cfb6b26cec 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts @@ -79,9 +79,7 @@ export class GetStageSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts index 4bcc70bcbe21c..7f56b71c72e30 100644 --- a/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts @@ -92,9 +92,7 @@ export class GetStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts index 7a95a3598a0e3..f42e43331de15 100644 --- a/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts @@ -92,9 +92,7 @@ export class ImportPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts index e907988e2d746..3d41444cf37c6 100644 --- a/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts @@ -104,9 +104,7 @@ export class ListCompositionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts index 91942afd9c924..660c3cd408711 100644 --- a/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts @@ -91,9 +91,7 @@ export class ListEncoderConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts index 51bbf48828141..227923d8a1f9c 100644 --- a/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts @@ -85,9 +85,7 @@ export class ListIngestConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts index 70b1b5485e155..a3f4fbdc743e9 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts @@ -85,9 +85,7 @@ export class ListParticipantEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts index c29b8284ec197..196a670a49822 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts @@ -88,9 +88,7 @@ export class ListParticipantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts b/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts index d499801d9ef3c..4d5aa3f8e83c3 100644 --- a/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts @@ -81,9 +81,7 @@ export class ListPublicKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts index 3d0a202b63d13..0bf96906485f6 100644 --- a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts @@ -80,9 +80,7 @@ export class ListStageSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts index 7321b39bff26b..a4c6747564b67 100644 --- a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts @@ -86,9 +86,7 @@ export class ListStagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts index ec8e444837548..2fd72f0345d49 100644 --- a/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts @@ -94,9 +94,7 @@ export class ListStorageConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts index 6ac827e2fd7c3..2c1eec0c18569 100644 --- a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts index 00d5f97afa115..8688c138b7e69 100644 --- a/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts @@ -211,9 +211,7 @@ export class StartCompositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts index e524fb4a65533..aea6c994e1689 100644 --- a/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts @@ -82,9 +82,7 @@ export class StopCompositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts index 8c6e422de33cf..db244e9b39454 100644 --- a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts index 1b8d46c5c4232..834a86b09cd4c 100644 --- a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts index fb9fe85f6bab5..b4e7fc78f0204 100644 --- a/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts @@ -100,9 +100,7 @@ export class UpdateIngestConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts index 54bbf1f9e237e..1fdf306f8477d 100644 --- a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts @@ -109,9 +109,7 @@ export class UpdateStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IVSRealTimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts index 8b1de4c2fb324..d97d80a9b66dd 100644 --- a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts @@ -99,9 +99,7 @@ export class BatchGetChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts index 1327ca3e1cb59..d63585028088c 100644 --- a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts @@ -87,9 +87,7 @@ export class BatchGetStreamKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts index 76d6fb319255c..763103bc1d037 100644 --- a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts @@ -99,9 +99,7 @@ export class BatchStartViewerSessionRevocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/CreateChannelCommand.ts b/clients/client-ivs/src/commands/CreateChannelCommand.ts index e7ca7af765b28..90563965ffc9a 100644 --- a/clients/client-ivs/src/commands/CreateChannelCommand.ts +++ b/clients/client-ivs/src/commands/CreateChannelCommand.ts @@ -121,9 +121,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts index c850b4428faf9..1e3b217c1a0cc 100644 --- a/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts +++ b/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts @@ -109,9 +109,7 @@ export class CreatePlaybackRestrictionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts index 18f7005c496cf..c99cf6daf47d4 100644 --- a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts @@ -149,9 +149,7 @@ export class CreateRecordingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts index 985e42de203a6..c5ee8465d4d53 100644 --- a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts @@ -97,9 +97,7 @@ export class CreateStreamKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/DeleteChannelCommand.ts b/clients/client-ivs/src/commands/DeleteChannelCommand.ts index 42e546e90829b..b930fcbd75264 100644 --- a/clients/client-ivs/src/commands/DeleteChannelCommand.ts +++ b/clients/client-ivs/src/commands/DeleteChannelCommand.ts @@ -83,9 +83,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts index f1cf1090d42ca..9f21423f6361e 100644 --- a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts @@ -77,9 +77,7 @@ export class DeletePlaybackKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts index 01124899c9be5..58dc8a018b587 100644 --- a/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts +++ b/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts @@ -81,9 +81,7 @@ export class DeletePlaybackRestrictionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts index 2cae86f4246c7..7d310a8eeaf21 100644 --- a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DeleteRecordingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts index b15b95ae18e4d..d47d2ec3765b9 100644 --- a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts @@ -76,9 +76,7 @@ export class DeleteStreamKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetChannelCommand.ts b/clients/client-ivs/src/commands/GetChannelCommand.ts index 7b0d4213c7561..86f6d4bbbebbb 100644 --- a/clients/client-ivs/src/commands/GetChannelCommand.ts +++ b/clients/client-ivs/src/commands/GetChannelCommand.ts @@ -93,9 +93,7 @@ export class GetChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts index 7f982f5e8f424..5bace76af83fe 100644 --- a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts @@ -85,9 +85,7 @@ export class GetPlaybackKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts index 09f7c0da10846..dbe976d859349 100644 --- a/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts +++ b/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts @@ -95,9 +95,7 @@ export class GetPlaybackRestrictionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts index 6861d7b596c3b..f93def9ec320f 100644 --- a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts @@ -104,9 +104,7 @@ export class GetRecordingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetStreamCommand.ts b/clients/client-ivs/src/commands/GetStreamCommand.ts index babc3ff2bfd91..5767efa6dd4dd 100644 --- a/clients/client-ivs/src/commands/GetStreamCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamCommand.ts @@ -85,9 +85,7 @@ export class GetStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts index e38e1c6e50e27..a0aa9bc3f2e48 100644 --- a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts @@ -81,9 +81,7 @@ export class GetStreamKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts index b569ab1a269ee..8d5a4253e6ac6 100644 --- a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts @@ -156,9 +156,7 @@ export class GetStreamSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts index e35bd594fbbaa..f233f4a877efd 100644 --- a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts @@ -95,9 +95,7 @@ export class ImportPlaybackKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListChannelsCommand.ts b/clients/client-ivs/src/commands/ListChannelsCommand.ts index 71513de1766ed..88ac17b39fee4 100644 --- a/clients/client-ivs/src/commands/ListChannelsCommand.ts +++ b/clients/client-ivs/src/commands/ListChannelsCommand.ts @@ -97,9 +97,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts index 779b5f2dd839c..da195fc73ffd4 100644 --- a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts +++ b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts @@ -82,9 +82,7 @@ export class ListPlaybackKeyPairsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts b/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts index 2e7a6fe81cb08..e13600bc3db8a 100644 --- a/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts +++ b/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts @@ -99,9 +99,7 @@ export class ListPlaybackRestrictionPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts index cb07f226595c5..b137676cab8f2 100644 --- a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts +++ b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts @@ -96,9 +96,7 @@ export class ListRecordingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts index 7af70bc1ccdf7..015c29da283ea 100644 --- a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts @@ -85,9 +85,7 @@ export class ListStreamKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts index 79f4bd007fed6..d06ab9ae14bfd 100644 --- a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts @@ -85,9 +85,7 @@ export class ListStreamSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListStreamsCommand.ts b/clients/client-ivs/src/commands/ListStreamsCommand.ts index 2fd240e404ba2..a627c3fa1a5a9 100644 --- a/clients/client-ivs/src/commands/ListStreamsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamsCommand.ts @@ -86,9 +86,7 @@ export class ListStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts index 90adac379c418..d4c2dd0790203 100644 --- a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/PutMetadataCommand.ts b/clients/client-ivs/src/commands/PutMetadataCommand.ts index c8383b4e51969..97ca2ac93ce78 100644 --- a/clients/client-ivs/src/commands/PutMetadataCommand.ts +++ b/clients/client-ivs/src/commands/PutMetadataCommand.ts @@ -83,9 +83,7 @@ export class PutMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts index db88cc4737843..bdedae17cd594 100644 --- a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts @@ -92,9 +92,7 @@ export class StartViewerSessionRevocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/StopStreamCommand.ts b/clients/client-ivs/src/commands/StopStreamCommand.ts index ee3a4ef2080f4..a7bb5c2756753 100644 --- a/clients/client-ivs/src/commands/StopStreamCommand.ts +++ b/clients/client-ivs/src/commands/StopStreamCommand.ts @@ -85,9 +85,7 @@ export class StopStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/TagResourceCommand.ts b/clients/client-ivs/src/commands/TagResourceCommand.ts index 55de558138ef1..9912efef60e30 100644 --- a/clients/client-ivs/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/UntagResourceCommand.ts b/clients/client-ivs/src/commands/UntagResourceCommand.ts index 3af442821f73d..658d0555c7975 100644 --- a/clients/client-ivs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/UpdateChannelCommand.ts b/clients/client-ivs/src/commands/UpdateChannelCommand.ts index 5e5685e7efffe..6ab66f93fbb69 100644 --- a/clients/client-ivs/src/commands/UpdateChannelCommand.ts +++ b/clients/client-ivs/src/commands/UpdateChannelCommand.ts @@ -113,9 +113,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts index cccf6ad934ae9..5e79d4f96be4e 100644 --- a/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts +++ b/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts @@ -106,9 +106,7 @@ export class UpdatePlaybackRestrictionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts index 4fe817d0b5ceb..c574a9329695f 100644 --- a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts +++ b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts @@ -103,9 +103,7 @@ export class CreateChatTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts index db01fdf7177c3..1aa1cbb29ae83 100644 --- a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts @@ -117,9 +117,7 @@ export class CreateLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/CreateRoomCommand.ts b/clients/client-ivschat/src/commands/CreateRoomCommand.ts index 53ff6d8e71342..f01dd619b56b2 100644 --- a/clients/client-ivschat/src/commands/CreateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/CreateRoomCommand.ts @@ -111,9 +111,7 @@ export class CreateRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts index 4ff58034d2a43..3e1dde678ca8c 100644 --- a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts @@ -78,9 +78,7 @@ export class DeleteLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts index 44751a2a98f3a..22b5759a02eb8 100644 --- a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts @@ -85,9 +85,7 @@ export class DeleteMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts index 6480688d585e8..1ee46eb0979df 100644 --- a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts @@ -75,9 +75,7 @@ export class DeleteRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts index 5949b936b45e6..31bf6c9854ea5 100644 --- a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts +++ b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts @@ -86,9 +86,7 @@ export class DisconnectUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts index 07622379f93da..1feed6762d848 100644 --- a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts @@ -93,9 +93,7 @@ export class GetLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/GetRoomCommand.ts b/clients/client-ivschat/src/commands/GetRoomCommand.ts index 1756090f42327..7cdeb92bd4a8f 100644 --- a/clients/client-ivschat/src/commands/GetRoomCommand.ts +++ b/clients/client-ivschat/src/commands/GetRoomCommand.ts @@ -90,9 +90,7 @@ export class GetRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts index 65f72af1e00bd..0e186cd9ac2d5 100644 --- a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts @@ -97,9 +97,7 @@ export class ListLoggingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/ListRoomsCommand.ts b/clients/client-ivschat/src/commands/ListRoomsCommand.ts index 5f8d9b335b813..2d1fca5478932 100644 --- a/clients/client-ivschat/src/commands/ListRoomsCommand.ts +++ b/clients/client-ivschat/src/commands/ListRoomsCommand.ts @@ -98,9 +98,7 @@ export class ListRoomsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts index 905b076d43987..a6d574f1c20a8 100644 --- a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/SendEventCommand.ts b/clients/client-ivschat/src/commands/SendEventCommand.ts index 2714c6ab7c2d6..ea852406f0650 100644 --- a/clients/client-ivschat/src/commands/SendEventCommand.ts +++ b/clients/client-ivschat/src/commands/SendEventCommand.ts @@ -86,9 +86,7 @@ export class SendEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/TagResourceCommand.ts b/clients/client-ivschat/src/commands/TagResourceCommand.ts index d6682d3548c88..f2364a3b023fb 100644 --- a/clients/client-ivschat/src/commands/TagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/UntagResourceCommand.ts b/clients/client-ivschat/src/commands/UntagResourceCommand.ts index 22ad802936daf..9cec57d638dbd 100644 --- a/clients/client-ivschat/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts index 51835e39b8345..f8856236b2711 100644 --- a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts @@ -111,9 +111,7 @@ export class UpdateLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts index 650815b61ac32..ee38c10354c6a 100644 --- a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts @@ -103,9 +103,7 @@ export class UpdateRoomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: IvschatClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts index 222f473f8d79f..182c407f55ecc 100644 --- a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts @@ -96,9 +96,7 @@ export class BatchAssociateScramSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts index 0a180f78f1d9c..202a628e155e6 100644 --- a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts @@ -101,9 +101,7 @@ export class BatchDisassociateScramSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/CreateClusterCommand.ts b/clients/client-kafka/src/commands/CreateClusterCommand.ts index 2f925beebc64c..e55eb1c582f1b 100644 --- a/clients/client-kafka/src/commands/CreateClusterCommand.ts +++ b/clients/client-kafka/src/commands/CreateClusterCommand.ts @@ -196,9 +196,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/CreateClusterV2Command.ts b/clients/client-kafka/src/commands/CreateClusterV2Command.ts index 8e10318330156..28cf3677cc000 100644 --- a/clients/client-kafka/src/commands/CreateClusterV2Command.ts +++ b/clients/client-kafka/src/commands/CreateClusterV2Command.ts @@ -216,9 +216,7 @@ export class CreateClusterV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts index fd59f57e5388f..8dcbf1d970957 100644 --- a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts @@ -99,9 +99,7 @@ export class CreateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts index aadd0965c733a..9d9bd98cc697c 100644 --- a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts @@ -145,9 +145,7 @@ export class CreateReplicatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts index bb3bca1cbb416..2dadf111e4331 100644 --- a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts @@ -107,9 +107,7 @@ export class CreateVpcConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DeleteClusterCommand.ts b/clients/client-kafka/src/commands/DeleteClusterCommand.ts index d98cdccf6621f..ae9fda0e94504 100644 --- a/clients/client-kafka/src/commands/DeleteClusterCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterCommand.ts @@ -79,9 +79,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts index 4689f45c15ffc..0959775deb1fb 100644 --- a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts @@ -75,9 +75,7 @@ export class DeleteClusterPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts index cc542137aed98..136c4026896a7 100644 --- a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts @@ -78,9 +78,7 @@ export class DeleteConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts index 146681985dc2f..7f42fb2b8e1af 100644 --- a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts @@ -88,9 +88,7 @@ export class DeleteReplicatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts index cca8c6752bbe1..f208309568755 100644 --- a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts @@ -78,9 +78,7 @@ export class DeleteVpcConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeClusterCommand.ts b/clients/client-kafka/src/commands/DescribeClusterCommand.ts index 4a8f8a408b3dd..604f401cdd8fa 100644 --- a/clients/client-kafka/src/commands/DescribeClusterCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterCommand.ts @@ -202,9 +202,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts index 7ade49afcb421..35828bb442303 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts @@ -317,9 +317,7 @@ export class DescribeClusterOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts index 3bdf8f6545ecb..eda6d0895ee69 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts @@ -336,9 +336,7 @@ export class DescribeClusterOperationV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts index 80c2b98eb9ce0..0f4ee775c1d2b 100644 --- a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts @@ -222,9 +222,7 @@ export class DescribeClusterV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts index 8c893772d2702..a6526933f526c 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts @@ -95,9 +95,7 @@ export class DescribeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts index c3b78d176be9f..ab059811b9640 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts @@ -93,9 +93,7 @@ export class DescribeConfigurationRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts index 92b86c407e26a..63dac38cc42ac 100644 --- a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts @@ -151,9 +151,7 @@ export class DescribeReplicatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts index 8fd66cb8cbedf..3cf7d4738669f 100644 --- a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts @@ -97,9 +97,7 @@ export class DescribeVpcConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts index ebee5509ede0f..948eb28e932d7 100644 --- a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts +++ b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts @@ -89,9 +89,7 @@ export class GetBootstrapBrokersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts index ac5d0f852d865..040f77d09738d 100644 --- a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts @@ -78,9 +78,7 @@ export class GetClusterPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts index 8a23c19151f6b..7588067667ff6 100644 --- a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts @@ -93,9 +93,7 @@ export class GetCompatibleKafkaVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts index f6790e4e08ae3..ef75506eb27a1 100644 --- a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts @@ -91,9 +91,7 @@ export class ListClientVpcConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts index 2c9299d1a8e29..7d5b938639fe7 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts @@ -319,9 +319,7 @@ export class ListClusterOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts index af9f85393bd71..ccbc1106ac4b6 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts @@ -99,9 +99,7 @@ export class ListClusterOperationsV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListClustersCommand.ts b/clients/client-kafka/src/commands/ListClustersCommand.ts index 7c58030a4e48b..34f42105a8436 100644 --- a/clients/client-kafka/src/commands/ListClustersCommand.ts +++ b/clients/client-kafka/src/commands/ListClustersCommand.ts @@ -204,9 +204,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListClustersV2Command.ts b/clients/client-kafka/src/commands/ListClustersV2Command.ts index 2a4995cd8319d..fcd8ca1cc59f6 100644 --- a/clients/client-kafka/src/commands/ListClustersV2Command.ts +++ b/clients/client-kafka/src/commands/ListClustersV2Command.ts @@ -225,9 +225,7 @@ export class ListClustersV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts index bd1f3fc955bac..03e76cac61052 100644 --- a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts @@ -92,9 +92,7 @@ export class ListConfigurationRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts index bdab826dcfb23..e8bac1f8c88d3 100644 --- a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts @@ -98,9 +98,7 @@ export class ListConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts index 1525da624b210..12ff5786c577b 100644 --- a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts @@ -84,9 +84,7 @@ export class ListKafkaVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListNodesCommand.ts b/clients/client-kafka/src/commands/ListNodesCommand.ts index 9128eeb7952e0..81b95cd93e23d 100644 --- a/clients/client-kafka/src/commands/ListNodesCommand.ts +++ b/clients/client-kafka/src/commands/ListNodesCommand.ts @@ -115,9 +115,7 @@ export class ListNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts index d9cb4c55af6bf..88eadf0305720 100644 --- a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts +++ b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts @@ -113,9 +113,7 @@ export class ListReplicatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts index d9ae7a7ccb323..7513cd1ed3dcd 100644 --- a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts +++ b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts @@ -91,9 +91,7 @@ export class ListScramSecretsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts index 14b3098a8f34e..955faa03cc092 100644 --- a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts index de83de3056492..aa35916b886e0 100644 --- a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts @@ -91,9 +91,7 @@ export class ListVpcConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts index ae3654f24a9a1..98b65e65aee25 100644 --- a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts @@ -76,9 +76,7 @@ export class PutClusterPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/RebootBrokerCommand.ts b/clients/client-kafka/src/commands/RebootBrokerCommand.ts index 34397cba2e623..2cf6a8b28d781 100644 --- a/clients/client-kafka/src/commands/RebootBrokerCommand.ts +++ b/clients/client-kafka/src/commands/RebootBrokerCommand.ts @@ -90,9 +90,7 @@ export class RebootBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts index 55a692c15b988..1215857629a5d 100644 --- a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts @@ -79,9 +79,7 @@ export class RejectClientVpcConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/TagResourceCommand.ts b/clients/client-kafka/src/commands/TagResourceCommand.ts index 4b11935fbd543..7902390f75727 100644 --- a/clients/client-kafka/src/commands/TagResourceCommand.ts +++ b/clients/client-kafka/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UntagResourceCommand.ts b/clients/client-kafka/src/commands/UntagResourceCommand.ts index b387a8a1a426c..7aab002918974 100644 --- a/clients/client-kafka/src/commands/UntagResourceCommand.ts +++ b/clients/client-kafka/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts index 4519ceebec80b..7f5f530030e40 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts @@ -83,9 +83,7 @@ export class UpdateBrokerCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts index eb5f9a25ca24c..074dff970a7da 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts @@ -92,9 +92,7 @@ export class UpdateBrokerStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts index 3c45e94b321b7..c92322b71dc25 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts @@ -89,9 +89,7 @@ export class UpdateBrokerTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts index b4f152df08056..5eeb4343498a2 100644 --- a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts @@ -89,9 +89,7 @@ export class UpdateClusterConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts index 219747fab6108..698fd3493bdbc 100644 --- a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts @@ -93,9 +93,7 @@ export class UpdateClusterKafkaVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts index 91d39cff31483..0f0881de12005 100644 --- a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts @@ -90,9 +90,7 @@ export class UpdateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts index 66eccadc7f312..1a80e90142641 100644 --- a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts @@ -105,9 +105,7 @@ export class UpdateConnectivityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts index 26753cca8029f..484f01e4f01b7 100644 --- a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts +++ b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts @@ -110,9 +110,7 @@ export class UpdateMonitoringCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts index 5efef7902383c..a7ceeade46ff5 100644 --- a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts +++ b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts @@ -111,9 +111,7 @@ export class UpdateReplicationInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts index 09267ae8e7aa9..d4b24a107dd4f 100644 --- a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts @@ -116,9 +116,7 @@ export class UpdateSecurityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafka/src/commands/UpdateStorageCommand.ts b/clients/client-kafka/src/commands/UpdateStorageCommand.ts index 1745dd780baa3..9764ffce12bdc 100644 --- a/clients/client-kafka/src/commands/UpdateStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateStorageCommand.ts @@ -94,9 +94,7 @@ export class UpdateStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts index bc7cbe110d058..10106c070db14 100644 --- a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts @@ -176,9 +176,7 @@ export class CreateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts index d8e03bc3bc378..4204ad1511c1a 100644 --- a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts @@ -111,9 +111,7 @@ export class CreateCustomPluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts index 506f5b0cf53e7..a4602c22427fa 100644 --- a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts @@ -113,9 +113,7 @@ export class CreateWorkerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts index 75418714a7346..3d25dbfcc15ee 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts @@ -94,9 +94,7 @@ export class DeleteConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts index 98e9a31a40084..a38156987ccee 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts @@ -93,9 +93,7 @@ export class DeleteCustomPluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts index 7664e405075bf..c5775d61877d1 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DeleteWorkerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts index 2040ee9d4d751..05a47a5d70dcf 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts @@ -175,9 +175,7 @@ export class DescribeConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts index d94bdd4514141..a71452cd2d59c 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts @@ -117,9 +117,7 @@ export class DescribeCustomPluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts index cb9a08892d18d..6379492f2bbcc 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts @@ -111,9 +111,7 @@ export class DescribeWorkerConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts index e02087b4fa7e2..48b9f9552bd87 100644 --- a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts @@ -173,9 +173,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts index ff145ff99e75b..dbba70ff6ab69 100644 --- a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts @@ -120,9 +120,7 @@ export class ListCustomPluginsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts index f1d1c224b67c4..a2cde25d25414 100644 --- a/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts index 50c3989e438f4..28b23bb781975 100644 --- a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts @@ -108,9 +108,7 @@ export class ListWorkerConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts b/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts index fef5f7813dc31..5d1cfecf0f0b1 100644 --- a/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts @@ -97,9 +97,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts b/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts index dd68d7b8ff6c3..191176cd98ead 100644 --- a/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts @@ -93,9 +93,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts index 2cb000a66f849..c78246c6e0365 100644 --- a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts @@ -111,9 +111,7 @@ export class UpdateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KafkaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts index e7c0e9f35ebfb..1e01f5010b128 100644 --- a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts @@ -118,9 +118,7 @@ export class CreateRescoreExecutionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts index c34b85eae613d..bfdbd475bc057 100644 --- a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts @@ -95,9 +95,7 @@ export class DeleteRescoreExecutionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts index 67da62c0d18a1..689e4c3aeda6c 100644 --- a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts @@ -108,9 +108,7 @@ export class DescribeRescoreExecutionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts index e21f5efe49eda..4c10c1e7032af 100644 --- a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts @@ -98,9 +98,7 @@ export class ListRescoreExecutionPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts index a8197d9a34ec0..deb248cf8f68e 100644 --- a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts @@ -98,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts index 7c13f7de96e9c..78e6675c2151c 100644 --- a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts +++ b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts @@ -120,9 +120,7 @@ export class RescoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts index 703c8df6bc91a..d65790bc124c2 100644 --- a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts @@ -99,9 +99,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts index 903e1a1d93226..8c7f6692f2ec0 100644 --- a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts @@ -95,9 +95,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts index a3446ba3b1bc4..b719396e4389b 100644 --- a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts @@ -110,9 +110,7 @@ export class UpdateRescoreExecutionPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraRankingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts index 0fd7cf3ffebc6..79c8ede3d0e58 100644 --- a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts +++ b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts @@ -110,9 +110,7 @@ export class AssociateEntitiesToExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts index 91b27532ab931..0c796b09b72c4 100644 --- a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts @@ -107,9 +107,7 @@ export class AssociatePersonasToEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts index 516b203cb8b83..4d3708d96a83c 100644 --- a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts @@ -111,9 +111,7 @@ export class BatchDeleteDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts index c1d9f31643444..8b41905427885 100644 --- a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts @@ -101,9 +101,7 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts index 928f857385f12..d6eb0d4b302a6 100644 --- a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts +++ b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts @@ -129,9 +129,7 @@ export class BatchGetDocumentStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts index 23154535302a7..a382f1f1a08a7 100644 --- a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts @@ -224,9 +224,7 @@ export class BatchPutDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts index e166ab82cb19c..9eb5a7e0dad00 100644 --- a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts @@ -96,9 +96,7 @@ export class ClearQuerySuggestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts index 631093c203357..b70a5be0c2c93 100644 --- a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts @@ -141,9 +141,7 @@ export class CreateAccessControlConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts index 22b1c5d7bf90d..5d90187ef88ab 100644 --- a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts @@ -675,9 +675,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateExperienceCommand.ts b/clients/client-kendra/src/commands/CreateExperienceCommand.ts index 9839c1564a4d8..85e92bd99501e 100644 --- a/clients/client-kendra/src/commands/CreateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/CreateExperienceCommand.ts @@ -116,9 +116,7 @@ export class CreateExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateFaqCommand.ts b/clients/client-kendra/src/commands/CreateFaqCommand.ts index be7d1d846c65b..0d8e744b5f10f 100644 --- a/clients/client-kendra/src/commands/CreateFaqCommand.ts +++ b/clients/client-kendra/src/commands/CreateFaqCommand.ts @@ -114,9 +114,7 @@ export class CreateFaqCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts index 2c1ca6b3d105b..489f288ac5b9e 100644 --- a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts @@ -134,9 +134,7 @@ export class CreateFeaturedResultsSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateIndexCommand.ts b/clients/client-kendra/src/commands/CreateIndexCommand.ts index c1435a2c716b9..15eaedb51c840 100644 --- a/clients/client-kendra/src/commands/CreateIndexCommand.ts +++ b/clients/client-kendra/src/commands/CreateIndexCommand.ts @@ -138,9 +138,7 @@ export class CreateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts index 38ade737723dd..cded46aa609a5 100644 --- a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts @@ -128,9 +128,7 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts index 839a8442672cc..85d5ffe7c7387 100644 --- a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts @@ -113,9 +113,7 @@ export class CreateThesaurusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts index ca09dd4e4ea4d..1741e1214efca 100644 --- a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts @@ -96,9 +96,7 @@ export class DeleteAccessControlConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts index 545d6b12ffa9b..5a5efdf52cb81 100644 --- a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts @@ -94,9 +94,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts index 7227fb246961a..34e01e77f385c 100644 --- a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts @@ -90,9 +90,7 @@ export class DeleteExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteFaqCommand.ts b/clients/client-kendra/src/commands/DeleteFaqCommand.ts index f6a9b931be33a..1aaed08a7c7be 100644 --- a/clients/client-kendra/src/commands/DeleteFaqCommand.ts +++ b/clients/client-kendra/src/commands/DeleteFaqCommand.ts @@ -88,9 +88,7 @@ export class DeleteFaqCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteIndexCommand.ts b/clients/client-kendra/src/commands/DeleteIndexCommand.ts index 77c0386f1e09f..1873f6ff007ee 100644 --- a/clients/client-kendra/src/commands/DeleteIndexCommand.ts +++ b/clients/client-kendra/src/commands/DeleteIndexCommand.ts @@ -90,9 +90,7 @@ export class DeleteIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts index dec0fcf9f384e..2213473b0b162 100644 --- a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts @@ -102,9 +102,7 @@ export class DeletePrincipalMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts index 4697d72a336c9..b52d88da0ba4e 100644 --- a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts @@ -97,9 +97,7 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts index 091861b7d7f3a..eb6c6e00c8e1f 100644 --- a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts @@ -89,9 +89,7 @@ export class DeleteThesaurusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts index 82ee67c8195e2..c424c1e5215b0 100644 --- a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts @@ -119,9 +119,7 @@ export class DescribeAccessControlConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts index 3d8f4c96a598d..0d5ba3cd6fad2 100644 --- a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts @@ -650,9 +650,7 @@ export class DescribeDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts index e41b9ed13d429..0676e797b0a70 100644 --- a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts @@ -117,9 +117,7 @@ export class DescribeExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeFaqCommand.ts b/clients/client-kendra/src/commands/DescribeFaqCommand.ts index fbcea0dc1a6fe..f8863685fef93 100644 --- a/clients/client-kendra/src/commands/DescribeFaqCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFaqCommand.ts @@ -100,9 +100,7 @@ export class DescribeFaqCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts index aa1343d86ea3c..615dd65386d5e 100644 --- a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts @@ -108,9 +108,7 @@ export class DescribeFeaturedResultsSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeIndexCommand.ts b/clients/client-kendra/src/commands/DescribeIndexCommand.ts index 2ada659999906..cd52148ae3b5f 100644 --- a/clients/client-kendra/src/commands/DescribeIndexCommand.ts +++ b/clients/client-kendra/src/commands/DescribeIndexCommand.ts @@ -155,9 +155,7 @@ export class DescribeIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts index cab671e202e70..acd48f8bbef19 100644 --- a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts @@ -105,9 +105,7 @@ export class DescribePrincipalMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts index 25306aab2e217..bec69890e28bb 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts @@ -114,9 +114,7 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts index ea292fcea86b3..d16570cfeab43 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts @@ -112,9 +112,7 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts index 40681425af9b4..b5ecdda0ef859 100644 --- a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts @@ -101,9 +101,7 @@ export class DescribeThesaurusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts index b62465bd0c822..51d685749c34c 100644 --- a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts @@ -109,9 +109,7 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts index ebf8a5c550887..89db9e5649dc7 100644 --- a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts @@ -103,9 +103,7 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts index 30ed721e2fefa..8b21c57a8c6bf 100644 --- a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts @@ -243,9 +243,7 @@ export class GetQuerySuggestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts index f64f94bc08785..3ddddcca28b69 100644 --- a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts +++ b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts @@ -98,9 +98,7 @@ export class GetSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts index 5afda63971774..50cb415dc3b1d 100644 --- a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts +++ b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts @@ -100,9 +100,7 @@ export class ListAccessControlConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts index 9398cec203709..07553362311ae 100644 --- a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts @@ -115,9 +115,7 @@ export class ListDataSourceSyncJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts index d0b2fc254ee0f..45ae42c849bb4 100644 --- a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts @@ -98,9 +98,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts index 893f23e0827dc..2f5fe20074320 100644 --- a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts +++ b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts @@ -97,9 +97,7 @@ export class ListEntityPersonasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts index 91a641b603cbd..80c1ae5b694ec 100644 --- a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts @@ -108,9 +108,7 @@ export class ListExperienceEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListExperiencesCommand.ts b/clients/client-kendra/src/commands/ListExperiencesCommand.ts index e0c62613d29c8..24e8fc3ce9d26 100644 --- a/clients/client-kendra/src/commands/ListExperiencesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperiencesCommand.ts @@ -104,9 +104,7 @@ export class ListExperiencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListFaqsCommand.ts b/clients/client-kendra/src/commands/ListFaqsCommand.ts index 50921f120d006..5b3b9d9a3a69e 100644 --- a/clients/client-kendra/src/commands/ListFaqsCommand.ts +++ b/clients/client-kendra/src/commands/ListFaqsCommand.ts @@ -98,9 +98,7 @@ export class ListFaqsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts index 2f0fd9e1ea541..7dee61b8df361 100644 --- a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts +++ b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts @@ -98,9 +98,7 @@ export class ListFeaturedResultsSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts index ddb0c76e89763..ba103ee6f4820 100644 --- a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts +++ b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts @@ -107,9 +107,7 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListIndicesCommand.ts b/clients/client-kendra/src/commands/ListIndicesCommand.ts index 6a40a0d9d32b0..9167f554e6c92 100644 --- a/clients/client-kendra/src/commands/ListIndicesCommand.ts +++ b/clients/client-kendra/src/commands/ListIndicesCommand.ts @@ -92,9 +92,7 @@ export class ListIndicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts index 51883f4751ed5..9f4b152dc0cfa 100644 --- a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts +++ b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts @@ -108,9 +108,7 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts index 1be7d21b056a1..dcb7f77e5a677 100644 --- a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/ListThesauriCommand.ts b/clients/client-kendra/src/commands/ListThesauriCommand.ts index ae371bef3dc50..336f7b96a8b9b 100644 --- a/clients/client-kendra/src/commands/ListThesauriCommand.ts +++ b/clients/client-kendra/src/commands/ListThesauriCommand.ts @@ -96,9 +96,7 @@ export class ListThesauriCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts index 541ca780b5c95..579221d0d33e2 100644 --- a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts @@ -125,9 +125,7 @@ export class PutPrincipalMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/QueryCommand.ts b/clients/client-kendra/src/commands/QueryCommand.ts index f019e59089abe..17525c173f3d8 100644 --- a/clients/client-kendra/src/commands/QueryCommand.ts +++ b/clients/client-kendra/src/commands/QueryCommand.ts @@ -493,9 +493,7 @@ export class QueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/RetrieveCommand.ts b/clients/client-kendra/src/commands/RetrieveCommand.ts index 848c0641b9713..942bb358c58de 100644 --- a/clients/client-kendra/src/commands/RetrieveCommand.ts +++ b/clients/client-kendra/src/commands/RetrieveCommand.ts @@ -269,9 +269,7 @@ export class RetrieveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts index 5d2626f7db580..b1774bfb40b59 100644 --- a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts @@ -99,9 +99,7 @@ export class StartDataSourceSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts index e3ebda252680c..2b47c9e7453ca 100644 --- a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts @@ -85,9 +85,7 @@ export class StopDataSourceSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts index cbb2c7b463ae1..9809a993eaeab 100644 --- a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts @@ -104,9 +104,7 @@ export class SubmitFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/TagResourceCommand.ts b/clients/client-kendra/src/commands/TagResourceCommand.ts index fc7aa56100a5e..0a5d63f9ef5ce 100644 --- a/clients/client-kendra/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UntagResourceCommand.ts b/clients/client-kendra/src/commands/UntagResourceCommand.ts index 238e2a2b71203..fc90be996f4a7 100644 --- a/clients/client-kendra/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts index 8ae91e490a106..90b35e54c36cf 100644 --- a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts @@ -139,9 +139,7 @@ export class UpdateAccessControlConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts index f86040a42ecc0..546c42c72ba91 100644 --- a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts @@ -646,9 +646,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts index 719478e2f3d1f..5d189aaf8e8eb 100644 --- a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts @@ -107,9 +107,7 @@ export class UpdateExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts index 7c49c41811f45..7239223073b06 100644 --- a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts @@ -122,9 +122,7 @@ export class UpdateFeaturedResultsSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateIndexCommand.ts b/clients/client-kendra/src/commands/UpdateIndexCommand.ts index ed57baf896543..7da174fe93d1a 100644 --- a/clients/client-kendra/src/commands/UpdateIndexCommand.ts +++ b/clients/client-kendra/src/commands/UpdateIndexCommand.ts @@ -142,9 +142,7 @@ export class UpdateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts index e275f4c8935e8..0f78769edbbcd 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts @@ -108,9 +108,7 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts index 46e069aceecac..6a6357ff5bb14 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts @@ -115,9 +115,7 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts index 16abd6724c0a0..1f940b387be30 100644 --- a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts @@ -95,9 +95,7 @@ export class UpdateThesaurusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KendraClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts index 510364884f4dd..d2e258a5bc858 100644 --- a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts @@ -101,9 +101,7 @@ export class CreateKeyspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/CreateTableCommand.ts b/clients/client-keyspaces/src/commands/CreateTableCommand.ts index b2a90cbb65763..0a5c1f828dae0 100644 --- a/clients/client-keyspaces/src/commands/CreateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateTableCommand.ts @@ -193,9 +193,7 @@ export class CreateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts index deea2e140cf8f..1417657b6eba4 100644 --- a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts @@ -84,9 +84,7 @@ export class DeleteKeyspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts index 089a4383d5873..aff6b5a799ee6 100644 --- a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts @@ -89,9 +89,7 @@ export class DeleteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts index 64a88b77927d0..e97bc8d9317ef 100644 --- a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts @@ -86,9 +86,7 @@ export class GetKeyspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts b/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts index c416abed9d470..fbbff8846c059 100644 --- a/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts +++ b/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts @@ -169,9 +169,7 @@ export class GetTableAutoScalingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/GetTableCommand.ts b/clients/client-keyspaces/src/commands/GetTableCommand.ts index b18aa774774dc..8bdb4642235f0 100644 --- a/clients/client-keyspaces/src/commands/GetTableCommand.ts +++ b/clients/client-keyspaces/src/commands/GetTableCommand.ts @@ -149,9 +149,7 @@ export class GetTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts index 0ceb147dee631..ef0a8a4889ccd 100644 --- a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts @@ -92,9 +92,7 @@ export class ListKeyspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/ListTablesCommand.ts b/clients/client-keyspaces/src/commands/ListTablesCommand.ts index d3bb08f05af34..f92aee91a9140 100644 --- a/clients/client-keyspaces/src/commands/ListTablesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTablesCommand.ts @@ -90,9 +90,7 @@ export class ListTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts index fb9c93328cfd1..df347b137c476 100644 --- a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts index 28259209197f5..92c849f421426 100644 --- a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts +++ b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts @@ -200,9 +200,7 @@ export class RestoreTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/TagResourceCommand.ts b/clients/client-keyspaces/src/commands/TagResourceCommand.ts index c5a8a2acc25ff..7f71533036c28 100644 --- a/clients/client-keyspaces/src/commands/TagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts index bcb7b80365cbd..0cb3ff7cb6285 100644 --- a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts index ae530ea5ed431..8b8aa170fe2c9 100644 --- a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts @@ -161,9 +161,7 @@ export class UpdateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KeyspacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index e9a156b1177a2..db732a568cde9 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -112,9 +112,7 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts index 4a977d20e131b..6dad402011d1f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts @@ -191,9 +191,7 @@ export class AddApplicationInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 63b8a1c89ac76..7e8cb50ab54b9 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -112,9 +112,7 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts index bb7d9cc4ca8a5..6c1b35cae53f1 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts @@ -136,9 +136,7 @@ export class AddApplicationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts index 167ba357235b5..1b4318baed619 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -163,9 +163,7 @@ export class AddApplicationReferenceDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts index e768f682adc61..253a117f2efbb 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts @@ -124,9 +124,7 @@ export class AddApplicationVpcConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts index ac920da6df235..6d1bbc77a2ea5 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts @@ -534,9 +534,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts index d5b6e6ac80ad7..aca5a33303872 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts @@ -97,9 +97,7 @@ export class CreateApplicationPresignedUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts index 4bd49c5783b97..60acb34aedaa8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts @@ -90,9 +90,7 @@ export class CreateApplicationSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index d567c9fe3a369..80e3bce47d1aa 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -110,9 +110,7 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts index 580a6467f41b6..d135897c3e2cc 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts @@ -88,9 +88,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index 56387889478d7..d412d2da30611 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -98,9 +98,7 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts index d8d42dfca02e3..556cb2ebbc74b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts @@ -91,9 +91,7 @@ export class DeleteApplicationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index ca03a58af8364..9b34992afeacb 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -99,9 +99,7 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts index a35c2eb61c791..634521a54d26f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts @@ -90,9 +90,7 @@ export class DeleteApplicationSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts index c1d729739aff4..f459813fd569b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts @@ -99,9 +99,7 @@ export class DeleteApplicationVpcConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts index a7923fda09ad7..a515ca342b34c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts @@ -319,9 +319,7 @@ export class DescribeApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts index 027d0d0b01d3a..514eaf3160acd 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts @@ -100,9 +100,7 @@ export class DescribeApplicationOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts index 47892a5d3dd53..3c23d8adfb7fd 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts @@ -88,9 +88,7 @@ export class DescribeApplicationSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts index 38a65708f06fd..697bb04cdec01 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts @@ -321,9 +321,7 @@ export class DescribeApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts index e94f06bc10570..154c4eb0a15d8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts @@ -141,9 +141,7 @@ export class DiscoverInputSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts index 2e2334a07e7b2..a59256727ae75 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts @@ -92,9 +92,7 @@ export class ListApplicationOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts index dfc2d290afe35..310167bcc620f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts @@ -87,9 +87,7 @@ export class ListApplicationSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts index 0c4595bce2869..21325c0e040f8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts @@ -92,9 +92,7 @@ export class ListApplicationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts index d54a86103547b..7974542b53a4c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts @@ -87,9 +87,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts index 9a6cea8c648a9..5a5f0bb66403c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts index 1e1de2b017aa5..b3aca7fc109fd 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts @@ -335,9 +335,7 @@ export class RollbackApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts index 82a709c6587a7..16cdc9ee79fea 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts @@ -102,9 +102,7 @@ export class StartApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts index 00c35d7b48bff..16643bd8ff4df 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts @@ -96,9 +96,7 @@ export class StopApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts index 4c378b37eb04c..7dc98be816620 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts @@ -93,9 +93,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts index 24279da26d242..53355e521d57c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts index 1d5356d0d15fb..c02a2eabe1236 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts @@ -542,9 +542,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts index c63fde5450678..a643cf98c3a2d 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts @@ -118,9 +118,7 @@ export class UpdateApplicationMaintenanceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index eab9eef422aab..b7450fe618a9a 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -98,9 +98,7 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts index 7013a268cc039..2f232eb3318a5 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts @@ -140,9 +140,7 @@ export class AddApplicationInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 1b2752a9d9b6d..9ece43d949aee 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -100,9 +100,7 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts index 8fc357dccaa8f..3c8f8eb6bf1ff 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts @@ -116,9 +116,7 @@ export class AddApplicationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts index bd55de0abe073..cd45bc7c3dbbb 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -130,9 +130,7 @@ export class AddApplicationReferenceDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts index 5e34661527a6a..3474516cfcdb8 100644 --- a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts @@ -191,9 +191,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index 670318a625f7a..5a5dffadf4f4e 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -94,9 +94,7 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts index d2760683f97d7..478085181efc4 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts @@ -81,9 +81,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index 97181a5a41c7d..08f165cff6e7e 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -92,9 +92,7 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts index d73243ae49a86..a36985bccaefa 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts @@ -85,9 +85,7 @@ export class DeleteApplicationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index 81f64b4c2649b..4a8aaed80b97e 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -96,9 +96,7 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts index 89d5216721d23..a3999ac65d7ef 100644 --- a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts @@ -201,9 +201,7 @@ export class DescribeApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts index 35c107c57e571..efc2e5c90f8fa 100644 --- a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts @@ -143,9 +143,7 @@ export class DiscoverInputSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts index c5865f3d9e25a..7b522936a666a 100644 --- a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts @@ -89,9 +89,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts index d37521ed0f18c..01a5b1250969b 100644 --- a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts index 572185f2ee497..1658080a27f8c 100644 --- a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts @@ -97,9 +97,7 @@ export class StartApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts index b74b4913ecf3d..646183e178497 100644 --- a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts @@ -82,9 +82,7 @@ export class StopApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts index 6d7fdd8edc0b2..53d7953fa789a 100644 --- a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts index 7af052e0eab88..1a7539aee1038 100644 --- a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts index 7772314666dcc..e393b5238f86c 100644 --- a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts @@ -200,9 +200,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f61d3a701d7dd..2d9b9554d96db 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts @@ -163,9 +163,7 @@ export class GetClipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 658a4df1eb59a..6c10580dc665b 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts @@ -266,9 +266,7 @@ export class GetDASHStreamingSessionURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 45aca85934d9b..ee190e42c8053 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts @@ -309,9 +309,7 @@ export class GetHLSStreamingSessionURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d5e4955060338..3478ae6522021 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts @@ -118,9 +118,7 @@ export class GetImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9f152cf858515..1d26530a48c21 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts @@ -138,9 +138,7 @@ export class GetMediaForFragmentListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 c883a38853065..13726ee2df8e3 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts @@ -146,9 +146,7 @@ export class ListFragmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoArchivedMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts index 1bea7157a49fd..f1ab978e82230 100644 --- a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts +++ b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts @@ -148,9 +148,7 @@ export class GetMediaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoMediaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts index f163ed0be2fdb..3dea29e816706 100644 --- a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts @@ -115,9 +115,7 @@ export class GetIceServerConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoSignalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts index 1ae66a4a0da26..389805d7e45f2 100644 --- a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts @@ -89,9 +89,7 @@ export class SendAlexaOfferToMasterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoSignalingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts index 3c14f44857f8c..8e366be3584ef 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts @@ -99,9 +99,7 @@ export class JoinStorageSessionAsViewerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoWebRTCStorageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 97bdc064df07e..ca3ad5608798a 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts @@ -135,9 +135,7 @@ export class JoinStorageSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoWebRTCStorageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts index 6192247d4fcac..f0a537e7920dd 100644 --- a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts @@ -115,9 +115,7 @@ export class CreateSignalingChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts index 4d72ec6ac422d..5b2065639ffe2 100644 --- a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts @@ -120,9 +120,7 @@ export class CreateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts index 99bf0d2831d7d..82dfdb47038cf 100644 --- a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts @@ -83,9 +83,7 @@ export class DeleteEdgeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts index faba34531160b..a7cec7258bd47 100644 --- a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts @@ -104,9 +104,7 @@ export class DeleteSignalingChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts index 49f0cabb99dc5..9557e875d1b44 100644 --- a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts @@ -111,9 +111,7 @@ export class DeleteStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts index 196e2cc573b68..68257ebd94d10 100644 --- a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts @@ -137,9 +137,7 @@ export class DescribeEdgeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts index 7fa0f0f390458..a4c7762b00ebe 100644 --- a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts @@ -101,9 +101,7 @@ export class DescribeImageGenerationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts index c5f4411f03d57..1bdb38e4b5819 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts @@ -96,9 +96,7 @@ export class DescribeMappedResourceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts index a7d959ec78d5c..a08b13768a16d 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DescribeMediaStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts index a19eafb0101d9..1b1fc5ceb212a 100644 --- a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts @@ -89,9 +89,7 @@ export class DescribeNotificationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts index a30cf2f6b3e11..96b9e5e67afcb 100644 --- a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts @@ -91,9 +91,7 @@ export class DescribeSignalingChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts index aaaa5d1e5ee32..4b0579f45c198 100644 --- a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts @@ -90,9 +90,7 @@ export class DescribeStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts index 08215bb99ce3b..b986d1152ef31 100644 --- a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts @@ -90,9 +90,7 @@ export class GetDataEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts index 59021e8be027c..bb7fa57c3f6e6 100644 --- a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts @@ -125,9 +125,7 @@ export class GetSignalingChannelEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts index f5c7d8a729b7a..d3f21b2f3fd58 100644 --- a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts @@ -122,9 +122,7 @@ export class ListEdgeAgentConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts index 8d543fad68bba..8c93bd876d954 100644 --- a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts @@ -95,9 +95,7 @@ export class ListSignalingChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts index f51aacf0169ee..82c63d4c7fa57 100644 --- a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts @@ -92,9 +92,7 @@ export class ListStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts index 81c2ca8a3478c..9a8d08c1b5e87 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts index 8eb9a8a4f5d2f..5bc10ce894ba4 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts @@ -88,9 +88,7 @@ export class ListTagsForStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts index 9f1b8a273c710..537de64b252e5 100644 --- a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts +++ b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts @@ -184,9 +184,7 @@ export class StartEdgeConfigurationUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts index 1c51b7a90d9e5..915c8892e88e2 100644 --- a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts index 47e7a7fa02b24..e1943b70a0743 100644 --- a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts @@ -96,9 +96,7 @@ export class TagStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts index e65cd9eadf6b3..047dd16d8784a 100644 --- a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts index da307476e6cef..48a845a7cbc58 100644 --- a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts @@ -87,9 +87,7 @@ export class UntagStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts index 3c09f24a51250..65a1e9a5ead3d 100644 --- a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts @@ -126,9 +126,7 @@ export class UpdateDataRetentionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts index 55bf9051affb4..81a85d4f39c07 100644 --- a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts @@ -120,9 +120,7 @@ export class UpdateImageGenerationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts index e6ed59337e085..892abced57527 100644 --- a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts @@ -126,9 +126,7 @@ export class UpdateMediaStorageConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts index 846ed27f3a683..5d1419e3ff9ed 100644 --- a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts @@ -111,9 +111,7 @@ export class UpdateNotificationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts index 029c2b50249b2..ccbccb92e2226 100644 --- a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts @@ -110,9 +110,7 @@ export class UpdateSignalingChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts index a001a4f8894c9..f15c7ac2f2ffd 100644 --- a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts @@ -114,9 +114,7 @@ export class UpdateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisVideoClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis/src/commands/CreateStreamCommand.ts b/clients/client-kinesis/src/commands/CreateStreamCommand.ts index c01a6b7452edb..807a90238cf49 100644 --- a/clients/client-kinesis/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis/src/commands/CreateStreamCommand.ts @@ -122,9 +122,7 @@ export class CreateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts index 741708caab190..93dc3d671bf8e 100644 --- a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts @@ -73,9 +73,7 @@ export class DescribeLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kinesis/src/commands/ListStreamsCommand.ts b/clients/client-kinesis/src/commands/ListStreamsCommand.ts index e45e434a8c245..a36949d2d1ef6 100644 --- a/clients/client-kinesis/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamsCommand.ts @@ -108,9 +108,7 @@ export class ListStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KinesisClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts index 94bd4d3a3674b..92cedf136e3be 100644 --- a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts @@ -132,9 +132,7 @@ export class CancelKeyDeletionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts index 36cfe04633849..745694c4704fd 100644 --- a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts @@ -247,9 +247,7 @@ export class ConnectCustomKeyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/CreateAliasCommand.ts b/clients/client-kms/src/commands/CreateAliasCommand.ts index d537490b8080d..2014bade27c55 100644 --- a/clients/client-kms/src/commands/CreateAliasCommand.ts +++ b/clients/client-kms/src/commands/CreateAliasCommand.ts @@ -178,9 +178,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts index f4e9c4334f0f9..c9a33c30fd5fd 100644 --- a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts @@ -364,9 +364,7 @@ export class CreateCustomKeyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/CreateGrantCommand.ts b/clients/client-kms/src/commands/CreateGrantCommand.ts index f4741489cf26b..e121e163ea7f4 100644 --- a/clients/client-kms/src/commands/CreateGrantCommand.ts +++ b/clients/client-kms/src/commands/CreateGrantCommand.ts @@ -219,9 +219,7 @@ export class CreateGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/CreateKeyCommand.ts b/clients/client-kms/src/commands/CreateKeyCommand.ts index af4f6709c9ace..adb55e0bf3f16 100644 --- a/clients/client-kms/src/commands/CreateKeyCommand.ts +++ b/clients/client-kms/src/commands/CreateKeyCommand.ts @@ -701,9 +701,7 @@ export class CreateKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DecryptCommand.ts b/clients/client-kms/src/commands/DecryptCommand.ts index afeb22aab19eb..2e12bcd6f9c93 100644 --- a/clients/client-kms/src/commands/DecryptCommand.ts +++ b/clients/client-kms/src/commands/DecryptCommand.ts @@ -320,9 +320,7 @@ export class DecryptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DeleteAliasCommand.ts b/clients/client-kms/src/commands/DeleteAliasCommand.ts index 7d238201776a0..430be4e2fb24d 100644 --- a/clients/client-kms/src/commands/DeleteAliasCommand.ts +++ b/clients/client-kms/src/commands/DeleteAliasCommand.ts @@ -156,9 +156,7 @@ export class DeleteAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts index 96e73abb11d64..d583814f3edbd 100644 --- a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts @@ -185,9 +185,7 @@ export class DeleteCustomKeyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts index ddc5dce1230d5..b57b69765570c 100644 --- a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts @@ -144,9 +144,7 @@ export class DeleteImportedKeyMaterialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts b/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts index 4825550e664d3..e47947ba25c3b 100644 --- a/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts +++ b/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts @@ -254,9 +254,7 @@ export class DeriveSharedSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts index 393d1527158a0..9ebefaf738929 100644 --- a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts +++ b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts @@ -266,9 +266,7 @@ export class DescribeCustomKeyStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DescribeKeyCommand.ts b/clients/client-kms/src/commands/DescribeKeyCommand.ts index 13843d540c9b3..291690a12d050 100644 --- a/clients/client-kms/src/commands/DescribeKeyCommand.ts +++ b/clients/client-kms/src/commands/DescribeKeyCommand.ts @@ -443,9 +443,7 @@ export class DescribeKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DisableKeyCommand.ts b/clients/client-kms/src/commands/DisableKeyCommand.ts index e04728cfc81ab..139805ba7ac12 100644 --- a/clients/client-kms/src/commands/DisableKeyCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyCommand.ts @@ -127,9 +127,7 @@ export class DisableKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts index 9f89f15ff426d..d3c6fead283ce 100644 --- a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts @@ -162,9 +162,7 @@ export class DisableKeyRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts index f3d55a605f3a2..a969b7073993d 100644 --- a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts @@ -172,9 +172,7 @@ export class DisconnectCustomKeyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/EnableKeyCommand.ts b/clients/client-kms/src/commands/EnableKeyCommand.ts index 28105714756e3..72d6fd25dfe82 100644 --- a/clients/client-kms/src/commands/EnableKeyCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyCommand.ts @@ -127,9 +127,7 @@ export class EnableKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts index 45c4d6653fe25..3d217f32be982 100644 --- a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts @@ -183,9 +183,7 @@ export class EnableKeyRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/EncryptCommand.ts b/clients/client-kms/src/commands/EncryptCommand.ts index 7e256f23026b2..da34e1f5bc71a 100644 --- a/clients/client-kms/src/commands/EncryptCommand.ts +++ b/clients/client-kms/src/commands/EncryptCommand.ts @@ -293,9 +293,7 @@ export class EncryptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts index 94ce75c754083..c04b4c27dedc6 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts @@ -300,9 +300,7 @@ export class GenerateDataKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts index f620113e75ba8..824cae852d1e7 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts @@ -288,9 +288,7 @@ export class GenerateDataKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts index 0cf06e2619f00..8381bcedcc86b 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts @@ -241,9 +241,7 @@ export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts index f44f13733e3b0..a6d0afba64945 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts @@ -240,9 +240,7 @@ export class GenerateDataKeyWithoutPlaintextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateMacCommand.ts b/clients/client-kms/src/commands/GenerateMacCommand.ts index 42333d63e9d10..57f6c39b3e3b2 100644 --- a/clients/client-kms/src/commands/GenerateMacCommand.ts +++ b/clients/client-kms/src/commands/GenerateMacCommand.ts @@ -187,9 +187,7 @@ export class GenerateMacCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GenerateRandomCommand.ts b/clients/client-kms/src/commands/GenerateRandomCommand.ts index f8240b9a61f56..02ac99072a93c 100644 --- a/clients/client-kms/src/commands/GenerateRandomCommand.ts +++ b/clients/client-kms/src/commands/GenerateRandomCommand.ts @@ -187,9 +187,7 @@ export class GenerateRandomCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts index 796386e624b42..335b1e24be771 100644 --- a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts @@ -130,9 +130,7 @@ export class GetKeyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts index 4dc9930c80c43..7c596930ac6be 100644 --- a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts +++ b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts @@ -196,9 +196,7 @@ export class GetKeyRotationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts index 2d7b743fc640a..db3b7a277592e 100644 --- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts @@ -274,9 +274,7 @@ export class GetParametersForImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/GetPublicKeyCommand.ts b/clients/client-kms/src/commands/GetPublicKeyCommand.ts index 68d8d75224fac..b295057520e3a 100644 --- a/clients/client-kms/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-kms/src/commands/GetPublicKeyCommand.ts @@ -227,9 +227,7 @@ export class GetPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts index 37c0d6b6812c1..c1ac9ac474b4c 100644 --- a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts @@ -260,9 +260,7 @@ export class ImportKeyMaterialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListAliasesCommand.ts b/clients/client-kms/src/commands/ListAliasesCommand.ts index 105f6e1e2ac87..3a79a795c7b2c 100644 --- a/clients/client-kms/src/commands/ListAliasesCommand.ts +++ b/clients/client-kms/src/commands/ListAliasesCommand.ts @@ -196,9 +196,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListGrantsCommand.ts b/clients/client-kms/src/commands/ListGrantsCommand.ts index 6777bc1ac005c..b2348ebea6820 100644 --- a/clients/client-kms/src/commands/ListGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListGrantsCommand.ts @@ -251,9 +251,7 @@ export class ListGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts index b9e1e92cfb7d6..678d0d6b99393 100644 --- a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts +++ b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts @@ -150,9 +150,7 @@ export class ListKeyPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListKeyRotationsCommand.ts b/clients/client-kms/src/commands/ListKeyRotationsCommand.ts index 4bc7762164b39..a5ef002268cf3 100644 --- a/clients/client-kms/src/commands/ListKeyRotationsCommand.ts +++ b/clients/client-kms/src/commands/ListKeyRotationsCommand.ts @@ -180,9 +180,7 @@ export class ListKeyRotationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListKeysCommand.ts b/clients/client-kms/src/commands/ListKeysCommand.ts index c0616833d9c56..682fb3255ce8f 100644 --- a/clients/client-kms/src/commands/ListKeysCommand.ts +++ b/clients/client-kms/src/commands/ListKeysCommand.ts @@ -161,9 +161,7 @@ export class ListKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListResourceTagsCommand.ts b/clients/client-kms/src/commands/ListResourceTagsCommand.ts index a584e3ab6d81b..c145d57399714 100644 --- a/clients/client-kms/src/commands/ListResourceTagsCommand.ts +++ b/clients/client-kms/src/commands/ListResourceTagsCommand.ts @@ -156,9 +156,7 @@ export class ListResourceTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts index d8852fd12bf98..614349f57c67d 100644 --- a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts @@ -194,9 +194,7 @@ export class ListRetirableGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts index 9d5407a5f6aba..6c6296f1e25f2 100644 --- a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts @@ -142,9 +142,7 @@ export class PutKeyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ReEncryptCommand.ts b/clients/client-kms/src/commands/ReEncryptCommand.ts index a253f9f834e83..e50ed2f0e5237 100644 --- a/clients/client-kms/src/commands/ReEncryptCommand.ts +++ b/clients/client-kms/src/commands/ReEncryptCommand.ts @@ -280,9 +280,7 @@ export class ReEncryptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ReplicateKeyCommand.ts b/clients/client-kms/src/commands/ReplicateKeyCommand.ts index 32e5b38fdb4f6..381b03430f048 100644 --- a/clients/client-kms/src/commands/ReplicateKeyCommand.ts +++ b/clients/client-kms/src/commands/ReplicateKeyCommand.ts @@ -318,9 +318,7 @@ export class ReplicateKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/RetireGrantCommand.ts b/clients/client-kms/src/commands/RetireGrantCommand.ts index fb17e2345e514..cec2450c53059 100644 --- a/clients/client-kms/src/commands/RetireGrantCommand.ts +++ b/clients/client-kms/src/commands/RetireGrantCommand.ts @@ -171,9 +171,7 @@ export class RetireGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/RevokeGrantCommand.ts b/clients/client-kms/src/commands/RevokeGrantCommand.ts index 9cecc176edcf4..e93883ad3609e 100644 --- a/clients/client-kms/src/commands/RevokeGrantCommand.ts +++ b/clients/client-kms/src/commands/RevokeGrantCommand.ts @@ -165,9 +165,7 @@ export class RevokeGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts b/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts index 2c28fa597b7f6..21da08dbf543f 100644 --- a/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts +++ b/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts @@ -192,9 +192,7 @@ export class RotateKeyOnDemandCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts index 613cbd7209734..cd13e61969017 100644 --- a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts @@ -182,9 +182,7 @@ export class ScheduleKeyDeletionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/SignCommand.ts b/clients/client-kms/src/commands/SignCommand.ts index cb0a05aef7e8e..8a5f398434097 100644 --- a/clients/client-kms/src/commands/SignCommand.ts +++ b/clients/client-kms/src/commands/SignCommand.ts @@ -231,9 +231,7 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {} */ export class SignCommand extends $Command .classBuilder() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/TagResourceCommand.ts b/clients/client-kms/src/commands/TagResourceCommand.ts index 4c29d3ab34d1b..d3d47306871b6 100644 --- a/clients/client-kms/src/commands/TagResourceCommand.ts +++ b/clients/client-kms/src/commands/TagResourceCommand.ts @@ -174,9 +174,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/UntagResourceCommand.ts b/clients/client-kms/src/commands/UntagResourceCommand.ts index bf61d9ea40a70..09c29be3ed5af 100644 --- a/clients/client-kms/src/commands/UntagResourceCommand.ts +++ b/clients/client-kms/src/commands/UntagResourceCommand.ts @@ -160,9 +160,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/UpdateAliasCommand.ts b/clients/client-kms/src/commands/UpdateAliasCommand.ts index db65349133ca7..79b0f2c265a18 100644 --- a/clients/client-kms/src/commands/UpdateAliasCommand.ts +++ b/clients/client-kms/src/commands/UpdateAliasCommand.ts @@ -177,9 +177,7 @@ export class UpdateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts index e0446c8bc2671..e6a0b9afc3b57 100644 --- a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts @@ -406,9 +406,7 @@ export class UpdateCustomKeyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts index c8fae970febf2..728727de0e863 100644 --- a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts +++ b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts @@ -136,9 +136,7 @@ export class UpdateKeyDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts index 946de8fea2176..d0d89a236f774 100644 --- a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts +++ b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts @@ -186,9 +186,7 @@ export class UpdatePrimaryRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/VerifyCommand.ts b/clients/client-kms/src/commands/VerifyCommand.ts index a2fdad2a2a548..5124342402b80 100644 --- a/clients/client-kms/src/commands/VerifyCommand.ts +++ b/clients/client-kms/src/commands/VerifyCommand.ts @@ -228,9 +228,7 @@ export class VerifyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-kms/src/commands/VerifyMacCommand.ts b/clients/client-kms/src/commands/VerifyMacCommand.ts index d911597781676..fd3a362667f07 100644 --- a/clients/client-kms/src/commands/VerifyMacCommand.ts +++ b/clients/client-kms/src/commands/VerifyMacCommand.ts @@ -186,9 +186,7 @@ export class VerifyMacCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: KMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts index 2971fea5132b3..0d992722384cc 100644 --- a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts @@ -161,9 +161,7 @@ export class AddLFTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts index 5f9aaa1818d22..067271cb194de 100644 --- a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts +++ b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts @@ -96,9 +96,7 @@ export class AssumeDecoratedRoleWithSAMLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts index a0e599c3e69f8..d0f3f5ed0ce48 100644 --- a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts @@ -214,9 +214,7 @@ export class BatchGrantPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts index cdc66edd1f611..02e826cb2b418 100644 --- a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts @@ -214,9 +214,7 @@ export class BatchRevokePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts index b1c752f6c2bd0..0463ac39d3749 100644 --- a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts @@ -84,9 +84,7 @@ export class CancelTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts index ae7d5b7c2d227..6ba0d06c84483 100644 --- a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts @@ -83,9 +83,7 @@ export class CommitTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts index b43be826c2356..6682891ef9a06 100644 --- a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts @@ -102,9 +102,7 @@ export class CreateDataCellsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts index eb6e91f47d573..4261b628ab0b3 100644 --- a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts @@ -85,9 +85,7 @@ export class CreateLFTagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts index f365b22231310..20f7b2f36313c 100644 --- a/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts @@ -104,9 +104,7 @@ export class CreateLakeFormationIdentityCenterConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts index 9c007d793800c..928ba45334bce 100644 --- a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts @@ -138,9 +138,7 @@ export class CreateLakeFormationOptInCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts index ad1b758bf1ba0..501d4a8426113 100644 --- a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts @@ -81,9 +81,7 @@ export class DeleteDataCellsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts index 4bdc646b64b1f..f4a329aed7617 100644 --- a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts @@ -79,9 +79,7 @@ export class DeleteLFTagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts index 9d2b699e2b5c8..2bc6006b99fc1 100644 --- a/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts @@ -90,9 +90,7 @@ export class DeleteLakeFormationIdentityCenterConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts index f0354ec1a8297..f1459c60dd651 100644 --- a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts @@ -138,9 +138,7 @@ export class DeleteLakeFormationOptInCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts index 4ae0050acabfa..e09668ec8f450 100644 --- a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts @@ -103,9 +103,7 @@ export class DeleteObjectsOnCancelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts index 4675564e2f3fa..ea2589055cb40 100644 --- a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts @@ -76,9 +76,7 @@ export class DeregisterResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts index 8f583599f7a6b..6ac45a5c5787c 100644 --- a/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts @@ -103,9 +103,7 @@ export class DescribeLakeFormationIdentityCenterConfigurationCommand extends $Co ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts index 9198233caf589..581fb06c32fd7 100644 --- a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts @@ -83,9 +83,7 @@ export class DescribeResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts index 38d3f10cbf4a7..6435e5d43d829 100644 --- a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts @@ -82,9 +82,7 @@ export class DescribeTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts index df9eef64e8a92..36cd41616739f 100644 --- a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts @@ -85,9 +85,7 @@ export class ExtendTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts index 0373dfc8ff914..9f2824dfb3d46 100644 --- a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts @@ -101,9 +101,7 @@ export class GetDataCellsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts index 30091f2b61809..ae43cc95542f4 100644 --- a/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts @@ -72,9 +72,7 @@ export class GetDataLakePrincipalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts index 45a5b4ca0a08c..9902771cf90c0 100644 --- a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts @@ -121,9 +121,7 @@ export class GetDataLakeSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts index e8e58fbb6f2f1..6785f69ae0e5c 100644 --- a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts +++ b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts @@ -161,9 +161,7 @@ export class GetEffectivePermissionsForPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts index 133766e7d595b..7e870a8c23ca2 100644 --- a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts @@ -85,9 +85,7 @@ export class GetLFTagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts index cd58c798a06ce..a816c0233a81e 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts @@ -75,9 +75,7 @@ export class GetQueryStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts index 6416417eea52f..0c7d538c5531f 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts @@ -94,9 +94,7 @@ export class GetQueryStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts index 4e0c61d86f8a9..92b9c6674b8e3 100644 --- a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts @@ -170,9 +170,7 @@ export class GetResourceLFTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts index 9917a936e05b6..229ff9af32193 100644 --- a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts @@ -107,9 +107,7 @@ export class GetTableObjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts index f26e9e9d6251a..4a6c49eda32d3 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts @@ -109,9 +109,7 @@ export class GetTemporaryGluePartitionCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts index e7832540dcc98..d82f9a78e2a7e 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts @@ -114,9 +114,7 @@ export class GetTemporaryGlueTableCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts index ad8065e3559da..6a5b6e5300985 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts @@ -91,9 +91,7 @@ export class GetWorkUnitResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts index ed7bf369f9556..d1c7465539b80 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts @@ -90,9 +90,7 @@ export class GetWorkUnitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts index 48649f250bef9..5e44a4271ef15 100644 --- a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts @@ -137,9 +137,7 @@ export class GrantPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts index 475374359cd67..844d1ee8bd1f3 100644 --- a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts @@ -105,9 +105,7 @@ export class ListDataCellsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts index cb9954c1237ba..79107d4cc6755 100644 --- a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts @@ -92,9 +92,7 @@ export class ListLFTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts index ac54f0a0cd697..b7cff21eb5b0e 100644 --- a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts @@ -200,9 +200,7 @@ export class ListLakeFormationOptInsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts index 73c2cce116f50..5bd890640e753 100644 --- a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts @@ -213,9 +213,7 @@ export class ListPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts index de498d9a6fafa..6c2f312f2557a 100644 --- a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts +++ b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts @@ -93,9 +93,7 @@ export class ListResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts index 25383fc2e37b2..4200ef392e45d 100644 --- a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts @@ -93,9 +93,7 @@ export class ListTableStorageOptimizersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts index f9ca769873286..f24f682196a06 100644 --- a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts @@ -86,9 +86,7 @@ export class ListTransactionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts index c7535ec26054c..61f003cfd2db3 100644 --- a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts @@ -118,9 +118,7 @@ export class PutDataLakeSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts index 53166ada17589..fc04dcce683da 100644 --- a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts @@ -98,9 +98,7 @@ export class RegisterResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts index f5f8cb8a60839..8c6e7a1bfa85d 100644 --- a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts @@ -164,9 +164,7 @@ export class RemoveLFTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts index 57664cd412a75..baf89a2f9b536 100644 --- a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts @@ -136,9 +136,7 @@ export class RevokePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts index 5b87c6f60eda3..1e2a6bbd64cc0 100644 --- a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts @@ -110,9 +110,7 @@ export class SearchDatabasesByLFTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts index 03d6f9bc1ab6e..5926ae3cc0c4f 100644 --- a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts @@ -135,9 +135,7 @@ export class SearchTablesByLFTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts index 0e445adfbe88d..4611d8b6eb9fc 100644 --- a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts +++ b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts @@ -91,9 +91,7 @@ export class StartQueryPlanningCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts index 6dd0bc0bc1ce4..013e1a5eef1ba 100644 --- a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts @@ -71,9 +71,7 @@ export class StartTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts index 513b484447d00..e29f788f47a07 100644 --- a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts @@ -99,9 +99,7 @@ export class UpdateDataCellsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts index 004dc4d1c0b3a..373a16e8ce83d 100644 --- a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts @@ -88,9 +88,7 @@ export class UpdateLFTagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts index 823f0049c2ead..4eb2b2f2dc24e 100644 --- a/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts @@ -102,9 +102,7 @@ export class UpdateLakeFormationIdentityCenterConfigurationCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts index 9b9dbf0ebc347..abc4100d526f7 100644 --- a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts @@ -78,9 +78,7 @@ export class UpdateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts index 089f135e3b6d6..88127ce2c8f87 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts @@ -112,9 +112,7 @@ export class UpdateTableObjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts index 33db0ec9dff97..a0ba0450793d5 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts @@ -89,9 +89,7 @@ export class UpdateTableStorageOptimizerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LakeFormationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts index cea1fd74ef4b8..2c3302b387fcf 100644 --- a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts @@ -108,9 +108,7 @@ export class AddLayerVersionPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/AddPermissionCommand.ts b/clients/client-lambda/src/commands/AddPermissionCommand.ts index 288ad530da5fe..97437ca473a7c 100644 --- a/clients/client-lambda/src/commands/AddPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddPermissionCommand.ts @@ -118,9 +118,7 @@ export class AddPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/CreateAliasCommand.ts b/clients/client-lambda/src/commands/CreateAliasCommand.ts index 6973ff46b39b0..13a0b8e022715 100644 --- a/clients/client-lambda/src/commands/CreateAliasCommand.ts +++ b/clients/client-lambda/src/commands/CreateAliasCommand.ts @@ -102,9 +102,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts index 6459aa96a1ffd..b5b4afa7e110e 100644 --- a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts @@ -94,9 +94,7 @@ export class CreateCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts index 86f01e3726d6a..cf47cdd6efd1c 100644 --- a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts @@ -327,9 +327,7 @@ export class CreateEventSourceMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/CreateFunctionCommand.ts b/clients/client-lambda/src/commands/CreateFunctionCommand.ts index be4a0e9a02ca1..ad93bad9d141e 100644 --- a/clients/client-lambda/src/commands/CreateFunctionCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionCommand.ts @@ -309,9 +309,7 @@ export class CreateFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts index a0d02e6215674..4de393dc09656 100644 --- a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts @@ -120,9 +120,7 @@ export class CreateFunctionUrlConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteAliasCommand.ts b/clients/client-lambda/src/commands/DeleteAliasCommand.ts index b027415dab968..7a8ace9595b2d 100644 --- a/clients/client-lambda/src/commands/DeleteAliasCommand.ts +++ b/clients/client-lambda/src/commands/DeleteAliasCommand.ts @@ -76,9 +76,7 @@ export class DeleteAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts index dcbf525fd5fe2..6b80202c51a52 100644 --- a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts @@ -76,9 +76,7 @@ export class DeleteCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts index 02d6e199d3319..a203fc1905c56 100644 --- a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts @@ -158,9 +158,7 @@ export class DeleteEventSourceMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts index 13a49d6491229..bc23a2528e797 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts @@ -84,9 +84,7 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts index 33b6d9c8953cb..8f925dfb36f83 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts @@ -83,9 +83,7 @@ export class DeleteFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts index a7809b8754c70..adedf158ee3a3 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts @@ -78,9 +78,7 @@ export class DeleteFunctionConcurrencyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts index e83a3c03b50b7..ac96b6cb6fb40 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts @@ -83,9 +83,7 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts index 99f71140bf52a..9064263e196a6 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts @@ -77,9 +77,7 @@ export class DeleteFunctionUrlConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts index 7072e29199dfc..b24d8f3d49522 100644 --- a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts @@ -72,9 +72,7 @@ export class DeleteLayerVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts index a721d9e9a9099..548c98358057f 100644 --- a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts @@ -82,9 +82,7 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts index 37dc4e1254c10..350931c7be328 100644 --- a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts @@ -79,9 +79,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetAliasCommand.ts b/clients/client-lambda/src/commands/GetAliasCommand.ts index d38b5ae6bbd94..ac70844e9054a 100644 --- a/clients/client-lambda/src/commands/GetAliasCommand.ts +++ b/clients/client-lambda/src/commands/GetAliasCommand.ts @@ -87,9 +87,7 @@ export class GetAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts index 0612fda13c8fe..3f47339fd3acf 100644 --- a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts @@ -87,9 +87,7 @@ export class GetCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts index 010ad59aec763..4b7c29110c766 100644 --- a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts @@ -149,9 +149,7 @@ export class GetEventSourceMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts index 36db287cbcf8b..0e8990a7f7048 100644 --- a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts @@ -83,9 +83,7 @@ export class GetFunctionCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionCommand.ts b/clients/client-lambda/src/commands/GetFunctionCommand.ts index 5dd0287f75ee5..373b409934743 100644 --- a/clients/client-lambda/src/commands/GetFunctionCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCommand.ts @@ -194,9 +194,7 @@ export class GetFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts index 58a9c28f3c8c8..11e50a5fbad52 100644 --- a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts @@ -78,9 +78,7 @@ export class GetFunctionConcurrencyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts index a47a3154d84cd..1464e064d84ad 100644 --- a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts @@ -184,9 +184,7 @@ export class GetFunctionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts index b7190dde20d25..418ece9cd4e20 100644 --- a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts @@ -93,9 +93,7 @@ export class GetFunctionEventInvokeConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts index 1e36f4ad8c031..eba5fa44caf8e 100644 --- a/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts @@ -78,9 +78,7 @@ export class GetFunctionRecursionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts index 0281ada9c7ede..e2cae31acfeb9 100644 --- a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts @@ -99,9 +99,7 @@ export class GetFunctionUrlConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts index 414c4d9f5193e..3e74d10666674 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts @@ -97,9 +97,7 @@ export class GetLayerVersionByArnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts index 5630fc13844f5..253feb3283352 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts @@ -98,9 +98,7 @@ export class GetLayerVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts index d2b21563c4ac1..cd2e99cb5a824 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts @@ -80,9 +80,7 @@ export class GetLayerVersionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetPolicyCommand.ts b/clients/client-lambda/src/commands/GetPolicyCommand.ts index 4843fc3aa19f2..1fd4da7953131 100644 --- a/clients/client-lambda/src/commands/GetPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetPolicyCommand.ts @@ -79,9 +79,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts index 1c98267374065..c4f513646325d 100644 --- a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts @@ -91,9 +91,7 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts index 00a38d13e9495..c811d43bc0a74 100644 --- a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts @@ -82,9 +82,7 @@ export class GetRuntimeManagementConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts index 94a9748a7e4e5..58726cf6b3cbb 100644 --- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts @@ -93,9 +93,7 @@ export class InvokeAsyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts index c47b5558bbfcc..04c268a02a79c 100644 --- a/clients/client-lambda/src/commands/InvokeCommand.ts +++ b/clients/client-lambda/src/commands/InvokeCommand.ts @@ -224,9 +224,7 @@ export class InvokeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts index a4e8718d3657c..94f11a4ef8b57 100644 --- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts +++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts @@ -200,9 +200,7 @@ export class InvokeWithResponseStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListAliasesCommand.ts b/clients/client-lambda/src/commands/ListAliasesCommand.ts index 491c0b0394f6c..78ea07f30793f 100644 --- a/clients/client-lambda/src/commands/ListAliasesCommand.ts +++ b/clients/client-lambda/src/commands/ListAliasesCommand.ts @@ -95,9 +95,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts index ee7f4b102ac77..3d712437cb440 100644 --- a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts @@ -90,9 +90,7 @@ export class ListCodeSigningConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts index 93151b872fcc3..d84070b99f38e 100644 --- a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts +++ b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts @@ -157,9 +157,7 @@ export class ListEventSourceMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts index 3406e8080117c..6af7bf5cfdad5 100644 --- a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts @@ -101,9 +101,7 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts index 24e1d3e428341..e64e69b20acd3 100644 --- a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts @@ -105,9 +105,7 @@ export class ListFunctionUrlConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts index 8b2507ca7327e..4b91b562a4b4b 100644 --- a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts @@ -85,9 +85,7 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListFunctionsCommand.ts b/clients/client-lambda/src/commands/ListFunctionsCommand.ts index 9e295230f536c..5b3d23c303286 100644 --- a/clients/client-lambda/src/commands/ListFunctionsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsCommand.ts @@ -194,9 +194,7 @@ export class ListFunctionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts index 8a32629c0716f..6a8e91ead4180 100644 --- a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts +++ b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts @@ -99,9 +99,7 @@ export class ListLayerVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListLayersCommand.ts b/clients/client-lambda/src/commands/ListLayersCommand.ts index 262d138187164..b174a8acf3475 100644 --- a/clients/client-lambda/src/commands/ListLayersCommand.ts +++ b/clients/client-lambda/src/commands/ListLayersCommand.ts @@ -101,9 +101,7 @@ export class ListLayersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts index 979fdd4aef49f..4cd780aabd8c2 100644 --- a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts @@ -98,9 +98,7 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListTagsCommand.ts b/clients/client-lambda/src/commands/ListTagsCommand.ts index 36873511c7a22..b50f1b92ad55e 100644 --- a/clients/client-lambda/src/commands/ListTagsCommand.ts +++ b/clients/client-lambda/src/commands/ListTagsCommand.ts @@ -80,9 +80,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts index 090caa39f3d8e..d83ad6faefcfa 100644 --- a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts +++ b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts @@ -189,9 +189,7 @@ export class ListVersionsByFunctionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts index 2af520926e79b..85d87a74d8653 100644 --- a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts @@ -119,9 +119,7 @@ export class PublishLayerVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PublishVersionCommand.ts b/clients/client-lambda/src/commands/PublishVersionCommand.ts index ab820ac6ba810..f8de854472a9f 100644 --- a/clients/client-lambda/src/commands/PublishVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishVersionCommand.ts @@ -209,9 +209,7 @@ export class PublishVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts index 511f9be91197e..43cd07e75bbb0 100644 --- a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts @@ -91,9 +91,7 @@ export class PutFunctionCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts index 5be2fd212e23f..a0a178148ea29 100644 --- a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts @@ -89,9 +89,7 @@ export class PutFunctionConcurrencyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts index b1197c5690377..105ecad48f79f 100644 --- a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts @@ -115,9 +115,7 @@ export class PutFunctionEventInvokeConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts index 8b4cb4f69eca9..4dd2db826e421 100644 --- a/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts @@ -87,9 +87,7 @@ export class PutFunctionRecursionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts index e0ea5b8b0bc02..7187dee793265 100644 --- a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts @@ -92,9 +92,7 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts index da4af7344a1e1..9e091b4bb9de1 100644 --- a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts @@ -86,9 +86,7 @@ export class PutRuntimeManagementConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts index 43086fa78dbdb..900e0bdcc0c54 100644 --- a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts @@ -96,9 +96,7 @@ export class RemoveLayerVersionPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/RemovePermissionCommand.ts b/clients/client-lambda/src/commands/RemovePermissionCommand.ts index 2c712bda8091e..8d15eb7e11b4e 100644 --- a/clients/client-lambda/src/commands/RemovePermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemovePermissionCommand.ts @@ -92,9 +92,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/TagResourceCommand.ts b/clients/client-lambda/src/commands/TagResourceCommand.ts index 9ab56b655107c..a0239a217c867 100644 --- a/clients/client-lambda/src/commands/TagResourceCommand.ts +++ b/clients/client-lambda/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UntagResourceCommand.ts b/clients/client-lambda/src/commands/UntagResourceCommand.ts index 8c7d68e94f167..ea446fd462341 100644 --- a/clients/client-lambda/src/commands/UntagResourceCommand.ts +++ b/clients/client-lambda/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateAliasCommand.ts b/clients/client-lambda/src/commands/UpdateAliasCommand.ts index 46de955cacc03..dbbeec84b52f0 100644 --- a/clients/client-lambda/src/commands/UpdateAliasCommand.ts +++ b/clients/client-lambda/src/commands/UpdateAliasCommand.ts @@ -111,9 +111,7 @@ export class UpdateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts index 9784651da4a36..10c81061b4b03 100644 --- a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts @@ -97,9 +97,7 @@ export class UpdateCodeSigningConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts index f498e42feed0b..7c3b4d881a4c6 100644 --- a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts @@ -311,9 +311,7 @@ export class UpdateEventSourceMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts index 840743c078926..7cc679c51deec 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts @@ -238,9 +238,7 @@ export class UpdateFunctionCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts index 770386c650de0..758651be08e3e 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts @@ -281,9 +281,7 @@ export class UpdateFunctionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts index 4108eebe105a0..6882b75d15e5d 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts @@ -106,9 +106,7 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts index 8ef6066d120fc..281b46e6e375c 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts @@ -120,9 +120,7 @@ export class UpdateFunctionUrlConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts index 939bddf253b4e..5844ab439ba46 100644 --- a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts @@ -94,9 +94,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts index 2053ab171d205..1e6202b3dc5a3 100644 --- a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts @@ -80,9 +80,7 @@ export class DeleteDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts index b7985fe036b19..bbbb327803470 100644 --- a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts @@ -91,9 +91,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts index c555c1b323f05..93d06dd32b075 100644 --- a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts +++ b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts @@ -83,9 +83,7 @@ export class GetWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts b/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts index 669c7260616a1..141e77e4c870d 100644 --- a/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts +++ b/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts @@ -109,9 +109,7 @@ export class GetWorkloadDeploymentPatternCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts index 06993ecae822b..e00c9879dc860 100644 --- a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts @@ -86,9 +86,7 @@ export class ListDeploymentEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts index fb76bc88bba26..3fc5509ab6625 100644 --- a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts @@ -91,9 +91,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts b/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts index 3e27664d9115c..3597290cff8f7 100644 --- a/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts index 8d6e3ac9a9359..aac07e82b55c0 100644 --- a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts @@ -93,9 +93,7 @@ export class ListWorkloadDeploymentPatternsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts index 2495f27eaadc8..9f70a0cacdfa4 100644 --- a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts @@ -79,9 +79,7 @@ export class ListWorkloadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/TagResourceCommand.ts b/clients/client-launch-wizard/src/commands/TagResourceCommand.ts index b932bf70c9388..ba38686262441 100644 --- a/clients/client-launch-wizard/src/commands/TagResourceCommand.ts +++ b/clients/client-launch-wizard/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts b/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts index 1f5fa4ee581da..c5a14ec6af664 100644 --- a/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts +++ b/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LaunchWizardClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 60d165530127b..1a7bd1ddca770 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts @@ -146,9 +146,7 @@ export class CreateBotVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 29fee61f5851c..52bd51b898726 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts @@ -209,9 +209,7 @@ export class CreateIntentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 727318968ab87..963d97b42fa35 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts @@ -129,9 +129,7 @@ export class CreateSlotTypeVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 bac5aa146f75e..a002262f32f94 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts @@ -113,9 +113,7 @@ export class DeleteBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5cdd7ff108941..60d1e6d8e8219 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts @@ -94,9 +94,7 @@ export class DeleteBotChannelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7a07e52fa4eb9..295fd48093a50 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts @@ -119,9 +119,7 @@ export class DeleteBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 652ba9d336d7b..3954b7dcc6543 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts @@ -108,9 +108,7 @@ export class DeleteBotVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 58f428729ec34..8a05f28d10396 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts @@ -120,9 +120,7 @@ export class DeleteIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 08dcdf2c90e49..9189866db253c 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts @@ -108,9 +108,7 @@ export class DeleteIntentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 702f435752cc9..2c658d78147e6 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts @@ -120,9 +120,7 @@ export class DeleteSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 86e7297fe3d6c..5cfdf88a80f16 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts @@ -108,9 +108,7 @@ export class DeleteSlotTypeVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7fedaaa4e5087..187d9e6dee2f8 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts @@ -94,9 +94,7 @@ export class DeleteUtterancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8788b37d74248..05f14a2d785da 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts @@ -106,9 +106,7 @@ export class GetBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 681c469dd0c65..47c2e8b26c131 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts @@ -108,9 +108,7 @@ export class GetBotAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6b3ccc71c0215..9a049c21ab3ef 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts @@ -103,9 +103,7 @@ export class GetBotChannelAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 58fbdb6ba3abb..11613e99727f5 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts @@ -107,9 +107,7 @@ export class GetBotChannelAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5c935c30a7641..d821e87b2473d 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts @@ -186,9 +186,7 @@ export class GetBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8b847cc1e7de7..8f1511b91279a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts @@ -106,9 +106,7 @@ export class GetBotVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e16cb87fd9346..65a0a5beaaa4a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts @@ -136,9 +136,7 @@ export class GetBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 614e5d8e603c9..01642108d40ad 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts @@ -94,9 +94,7 @@ export class GetBuiltinIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5a3b25e427773..db86e8ac0a60b 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts @@ -94,9 +94,7 @@ export class GetBuiltinIntentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 39270738717cc..1f1f5d3257397 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts @@ -96,9 +96,7 @@ export class GetBuiltinSlotTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 dcd6f70ee00e3..7d0e6e574f3c9 100644 --- a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts @@ -94,9 +94,7 @@ export class GetExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ebf35cedc0561..67c7abbe797d4 100644 --- a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts @@ -93,9 +93,7 @@ export class GetImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 698e42ff3f36f..b617794a20317 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts @@ -337,9 +337,7 @@ export class GetIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8eac821a1c8ea..a02a7c942fd0f 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts @@ -105,9 +105,7 @@ export class GetIntentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d401fbea1438c..eacd7bd46c598 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts @@ -134,9 +134,7 @@ export class GetIntentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7ed3ae2336638..614b65508cb90 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts @@ -106,9 +106,7 @@ export class GetMigrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f1e9e4fd55433..739eee783e0bb 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts @@ -98,9 +98,7 @@ export class GetMigrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b4a9e5c107d58..b4aba54179ce8 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts @@ -141,9 +141,7 @@ export class GetSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 67d0e392226e6..ea2fe45137a03 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts @@ -105,9 +105,7 @@ export class GetSlotTypeVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 32fbdf2d389bb..28f06ccbc45f5 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts @@ -148,9 +148,7 @@ export class GetSlotTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 86159b24cd7cb..3b2865a4db0bc 100644 --- a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts @@ -121,9 +121,7 @@ export class GetUtterancesViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 61a54c1d9a536..fd9276820fee4 100644 --- a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8b968ff2cb6bb..c46b437710302 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts @@ -139,9 +139,7 @@ export class PutBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 974295b4afbe5..8ea43c9ded783 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts @@ -289,9 +289,7 @@ export class PutBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e1816e20641c0..186f38485f9c2 100644 --- a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts @@ -620,9 +620,7 @@ export class PutIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 93faed966ee64..be4b8c8606997 100644 --- a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts @@ -184,9 +184,7 @@ export class PutSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4e3d4195f8a5c..7ecaf57705142 100644 --- a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts @@ -99,9 +99,7 @@ export class StartImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 36f902e97113a..e085147d7716f 100644 --- a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts @@ -102,9 +102,7 @@ export class StartMigrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 0db217d1e09d7..9e6ff0e2e01f3 100644 --- a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts @@ -93,9 +93,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 32d264379ddf8..790685358f857 100644 --- a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelBuildingServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts index ff87cd0abc15d..5d896c3b53051 100644 --- a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts @@ -116,9 +116,7 @@ export class BatchCreateCustomVocabularyItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts index 6ce22daddcc93..26bf826e6da35 100644 --- a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts @@ -114,9 +114,7 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts index 1f203ec7d8743..a3fa5341bb5a4 100644 --- a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts @@ -117,9 +117,7 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts index fd71797d868b1..11b6f08ab0779 100644 --- a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts @@ -98,9 +98,7 @@ export class BuildBotLocaleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts index 753370f048022..81cccae62ba2e 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts @@ -191,9 +191,7 @@ export class CreateBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts index f26542e47ec69..da24e070031dd 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts @@ -137,9 +137,7 @@ export class CreateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts index 9f263062de66e..4676e498e757e 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts @@ -196,9 +196,7 @@ export class CreateBotLocaleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts index 59924c6d24efd..6dda22487b8cb 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts @@ -95,9 +95,7 @@ export class CreateBotReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts index a1e8ef432010b..498381d41cbf3 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts @@ -109,9 +109,7 @@ export class CreateBotVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts index e21c80032d149..33034fae2e765 100644 --- a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts @@ -140,9 +140,7 @@ export class CreateExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts index bc664360aab15..d8307488b8787 100644 --- a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts @@ -1059,9 +1059,7 @@ export class CreateIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts index 80c8ec1386f34..c7cb16d93bdb6 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts @@ -92,9 +92,7 @@ export class CreateResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts index 113865837833d..eab7622b091f5 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts @@ -123,9 +123,7 @@ export class CreateResourcePolicyStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts index cf4169b906fb1..432419000bfec 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts @@ -896,9 +896,7 @@ export class CreateSlotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts index 277e326a361fc..0ad715fccfedd 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts @@ -181,9 +181,7 @@ export class CreateSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts index 941927c41d254..c844d5dd43cbf 100644 --- a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts @@ -110,9 +110,7 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts index fc51c15a65ea8..da22f85be6319 100644 --- a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts @@ -86,9 +86,7 @@ export class CreateUploadUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts index a42c5f18028f2..ecbd51430b9c7 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts @@ -94,9 +94,7 @@ export class DeleteBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts index 3ad314ebc3bef..50ee64305758c 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts @@ -101,9 +101,7 @@ export class DeleteBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts index aeb2ec1a49cfa..bcad45fc6f70b 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts @@ -97,9 +97,7 @@ export class DeleteBotLocaleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts index b5c0301ca9c73..a3507309afb74 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts @@ -93,9 +93,7 @@ export class DeleteBotReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts index bc23626185221..a8787c34de0d0 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts @@ -95,9 +95,7 @@ export class DeleteBotVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts index 7735c56fa8bc6..8771b038a52e0 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts @@ -96,9 +96,7 @@ export class DeleteCustomVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts index 7df16e31e9f6c..da03668282c16 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts @@ -87,9 +87,7 @@ export class DeleteExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts index 1f0c299c8fcfd..342f0488c2744 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts @@ -87,9 +87,7 @@ export class DeleteImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts index 8e65d56031eef..26b096f03c8e6 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts @@ -93,9 +93,7 @@ export class DeleteIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts index 40c457a1c33f5..cc56a91b29ce3 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts @@ -85,9 +85,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts index 927e7408cbd57..0b73a663750a5 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts @@ -96,9 +96,7 @@ export class DeleteResourcePolicyStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts index 99e41d484a2d3..002c05ae2bb81 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts @@ -92,9 +92,7 @@ export class DeleteSlotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts index 207d64bb79024..590184c0275b4 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts @@ -96,9 +96,7 @@ export class DeleteSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts index 392aadc3c1c48..6839b51648a83 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts @@ -88,9 +88,7 @@ export class DeleteTestSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts index 2922a5757e630..c0d58b1d0e795 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts @@ -88,9 +88,7 @@ export class DeleteUtterancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts index cfb0d19bd0b83..14e1bb09282f4 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts @@ -146,9 +146,7 @@ export class DescribeBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts index 7d086c57ed963..3745162a405cb 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts @@ -107,9 +107,7 @@ export class DescribeBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts index 652284dc1fcba..9ccbce57692c8 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts @@ -156,9 +156,7 @@ export class DescribeBotLocaleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts index eb92a5ad2d60e..f41ce28c9543b 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts @@ -138,9 +138,7 @@ export class DescribeBotRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts index c3f5c3875e1ca..041ebd9371f95 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts @@ -92,9 +92,7 @@ export class DescribeBotReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts index 4b1b084a6add4..de51ca3a87824 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts @@ -104,9 +104,7 @@ export class DescribeBotResourceGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts index 2af8d99f63f2b..7e820cd603d53 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts @@ -114,9 +114,7 @@ export class DescribeBotVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts index 1f715215bdeb8..f5e7f7923cc0d 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts @@ -96,9 +96,7 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts index 9d4c06798ccf4..8bf67f637b70e 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts @@ -108,9 +108,7 @@ export class DescribeExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts index 72fece1e4c607..0cc576b4df823 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts @@ -139,9 +139,7 @@ export class DescribeImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts index f4f5ba37993b6..2481abd27aacb 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts @@ -561,9 +561,7 @@ export class DescribeIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts index c149478e08d1c..45d4d3484a233 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts @@ -80,9 +80,7 @@ export class DescribeResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts index f18acec1f441d..69115d0e8f15c 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts @@ -491,9 +491,7 @@ export class DescribeSlotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts index b2f69f0ff3f6e..2c7636173a039 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts @@ -133,9 +133,7 @@ export class DescribeSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts index 7c91a54662169..33904dba05a72 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts @@ -101,9 +101,7 @@ export class DescribeTestExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts index 430a4270fd196..9212b8614cfd9 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts @@ -97,9 +97,7 @@ export class DescribeTestSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts index 60781f7e86d59..bf19e414f8375 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts @@ -119,9 +119,7 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts index 90905d3108877..dca1198a89008 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts @@ -111,9 +111,7 @@ export class DescribeTestSetGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts b/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts index 295b8f7456420..9beb4e437cd9c 100644 --- a/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts @@ -105,9 +105,7 @@ export class GenerateBotElementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts index 23ab4ae6758cd..a13636aeb399b 100644 --- a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts @@ -90,9 +90,7 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts index b54392ce5c626..e0b3ff8ae1478 100644 --- a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts @@ -153,9 +153,7 @@ export class ListAggregatedUtterancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts index 68f7f42f718cf..6875d573f1945 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts @@ -98,9 +98,7 @@ export class ListBotAliasReplicasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts index 8352db2752bff..a7c3a8e9a7fb8 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts @@ -94,9 +94,7 @@ export class ListBotAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts index 25570215a0618..2e0c81206d99a 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts @@ -108,9 +108,7 @@ export class ListBotLocalesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts index 5951bf230f8a9..2d57bfa21b653 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts @@ -97,9 +97,7 @@ export class ListBotRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts index 13761b897a085..f9498898be2ae 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts @@ -91,9 +91,7 @@ export class ListBotReplicasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts index 65bf9a6fd606b..48deb168d6665 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts @@ -100,9 +100,7 @@ export class ListBotResourceGenerationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts index 723b0b2d74ec2..645fe5db50fab 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts @@ -100,9 +100,7 @@ export class ListBotVersionReplicasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts index 46242259c738a..fb34af51e48d3 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts @@ -103,9 +103,7 @@ export class ListBotVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts index 309ad561d87a7..8c329bbe08e86 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts @@ -105,9 +105,7 @@ export class ListBotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts index dd16969975f37..2e95e0c1c3600 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts @@ -98,9 +98,7 @@ export class ListBuiltInIntentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts index 2295ba3cf4ca2..fb21f99c8d0ee 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts @@ -94,9 +94,7 @@ export class ListBuiltInSlotTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts index 7f9077b65f6fa..47b92e2ccf8f3 100644 --- a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts @@ -100,9 +100,7 @@ export class ListCustomVocabularyItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts index 0aa2c2f4d102d..23239ce7940e7 100644 --- a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts @@ -126,9 +126,7 @@ export class ListExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts index be3ac398b9223..131224babd11a 100644 --- a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts @@ -110,9 +110,7 @@ export class ListImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts index 75aac649a2c5b..bd798f05ccf35 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts @@ -161,9 +161,7 @@ export class ListIntentMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts index 6ff51f2f113c8..e05cb49514cfb 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts @@ -116,9 +116,7 @@ export class ListIntentPathsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts index 5f5e9c199c1ee..95cf75cd5884b 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts @@ -161,9 +161,7 @@ export class ListIntentStageMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts index 0f2c8f7080c3f..9d135a45e57c1 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts @@ -121,9 +121,7 @@ export class ListIntentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts index 5819374daf89d..54bd055782301 100644 --- a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts @@ -102,9 +102,7 @@ export class ListRecommendedIntentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts index 1f163a22712a0..bd445ca1637ce 100644 --- a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts @@ -132,9 +132,7 @@ export class ListSessionAnalyticsDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts index 233f3ff3e0ecd..a2734b09b8b51 100644 --- a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts @@ -161,9 +161,7 @@ export class ListSessionMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts index 64552764edf83..3e5fb3bae990f 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts @@ -110,9 +110,7 @@ export class ListSlotTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts index f7343f9280262..6ab81e0dcb8a3 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts @@ -192,9 +192,7 @@ export class ListSlotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts index 8b4c2761e6e96..5672c62960b23 100644 --- a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts index f6e50afcdfd8c..4df38e8db571d 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts @@ -288,9 +288,7 @@ export class ListTestExecutionResultItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts index eb40270522ca0..a53961d71d47e 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts @@ -104,9 +104,7 @@ export class ListTestExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts index f322f40cea7dc..48f97d5663342 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts @@ -172,9 +172,7 @@ export class ListTestSetRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts index e3fa02851912d..6fcb1e54c016f 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts @@ -103,9 +103,7 @@ export class ListTestSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts index 6409a6d655c01..8b75a8e61a504 100644 --- a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts @@ -166,9 +166,7 @@ export class ListUtteranceAnalyticsDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts index 2a73d0c439b6b..1c295f2d0bc7d 100644 --- a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts @@ -177,9 +177,7 @@ export class ListUtteranceMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts index 7459b5b4ce3f8..862fa5b90c2e6 100644 --- a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts @@ -114,9 +114,7 @@ export class SearchAssociatedTranscriptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts index b9c310120a6b4..8b08a91b9862e 100644 --- a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts @@ -157,9 +157,7 @@ export class StartBotRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts index ee04d5c2d10e3..9300b93366afd 100644 --- a/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts @@ -103,9 +103,7 @@ export class StartBotResourceGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts index 29db6b5f929bc..be5aef27d8ef8 100644 --- a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts @@ -193,9 +193,7 @@ export class StartImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts index ae60af7f59110..6db8341be4ba6 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts @@ -109,9 +109,7 @@ export class StartTestExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts index 9ccb9c1aae50d..311279d93ff5e 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts @@ -136,9 +136,7 @@ export class StartTestSetGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts index 1863051e552d5..107b6648ee9b3 100644 --- a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts @@ -101,9 +101,7 @@ export class StopBotRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts index 2c0a4109fcedc..bc5c54b319a68 100644 --- a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts index 69691bbce0539..18819ae202da0 100644 --- a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts index 87431e9efa47f..19af7c752f210 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts @@ -183,9 +183,7 @@ export class UpdateBotAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts index 0b8a61457b128..74f64f3f92201 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts @@ -127,9 +127,7 @@ export class UpdateBotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts index ba946ea5657b0..72374c0798058 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts @@ -200,9 +200,7 @@ export class UpdateBotLocaleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts index b58c6e2b8c65e..5941b3b97ba2b 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts @@ -138,9 +138,7 @@ export class UpdateBotRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts index 5dc9ded7d4bf3..5d1275ddb935b 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts @@ -117,9 +117,7 @@ export class UpdateExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts index 0557bb03d5d36..5d5bdd80ced76 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts @@ -1036,9 +1036,7 @@ export class UpdateIntentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts index 3e35c263367be..d4594b9ab1cf9 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts @@ -94,9 +94,7 @@ export class UpdateResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts index ecad9bcc471d1..75a67e0df3838 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts @@ -894,9 +894,7 @@ export class UpdateSlotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts index 0591a4f7bcf45..1d475dece6412 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts @@ -180,9 +180,7 @@ export class UpdateSlotTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts index 9e854a1f39fbb..dc726895778a2 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts @@ -105,9 +105,7 @@ export class UpdateTestSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexModelsV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts index 723e9245a74ae..5a85eb8b980cd 100644 --- a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts @@ -94,9 +94,7 @@ export class DeleteSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts index 86a443b25e514..96d4180446f22 100644 --- a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts @@ -125,9 +125,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts index 29f7325e16cf7..c535ec09bc2fa 100644 --- a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts @@ -239,9 +239,7 @@ export class PostContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts index 60dabbab0cc63..d59ea15ad01ea 100644 --- a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts @@ -275,9 +275,7 @@ export class PostTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts index 52cc1d4b20c4f..37eaf86a8616f 100644 --- a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts @@ -176,9 +176,7 @@ export class PutSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts index 1f140dd522124..400898c152b7a 100644 --- a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts @@ -102,9 +102,7 @@ export class DeleteSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts index 572fabafc0353..f9520c67790cd 100644 --- a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts @@ -220,9 +220,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts index 1354454f45de6..4628b7571dbe6 100644 --- a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts @@ -216,9 +216,7 @@ export class PutSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts index a8efeae31b878..32288f89ccf63 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts @@ -356,9 +356,7 @@ export class RecognizeTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts index 049f40fcb7ad0..19f9bc82c7ca7 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts @@ -184,9 +184,7 @@ export class RecognizeUtteranceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts index 8e23bfc094fdc..d8afc087a1188 100644 --- a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts @@ -473,9 +473,7 @@ export class StartConversationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LexRuntimeV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts index 52303183349ec..2785010f5b9fb 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts @@ -85,9 +85,7 @@ export class DeregisterSubscriptionProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts index f735f4c52bf5b..c3f5ed2889400 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts @@ -94,9 +94,7 @@ export class GetRegisteredSubscriptionProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4634596592d73..9b5ce8e631880 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts @@ -89,9 +89,7 @@ export class GetServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 fa9cc29e10cc9..4d69beb3a5819 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,7 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a7da3ba5eb684..974004fb85b17 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts @@ -97,9 +97,7 @@ export class ListLinuxSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts index 6c5bca2ee7faa..115dc8b899a18 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts @@ -100,9 +100,7 @@ export class ListRegisteredSubscriptionProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts index c2631df339bf0..224a0df641c1c 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts index de88e06166300..3ef0ab28132c6 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts @@ -93,9 +93,7 @@ export class RegisterSubscriptionProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts index af35f25904c3b..63efdbac719c0 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts index ee0354721fb02..0eda762115d1d 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts @@ -80,9 +80,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a32cd4622a927..28413c5040c54 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts @@ -98,9 +98,7 @@ export class UpdateServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerLinuxSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 67572b1a7606c..03742aca2816b 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts @@ -116,9 +116,7 @@ export class AssociateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b8a1e5319c317..1de9a76f7250f 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts @@ -111,9 +111,7 @@ export class DeregisterIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2ab8f9cabc7ac..1f8d84742a3ef 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts @@ -111,9 +111,7 @@ export class DisassociateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 130df5a8797f1..d399eba6a504c 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts @@ -110,9 +110,7 @@ export class ListIdentityProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a98969c768e06..e8b7df762b3e0 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts @@ -110,9 +110,7 @@ export class ListInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 fc4ce47806d77..295715ca56223 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts @@ -121,9 +121,7 @@ export class ListProductSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9570367774253..ecf4481682489 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts @@ -121,9 +121,7 @@ export class ListUserAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 976b19c499b49..85f2185cddba0 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts @@ -117,9 +117,7 @@ export class RegisterIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 dfedf80107c17..a9784fe23aa59 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts @@ -116,9 +116,7 @@ export class StartProductSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 66c87fa1dfe52..0fe7ba61c6b04 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts @@ -111,9 +111,7 @@ export class StopProductSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 12ec1dc1e4c76..2b48e9fe0b439 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts @@ -116,9 +116,7 @@ export class UpdateIdentityProviderSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerUserSubscriptionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts index d596368397c71..9a374012032cb 100644 --- a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts +++ b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts @@ -89,9 +89,7 @@ export class AcceptGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts index e9665f08d1cc1..00e3b86121525 100644 --- a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts @@ -89,9 +89,7 @@ export class CheckInLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts index 13c22be3a1f7d..8f023421ce73d 100644 --- a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts @@ -133,9 +133,7 @@ export class CheckoutBorrowLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts index bcf3ad513c0cc..84f6d00f542b0 100644 --- a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts @@ -125,9 +125,7 @@ export class CheckoutLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateGrantCommand.ts b/clients/client-license-manager/src/commands/CreateGrantCommand.ts index 931a7f3570da1..bfcfcfdcfa6c6 100644 --- a/clients/client-license-manager/src/commands/CreateGrantCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantCommand.ts @@ -100,9 +100,7 @@ export class CreateGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts index 84c8eaaa5246c..8ba214f1fe56f 100644 --- a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts @@ -101,9 +101,7 @@ export class CreateGrantVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts index 3d66e1c8c775a..957799ae9e2a6 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts @@ -128,9 +128,7 @@ export class CreateLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts index c8fa1cc5a6ad6..9d7b6a3943140 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts @@ -117,9 +117,7 @@ export class CreateLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts index f648d571099be..3744a02b98839 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts @@ -99,9 +99,7 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts index 0b1013792cb58..78c612ea13b70 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts @@ -118,9 +118,7 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts index a12446f47814f..1f6ba7c47e2f5 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts @@ -132,9 +132,7 @@ export class CreateLicenseVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/CreateTokenCommand.ts b/clients/client-license-manager/src/commands/CreateTokenCommand.ts index 0e9f4af608292..67294e431dadf 100644 --- a/clients/client-license-manager/src/commands/CreateTokenCommand.ts +++ b/clients/client-license-manager/src/commands/CreateTokenCommand.ts @@ -103,9 +103,7 @@ export class CreateTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts index a518d6aa5891a..db20eda810069 100644 --- a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts @@ -91,9 +91,7 @@ export class DeleteGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts index cff712303daf2..6bfa1b6072fc4 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts @@ -92,9 +92,7 @@ export class DeleteLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts index 83a15ffdfe980..ecceaf077afa3 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts @@ -80,9 +80,7 @@ export class DeleteLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts index 17eca9bfd1803..1a20a0b5c56f2 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts @@ -98,9 +98,7 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts index 1f02271827343..1538aca9e2d3d 100644 --- a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts @@ -85,9 +85,7 @@ export class DeleteTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts index b4b4874181191..79401fe01fe1a 100644 --- a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts +++ b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts @@ -89,9 +89,7 @@ export class ExtendLicenseConsumptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts index 1cacc5dcf3801..713c77470c497 100644 --- a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts +++ b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts @@ -85,9 +85,7 @@ export class GetAccessTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetGrantCommand.ts b/clients/client-license-manager/src/commands/GetGrantCommand.ts index d5fa537af96be..13684e764d272 100644 --- a/clients/client-license-manager/src/commands/GetGrantCommand.ts +++ b/clients/client-license-manager/src/commands/GetGrantCommand.ts @@ -104,9 +104,7 @@ export class GetGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetLicenseCommand.ts b/clients/client-license-manager/src/commands/GetLicenseCommand.ts index 468dd6ad2a5db..7cc8de743533d 100644 --- a/clients/client-license-manager/src/commands/GetLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseCommand.ts @@ -130,9 +130,7 @@ export class GetLicenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts index ce60a16516a32..5c87f6021dd19 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts @@ -129,9 +129,7 @@ export class GetLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts index 39b42c9fd9f65..ffded46aae590 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts @@ -93,9 +93,7 @@ export class GetLicenseConversionTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts index e5ebe45ba8960..534a11d6c92dd 100644 --- a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts @@ -126,9 +126,7 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts index 12fa8e9d691c0..ebbc58e435df5 100644 --- a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts @@ -93,9 +93,7 @@ export class GetLicenseUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts index a18da84226dfd..00cb905e81d2d 100644 --- a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts @@ -82,9 +82,7 @@ export class GetServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts index fa2fdcf1752fb..3e01da4a80c85 100644 --- a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts @@ -107,9 +107,7 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts index de2d445142d49..9678a51dd3e16 100644 --- a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts @@ -118,9 +118,7 @@ export class ListDistributedGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts index 7d10288e0f423..405023d212142 100644 --- a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts @@ -109,9 +109,7 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts index 669e519f01bcc..2e89c126081c3 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts @@ -143,9 +143,7 @@ export class ListLicenseConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts index bfda80d03fc4f..0f5360277283c 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts @@ -107,9 +107,7 @@ export class ListLicenseConversionTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts index ed372a140d101..5d83ee745aaf2 100644 --- a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts @@ -141,9 +141,7 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts index 56509db699c72..89c118a436dee 100644 --- a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts @@ -97,9 +97,7 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts index d3278dac423f4..637bfba231e69 100644 --- a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts @@ -131,9 +131,7 @@ export class ListLicenseVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListLicensesCommand.ts b/clients/client-license-manager/src/commands/ListLicensesCommand.ts index 7a4f2044f5aa2..f7dee0ec17d41 100644 --- a/clients/client-license-manager/src/commands/ListLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicensesCommand.ts @@ -144,9 +144,7 @@ export class ListLicensesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts index 289eda8c3c367..a0a0b3f2d3016 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts @@ -120,9 +120,7 @@ export class ListReceivedGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts index 61ad7125544eb..ce9d92c726962 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts @@ -124,9 +124,7 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts index f67d430f1dc3d..d8df9aa7a2ec7 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts @@ -154,9 +154,7 @@ export class ListReceivedLicensesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts index 5744b721da2e4..792af1a6102cf 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts @@ -159,9 +159,7 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts index 7f8cddc9cd5c4..b9883fb58df92 100644 --- a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts +++ b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts @@ -105,9 +105,7 @@ export class ListResourceInventoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts index 29a22fdbfd7b8..2d3027cc75ec8 100644 --- a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListTokensCommand.ts b/clients/client-license-manager/src/commands/ListTokensCommand.ts index 1b282e33fc8a8..c4addc2413fec 100644 --- a/clients/client-license-manager/src/commands/ListTokensCommand.ts +++ b/clients/client-license-manager/src/commands/ListTokensCommand.ts @@ -108,9 +108,7 @@ export class ListTokensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts index c1166279b7079..abc800c9a5cf8 100644 --- a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts @@ -111,9 +111,7 @@ export class ListUsageForLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/RejectGrantCommand.ts b/clients/client-license-manager/src/commands/RejectGrantCommand.ts index 208bfea159dd5..f458db3b3b4ab 100644 --- a/clients/client-license-manager/src/commands/RejectGrantCommand.ts +++ b/clients/client-license-manager/src/commands/RejectGrantCommand.ts @@ -89,9 +89,7 @@ export class RejectGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/TagResourceCommand.ts b/clients/client-license-manager/src/commands/TagResourceCommand.ts index 9c316894165b0..fd19825cbd189 100644 --- a/clients/client-license-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/UntagResourceCommand.ts b/clients/client-license-manager/src/commands/UntagResourceCommand.ts index 1579a04e926bd..3c3f902fdad31 100644 --- a/clients/client-license-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts index 081815448bf87..6adab303c539d 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts @@ -105,9 +105,7 @@ export class UpdateLicenseConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts index eeb81bc983a36..5492c75d27b76 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts @@ -112,9 +112,7 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts index 2077b2fb4c5e6..6aceb85c85c9d 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts @@ -111,9 +111,7 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts index 38bf50cabfe85..108de26e11a5c 100644 --- a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts @@ -84,9 +84,7 @@ export class UpdateServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LicenseManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts index fea434dc9aed3..b63a39a5c7509 100644 --- a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts @@ -113,9 +113,7 @@ export class AllocateStaticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts index 4d038791022d3..5324ee94c5e9c 100644 --- a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts @@ -125,9 +125,7 @@ export class AttachCertificateToDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AttachDiskCommand.ts b/clients/client-lightsail/src/commands/AttachDiskCommand.ts index 303f8f9b587a5..0a17c0ee429e0 100644 --- a/clients/client-lightsail/src/commands/AttachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/AttachDiskCommand.ts @@ -120,9 +120,7 @@ export class AttachDiskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts index 0d24088c509ed..b94a0fd8926e4 100644 --- a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts @@ -126,9 +126,7 @@ export class AttachInstancesToLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts index 8a882cdd79675..7ef9f529bdfaf 100644 --- a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts @@ -127,9 +127,7 @@ export class AttachLoadBalancerTlsCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts index ab355197945b3..ca9e3da6c01ee 100644 --- a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts @@ -114,9 +114,7 @@ export class AttachStaticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts index 8076df6fcbefb..c0087f3f70d25 100644 --- a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts @@ -128,9 +128,7 @@ export class CloseInstancePublicPortsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts index e3d289651797d..aaace3d65bc91 100644 --- a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts @@ -127,9 +127,7 @@ export class CopySnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts index 2b7f948589c87..ead378e38f883 100644 --- a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts @@ -132,9 +132,7 @@ export class CreateBucketAccessKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateBucketCommand.ts b/clients/client-lightsail/src/commands/CreateBucketCommand.ts index deefe5a4e875c..5431d7af37c7f 100644 --- a/clients/client-lightsail/src/commands/CreateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketCommand.ts @@ -158,9 +158,7 @@ export class CreateBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts index ee617640af70c..2aa02009fc0ca 100644 --- a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts @@ -202,9 +202,7 @@ export class CreateCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts index 1b53598d8e52d..aa6831e42e1e6 100644 --- a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts @@ -128,9 +128,7 @@ export class CreateCloudFormationStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts index 0f8d70c10efea..915a6f70ac71c 100644 --- a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts @@ -114,9 +114,7 @@ export class CreateContactMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts index a4a616de67710..b04aeb195c43e 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts @@ -237,9 +237,7 @@ export class CreateContainerServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts index 5ed998990baa8..afa1e63af56e0 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts @@ -228,9 +228,7 @@ export class CreateContainerServiceDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts index c2997c8da1eff..b59a053864439 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts @@ -118,9 +118,7 @@ export class CreateContainerServiceRegistryLoginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDiskCommand.ts b/clients/client-lightsail/src/commands/CreateDiskCommand.ts index 697bff9a866ce..0219c1910bafb 100644 --- a/clients/client-lightsail/src/commands/CreateDiskCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskCommand.ts @@ -136,9 +136,7 @@ export class CreateDiskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts index 70f0b649e7355..034c6923cbf2a 100644 --- a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts @@ -142,9 +142,7 @@ export class CreateDiskFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts index 94f5606769885..1d6e58fa37535 100644 --- a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts @@ -139,9 +139,7 @@ export class CreateDiskSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts index f10218ef5e0b7..2e9399319490c 100644 --- a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts @@ -230,9 +230,7 @@ export class CreateDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDomainCommand.ts b/clients/client-lightsail/src/commands/CreateDomainCommand.ts index 51b672691cc1c..2566c4b1f2ce8 100644 --- a/clients/client-lightsail/src/commands/CreateDomainCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainCommand.ts @@ -119,9 +119,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts index 7b0e97bc58f50..ed95279ecb9bf 100644 --- a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts @@ -126,9 +126,7 @@ export class CreateDomainEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts index 35eb336f5e256..44797d92875ab 100644 --- a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts @@ -111,9 +111,7 @@ export class CreateGUISessionAccessDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts index b85629a12329f..d83592c50329b 100644 --- a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts @@ -123,9 +123,7 @@ export class CreateInstanceSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts index 77d13e4552621..907e2c937253b 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts @@ -142,9 +142,7 @@ export class CreateInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts index c7a0aeee8b3e7..a55baa586beba 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts @@ -154,9 +154,7 @@ export class CreateInstancesFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts index 0c6faaf09790c..4de574def271e 100644 --- a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts @@ -145,9 +145,7 @@ export class CreateKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts index 8db8110da4b02..5061919207e3d 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts @@ -135,9 +135,7 @@ export class CreateLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts index 57511da3c7a21..17641ffae5868 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts @@ -133,9 +133,7 @@ export class CreateLoadBalancerTlsCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts index e75db352e1b3b..c71d911b855af 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts @@ -134,9 +134,7 @@ export class CreateRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts index 4693c319ead91..ad4205aab1e16 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts @@ -140,9 +140,7 @@ export class CreateRelationalDatabaseFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts index 888c35705ace2..5f2ee42c2be97 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts @@ -128,9 +128,7 @@ export class CreateRelationalDatabaseSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts index 5f9d162938e29..af18b33cc73f2 100644 --- a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts @@ -113,9 +113,7 @@ export class DeleteAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts index d35165d137e3a..cf09e2117870c 100644 --- a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts @@ -110,9 +110,7 @@ export class DeleteAutoSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts index f61b577d5ee3d..2f0bc2d0f9f75 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts @@ -110,9 +110,7 @@ export class DeleteBucketAccessKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts index 6b3e92c1e575a..4abba2187d280 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts @@ -111,9 +111,7 @@ export class DeleteBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts index 06287a749d14c..52e5b1d27dbb2 100644 --- a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts @@ -110,9 +110,7 @@ export class DeleteCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts index e730d992534b5..464ece7b26596 100644 --- a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts @@ -113,9 +113,7 @@ export class DeleteContactMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts index d80f8b92c288a..8abf57af868b9 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts @@ -88,9 +88,7 @@ export class DeleteContainerImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts index 4e5c1ce0cce1b..0588e2b281b10 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts @@ -86,9 +86,7 @@ export class DeleteContainerServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts index 7aaf6b96c982d..95f3f24362e91 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts @@ -121,9 +121,7 @@ export class DeleteDiskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts index 3c2e6236ac8dc..7e5a7dde9e409 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts @@ -121,9 +121,7 @@ export class DeleteDiskSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts index 9c38deb680fdd..430bcfaf3db9f 100644 --- a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts @@ -107,9 +107,7 @@ export class DeleteDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts index d6027f7bdeed8..1bb15b341006a 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts @@ -114,9 +114,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts index e8b8f7e71f5a8..ee16a41a8d71a 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts @@ -124,9 +124,7 @@ export class DeleteDomainEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts index 48bc6021d05ce..7e8bd67911b42 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts @@ -117,9 +117,7 @@ export class DeleteInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts index 10e9775953506..4409720b77429 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts @@ -117,9 +117,7 @@ export class DeleteInstanceSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts index 8d9b1e5690a39..1f08a393652ff 100644 --- a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts @@ -119,9 +119,7 @@ export class DeleteKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts index 85c49dc4815a0..69e0eca40dac5 100644 --- a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts @@ -121,9 +121,7 @@ export class DeleteKnownHostKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts index 07734a10f9910..32fe4761a7fbb 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts @@ -118,9 +118,7 @@ export class DeleteLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts index efe411e19bc4c..1b420d6eb2874 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts @@ -123,9 +123,7 @@ export class DeleteLoadBalancerTlsCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts index be8ad0dc165d4..7bdc29703abb4 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts @@ -118,9 +118,7 @@ export class DeleteRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts index 49a9e971545be..4588d64c148c7 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts @@ -121,9 +121,7 @@ export class DeleteRelationalDatabaseSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts index 6af5b737dc6bf..9e26d2e430469 100644 --- a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts @@ -115,9 +115,7 @@ export class DetachCertificateFromDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DetachDiskCommand.ts b/clients/client-lightsail/src/commands/DetachDiskCommand.ts index c7ff3605d2e0d..15a516921d500 100644 --- a/clients/client-lightsail/src/commands/DetachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DetachDiskCommand.ts @@ -118,9 +118,7 @@ export class DetachDiskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts index a6968b1420e4f..dffb873589a80 100644 --- a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts @@ -126,9 +126,7 @@ export class DetachInstancesFromLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts index 5f1c6e28672c4..9282a9438079a 100644 --- a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts @@ -113,9 +113,7 @@ export class DetachStaticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts index 45ea7f49a6c9a..a8fff4f87fb99 100644 --- a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts @@ -110,9 +110,7 @@ export class DisableAddOnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts index fe5b069e007ef..119a32fa040f8 100644 --- a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts @@ -97,9 +97,7 @@ export class DownloadDefaultKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts index df228a2559970..b5f567fa43779 100644 --- a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts @@ -120,9 +120,7 @@ export class EnableAddOnCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts index 201303b7c4d56..8fd0743e3be9b 100644 --- a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts @@ -127,9 +127,7 @@ export class ExportSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts index 664636f5e0409..5af1ae3f20191 100644 --- a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts +++ b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts @@ -98,9 +98,7 @@ export class GetActiveNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts index a1dd5b3db0340..e60c128c742f7 100644 --- a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts @@ -134,9 +134,7 @@ export class GetAlarmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts index 1a55ddfe368fc..84b451fce49b0 100644 --- a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts @@ -106,9 +106,7 @@ export class GetAutoSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts index 87560b693be48..6b4d2da1534aa 100644 --- a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts @@ -123,9 +123,7 @@ export class GetBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts index 25ce358ab1d6e..51960ae030f0f 100644 --- a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts @@ -109,9 +109,7 @@ export class GetBucketAccessKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts index 0f27237c0974f..63b451b21232e 100644 --- a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts @@ -98,9 +98,7 @@ export class GetBucketBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts index 3426af85314ca..58d30e4ff1339 100644 --- a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts @@ -110,9 +110,7 @@ export class GetBucketMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBucketsCommand.ts b/clients/client-lightsail/src/commands/GetBucketsCommand.ts index f355e1061b453..35917a12349de 100644 --- a/clients/client-lightsail/src/commands/GetBucketsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketsCommand.ts @@ -145,9 +145,7 @@ export class GetBucketsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBundlesCommand.ts index 52e9aabac03f9..59f8b401faa85 100644 --- a/clients/client-lightsail/src/commands/GetBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBundlesCommand.ts @@ -126,9 +126,7 @@ export class GetBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts index a5112dec2deed..a6cfafc5f86b1 100644 --- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts @@ -174,9 +174,7 @@ export class GetCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts index 3aaa81c7b8470..4f4972daf46a6 100644 --- a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts @@ -127,9 +127,7 @@ export class GetCloudFormationStackRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts index 7aa6b3a0c249b..5d89dc7f0c5a3 100644 --- a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts @@ -113,9 +113,7 @@ export class GetContactMethodsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts index 8bdafb6c9185f..cd5e7402fa6d6 100644 --- a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts @@ -78,9 +78,7 @@ export class GetContainerAPIMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts index ed46b2300f7ad..edfad78c97708 100644 --- a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts @@ -100,9 +100,7 @@ export class GetContainerImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts index d8e805df9fb02..c5d2958aa5ed8 100644 --- a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts @@ -108,9 +108,7 @@ export class GetContainerLogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts index 2a24158f173b9..89dffdbbd6996 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts @@ -135,9 +135,7 @@ export class GetContainerServiceDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts index 721fbc446586d..03fa45f5c9965 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts @@ -114,9 +114,7 @@ export class GetContainerServiceMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts index 6ceb006783f49..728ec858a203b 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts @@ -99,9 +99,7 @@ export class GetContainerServicePowersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts index c516cdc72866a..14fba5ca36ab8 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts @@ -191,9 +191,7 @@ export class GetContainerServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts index d791cef6df714..6cb732b395c1c 100644 --- a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts +++ b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts @@ -115,9 +115,7 @@ export class GetCostEstimateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDiskCommand.ts b/clients/client-lightsail/src/commands/GetDiskCommand.ts index d6beb9c3cde88..ae740af716448 100644 --- a/clients/client-lightsail/src/commands/GetDiskCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskCommand.ts @@ -131,9 +131,7 @@ export class GetDiskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts index a92fdccd6bafd..840208005420c 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts @@ -119,9 +119,7 @@ export class GetDiskSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts index ffb37abb14e20..733d5ff8c6a25 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts @@ -123,9 +123,7 @@ export class GetDiskSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDisksCommand.ts b/clients/client-lightsail/src/commands/GetDisksCommand.ts index 4b6e49c1de5f4..1171dea5fc3ad 100644 --- a/clients/client-lightsail/src/commands/GetDisksCommand.ts +++ b/clients/client-lightsail/src/commands/GetDisksCommand.ts @@ -134,9 +134,7 @@ export class GetDisksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts index d201c445a1653..3bb6c91e3bbca 100644 --- a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts @@ -100,9 +100,7 @@ export class GetDistributionBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts index d04096d16ddf1..6a3010bd89c7a 100644 --- a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts @@ -98,9 +98,7 @@ export class GetDistributionLatestCacheResetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts index d6c22c4cd7b98..5e6256ba8e184 100644 --- a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts @@ -114,9 +114,7 @@ export class GetDistributionMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts index 1f0663e5198e0..2e8e4dc327795 100644 --- a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts @@ -165,9 +165,7 @@ export class GetDistributionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDomainCommand.ts b/clients/client-lightsail/src/commands/GetDomainCommand.ts index cc92c474a0cd2..751c29b09cf4a 100644 --- a/clients/client-lightsail/src/commands/GetDomainCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainCommand.ts @@ -133,9 +133,7 @@ export class GetDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetDomainsCommand.ts b/clients/client-lightsail/src/commands/GetDomainsCommand.ts index b1b2d84ba3da4..4dc4a92120490 100644 --- a/clients/client-lightsail/src/commands/GetDomainsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainsCommand.ts @@ -136,9 +136,7 @@ export class GetDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts index 0328f3f506ebf..a533bfad56d4c 100644 --- a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts @@ -139,9 +139,7 @@ export class GetExportSnapshotRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts index e489e4303c400..da7ded1628005 100644 --- a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts @@ -127,9 +127,7 @@ export class GetInstanceAccessDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceCommand.ts b/clients/client-lightsail/src/commands/GetInstanceCommand.ts index 9b2a8dc93a1ea..f481b784bdcc1 100644 --- a/clients/client-lightsail/src/commands/GetInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceCommand.ts @@ -213,9 +213,7 @@ export class GetInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts index 053211d5f5df0..695e411160dbb 100644 --- a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts @@ -118,9 +118,7 @@ export class GetInstanceMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts index 933bf07b97dc8..02e7c7c39f22b 100644 --- a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts @@ -112,9 +112,7 @@ export class GetInstancePortStatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts index 2f5d45bdf72ff..ceb788a96c814 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts @@ -158,9 +158,7 @@ export class GetInstanceSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts index 1674e6fccfa72..2ba4182d8e753 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts @@ -161,9 +161,7 @@ export class GetInstanceSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts index a888ee851ed2b..bd55752e96ece 100644 --- a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts @@ -98,9 +98,7 @@ export class GetInstanceStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetInstancesCommand.ts b/clients/client-lightsail/src/commands/GetInstancesCommand.ts index 05a64924a59a5..a32fe391a37b7 100644 --- a/clients/client-lightsail/src/commands/GetInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancesCommand.ts @@ -216,9 +216,7 @@ export class GetInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts index 15bc22a43a2ff..1cf3fd8ee69e4 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts @@ -112,9 +112,7 @@ export class GetKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts index 19aab04c992c2..5b5841741bb33 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts @@ -116,9 +116,7 @@ export class GetKeyPairsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts index c300618014771..527f8a4bd5fa3 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts @@ -138,9 +138,7 @@ export class GetLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts index d88e624a35841..ab9f031784e71 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts @@ -117,9 +117,7 @@ export class GetLoadBalancerMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts index 6554b641d9d1e..2938681c0c97d 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts @@ -162,9 +162,7 @@ export class GetLoadBalancerTlsCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts index 7991675d01c66..696f3af842a42 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts @@ -105,9 +105,7 @@ export class GetLoadBalancerTlsPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts index 02e9f967242e6..520c53c90150c 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts @@ -141,9 +141,7 @@ export class GetLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetOperationCommand.ts b/clients/client-lightsail/src/commands/GetOperationCommand.ts index bc661eaa7e8cb..0313bea468a40 100644 --- a/clients/client-lightsail/src/commands/GetOperationCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationCommand.ts @@ -112,9 +112,7 @@ export class GetOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetOperationsCommand.ts b/clients/client-lightsail/src/commands/GetOperationsCommand.ts index 4c3f28fe31467..b4cd97639d062 100644 --- a/clients/client-lightsail/src/commands/GetOperationsCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsCommand.ts @@ -117,9 +117,7 @@ export class GetOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts index 33a902202c8b0..5ee4eb59412b9 100644 --- a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts @@ -116,9 +116,7 @@ export class GetOperationsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRegionsCommand.ts b/clients/client-lightsail/src/commands/GetRegionsCommand.ts index d484822f4b9cd..1b8433b59fae8 100644 --- a/clients/client-lightsail/src/commands/GetRegionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRegionsCommand.ts @@ -117,9 +117,7 @@ export class GetRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts index 356e476fa0339..f7c1f26a4071f 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts @@ -113,9 +113,7 @@ export class GetRelationalDatabaseBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts index dbedb995f6439..85cb7efee4eef 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts @@ -117,9 +117,7 @@ export class GetRelationalDatabaseBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts index c873c28704185..762f63eacebf9 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts @@ -147,9 +147,7 @@ export class GetRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts index 77db54b81c0c5..cb4a8a0875ec2 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts @@ -107,9 +107,7 @@ export class GetRelationalDatabaseEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts index afecdfae5568a..f489ae41f5819 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts @@ -112,9 +112,7 @@ export class GetRelationalDatabaseLogEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts index 33922ed388974..8ac04d7add6b8 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts @@ -102,9 +102,7 @@ export class GetRelationalDatabaseLogStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts index 8feb184bd4b04..6cdcd29e1f2f4 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts @@ -111,9 +111,7 @@ export class GetRelationalDatabaseMasterUserPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts index 91dfe6cc2cf4c..9c80c124e57ad 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts @@ -122,9 +122,7 @@ export class GetRelationalDatabaseMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts index 686056e7848d1..bd36179359a24 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts @@ -117,9 +117,7 @@ export class GetRelationalDatabaseParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts index 3f5a1cd2c83a7..8ae54af103aa0 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts @@ -124,9 +124,7 @@ export class GetRelationalDatabaseSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts index 6e17a7b69fb27..9c708b609d26a 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts @@ -127,9 +127,7 @@ export class GetRelationalDatabaseSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts index 3c41bd332a194..4eeba5da4606c 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts @@ -150,9 +150,7 @@ export class GetRelationalDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts b/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts index 5ef2a961cb3fd..8c888bf14535c 100644 --- a/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts +++ b/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts @@ -124,9 +124,7 @@ export class GetSetupHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts index 4f385a8969e63..7de56614b8ede 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts @@ -108,9 +108,7 @@ export class GetStaticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts index 4d64090a263ba..8780e6fb65325 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts @@ -111,9 +111,7 @@ export class GetStaticIpsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts index bd255b1550257..b5461d6771947 100644 --- a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts @@ -112,9 +112,7 @@ export class ImportKeyPairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts index 102873d5b2833..6ae4a2caceda9 100644 --- a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts +++ b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts @@ -93,9 +93,7 @@ export class IsVpcPeeredCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts index c19838925e290..c481afe27a1df 100644 --- a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts @@ -129,9 +129,7 @@ export class OpenInstancePublicPortsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/PeerVpcCommand.ts b/clients/client-lightsail/src/commands/PeerVpcCommand.ts index a7b4838713d2a..e4f6e993bd7d2 100644 --- a/clients/client-lightsail/src/commands/PeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/PeerVpcCommand.ts @@ -109,9 +109,7 @@ export class PeerVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/PutAlarmCommand.ts b/clients/client-lightsail/src/commands/PutAlarmCommand.ts index d9c0fc930a4ff..1f5267734fb6a 100644 --- a/clients/client-lightsail/src/commands/PutAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/PutAlarmCommand.ts @@ -133,9 +133,7 @@ export class PutAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts index 776d5a42a495c..e829f7ca951c6 100644 --- a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts @@ -135,9 +135,7 @@ export class PutInstancePublicPortsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts index e1a2d45a4a15b..5254b62e664ea 100644 --- a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts @@ -116,9 +116,7 @@ export class RebootInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts index c0c38a8713e11..a5cc228e46da5 100644 --- a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts @@ -116,9 +116,7 @@ export class RebootRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts index 0575ec51ec4c4..4bdee3ccfa980 100644 --- a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts @@ -100,9 +100,7 @@ export class RegisterContainerImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts index bc5b2d5e88342..45821e9e0c671 100644 --- a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts @@ -113,9 +113,7 @@ export class ReleaseStaticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts index 441082ce8fa81..a14ff5454a657 100644 --- a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts +++ b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts @@ -112,9 +112,7 @@ export class ResetDistributionCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts index 31315a7ab1435..7b16dfd93fe1d 100644 --- a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts +++ b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts @@ -126,9 +126,7 @@ export class SendContactMethodVerificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts index 940d3455d33bb..afe52e1e17450 100644 --- a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts @@ -119,9 +119,7 @@ export class SetIpAddressTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts index 03702a364c37f..f50f91589f105 100644 --- a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts +++ b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts @@ -111,9 +111,7 @@ export class SetResourceAccessForBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts b/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts index 12e950ed1b094..41ac775cb1f27 100644 --- a/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts +++ b/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts @@ -118,9 +118,7 @@ export class SetupInstanceHttpsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts index a291bde3c9791..f7a1dd4a39546 100644 --- a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts @@ -108,9 +108,7 @@ export class StartGUISessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StartInstanceCommand.ts b/clients/client-lightsail/src/commands/StartInstanceCommand.ts index 06de569b71a1f..02fb4f16e4ae9 100644 --- a/clients/client-lightsail/src/commands/StartInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StartInstanceCommand.ts @@ -122,9 +122,7 @@ export class StartInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts index be54b4e605aad..c4e276b63ed0b 100644 --- a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts @@ -117,9 +117,7 @@ export class StartRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts index f7ae3a3077e59..92520d1686204 100644 --- a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts @@ -108,9 +108,7 @@ export class StopGUISessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StopInstanceCommand.ts b/clients/client-lightsail/src/commands/StopInstanceCommand.ts index f921a5009eaff..f82e9571e12ed 100644 --- a/clients/client-lightsail/src/commands/StopInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StopInstanceCommand.ts @@ -122,9 +122,7 @@ export class StopInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts index 476248096030a..d999f70d8f8c6 100644 --- a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts @@ -117,9 +117,7 @@ export class StopRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/TagResourceCommand.ts b/clients/client-lightsail/src/commands/TagResourceCommand.ts index ec54727214533..68fec62c932ab 100644 --- a/clients/client-lightsail/src/commands/TagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/TagResourceCommand.ts @@ -125,9 +125,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/TestAlarmCommand.ts b/clients/client-lightsail/src/commands/TestAlarmCommand.ts index 405b2429f12c4..d9fcf2b2fa6a8 100644 --- a/clients/client-lightsail/src/commands/TestAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/TestAlarmCommand.ts @@ -117,9 +117,7 @@ export class TestAlarmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts index 1e5d710d47b64..4a5830ab8bbbd 100644 --- a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts @@ -109,9 +109,7 @@ export class UnpeerVpcCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UntagResourceCommand.ts b/clients/client-lightsail/src/commands/UntagResourceCommand.ts index f4001409c72b6..5355ed666540e 100644 --- a/clients/client-lightsail/src/commands/UntagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/UntagResourceCommand.ts @@ -121,9 +121,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts index fe3febdf55da1..87c3ac3f18d0e 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts @@ -119,9 +119,7 @@ export class UpdateBucketBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts index 12e67fe766764..a2c1d502034df 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts @@ -164,9 +164,7 @@ export class UpdateBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts index 0cf99cc6d7456..efb254f378e98 100644 --- a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts @@ -202,9 +202,7 @@ export class UpdateContainerServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts index c918aee896e2a..a519c14558658 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts @@ -116,9 +116,7 @@ export class UpdateDistributionBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts index dec326e831a38..4b88b81650778 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts @@ -152,9 +152,7 @@ export class UpdateDistributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts index e9506f8dba441..878790245e1c4 100644 --- a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts @@ -126,9 +126,7 @@ export class UpdateDomainEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts index 0ab8c76cdb68c..4283e0cd39a60 100644 --- a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts @@ -125,9 +125,7 @@ export class UpdateInstanceMetadataOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts index bb094c0c521b1..38696c7bcfc52 100644 --- a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts @@ -119,9 +119,7 @@ export class UpdateLoadBalancerAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts index b07e1108031b2..3b8b37651382a 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts @@ -132,9 +132,7 @@ export class UpdateRelationalDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts index dc398cf3a530d..ed3577373068b 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts @@ -142,9 +142,7 @@ export class UpdateRelationalDatabaseParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LightsailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts index 52b1e2b8b3141..156479d491797 100644 --- a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts @@ -93,9 +93,7 @@ export class AssociateTrackerConsumerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts index 780ea45854f60..380cd458b962b 100644 --- a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts @@ -97,9 +97,7 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts index a6e41037e3cca..6392947f1f5af 100644 --- a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts @@ -95,9 +95,7 @@ export class BatchDeleteGeofenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts index 7894e269d8d3a..8bbedaec8e1c7 100644 --- a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts +++ b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts @@ -137,9 +137,7 @@ export class BatchEvaluateGeofencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts index 5bf46460b4185..aa2d17d5dcb73 100644 --- a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts @@ -112,9 +112,7 @@ export class BatchGetDevicePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts index 01991fa99e167..11ed5a5545caa 100644 --- a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts @@ -125,9 +125,7 @@ export class BatchPutGeofenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts index 90578efcaf69b..092fc101ea579 100644 --- a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts @@ -131,9 +131,7 @@ export class BatchUpdateDevicePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CalculateRouteCommand.ts b/clients/client-location/src/commands/CalculateRouteCommand.ts index f688172cf0e5c..49bd8886abd8d 100644 --- a/clients/client-location/src/commands/CalculateRouteCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteCommand.ts @@ -196,9 +196,7 @@ export class CalculateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts index 98a76616644b2..a894e4fc94cf7 100644 --- a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts @@ -187,9 +187,7 @@ export class CalculateRouteMatrixCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts index 0905da828ad7c..eadf0aee6fd93 100644 --- a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts @@ -94,9 +94,7 @@ export class CreateGeofenceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreateKeyCommand.ts b/clients/client-location/src/commands/CreateKeyCommand.ts index 3d5b8f5d8325b..8acd62898828f 100644 --- a/clients/client-location/src/commands/CreateKeyCommand.ts +++ b/clients/client-location/src/commands/CreateKeyCommand.ts @@ -109,9 +109,7 @@ export class CreateKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreateMapCommand.ts b/clients/client-location/src/commands/CreateMapCommand.ts index 3eeac6c9e2699..d790c1b84b084 100644 --- a/clients/client-location/src/commands/CreateMapCommand.ts +++ b/clients/client-location/src/commands/CreateMapCommand.ts @@ -106,9 +106,7 @@ export class CreateMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts index 53cc6f21949b3..08cba8d76368e 100644 --- a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts @@ -106,9 +106,7 @@ export class CreatePlaceIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts index d0767b290de37..1176827d6976f 100644 --- a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts @@ -102,9 +102,7 @@ export class CreateRouteCalculatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/CreateTrackerCommand.ts b/clients/client-location/src/commands/CreateTrackerCommand.ts index 49a526d1d5bb3..cac0d3cb70549 100644 --- a/clients/client-location/src/commands/CreateTrackerCommand.ts +++ b/clients/client-location/src/commands/CreateTrackerCommand.ts @@ -98,9 +98,7 @@ export class CreateTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts index 48c88fcc762ef..952713746245e 100644 --- a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts @@ -83,9 +83,7 @@ export class DeleteGeofenceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeleteKeyCommand.ts b/clients/client-location/src/commands/DeleteKeyCommand.ts index 2d1fa3db913a8..d9d738423b784 100644 --- a/clients/client-location/src/commands/DeleteKeyCommand.ts +++ b/clients/client-location/src/commands/DeleteKeyCommand.ts @@ -81,9 +81,7 @@ export class DeleteKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeleteMapCommand.ts b/clients/client-location/src/commands/DeleteMapCommand.ts index 6b57fcc03d90e..324c6f516144c 100644 --- a/clients/client-location/src/commands/DeleteMapCommand.ts +++ b/clients/client-location/src/commands/DeleteMapCommand.ts @@ -83,9 +83,7 @@ export class DeleteMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts index a18969ef629ea..fca6a41083746 100644 --- a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts @@ -82,9 +82,7 @@ export class DeletePlaceIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts index 1cdb5dd47fb28..f7d2663420038 100644 --- a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts @@ -82,9 +82,7 @@ export class DeleteRouteCalculatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DeleteTrackerCommand.ts b/clients/client-location/src/commands/DeleteTrackerCommand.ts index b734c7ff93038..2956962d0745e 100644 --- a/clients/client-location/src/commands/DeleteTrackerCommand.ts +++ b/clients/client-location/src/commands/DeleteTrackerCommand.ts @@ -84,9 +84,7 @@ export class DeleteTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts index b0755a036d051..b0f5325181af5 100644 --- a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts @@ -92,9 +92,7 @@ export class DescribeGeofenceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribeKeyCommand.ts b/clients/client-location/src/commands/DescribeKeyCommand.ts index 7b0d0afb26f3e..98fa231724a01 100644 --- a/clients/client-location/src/commands/DescribeKeyCommand.ts +++ b/clients/client-location/src/commands/DescribeKeyCommand.ts @@ -101,9 +101,7 @@ export class DescribeKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribeMapCommand.ts b/clients/client-location/src/commands/DescribeMapCommand.ts index a871a36715192..ace716d8e5d42 100644 --- a/clients/client-location/src/commands/DescribeMapCommand.ts +++ b/clients/client-location/src/commands/DescribeMapCommand.ts @@ -97,9 +97,7 @@ export class DescribeMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts index 82fae87774ed6..4ea3a7a47825a 100644 --- a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts @@ -93,9 +93,7 @@ export class DescribePlaceIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts index e6dff6ccb42de..f4fc45a278e29 100644 --- a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts @@ -90,9 +90,7 @@ export class DescribeRouteCalculatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DescribeTrackerCommand.ts b/clients/client-location/src/commands/DescribeTrackerCommand.ts index 9162b2d835344..0cee5e951b624 100644 --- a/clients/client-location/src/commands/DescribeTrackerCommand.ts +++ b/clients/client-location/src/commands/DescribeTrackerCommand.ts @@ -94,9 +94,7 @@ export class DescribeTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts index 9b681641e343f..42ac0f3e272a7 100644 --- a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts @@ -89,9 +89,7 @@ export class DisassociateTrackerConsumerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts b/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts index 6ae4574128e63..7d3d2bf45482f 100644 --- a/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts +++ b/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts @@ -120,9 +120,7 @@ export class ForecastGeofenceEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetDevicePositionCommand.ts b/clients/client-location/src/commands/GetDevicePositionCommand.ts index 0d6c022b2332c..05b551d5fac90 100644 --- a/clients/client-location/src/commands/GetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionCommand.ts @@ -100,9 +100,7 @@ export class GetDevicePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts index 011341e3c4af8..c8d7076d8b5d0 100644 --- a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts @@ -110,9 +110,7 @@ export class GetDevicePositionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetGeofenceCommand.ts b/clients/client-location/src/commands/GetGeofenceCommand.ts index 2cc6fcac405e6..4b37258ea4fb6 100644 --- a/clients/client-location/src/commands/GetGeofenceCommand.ts +++ b/clients/client-location/src/commands/GetGeofenceCommand.ts @@ -107,9 +107,7 @@ export class GetGeofenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts index 238b954faf9e0..1db0306c2775f 100644 --- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts @@ -94,9 +94,7 @@ export class GetMapGlyphsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts index f1c09f722dc41..ded369bcc8763 100644 --- a/clients/client-location/src/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts @@ -99,9 +99,7 @@ export class GetMapSpritesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts index bdcf84ab8f023..7e643430441cf 100644 --- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts @@ -99,9 +99,7 @@ export class GetMapStyleDescriptorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts index 38a3dfe58b829..4b12b89149e98 100644 --- a/clients/client-location/src/commands/GetMapTileCommand.ts +++ b/clients/client-location/src/commands/GetMapTileCommand.ts @@ -100,9 +100,7 @@ export class GetMapTileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/GetPlaceCommand.ts b/clients/client-location/src/commands/GetPlaceCommand.ts index 996530ecd9511..7cc3e00b06827 100644 --- a/clients/client-location/src/commands/GetPlaceCommand.ts +++ b/clients/client-location/src/commands/GetPlaceCommand.ts @@ -134,9 +134,7 @@ export class GetPlaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListDevicePositionsCommand.ts b/clients/client-location/src/commands/ListDevicePositionsCommand.ts index 79ee8d2305c55..c1e8e8226637f 100644 --- a/clients/client-location/src/commands/ListDevicePositionsCommand.ts +++ b/clients/client-location/src/commands/ListDevicePositionsCommand.ts @@ -109,9 +109,7 @@ export class ListDevicePositionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts index d5fe6d9ee6204..21550e42996ac 100644 --- a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts +++ b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts @@ -89,9 +89,7 @@ export class ListGeofenceCollectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListGeofencesCommand.ts b/clients/client-location/src/commands/ListGeofencesCommand.ts index 49a1f872eb4dc..d42279e5bd053 100644 --- a/clients/client-location/src/commands/ListGeofencesCommand.ts +++ b/clients/client-location/src/commands/ListGeofencesCommand.ts @@ -114,9 +114,7 @@ export class ListGeofencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListKeysCommand.ts b/clients/client-location/src/commands/ListKeysCommand.ts index a811524de86c5..009b400aa4e46 100644 --- a/clients/client-location/src/commands/ListKeysCommand.ts +++ b/clients/client-location/src/commands/ListKeysCommand.ts @@ -102,9 +102,7 @@ export class ListKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListMapsCommand.ts b/clients/client-location/src/commands/ListMapsCommand.ts index acaccdab73561..3a3665edc21e7 100644 --- a/clients/client-location/src/commands/ListMapsCommand.ts +++ b/clients/client-location/src/commands/ListMapsCommand.ts @@ -89,9 +89,7 @@ export class ListMapsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts index c88127693a411..0dcdd92bbe0bf 100644 --- a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts +++ b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts @@ -89,9 +89,7 @@ export class ListPlaceIndexesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts index 335163c75deda..f8f3891c8b06e 100644 --- a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts +++ b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts @@ -89,9 +89,7 @@ export class ListRouteCalculatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListTagsForResourceCommand.ts b/clients/client-location/src/commands/ListTagsForResourceCommand.ts index dd7a11e8789ee..5d8f7c3f57a72 100644 --- a/clients/client-location/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-location/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts index 358d506ed8891..543d77ebc141e 100644 --- a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts +++ b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts @@ -86,9 +86,7 @@ export class ListTrackerConsumersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/ListTrackersCommand.ts b/clients/client-location/src/commands/ListTrackersCommand.ts index a8a542fc05176..174d4a3e211a9 100644 --- a/clients/client-location/src/commands/ListTrackersCommand.ts +++ b/clients/client-location/src/commands/ListTrackersCommand.ts @@ -89,9 +89,7 @@ export class ListTrackersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/PutGeofenceCommand.ts b/clients/client-location/src/commands/PutGeofenceCommand.ts index 76c73477e5b98..4b3658daf39db 100644 --- a/clients/client-location/src/commands/PutGeofenceCommand.ts +++ b/clients/client-location/src/commands/PutGeofenceCommand.ts @@ -107,9 +107,7 @@ export class PutGeofenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts index 8df0cd1b954ed..ab0e5bbeb8111 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts @@ -141,9 +141,7 @@ export class SearchPlaceIndexForPositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts index 20d5cb118b194..c327701f921ce 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts @@ -147,9 +147,7 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts index 7e32eabf0ac5c..aae6a09ad05f8 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts @@ -168,9 +168,7 @@ export class SearchPlaceIndexForTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/TagResourceCommand.ts b/clients/client-location/src/commands/TagResourceCommand.ts index e6cadd6a1cda2..bd5d62cb81af5 100644 --- a/clients/client-location/src/commands/TagResourceCommand.ts +++ b/clients/client-location/src/commands/TagResourceCommand.ts @@ -92,9 +92,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UntagResourceCommand.ts b/clients/client-location/src/commands/UntagResourceCommand.ts index 0141c5c1c4c98..0944265012f82 100644 --- a/clients/client-location/src/commands/UntagResourceCommand.ts +++ b/clients/client-location/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts index 423f90d567efb..e9e01b435063c 100644 --- a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts @@ -86,9 +86,7 @@ export class UpdateGeofenceCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdateKeyCommand.ts b/clients/client-location/src/commands/UpdateKeyCommand.ts index bf368bfde7baa..c93fe0ada307d 100644 --- a/clients/client-location/src/commands/UpdateKeyCommand.ts +++ b/clients/client-location/src/commands/UpdateKeyCommand.ts @@ -98,9 +98,7 @@ export class UpdateKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdateMapCommand.ts b/clients/client-location/src/commands/UpdateMapCommand.ts index 63c45567b9229..4b8ce241a4a64 100644 --- a/clients/client-location/src/commands/UpdateMapCommand.ts +++ b/clients/client-location/src/commands/UpdateMapCommand.ts @@ -91,9 +91,7 @@ export class UpdateMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts index e9662e98173de..0726be536cb08 100644 --- a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts @@ -88,9 +88,7 @@ export class UpdatePlaceIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts index 21a8d999ec5e3..a13fe98eb35a9 100644 --- a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts @@ -85,9 +85,7 @@ export class UpdateRouteCalculatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/UpdateTrackerCommand.ts b/clients/client-location/src/commands/UpdateTrackerCommand.ts index e283f1377e66b..213bb7680797c 100644 --- a/clients/client-location/src/commands/UpdateTrackerCommand.ts +++ b/clients/client-location/src/commands/UpdateTrackerCommand.ts @@ -89,9 +89,7 @@ export class UpdateTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-location/src/commands/VerifyDevicePositionCommand.ts b/clients/client-location/src/commands/VerifyDevicePositionCommand.ts index 572f9f6137302..20ba59ad96a5d 100644 --- a/clients/client-location/src/commands/VerifyDevicePositionCommand.ts +++ b/clients/client-location/src/commands/VerifyDevicePositionCommand.ts @@ -144,9 +144,7 @@ export class VerifyDevicePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LocationClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts index e73e3c9577bda..75e5d369fb38c 100644 --- a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts @@ -103,9 +103,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts index e818555998772..923a94faf5f6e 100644 --- a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts @@ -128,9 +128,7 @@ export class CreateInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts index 6ac574e4c6a73..1858e7bc91976 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts @@ -98,9 +98,7 @@ export class CreateLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts index 908f39a574566..77d92ace4801e 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts @@ -98,9 +98,7 @@ export class CreateLabelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts index adc8deaec4cc4..58c8a1536f1c8 100644 --- a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts @@ -135,9 +135,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts index 7e27203c4fb65..13b11ca19560e 100644 --- a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts @@ -139,9 +139,7 @@ export class CreateRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts index 0ca36d10c7d06..9e59f4e177b74 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts @@ -90,9 +90,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts index d0c42e56424d3..2e065e800539b 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts @@ -87,9 +87,7 @@ export class DeleteInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts index 3f88981349dcd..ddc283ec3bb09 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts @@ -87,9 +87,7 @@ export class DeleteLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts index 639c795a9b14b..1749ea2242982 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts @@ -86,9 +86,7 @@ export class DeleteLabelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts index 1014e74645b12..1b69c9f73d0a3 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts @@ -87,9 +87,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts index b72ccfed507fd..56e4835950c7c 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts @@ -86,9 +86,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts index e9f09f3d3bc88..bad1b1d30d798 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts @@ -98,9 +98,7 @@ export class DeleteRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts index a0af3ebc0e514..0401f6b9f4364 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts @@ -136,9 +136,7 @@ export class DescribeDataIngestionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts index bdbd610306666..9b410bd29ad68 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts @@ -136,9 +136,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts index 02fd7a9182511..5a57cf341e039 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts @@ -114,9 +114,7 @@ export class DescribeInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts index 717da8180807a..84567fbfdbaa5 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts @@ -94,9 +94,7 @@ export class DescribeLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts index 9875cb151ab1e..8ad6f964cc21a 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts @@ -90,9 +90,7 @@ export class DescribeLabelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts index e264e04e16a85..99093e16eb685 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts @@ -141,9 +141,7 @@ export class DescribeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts index acc4d5ee6b27e..86b1b9bac1f42 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts @@ -136,9 +136,7 @@ export class DescribeModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts index 42fa2514ffd67..31eb6814e96f9 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts @@ -87,9 +87,7 @@ export class DescribeResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts index 4bcccee145f97..11c761dc0f294 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts @@ -119,9 +119,7 @@ export class DescribeRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts index 4ca1ae063a452..e9b9e401baf75 100644 --- a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts @@ -103,9 +103,7 @@ export class ImportDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts index 214dfe0ab8bbf..7e6e4e62b282b 100644 --- a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts @@ -114,9 +114,7 @@ export class ImportModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts index df39c40331341..4191e62a6cbfb 100644 --- a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts @@ -99,9 +99,7 @@ export class ListDataIngestionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts index bc7c092f9b5ed..c5ab7489e8c35 100644 --- a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts @@ -91,9 +91,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts index 0edfea4da1f02..622c03b549414 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts @@ -99,9 +99,7 @@ export class ListInferenceEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts index 4db087f8c2ec6..6f8dad80215b6 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts @@ -127,9 +127,7 @@ export class ListInferenceExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts index 786e369734af6..9a0f258a8897e 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts @@ -97,9 +97,7 @@ export class ListInferenceSchedulersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts index 8686a6c7161de..30653efdbdea5 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts @@ -90,9 +90,7 @@ export class ListLabelGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts index eb0f86a7d2c6d..c14f2710f66e1 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts @@ -99,9 +99,7 @@ export class ListLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts index 290285a74e492..f13cca5200016 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts @@ -106,9 +106,7 @@ export class ListModelVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts index ab34b272f1c28..a399916904eb1 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts @@ -110,9 +110,7 @@ export class ListModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts index 8e1a5a6f5cc3d..9a4c780a92dfb 100644 --- a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts @@ -135,9 +135,7 @@ export class ListRetrainingSchedulersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts index a3e79c73c26f1..436e4f04732b0 100644 --- a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts @@ -130,9 +130,7 @@ export class ListSensorStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts index 98fcea7428e8b..2df76b7634c27 100644 --- a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts index 1973cea63accb..3f5f802e089ac 100644 --- a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts @@ -95,9 +95,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts index 5ed67b6deee2a..375fb6e23fbce 100644 --- a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts @@ -101,9 +101,7 @@ export class StartDataIngestionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts index 033a026ac85b4..591999e2744f9 100644 --- a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts @@ -92,9 +92,7 @@ export class StartInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts index 62e8bd383a9e5..8933aa65ee652 100644 --- a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts @@ -108,9 +108,7 @@ export class StartRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts index 15884b7b2adbe..2e1c621f3e474 100644 --- a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts @@ -92,9 +92,7 @@ export class StopInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts index 1509eb20f75fc..28618096ec738 100644 --- a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts @@ -108,9 +108,7 @@ export class StopRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts index c88d2ed78475f..c9508fb87a76d 100644 --- a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts @@ -95,9 +95,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts index c9f49e49297ee..5f24733683d80 100644 --- a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts index 5270f86ec47ff..f04c0bcbfa6f8 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts @@ -94,9 +94,7 @@ export class UpdateActiveModelVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts index 689628f4a1ac8..5fe5f3889236d 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts @@ -107,9 +107,7 @@ export class UpdateInferenceSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts index c0af5d37a9472..2812f0955c039 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts @@ -89,9 +89,7 @@ export class UpdateLabelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts index e5adcf46d595d..4c1185e9f7309 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts @@ -115,9 +115,7 @@ export class UpdateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts index 526e7254673ea..caef9de3f3c50 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts @@ -103,9 +103,7 @@ export class UpdateRetrainingSchedulerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutEquipmentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts index 153084db2c75a..9336d55e72ed0 100644 --- a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts @@ -82,9 +82,7 @@ export class ActivateAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts index fe2df4776a50c..cc9b1f6e4c47f 100644 --- a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts @@ -79,9 +79,7 @@ export class BackTestAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts index a87b55c0b88a1..f5cec29016761 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts @@ -117,9 +117,7 @@ export class CreateAlertCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts index b09380edb3e71..7f89b6fb26af6 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts @@ -92,9 +92,7 @@ export class CreateAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts index bcc6c3c6e0a1e..ae9cd2ec3a474 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts @@ -202,9 +202,7 @@ export class CreateMetricSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts index 19730c8f3acf5..9e7f838fa87eb 100644 --- a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts @@ -82,9 +82,7 @@ export class DeactivateAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts index 9cedcf0f12a4d..9cedf0e1e8d46 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts @@ -79,9 +79,7 @@ export class DeleteAlertCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts index b5211c36febec..7b2fa7ac44bc1 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts @@ -83,9 +83,7 @@ export class DeleteAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts index db4b55e7cc8ff..71046cc733908 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts @@ -117,9 +117,7 @@ export class DescribeAlertCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts index f43661a5695ea..24074da67fb62 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts @@ -99,9 +99,7 @@ export class DescribeAnomalyDetectionExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts index fff66eb44934e..8d14b65428b17 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts @@ -94,9 +94,7 @@ export class DescribeAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts index ed333a118124f..2f95f55fdc548 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts @@ -198,9 +198,7 @@ export class DescribeMetricSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts index 6dd3d600f93f1..984d7a12d5a8b 100644 --- a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts @@ -197,9 +197,7 @@ export class DetectMetricSetConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts index 4755fc5e0a727..66d61a26a0a53 100644 --- a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts @@ -107,9 +107,7 @@ export class GetAnomalyGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts index 653a2b1d5d99e..84848dcd50649 100644 --- a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts @@ -99,9 +99,7 @@ export class GetDataQualityMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts index 5173699428464..a9f8b6e1b7ddc 100644 --- a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts @@ -93,9 +93,7 @@ export class GetFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts index aa5de13e29400..4fc888bc3e663 100644 --- a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts @@ -112,9 +112,7 @@ export class GetSampleDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts index 366ecd4dd8583..28eb415c5d59e 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts @@ -100,9 +100,7 @@ export class ListAlertsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts index 6601b7cd959ea..0f568e76bbdf9 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts @@ -97,9 +97,7 @@ export class ListAnomalyDetectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts index 7f72c0226ec01..f42a490caade8 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts @@ -99,9 +99,7 @@ export class ListAnomalyGroupRelatedMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts index 574ec48e1864e..dc1daeab53365 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts @@ -103,9 +103,7 @@ export class ListAnomalyGroupSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts index 8eea62cdb517c..5dc4cc5d1016e 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts @@ -104,9 +104,7 @@ export class ListAnomalyGroupTimeSeriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts index 872a70857a3b3..1d92bd7950093 100644 --- a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts @@ -98,9 +98,7 @@ export class ListMetricSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts index 956d145b04140..86ccda9599e6c 100644 --- a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts index 0f1e7b599fc22..2b12a4c2ea29a 100644 --- a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts @@ -84,9 +84,7 @@ export class PutFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts index f1e789564b6f2..7136a378124ad 100644 --- a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts index eac62a569efbe..4c83723fb7f30 100644 --- a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts index 246adf98be982..3a2d1149fbeb7 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts @@ -107,9 +107,7 @@ export class UpdateAlertCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts index c1eef012eb612..aa0ad32537281 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts @@ -86,9 +86,7 @@ export class UpdateAnomalyDetectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts index 9451a089cbb7c..cb29256735cd2 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts @@ -194,9 +194,7 @@ export class UpdateMetricSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts index f545139d61cef..bc7f5523110a4 100644 --- a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts @@ -113,9 +113,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts index 730a5caa672a6..57bbf5c5cdad6 100644 --- a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts @@ -128,9 +128,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts index 9f79f6440bf0a..1ca6ae4657d0e 100644 --- a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts @@ -96,9 +96,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts index d63649d7c9182..6b9479faaa93c 100644 --- a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts @@ -98,9 +98,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts index 2967311d13e9d..18126a8d51fdb 100644 --- a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts @@ -93,9 +93,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts index f30595495a8f9..ad4f1cf1bc9aa 100644 --- a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts @@ -92,9 +92,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts index d9e3881b2847c..3721cccf23908 100644 --- a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts @@ -100,9 +100,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts index d9edea82cc1eb..d36a91e49e29c 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts @@ -117,9 +117,7 @@ export class DescribeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts index ad6e5d1108359..cb7f29fe4ddab 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts @@ -128,9 +128,7 @@ export class DescribeModelPackagingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts index d4fb86f584813..26e710e2091f9 100644 --- a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts @@ -98,9 +98,7 @@ export class DescribeProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts index 7882f949b48c2..4326b5230d998 100644 --- a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts +++ b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts @@ -122,9 +122,7 @@ export class DetectAnomaliesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts index 23b121e40b56b..f29f0785ea8cc 100644 --- a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts @@ -98,9 +98,7 @@ export class ListDatasetEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts index fdfb0584c8459..906dc544cfdbf 100644 --- a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts @@ -103,9 +103,7 @@ export class ListModelPackagingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts index e00d9523d1c3f..5f4987e202613 100644 --- a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts @@ -106,9 +106,7 @@ export class ListModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts index 50dc668a0ac03..05a1ef5f6acd1 100644 --- a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts @@ -98,9 +98,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts index d7571b81615db..83f1f4539af26 100644 --- a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/StartModelCommand.ts b/clients/client-lookoutvision/src/commands/StartModelCommand.ts index 26a9d398ec296..c87ce34065527 100644 --- a/clients/client-lookoutvision/src/commands/StartModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelCommand.ts @@ -102,9 +102,7 @@ export class StartModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts index 3c3ba5c157e08..5a061751589b5 100644 --- a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts @@ -162,9 +162,7 @@ export class StartModelPackagingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/StopModelCommand.ts b/clients/client-lookoutvision/src/commands/StopModelCommand.ts index da14b9d089b8d..4e2146656a271 100644 --- a/clients/client-lookoutvision/src/commands/StopModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StopModelCommand.ts @@ -90,9 +90,7 @@ export class StopModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts index 367471384b1d3..b42ddc4ae6cd3 100644 --- a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts @@ -95,9 +95,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts index e1ef0286ad0d7..124b028f6beff 100644 --- a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts index 5e999cb796db9..f023a7c3d514c 100644 --- a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts @@ -101,9 +101,7 @@ export class UpdateDatasetEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: LookoutVisionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts index f9c068fe2c795..8c989cac78aa4 100644 --- a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts @@ -82,9 +82,7 @@ export class CancelBatchJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/CreateApplicationCommand.ts b/clients/client-m2/src/commands/CreateApplicationCommand.ts index b03c6af53dbbf..62bc27ce07714 100644 --- a/clients/client-m2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-m2/src/commands/CreateApplicationCommand.ts @@ -98,9 +98,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts index 29f82c9dd38c8..7defce3b7e691 100644 --- a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts @@ -141,9 +141,7 @@ export class CreateDataSetImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/CreateDeploymentCommand.ts b/clients/client-m2/src/commands/CreateDeploymentCommand.ts index 5946295e9bda6..1dcf5ab76702d 100644 --- a/clients/client-m2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-m2/src/commands/CreateDeploymentCommand.ts @@ -90,9 +90,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts index 07aabd4cf520e..012bc4d503661 100644 --- a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts @@ -115,9 +115,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/DeleteApplicationCommand.ts b/clients/client-m2/src/commands/DeleteApplicationCommand.ts index 71870accd89c5..1fd648cc2fb49 100644 --- a/clients/client-m2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationCommand.ts @@ -78,9 +78,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts index adbd549028bb5..8fb1a594fbaad 100644 --- a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts @@ -90,9 +90,7 @@ export class DeleteApplicationFromEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts index 6b3a4c9e53aa4..1c84f4a7c430b 100644 --- a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts @@ -80,9 +80,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetApplicationCommand.ts b/clients/client-m2/src/commands/GetApplicationCommand.ts index ca5d9c44c2bbe..4578bc12d9feb 100644 --- a/clients/client-m2/src/commands/GetApplicationCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationCommand.ts @@ -121,9 +121,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts index a31d71359c92e..2e9758d28fe60 100644 --- a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts @@ -87,9 +87,7 @@ export class GetApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts index b7a99e3c3aedd..83218dd72e35f 100644 --- a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts @@ -123,9 +123,7 @@ export class GetBatchJobExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts index 01a9445d18374..8fbb3307d163a 100644 --- a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts @@ -130,9 +130,7 @@ export class GetDataSetDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts index 85c5439e680a3..0f502cdb7bf60 100644 --- a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts @@ -89,9 +89,7 @@ export class GetDataSetImportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetDeploymentCommand.ts b/clients/client-m2/src/commands/GetDeploymentCommand.ts index 74f243b7c1d90..19e15019d8591 100644 --- a/clients/client-m2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-m2/src/commands/GetDeploymentCommand.ts @@ -87,9 +87,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetEnvironmentCommand.ts b/clients/client-m2/src/commands/GetEnvironmentCommand.ts index 805fec50cb768..3af31d138bb3d 100644 --- a/clients/client-m2/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/GetEnvironmentCommand.ts @@ -126,9 +126,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts index 32dcb40385c7c..c4bd18cfdd6f5 100644 --- a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts +++ b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts @@ -72,9 +72,7 @@ export class GetSignedBluinsightsUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts index d769fbe495653..a137e49e4c750 100644 --- a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts @@ -90,9 +90,7 @@ export class ListApplicationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListApplicationsCommand.ts b/clients/client-m2/src/commands/ListApplicationsCommand.ts index fa9a9ddfffaaa..4848fff569ad9 100644 --- a/clients/client-m2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationsCommand.ts @@ -101,9 +101,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts index b476949cfa77b..77b322f472222 100644 --- a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts @@ -96,9 +96,7 @@ export class ListBatchJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts index 1a5beb918da4e..dc662bbcfccd5 100644 --- a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts @@ -129,9 +129,7 @@ export class ListBatchJobExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts b/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts index 42505b8a0b2cd..289a47893c460 100644 --- a/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts @@ -93,9 +93,7 @@ export class ListBatchJobRestartPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts index 30485bf59d0ea..bf77cd2a571e3 100644 --- a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts @@ -96,9 +96,7 @@ export class ListDataSetImportHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListDataSetsCommand.ts b/clients/client-m2/src/commands/ListDataSetsCommand.ts index 4a984558cff7f..c34fe306d836c 100644 --- a/clients/client-m2/src/commands/ListDataSetsCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetsCommand.ts @@ -105,9 +105,7 @@ export class ListDataSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListDeploymentsCommand.ts b/clients/client-m2/src/commands/ListDeploymentsCommand.ts index f6962493cd84e..e55bccc0ff6bf 100644 --- a/clients/client-m2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-m2/src/commands/ListDeploymentsCommand.ts @@ -95,9 +95,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts index 25d0d57eae500..0370cc0b6d396 100644 --- a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts @@ -85,9 +85,7 @@ export class ListEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts index 91f523bd3e718..4c6b09ef572a9 100644 --- a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts @@ -94,9 +94,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts index 4204346390b9a..debd315806b9e 100644 --- a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/StartApplicationCommand.ts b/clients/client-m2/src/commands/StartApplicationCommand.ts index f48f16968158c..4c9656ff0a901 100644 --- a/clients/client-m2/src/commands/StartApplicationCommand.ts +++ b/clients/client-m2/src/commands/StartApplicationCommand.ts @@ -81,9 +81,7 @@ export class StartApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/StartBatchJobCommand.ts b/clients/client-m2/src/commands/StartBatchJobCommand.ts index c55320b31fb0e..9f30cc71d9a2d 100644 --- a/clients/client-m2/src/commands/StartBatchJobCommand.ts +++ b/clients/client-m2/src/commands/StartBatchJobCommand.ts @@ -113,9 +113,7 @@ export class StartBatchJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/StopApplicationCommand.ts b/clients/client-m2/src/commands/StopApplicationCommand.ts index 4dde9181540fc..477e93c617e61 100644 --- a/clients/client-m2/src/commands/StopApplicationCommand.ts +++ b/clients/client-m2/src/commands/StopApplicationCommand.ts @@ -82,9 +82,7 @@ export class StopApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/TagResourceCommand.ts b/clients/client-m2/src/commands/TagResourceCommand.ts index 79f9c3bb47de5..03d81b9914be6 100644 --- a/clients/client-m2/src/commands/TagResourceCommand.ts +++ b/clients/client-m2/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/UntagResourceCommand.ts b/clients/client-m2/src/commands/UntagResourceCommand.ts index e387801d6c183..3ba6dc6750fd7 100644 --- a/clients/client-m2/src/commands/UntagResourceCommand.ts +++ b/clients/client-m2/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/UpdateApplicationCommand.ts b/clients/client-m2/src/commands/UpdateApplicationCommand.ts index 3d24931c7363b..af8ba3086d935 100644 --- a/clients/client-m2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-m2/src/commands/UpdateApplicationCommand.ts @@ -89,9 +89,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts index 49ac625bca7de..72dad3dd907c5 100644 --- a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts @@ -92,9 +92,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: M2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/AddTagsCommand.ts b/clients/client-machine-learning/src/commands/AddTagsCommand.ts index 5043163270055..6b868a6cfc34b 100644 --- a/clients/client-machine-learning/src/commands/AddTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/AddTagsCommand.ts @@ -88,9 +88,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts index 03584a8874eaf..9ec78c77261a7 100644 --- a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts @@ -89,9 +89,7 @@ export class CreateBatchPredictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts index 06de8fead83f5..73f4f096363a7 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts @@ -113,9 +113,7 @@ export class CreateDataSourceFromRDSCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts index 9ce85d23fec43..48f27c4270fff 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts @@ -133,9 +133,7 @@ export class CreateDataSourceFromRedshiftCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts index 019a68458cbd2..4563d16c7b924 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts @@ -112,9 +112,7 @@ export class CreateDataSourceFromS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts index 3d0b0b5f16f15..951457670c162 100644 --- a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts @@ -88,9 +88,7 @@ export class CreateEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts index 79ff43baa2605..5e16d4b06ed57 100644 --- a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts @@ -101,9 +101,7 @@ export class CreateMLModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts index 54e5901e09905..7bfd1bd31b768 100644 --- a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts @@ -80,9 +80,7 @@ export class CreateRealtimeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts index a467a0651df11..86afa0caa33c3 100644 --- a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts @@ -79,9 +79,7 @@ export class DeleteBatchPredictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts index 7ed40be95d7a9..5eb9b3aa43e0e 100644 --- a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts @@ -77,9 +77,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts index 820586b7b9f98..6f2aa145f2328 100644 --- a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts @@ -79,9 +79,7 @@ export class DeleteEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts index 5aa480d508c54..a666038597b73 100644 --- a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts @@ -79,9 +79,7 @@ export class DeleteMLModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts index b6c068bc426ab..7ec60adb8d185 100644 --- a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts @@ -80,9 +80,7 @@ export class DeleteRealtimeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts index 3b1094dab8e82..3c7eb5c5bfb5d 100644 --- a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts @@ -82,9 +82,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts index 0c555946ab089..2efd5f7b0018a 100644 --- a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts @@ -101,9 +101,7 @@ export class DescribeBatchPredictionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts index 13eaeb35a8d84..eecdab20ecbb2 100644 --- a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts @@ -120,9 +120,7 @@ export class DescribeDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts index 2c6087372a395..f2be068ea0fcb 100644 --- a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts @@ -103,9 +103,7 @@ export class DescribeEvaluationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts index 2950d10b9d8cc..673c2991b9f6b 100644 --- a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts @@ -111,9 +111,7 @@ export class DescribeMLModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts index 1ad642e5dae26..97ab6480ae35f 100644 --- a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts @@ -82,9 +82,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts index ad5bfc1affbad..31926777d6bf7 100644 --- a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts @@ -91,9 +91,7 @@ export class GetBatchPredictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts index a902763b08523..2363999c6d672 100644 --- a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts @@ -114,9 +114,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts index 56a1733431f3e..6c867b121139f 100644 --- a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts @@ -92,9 +92,7 @@ export class GetEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts index 0833ffbbc01f4..25db31f05576e 100644 --- a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts @@ -104,9 +104,7 @@ export class GetMLModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/PredictCommand.ts b/clients/client-machine-learning/src/commands/PredictCommand.ts index 71d2e7e5eb1ee..90d17046beddb 100644 --- a/clients/client-machine-learning/src/commands/PredictCommand.ts +++ b/clients/client-machine-learning/src/commands/PredictCommand.ts @@ -97,9 +97,7 @@ export class PredictCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts index 48a07a561967d..c695ee365122d 100644 --- a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts @@ -76,9 +76,7 @@ export class UpdateBatchPredictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts index e04c154dbbeb7..b250c5e530e27 100644 --- a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts @@ -76,9 +76,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts index 108cf50204a44..c471ed9d7b427 100644 --- a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts @@ -76,9 +76,7 @@ export class UpdateEvaluationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts index 88b7dbbaaa82a..d4d914f6c193c 100644 --- a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts @@ -77,9 +77,7 @@ export class UpdateMLModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MachineLearningClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts index 93d493bb94771..8085065baf88b 100644 --- a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts @@ -86,9 +86,7 @@ export class AcceptInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts index b0b46b45dafad..aeef85b5d541c 100644 --- a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts @@ -105,9 +105,7 @@ export class BatchGetCustomDataIdentifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts b/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts index d3fb9ec94a01e..09ce7c8ffb787 100644 --- a/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts +++ b/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts @@ -99,9 +99,7 @@ export class BatchUpdateAutomatedDiscoveryAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateAllowListCommand.ts b/clients/client-macie2/src/commands/CreateAllowListCommand.ts index df47d004eb4da..2d4856989981d 100644 --- a/clients/client-macie2/src/commands/CreateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/CreateAllowListCommand.ts @@ -99,9 +99,7 @@ export class CreateAllowListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts index 75070143df1cc..3160a9661b52b 100644 --- a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts @@ -214,9 +214,7 @@ export class CreateClassificationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts index 65e6751f4a235..e1c3abc7d5178 100644 --- a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts @@ -105,9 +105,7 @@ export class CreateCustomDataIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts index 3fb27285e2a33..66db989b36205 100644 --- a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts @@ -113,9 +113,7 @@ export class CreateFindingsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts index a6b0230956a57..54392110f6027 100644 --- a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts @@ -96,9 +96,7 @@ export class CreateInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateMemberCommand.ts b/clients/client-macie2/src/commands/CreateMemberCommand.ts index da02034fd7e66..1a65f972ef4ed 100644 --- a/clients/client-macie2/src/commands/CreateMemberCommand.ts +++ b/clients/client-macie2/src/commands/CreateMemberCommand.ts @@ -92,9 +92,7 @@ export class CreateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts index d411d6aae58e2..483b102f38e73 100644 --- a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts @@ -86,9 +86,7 @@ export class CreateSampleFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts index 71353a2dddf8e..41bf0469e5910 100644 --- a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts @@ -94,9 +94,7 @@ export class DeclineInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts index 8f79c769d1afc..12fd305f84834 100644 --- a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts +++ b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts @@ -79,9 +79,7 @@ export class DeleteAllowListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts index 40cda1d8056e2..cafedfbd3641d 100644 --- a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts @@ -84,9 +84,7 @@ export class DeleteCustomDataIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts index b271e98049f79..62ded5d7a6a96 100644 --- a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts @@ -84,9 +84,7 @@ export class DeleteFindingsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts index 2a9b8b8ffec86..cfac3d8cf0f49 100644 --- a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts @@ -94,9 +94,7 @@ export class DeleteInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DeleteMemberCommand.ts b/clients/client-macie2/src/commands/DeleteMemberCommand.ts index 48058cf72269c..ce2881a2394cd 100644 --- a/clients/client-macie2/src/commands/DeleteMemberCommand.ts +++ b/clients/client-macie2/src/commands/DeleteMemberCommand.ts @@ -84,9 +84,7 @@ export class DeleteMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts index 4753739e946ca..44ad082377053 100644 --- a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts +++ b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts @@ -198,9 +198,7 @@ export class DescribeBucketsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts index 359259032e4b0..b83a5d8d63dbd 100644 --- a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts @@ -230,9 +230,7 @@ export class DescribeClassificationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts index a48c7c6632d87..1c43caa1c3560 100644 --- a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DisableMacieCommand.ts b/clients/client-macie2/src/commands/DisableMacieCommand.ts index f4e93c8031ba2..29446ce9ffd17 100644 --- a/clients/client-macie2/src/commands/DisableMacieCommand.ts +++ b/clients/client-macie2/src/commands/DisableMacieCommand.ts @@ -82,9 +82,7 @@ export class DisableMacieCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts index d96dde63695b2..fffb6cd7eeae8 100644 --- a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -89,9 +89,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts index 815982ce0d622..cf249b2b594ab 100644 --- a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -90,9 +90,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts index a77e5f4f63e3b..8a6c2ace94989 100644 --- a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts @@ -87,9 +87,7 @@ export class DisassociateFromMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts index 866d859239cca..814f02343b259 100644 --- a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts @@ -84,9 +84,7 @@ export class DisassociateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/EnableMacieCommand.ts b/clients/client-macie2/src/commands/EnableMacieCommand.ts index 1c750fe383aae..2db46c1f6ca90 100644 --- a/clients/client-macie2/src/commands/EnableMacieCommand.ts +++ b/clients/client-macie2/src/commands/EnableMacieCommand.ts @@ -86,9 +86,7 @@ export class EnableMacieCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts index ebb6d41172806..b0dc332038bdb 100644 --- a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -90,9 +90,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts index 0c65f3ace2518..90b546a165564 100644 --- a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts @@ -89,9 +89,7 @@ export class GetAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetAllowListCommand.ts b/clients/client-macie2/src/commands/GetAllowListCommand.ts index 38635557839cd..133f85a365b7c 100644 --- a/clients/client-macie2/src/commands/GetAllowListCommand.ts +++ b/clients/client-macie2/src/commands/GetAllowListCommand.ts @@ -99,9 +99,7 @@ export class GetAllowListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts index 2539456b80df8..8b11ff1b84ef0 100644 --- a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts @@ -89,9 +89,7 @@ export class GetAutomatedDiscoveryConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts index 212186883cd32..44b08c01b79b3 100644 --- a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts @@ -151,9 +151,7 @@ export class GetBucketStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts index fa561a126c4df..045bb9a158374 100644 --- a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts @@ -98,9 +98,7 @@ export class GetClassificationExportConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts index 57da1c5da0f7b..5f4a70bf6c238 100644 --- a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts @@ -88,9 +88,7 @@ export class GetClassificationScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts index 79bc10b3620cf..90e427fd5b989 100644 --- a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts @@ -108,9 +108,7 @@ export class GetCustomDataIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts index 9a80c14248e7e..519680e3820a6 100644 --- a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts @@ -115,9 +115,7 @@ export class GetFindingStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetFindingsCommand.ts b/clients/client-macie2/src/commands/GetFindingsCommand.ts index 055c106b4fce3..debfca60b838b 100644 --- a/clients/client-macie2/src/commands/GetFindingsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsCommand.ts @@ -396,9 +396,7 @@ export class GetFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts index 323d7647391fa..75a84b19a4c1b 100644 --- a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts @@ -113,9 +113,7 @@ export class GetFindingsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts index f770daec942b8..758fee4d7f74e 100644 --- a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts @@ -95,9 +95,7 @@ export class GetFindingsPublicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts index 6670779a3b91e..bf8698442f00e 100644 --- a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts @@ -84,9 +84,7 @@ export class GetInvitationsCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts index b84472efa8616..8a385d9368c77 100644 --- a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts @@ -88,9 +88,7 @@ export class GetMacieSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts index b7a95b4e4e8fd..2f84043c0f110 100644 --- a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts @@ -89,9 +89,7 @@ export class GetMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetMemberCommand.ts b/clients/client-macie2/src/commands/GetMemberCommand.ts index 967c2b22279f1..286ddce0cb703 100644 --- a/clients/client-macie2/src/commands/GetMemberCommand.ts +++ b/clients/client-macie2/src/commands/GetMemberCommand.ts @@ -96,9 +96,7 @@ export class GetMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts index cd26487040cae..516c6d818366d 100644 --- a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts @@ -96,9 +96,7 @@ export class GetResourceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts index e049df479890c..606919285ef2e 100644 --- a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts @@ -83,9 +83,7 @@ export class GetRevealConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts index 68863fb711014..1fa6f1484435b 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts @@ -89,9 +89,7 @@ export class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts index c63395fab1985..b28f932bbf274 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts @@ -96,9 +96,7 @@ export class GetSensitiveDataOccurrencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts index 57c9acd4a58e2..09238c5aa942a 100644 --- a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts @@ -103,9 +103,7 @@ export class GetSensitivityInspectionTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts index 81e0db55af050..90d13906f8956 100644 --- a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts @@ -121,9 +121,7 @@ export class GetUsageStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts index ded57b4ad5292..f47196140a2ae 100644 --- a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts @@ -93,9 +93,7 @@ export class GetUsageTotalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListAllowListsCommand.ts b/clients/client-macie2/src/commands/ListAllowListsCommand.ts index 53224910b7307..fd5cd064e2137 100644 --- a/clients/client-macie2/src/commands/ListAllowListsCommand.ts +++ b/clients/client-macie2/src/commands/ListAllowListsCommand.ts @@ -88,9 +88,7 @@ export class ListAllowListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts b/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts index 863d7b35d543c..54992b8fa8cc9 100644 --- a/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts +++ b/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts @@ -95,9 +95,7 @@ export class ListAutomatedDiscoveryAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts index 04e6c8ad331c5..201f8148929e7 100644 --- a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts @@ -182,9 +182,7 @@ export class ListClassificationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts index 79d9316c14f63..620ef3f23ac59 100644 --- a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts @@ -84,9 +84,7 @@ export class ListClassificationScopesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts index 647c07b75ccbb..cc674a678f3ae 100644 --- a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts @@ -96,9 +96,7 @@ export class ListCustomDataIdentifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListFindingsCommand.ts b/clients/client-macie2/src/commands/ListFindingsCommand.ts index 9f1181fd0292d..bfa9fb85a2261 100644 --- a/clients/client-macie2/src/commands/ListFindingsCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsCommand.ts @@ -113,9 +113,7 @@ export class ListFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts index ae68a18587ff5..2e2c1e075726b 100644 --- a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts @@ -98,9 +98,7 @@ export class ListFindingsFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListInvitationsCommand.ts b/clients/client-macie2/src/commands/ListInvitationsCommand.ts index b32c1098ffe0d..2a20b024d6a81 100644 --- a/clients/client-macie2/src/commands/ListInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/ListInvitationsCommand.ts @@ -95,9 +95,7 @@ export class ListInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts index 895683a0a22d9..f71bb3c5c6d88 100644 --- a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts @@ -71,9 +71,7 @@ export class ListManagedDataIdentifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListMembersCommand.ts b/clients/client-macie2/src/commands/ListMembersCommand.ts index 5e2bda96ac16a..9eba77949c4de 100644 --- a/clients/client-macie2/src/commands/ListMembersCommand.ts +++ b/clients/client-macie2/src/commands/ListMembersCommand.ts @@ -103,9 +103,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts index 607912ae3b255..2d3292395d69d 100644 --- a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -98,9 +98,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts index 48c78059e5dc8..b07ec685a11a7 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts @@ -93,9 +93,7 @@ export class ListResourceProfileArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts index 71e857b4317d0..69c915db16dce 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts @@ -100,9 +100,7 @@ export class ListResourceProfileDetectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts index 30982ae5099d3..359e9ff96fd33 100644 --- a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts +++ b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts @@ -95,9 +95,7 @@ export class ListSensitivityInspectionTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts index b0a8295a3308f..9b041f6d931db 100644 --- a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts @@ -67,9 +67,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts index e3cfd0ac96560..b16cb2d9eee5b 100644 --- a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts @@ -106,9 +106,7 @@ export class PutClassificationExportConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts index 7ef4e25b33332..9cddc7646419c 100644 --- a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts @@ -96,9 +96,7 @@ export class PutFindingsPublicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/SearchResourcesCommand.ts b/clients/client-macie2/src/commands/SearchResourcesCommand.ts index ec228604a3c61..f905fad5bd522 100644 --- a/clients/client-macie2/src/commands/SearchResourcesCommand.ts +++ b/clients/client-macie2/src/commands/SearchResourcesCommand.ts @@ -178,9 +178,7 @@ export class SearchResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/TagResourceCommand.ts b/clients/client-macie2/src/commands/TagResourceCommand.ts index 0e3d1fa5f8896..f5dd36af08955 100644 --- a/clients/client-macie2/src/commands/TagResourceCommand.ts +++ b/clients/client-macie2/src/commands/TagResourceCommand.ts @@ -66,9 +66,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts index 7983de9d499a1..1fe806645d3b9 100644 --- a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts @@ -94,9 +94,7 @@ export class TestCustomDataIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UntagResourceCommand.ts b/clients/client-macie2/src/commands/UntagResourceCommand.ts index 1562638b2ff53..9c86655b740bf 100644 --- a/clients/client-macie2/src/commands/UntagResourceCommand.ts +++ b/clients/client-macie2/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts index 74646d0fb20a5..4bbe455fe687a 100644 --- a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts @@ -90,9 +90,7 @@ export class UpdateAllowListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts index 7df32ecf80ba4..414baeef40d18 100644 --- a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts @@ -85,9 +85,7 @@ export class UpdateAutomatedDiscoveryConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts index c7397892a4e09..e07a58d84a9ba 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts @@ -85,9 +85,7 @@ export class UpdateClassificationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts index 19e8eaf7990cb..dceead6685267 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts @@ -86,9 +86,7 @@ export class UpdateClassificationScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts index 46028e6629126..fb1e8f5167abe 100644 --- a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts @@ -111,9 +111,7 @@ export class UpdateFindingsFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts index 3ba0bba9c0687..9b67642b6d306 100644 --- a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts @@ -85,9 +85,7 @@ export class UpdateMacieSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts index 4229479161135..29fbcc15381d6 100644 --- a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts @@ -85,9 +85,7 @@ export class UpdateMemberSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts index f5c163103a9a8..9598335fa8bcd 100644 --- a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -89,9 +89,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts index 27f91556ee7df..1cb7c58e8bb81 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts @@ -82,9 +82,7 @@ export class UpdateResourceProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts index f04b4e9901796..34ad0c52f65ef 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts @@ -92,9 +92,7 @@ export class UpdateResourceProfileDetectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts index aca7710179daa..80f0ef4182156 100644 --- a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts @@ -92,9 +92,7 @@ export class UpdateRevealConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts index f0702900f40c8..14b1c2552db56 100644 --- a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts @@ -103,9 +103,7 @@ export class UpdateSensitivityInspectionTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Macie2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts index 1e5edb952b768..44c1bfeb27e22 100644 --- a/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts @@ -90,9 +90,7 @@ export class CreateAddonInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts index 59a467c40f0b2..6a0e7c0d345a6 100644 --- a/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts @@ -87,9 +87,7 @@ export class CreateAddonSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts b/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts index 867b5b7905126..71b21674b587a 100644 --- a/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts @@ -95,9 +95,7 @@ export class CreateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts b/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts index 4cd4fd3ac6e22..77fb262e64c65 100644 --- a/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts @@ -92,9 +92,7 @@ export class CreateIngressPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateRelayCommand.ts b/clients/client-mailmanager/src/commands/CreateRelayCommand.ts index 25fe377f1533b..9d8795a1ed301 100644 --- a/clients/client-mailmanager/src/commands/CreateRelayCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateRelayCommand.ts @@ -88,9 +88,7 @@ export class CreateRelayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts b/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts index 26e4f7e92c81f..26fcfc70ba641 100644 --- a/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts @@ -237,9 +237,7 @@ export class CreateRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts index 7edf23e03f640..fe94a901b8d0d 100644 --- a/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts @@ -130,9 +130,7 @@ export class CreateTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts index 6dd0cd272493e..037c72d18b818 100644 --- a/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts @@ -69,9 +69,7 @@ export class DeleteAddonInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts index c1daba5daa333..20cd819a61c1b 100644 --- a/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts @@ -69,9 +69,7 @@ export class DeleteAddonSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts b/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts index e71e0cc2b9bd8..029b3ae23860b 100644 --- a/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts @@ -79,9 +79,7 @@ export class DeleteArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts b/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts index 944f85299f41b..55621b37d45b4 100644 --- a/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts @@ -72,9 +72,7 @@ export class DeleteIngressPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts b/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts index dc48a08f82ad2..f683193282ebe 100644 --- a/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts @@ -72,9 +72,7 @@ export class DeleteRelayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts b/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts index d0086d9857ad1..ff5dccf347cf6 100644 --- a/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts @@ -69,9 +69,7 @@ export class DeleteRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts index 9fcce4aa48875..ca32d19de9997 100644 --- a/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts @@ -72,9 +72,7 @@ export class DeleteTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts index b37e09979c48d..218f6e85a7e60 100644 --- a/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts +++ b/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts @@ -74,9 +74,7 @@ export class GetAddonInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts index 5cf38f08f172c..1d04db378077a 100644 --- a/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts +++ b/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts @@ -73,9 +73,7 @@ export class GetAddonSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveCommand.ts index bdb919973f759..994760f094a93 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveCommand.ts @@ -86,9 +86,7 @@ export class GetArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts index 94b624c77d7a9..6b54cf11a63ef 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts @@ -128,9 +128,7 @@ export class GetArchiveExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts index c70dbaed04069..123a88bd1de45 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts @@ -76,9 +76,7 @@ export class GetArchiveMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts index 8461120163ec0..24d02b3a22e36 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts @@ -80,9 +80,7 @@ export class GetArchiveMessageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts index c13dc02bea556..c53b2eb59c8ab 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts @@ -123,9 +123,7 @@ export class GetArchiveSearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts index 6f15ed91c3228..b3f7bfa78b412 100644 --- a/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts +++ b/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts @@ -96,9 +96,7 @@ export class GetArchiveSearchResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts b/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts index 53213be8f674b..928afb40aafc5 100644 --- a/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts +++ b/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts @@ -88,9 +88,7 @@ export class GetIngressPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetRelayCommand.ts b/clients/client-mailmanager/src/commands/GetRelayCommand.ts index 3e70fc9ff1ede..bebfbe85d7be6 100644 --- a/clients/client-mailmanager/src/commands/GetRelayCommand.ts +++ b/clients/client-mailmanager/src/commands/GetRelayCommand.ts @@ -81,9 +81,7 @@ export class GetRelayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts b/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts index 5dce90aab743c..951fa48fdedc4 100644 --- a/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts +++ b/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts @@ -227,9 +227,7 @@ export class GetRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts index a0236344161f0..ee31628a9085b 100644 --- a/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts @@ -120,9 +120,7 @@ export class GetTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts b/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts index 99bf411eb6b60..2c780bc3e586b 100644 --- a/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts +++ b/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts @@ -78,9 +78,7 @@ export class ListAddonInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts b/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts index 4ca69faad75c0..67ffef49f7a53 100644 --- a/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts +++ b/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts @@ -77,9 +77,7 @@ export class ListAddonSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts b/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts index 78779e2e8997b..75bad6f07599e 100644 --- a/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts +++ b/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts @@ -90,9 +90,7 @@ export class ListArchiveExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts b/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts index ccf645b8e31af..ac67e9fe8766b 100644 --- a/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts +++ b/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts @@ -90,9 +90,7 @@ export class ListArchiveSearchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListArchivesCommand.ts b/clients/client-mailmanager/src/commands/ListArchivesCommand.ts index 396d918f5f725..ade31421fd507 100644 --- a/clients/client-mailmanager/src/commands/ListArchivesCommand.ts +++ b/clients/client-mailmanager/src/commands/ListArchivesCommand.ts @@ -83,9 +83,7 @@ export class ListArchivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts b/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts index fa5695b170549..a0b286e6e8090 100644 --- a/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts +++ b/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts @@ -78,9 +78,7 @@ export class ListIngressPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListRelaysCommand.ts b/clients/client-mailmanager/src/commands/ListRelaysCommand.ts index 31b51ed8be444..76fcb127362f0 100644 --- a/clients/client-mailmanager/src/commands/ListRelaysCommand.ts +++ b/clients/client-mailmanager/src/commands/ListRelaysCommand.ts @@ -76,9 +76,7 @@ export class ListRelaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts b/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts index 804b1ef3da0fc..9d345198d9ff7 100644 --- a/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts +++ b/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts @@ -76,9 +76,7 @@ export class ListRuleSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts index ac5a30e9346dd..1defc8d3372ad 100644 --- a/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts index 4385f5a32d693..51c8019dcf63a 100644 --- a/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts @@ -76,9 +76,7 @@ export class ListTrafficPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts index 5dc68c117c6cb..9e473881571ec 100644 --- a/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts +++ b/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts @@ -128,9 +128,7 @@ export class StartArchiveExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts index 2690f1ff4d07f..218756123a5a0 100644 --- a/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts +++ b/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts @@ -126,9 +126,7 @@ export class StartArchiveSearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts index 63e8df029f0b3..4a4458b6f856a 100644 --- a/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts +++ b/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts @@ -72,9 +72,7 @@ export class StopArchiveExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts index b5261678d666c..a02fb76381bb1 100644 --- a/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts +++ b/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts @@ -72,9 +72,7 @@ export class StopArchiveSearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/TagResourceCommand.ts b/clients/client-mailmanager/src/commands/TagResourceCommand.ts index 27d3010567180..4a055b8dedc6c 100644 --- a/clients/client-mailmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-mailmanager/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UntagResourceCommand.ts b/clients/client-mailmanager/src/commands/UntagResourceCommand.ts index b391c8f47a103..8c87685f3bc7e 100644 --- a/clients/client-mailmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-mailmanager/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts b/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts index 96b1fc6324d02..5926807052039 100644 --- a/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts @@ -85,9 +85,7 @@ export class UpdateArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts b/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts index 4dccc62ee5d1a..c3691bdfc12f4 100644 --- a/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts +++ b/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts @@ -84,9 +84,7 @@ export class UpdateIngressPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts b/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts index 82fa537d5d4b6..62fb37f7bcc05 100644 --- a/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts +++ b/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts @@ -79,9 +79,7 @@ export class UpdateRelayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts b/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts index 973d9e640c104..655f89f41efea 100644 --- a/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts +++ b/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts @@ -229,9 +229,7 @@ export class UpdateRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts index 67ea10c1b26f0..de7fbb951b797 100644 --- a/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts +++ b/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts @@ -118,9 +118,7 @@ export class UpdateTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MailManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts index bdf09e36ee752..6c4fa4aa29c90 100644 --- a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts @@ -145,9 +145,7 @@ export class BatchGetTokenBalanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts index c77e3f69f1c62..3f495586196f3 100644 --- a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts @@ -115,9 +115,7 @@ export class GetAssetContractCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts index 37cda73d31eaa..1a19584437a1a 100644 --- a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts @@ -118,9 +118,7 @@ export class GetTokenBalanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts index 678c5fd9de627..d9531d45d0b31 100644 --- a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts @@ -119,9 +119,7 @@ export class GetTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts index d2b6b90eee37f..616732b12a9cb 100644 --- a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts @@ -106,9 +106,7 @@ export class ListAssetContractsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts index 5d19b6f3c895a..ba72f6a1b6374 100644 --- a/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts @@ -144,9 +144,7 @@ export class ListFilteredTransactionEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts index ffaf423c7987e..ca673c10e92da 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts @@ -131,9 +131,7 @@ export class ListTokenBalancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts index 32204909355d1..35e018b6c70bb 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts @@ -119,9 +119,7 @@ export class ListTransactionEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts index dd5d72e130246..04f436aecc655 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts @@ -114,9 +114,7 @@ export class ListTransactionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts index 044dd03454fd0..da4b97d4a5233 100644 --- a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts @@ -102,9 +102,7 @@ export class CreateAccessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts index 7ecb3f18fc38c..d858c65d37a49 100644 --- a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts @@ -126,9 +126,7 @@ export class CreateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts index 4d462c6c7bdff..f5b9f3b701b44 100644 --- a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts @@ -138,9 +138,7 @@ export class CreateNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts index 8baf2f6f75b07..ae824040468e3 100644 --- a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts @@ -125,9 +125,7 @@ export class CreateNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts index 55427c784cf21..806614e603499 100644 --- a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts @@ -112,9 +112,7 @@ export class CreateProposalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts index 66925072ba310..b881d332c29a5 100644 --- a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts @@ -91,9 +91,7 @@ export class DeleteAccessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts index 786f78c22ee45..ade4e4c7f0221 100644 --- a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts @@ -90,9 +90,7 @@ export class DeleteMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts index 3fc80f654ca4d..110a464caf338 100644 --- a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts @@ -91,9 +91,7 @@ export class DeleteNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts index 880afc96fa101..325cdb441ff2b 100644 --- a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts @@ -99,9 +99,7 @@ export class GetAccessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts index 201c5ed83e65f..43903160b3abb 100644 --- a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts @@ -116,9 +116,7 @@ export class GetMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts index bd74e12992859..40cdb50c280f1 100644 --- a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts @@ -117,9 +117,7 @@ export class GetNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts index 77faa8646045c..21b23bfaae7fb 100644 --- a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts @@ -128,9 +128,7 @@ export class GetNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts index 24eda168900cc..eba4a6022b266 100644 --- a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts @@ -117,9 +117,7 @@ export class GetProposalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts index dfd4bb1706be6..507350c08f145 100644 --- a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts @@ -97,9 +97,7 @@ export class ListAccessorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts index 1555db25f2135..174295e128e15 100644 --- a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts @@ -112,9 +112,7 @@ export class ListInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts index d631600ed354f..703c91a7ed97e 100644 --- a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts @@ -101,9 +101,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts index a3ad6f9d8adda..b366049f0360a 100644 --- a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts @@ -101,9 +101,7 @@ export class ListNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts index ef43527ebeec4..daffd0667e124 100644 --- a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts @@ -99,9 +99,7 @@ export class ListNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts index 6ede30f6bf61a..52662f574ecc5 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts @@ -95,9 +95,7 @@ export class ListProposalVotesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts index 9f076363bbd5b..4f923cb8b6d76 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts @@ -102,9 +102,7 @@ export class ListProposalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts index 34358d67e160d..c2b0b46483759 100644 --- a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts index da528c85affb3..5e6f401503e65 100644 --- a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts +++ b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts @@ -89,9 +89,7 @@ export class RejectInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts index db7adcb9679eb..0c1dd0160b1c2 100644 --- a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts index 792eb89c306b5..88e232ae6b370 100644 --- a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts index 99d45a77d4f39..1351cfe0f14aa 100644 --- a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts @@ -96,9 +96,7 @@ export class UpdateMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts index 86d303d4b65b5..5c298dfdfbcf3 100644 --- a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts @@ -102,9 +102,7 @@ export class UpdateNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts index d2ac49d0a0b82..7e91253ad9536 100644 --- a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts @@ -92,9 +92,7 @@ export class VoteOnProposalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ManagedBlockchainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-agreement/src/commands/DescribeAgreementCommand.ts b/clients/client-marketplace-agreement/src/commands/DescribeAgreementCommand.ts index 264bb4c145ac6..abdbfc47ceee8 100644 --- a/clients/client-marketplace-agreement/src/commands/DescribeAgreementCommand.ts +++ b/clients/client-marketplace-agreement/src/commands/DescribeAgreementCommand.ts @@ -108,9 +108,7 @@ export class DescribeAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceAgreementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-agreement/src/commands/GetAgreementTermsCommand.ts b/clients/client-marketplace-agreement/src/commands/GetAgreementTermsCommand.ts index 8643a979de217..f868a555b47ca 100644 --- a/clients/client-marketplace-agreement/src/commands/GetAgreementTermsCommand.ts +++ b/clients/client-marketplace-agreement/src/commands/GetAgreementTermsCommand.ts @@ -231,9 +231,7 @@ export class GetAgreementTermsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceAgreementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-agreement/src/commands/SearchAgreementsCommand.ts b/clients/client-marketplace-agreement/src/commands/SearchAgreementsCommand.ts index 8a25cdf755d09..fda5960e44076 100644 --- a/clients/client-marketplace-agreement/src/commands/SearchAgreementsCommand.ts +++ b/clients/client-marketplace-agreement/src/commands/SearchAgreementsCommand.ts @@ -209,9 +209,7 @@ export class SearchAgreementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceAgreementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/BatchDescribeEntitiesCommand.ts b/clients/client-marketplace-catalog/src/commands/BatchDescribeEntitiesCommand.ts index 3d82c0830f131..016ccaf6a1c24 100644 --- a/clients/client-marketplace-catalog/src/commands/BatchDescribeEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/BatchDescribeEntitiesCommand.ts @@ -104,9 +104,7 @@ export class BatchDescribeEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts index 56f77f1dec8a0..89abfb34402a4 100644 --- a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts @@ -97,9 +97,7 @@ export class CancelChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts index 113a337a66573..dd4a69407f0f8 100644 --- a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts @@ -88,9 +88,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts index 5b90898388fe4..44bee8d47a308 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts @@ -116,9 +116,7 @@ export class DescribeChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts index bf6d4203cac57..e89ca57f6fc52 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts @@ -98,9 +98,7 @@ export class DescribeEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts index df0f473d12e7d..0933aea05d0c9 100644 --- a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts @@ -90,9 +90,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts index 6781ff17cd58f..b988f56ebd577 100644 --- a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts @@ -118,9 +118,7 @@ export class ListChangeSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts index 00d51c822477e..dc9705a8c62fd 100644 --- a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts @@ -419,9 +419,7 @@ export class ListEntitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts index 0130b003d030d..52b713c67c1c7 100644 --- a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts index d591d451adf96..143b807d4585d 100644 --- a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts @@ -89,9 +89,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts index b0f7e1fd49253..8f888adf20c1e 100644 --- a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts @@ -135,9 +135,7 @@ export class StartChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts index cef417c705fe5..ca72c1e06c442 100644 --- a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts @@ -93,9 +93,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts index 1a0eba834b2a2..7595a3eefcee6 100644 --- a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts index 3ff45f90eca9b..60331ba4fa3f3 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts @@ -87,9 +87,7 @@ export class GenerateDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCommerceAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts index 354b738fbae99..0e850118dfbd0 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts @@ -89,9 +89,7 @@ export class StartSupportDataExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceCommerceAnalyticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-deployment/src/commands/ListTagsForResourceCommand.ts b/clients/client-marketplace-deployment/src/commands/ListTagsForResourceCommand.ts index 07982b33d40c5..b345036caece0 100644 --- a/clients/client-marketplace-deployment/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-marketplace-deployment/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceDeploymentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-deployment/src/commands/PutDeploymentParameterCommand.ts b/clients/client-marketplace-deployment/src/commands/PutDeploymentParameterCommand.ts index b5f8aa273ebc3..391da44256ca2 100644 --- a/clients/client-marketplace-deployment/src/commands/PutDeploymentParameterCommand.ts +++ b/clients/client-marketplace-deployment/src/commands/PutDeploymentParameterCommand.ts @@ -110,9 +110,7 @@ export class PutDeploymentParameterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceDeploymentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-deployment/src/commands/TagResourceCommand.ts b/clients/client-marketplace-deployment/src/commands/TagResourceCommand.ts index e657134fbffd9..78ab250189869 100644 --- a/clients/client-marketplace-deployment/src/commands/TagResourceCommand.ts +++ b/clients/client-marketplace-deployment/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceDeploymentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-deployment/src/commands/UntagResourceCommand.ts b/clients/client-marketplace-deployment/src/commands/UntagResourceCommand.ts index 3c1c397466297..28a83975eaa26 100644 --- a/clients/client-marketplace-deployment/src/commands/UntagResourceCommand.ts +++ b/clients/client-marketplace-deployment/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceDeploymentClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts index 62cbef9f2864e..5720567325fba 100644 --- a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts +++ b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts @@ -101,9 +101,7 @@ export class GetEntitlementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceEntitlementServiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts index 17b6123bdd8d2..ab97e788bd89f 100644 --- a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts @@ -191,9 +191,7 @@ export class BatchMeterUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceMeteringClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts index 8f81a3600467e..1708e96c4d998 100644 --- a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts @@ -137,9 +137,7 @@ export class MeterUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceMeteringClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts index c2b68ce384339..cae6c6448b273 100644 --- a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts @@ -142,9 +142,7 @@ export class RegisterUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceMeteringClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts index 6c1de4dfd4ce7..b4090e697da46 100644 --- a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts +++ b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts @@ -104,9 +104,7 @@ export class ResolveCustomerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MarketplaceMeteringClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts index 68f6cafe943b4..1023cf685120f 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts @@ -115,9 +115,7 @@ export class AddBridgeOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts index 635600b985f36..10010e7dfb2b3 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts @@ -123,9 +123,7 @@ export class AddBridgeSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts index 014d6be718d13..d415ad3fd84a4 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts @@ -128,9 +128,7 @@ export class AddFlowMediaStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts index ba6df83ee28af..610010f02d0ef 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts @@ -207,9 +207,7 @@ export class AddFlowOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts index 77523b6e52e2f..77fc0c2767e88 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts @@ -198,9 +198,7 @@ export class AddFlowSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts index dd0a83fd8a53c..29b443d625005 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts @@ -108,9 +108,7 @@ export class AddFlowVpcInterfacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts index 020d025942a56..7e72a18070f35 100644 --- a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts @@ -197,9 +197,7 @@ export class CreateBridgeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts index 4325f4efff392..aea2dc98acac0 100644 --- a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts @@ -583,9 +583,7 @@ export class CreateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts index 9f1ee025bb014..d04807c1c3e84 100644 --- a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts @@ -115,9 +115,7 @@ export class CreateGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts index 65830eca257a5..10c0085af0f0b 100644 --- a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts @@ -86,9 +86,7 @@ export class DeleteBridgeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts index 766d33b91b2a5..207d2ce43db23 100644 --- a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts @@ -84,9 +84,7 @@ export class DeleteFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts index 14440bfa1bb56..3d5e909ebdfc0 100644 --- a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts @@ -86,9 +86,7 @@ export class DeleteGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts index 9291b2f34c509..8e4094c9190f2 100644 --- a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts @@ -88,9 +88,7 @@ export class DeregisterGatewayInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts index 94c565a57192c..76d8287370832 100644 --- a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts @@ -151,9 +151,7 @@ export class DescribeBridgeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts index 5e7c375b3f19b..9b355aee9900a 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts @@ -363,9 +363,7 @@ export class DescribeFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowSourceMetadataCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowSourceMetadataCommand.ts index b3ea303a7222a..972c1f3ede2e3 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowSourceMetadataCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowSourceMetadataCommand.ts @@ -116,9 +116,7 @@ export class DescribeFlowSourceMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowSourceThumbnailCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowSourceThumbnailCommand.ts index 1d47de3635f62..e783c13cc368a 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowSourceThumbnailCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowSourceThumbnailCommand.ts @@ -100,9 +100,7 @@ export class DescribeFlowSourceThumbnailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts index 8a5b9f20bf004..eebe8c4ce33ac 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts @@ -106,9 +106,7 @@ export class DescribeGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts index f13d7e59f394c..97fa9c6a057f9 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts @@ -101,9 +101,7 @@ export class DescribeGatewayInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts index b57a6bbaa32a7..b92785f293863 100644 --- a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts @@ -92,9 +92,7 @@ export class DescribeOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts index 411f7a76585be..c339e7b0445fd 100644 --- a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts @@ -97,9 +97,7 @@ export class DescribeReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts index 01cf8574d980f..f552f3ec6649c 100644 --- a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts @@ -131,9 +131,7 @@ export class GrantFlowEntitlementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts index 684b13dbdd9f4..e1777be12e7df 100644 --- a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts @@ -91,9 +91,7 @@ export class ListBridgesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts index 73612a13d45b9..9b644d17d4c47 100644 --- a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts @@ -85,9 +85,7 @@ export class ListEntitlementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts index d038c1b44123e..04f669a04b18a 100644 --- a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts @@ -94,9 +94,7 @@ export class ListFlowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts index 4e29153b3c7a5..c83b4f8594e0d 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts @@ -90,9 +90,7 @@ export class ListGatewayInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts index a3cdccdb4b16f..7766267c64a42 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts @@ -88,9 +88,7 @@ export class ListGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts index d4a53f2b8c048..dd7017bd0ccc9 100644 --- a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts @@ -93,9 +93,7 @@ export class ListOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts index 41ce7ddb66048..7cd5baefa7e72 100644 --- a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts @@ -98,9 +98,7 @@ export class ListReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts index 674da73d6821f..dd9e6baa0e285 100644 --- a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts index d551315de9d81..d5d9d38bf524c 100644 --- a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts @@ -102,9 +102,7 @@ export class PurchaseOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts index 90fc779ec52cd..340ea7e53e737 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts @@ -88,9 +88,7 @@ export class RemoveBridgeOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts index af443cededc1d..19a3e6073c8f8 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts @@ -88,9 +88,7 @@ export class RemoveBridgeSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts index a39ec3fc13d69..d46e425ad4cc1 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts @@ -85,9 +85,7 @@ export class RemoveFlowMediaStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts index 99436f739f30d..a06745733b848 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts @@ -85,9 +85,7 @@ export class RemoveFlowOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts index 306b4f9c5da9e..14320db811270 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts @@ -85,9 +85,7 @@ export class RemoveFlowSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts index 3a26235d6f130..3ccadd7f73ff5 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts @@ -88,9 +88,7 @@ export class RemoveFlowVpcInterfaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts index 04b7eb1ce0da9..b4393657639ff 100644 --- a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts @@ -85,9 +85,7 @@ export class RevokeFlowEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts index 8df03410a1a24..648cc7e77d5f4 100644 --- a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts @@ -84,9 +84,7 @@ export class StartFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts index 94ab205557659..aa80914cb8604 100644 --- a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts @@ -84,9 +84,7 @@ export class StopFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts index c6b4b02e931bf..3399f10a182a6 100644 --- a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts index 7d1295e39fa27..ddb23fb3cb8b1 100644 --- a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts index b3b03850fe934..7f433a23a0ab4 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts @@ -166,9 +166,7 @@ export class UpdateBridgeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts index 70f57c0483478..6d70f8f6f20fa 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts @@ -109,9 +109,7 @@ export class UpdateBridgeOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts index 7d4d35ca0e47a..64984b6ae9f55 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts @@ -116,9 +116,7 @@ export class UpdateBridgeSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts index 928b536cc5e7c..dfd458f2b65de 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts @@ -88,9 +88,7 @@ export class UpdateBridgeStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts index d3d9bca4dd6aa..5d89562ffde96 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts @@ -376,9 +376,7 @@ export class UpdateFlowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts index f22f048773ea3..b0966f8b07ffb 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts @@ -121,9 +121,7 @@ export class UpdateFlowEntitlementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts index 7c5b3903ee81b..4db7865a08e14 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts @@ -121,9 +121,7 @@ export class UpdateFlowMediaStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts index 800d330a5414a..1d93348c1b25f 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts @@ -199,9 +199,7 @@ export class UpdateFlowOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts index 0a8868eeb1fde..18cfaa3144031 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts @@ -192,9 +192,7 @@ export class UpdateFlowSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts index 016c52cbb1ea0..0394b1615e40d 100644 --- a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts @@ -88,9 +88,7 @@ export class UpdateGatewayInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts index b9da431bf785d..fd5ddb3ef493a 100644 --- a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts @@ -81,9 +81,7 @@ export class AssociateCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts index 4294aeddc86f9..72a04e5d42303 100644 --- a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts @@ -81,9 +81,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts index 845dfc3bd7999..a30d8dcf2e75d 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts @@ -3069,9 +3069,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts index b908d36ffc61d..f5646fd336399 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts @@ -2980,9 +2980,7 @@ export class CreateJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts index 1b1897ace7482..adc993752cfad 100644 --- a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts @@ -1714,9 +1714,7 @@ export class CreatePresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts index b6ccd2a89b533..d058fe8103048 100644 --- a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts @@ -113,9 +113,7 @@ export class CreateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts index 6d6a908537837..c6c218d12b8a2 100644 --- a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts @@ -81,9 +81,7 @@ export class DeleteJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts index ec9135c742ee0..8659ca8200107 100644 --- a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts @@ -79,9 +79,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts index b1b8613a05957..5cb8f181b2ea1 100644 --- a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts @@ -81,9 +81,7 @@ export class DeletePresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts index 2c47a95001ec9..275dab4ad9e95 100644 --- a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts @@ -81,9 +81,7 @@ export class DeleteQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts index 6a844f38826ad..6f9bfacc0d6b8 100644 --- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts @@ -92,9 +92,7 @@ export class DescribeEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts index 28c0b398c0f0c..5f4049c24722c 100644 --- a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts @@ -81,9 +81,7 @@ export class DisassociateCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/GetJobCommand.ts b/clients/client-mediaconvert/src/commands/GetJobCommand.ts index 6f1d7cc7f4982..50d2e3d06ccaf 100644 --- a/clients/client-mediaconvert/src/commands/GetJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobCommand.ts @@ -1600,9 +1600,7 @@ export class GetJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts index f0866053ca7d5..6fcbf2718c559 100644 --- a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts @@ -1533,9 +1533,7 @@ export class GetJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts index 48a5f8e264afc..03cfd0ed1b0a9 100644 --- a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts @@ -85,9 +85,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts index 004338b78b640..e8f6e06b6669e 100644 --- a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts @@ -900,9 +900,7 @@ export class GetPresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts index 47842fbb0a5da..689ca5238f9ca 100644 --- a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts @@ -102,9 +102,7 @@ export class GetQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts index 60f6e8f5fddd7..a499521e0b898 100644 --- a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts @@ -1540,9 +1540,7 @@ export class ListJobTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts index e05833d3549a4..c70968aba84d1 100644 --- a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts @@ -1607,9 +1607,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts index 9dcb0a5a445dc..2d2c2d8d60f63 100644 --- a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts @@ -907,9 +907,7 @@ export class ListPresetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts index 9a6beb9a8eda2..afb6b38cfba15 100644 --- a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts @@ -108,9 +108,7 @@ export class ListQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts index 556f4de0187b5..9f98893d6e927 100644 --- a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts index 93cd75fa1b673..c9f23f3340b36 100644 --- a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts @@ -91,9 +91,7 @@ export class PutPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/SearchJobsCommand.ts b/clients/client-mediaconvert/src/commands/SearchJobsCommand.ts index a29af6b169805..23d5869433726 100644 --- a/clients/client-mediaconvert/src/commands/SearchJobsCommand.ts +++ b/clients/client-mediaconvert/src/commands/SearchJobsCommand.ts @@ -1608,9 +1608,7 @@ export class SearchJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts index 41af9eeac3613..b6ccc47197225 100644 --- a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts index 04ffa8e0a2eac..30f894b64111e 100644 --- a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts index e44d4d312d602..7d86fbe5d3bb1 100644 --- a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts @@ -2977,9 +2977,7 @@ export class UpdateJobTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts index efd7c9e014098..bad023efb79f2 100644 --- a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts @@ -1711,9 +1711,7 @@ export class UpdatePresetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts index 8bd97926b44af..4aa0ae7ba0a41 100644 --- a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts @@ -109,9 +109,7 @@ export class UpdateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaConvertClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts index 54f40e17d6fe9..85bf3d098a133 100644 --- a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts @@ -90,9 +90,7 @@ export class AcceptInputDeviceTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/BatchDeleteCommand.ts b/clients/client-medialive/src/commands/BatchDeleteCommand.ts index d0ce91b1ca161..f1d3583613010 100644 --- a/clients/client-medialive/src/commands/BatchDeleteCommand.ts +++ b/clients/client-medialive/src/commands/BatchDeleteCommand.ts @@ -114,9 +114,7 @@ export class BatchDeleteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/BatchStartCommand.ts b/clients/client-medialive/src/commands/BatchStartCommand.ts index 534d8a2dac17a..7f8b82d956085 100644 --- a/clients/client-medialive/src/commands/BatchStartCommand.ts +++ b/clients/client-medialive/src/commands/BatchStartCommand.ts @@ -108,9 +108,7 @@ export class BatchStartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/BatchStopCommand.ts b/clients/client-medialive/src/commands/BatchStopCommand.ts index f71a10bd753e9..412854b051dbb 100644 --- a/clients/client-medialive/src/commands/BatchStopCommand.ts +++ b/clients/client-medialive/src/commands/BatchStopCommand.ts @@ -108,9 +108,7 @@ export class BatchStopCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts index 920934636ef0e..53b2ed88017bf 100644 --- a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts +++ b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts @@ -552,9 +552,7 @@ export class BatchUpdateScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts index 42c5e0cdaa816..1cc4cf577dce8 100644 --- a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts @@ -90,9 +90,7 @@ export class CancelInputDeviceTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts index e6c7658787177..9bdbb3bc73d27 100644 --- a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts +++ b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts @@ -87,9 +87,7 @@ export class ClaimDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateChannelCommand.ts b/clients/client-medialive/src/commands/CreateChannelCommand.ts index b778a421e1793..4410b4e776b41 100644 --- a/clients/client-medialive/src/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/src/commands/CreateChannelCommand.ts @@ -2182,9 +2182,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateCommand.ts b/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateCommand.ts index 7d6e5b7aa343b..7d37475f2bccd 100644 --- a/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateCommand.ts +++ b/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateCommand.ts @@ -120,9 +120,7 @@ export class CreateCloudWatchAlarmTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts b/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts index 530ca3b9b9f98..45f3d683011ac 100644 --- a/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts @@ -103,9 +103,7 @@ export class CreateCloudWatchAlarmTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateCommand.ts b/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateCommand.ts index bfe4b9d017e4b..115c26a2f0471 100644 --- a/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateCommand.ts +++ b/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateCommand.ts @@ -114,9 +114,7 @@ export class CreateEventBridgeRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts b/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts index 20199602093d3..d578c46105d2c 100644 --- a/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts @@ -103,9 +103,7 @@ export class CreateEventBridgeRuleTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateInputCommand.ts b/clients/client-medialive/src/commands/CreateInputCommand.ts index d67703969e077..626c88b4dfda0 100644 --- a/clients/client-medialive/src/commands/CreateInputCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputCommand.ts @@ -199,9 +199,7 @@ export class CreateInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts index 760e314a9cc4b..eacb03db509e0 100644 --- a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts @@ -105,9 +105,7 @@ export class CreateInputSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts index 4b61658a6f4b4..716e85dafefe3 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts @@ -128,9 +128,7 @@ export class CreateMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts index e371040aed139..f4359dca85cb9 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts @@ -161,9 +161,7 @@ export class CreateMultiplexProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts index 337f7660ecc20..3425c3840eb9c 100644 --- a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts @@ -150,9 +150,7 @@ export class CreatePartnerInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateSignalMapCommand.ts b/clients/client-medialive/src/commands/CreateSignalMapCommand.ts index 4659b37d0d84f..e8a92d061171f 100644 --- a/clients/client-medialive/src/commands/CreateSignalMapCommand.ts +++ b/clients/client-medialive/src/commands/CreateSignalMapCommand.ts @@ -156,9 +156,7 @@ export class CreateSignalMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/CreateTagsCommand.ts b/clients/client-medialive/src/commands/CreateTagsCommand.ts index f6abdba689254..1cf8192cfc1a9 100644 --- a/clients/client-medialive/src/commands/CreateTagsCommand.ts +++ b/clients/client-medialive/src/commands/CreateTagsCommand.ts @@ -78,9 +78,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteChannelCommand.ts b/clients/client-medialive/src/commands/DeleteChannelCommand.ts index 9fc73933a124a..cb08e1d5062f0 100644 --- a/clients/client-medialive/src/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/src/commands/DeleteChannelCommand.ts @@ -1144,9 +1144,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateCommand.ts b/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateCommand.ts index e9d28bcb397e9..575f3d44338cb 100644 --- a/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateCommand.ts +++ b/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateCommand.ts @@ -84,9 +84,7 @@ export class DeleteCloudWatchAlarmTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts b/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts index fd3889d2741da..85b2368b20ed7 100644 --- a/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteCloudWatchAlarmTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateCommand.ts b/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateCommand.ts index eaf3fb80fafc0..e54bfba1aacdd 100644 --- a/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateCommand.ts +++ b/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateCommand.ts @@ -84,9 +84,7 @@ export class DeleteEventBridgeRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts b/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts index ac6ca91f4632c..84a662f27a50e 100644 --- a/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteEventBridgeRuleTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteInputCommand.ts b/clients/client-medialive/src/commands/DeleteInputCommand.ts index 7a3c79b58d08b..d594850970ee6 100644 --- a/clients/client-medialive/src/commands/DeleteInputCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputCommand.ts @@ -87,9 +87,7 @@ export class DeleteInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts index e1999174d4575..8a15f415e6acc 100644 --- a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteInputSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts index 8a101c16e8ff8..ae3ec9c5aca9a 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts @@ -113,9 +113,7 @@ export class DeleteMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts index 4f1e007795646..f7a4027ad7d23 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts @@ -142,9 +142,7 @@ export class DeleteMultiplexProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteReservationCommand.ts b/clients/client-medialive/src/commands/DeleteReservationCommand.ts index f117777c83df0..3a3dc501fda40 100644 --- a/clients/client-medialive/src/commands/DeleteReservationCommand.ts +++ b/clients/client-medialive/src/commands/DeleteReservationCommand.ts @@ -121,9 +121,7 @@ export class DeleteReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts index 9484f3954e914..a423645f54810 100644 --- a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts @@ -84,9 +84,7 @@ export class DeleteScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteSignalMapCommand.ts b/clients/client-medialive/src/commands/DeleteSignalMapCommand.ts index 8c11b61f16ee0..e8afeec5e21bd 100644 --- a/clients/client-medialive/src/commands/DeleteSignalMapCommand.ts +++ b/clients/client-medialive/src/commands/DeleteSignalMapCommand.ts @@ -81,9 +81,7 @@ export class DeleteSignalMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DeleteTagsCommand.ts b/clients/client-medialive/src/commands/DeleteTagsCommand.ts index d743247cafd69..02abb801fd555 100644 --- a/clients/client-medialive/src/commands/DeleteTagsCommand.ts +++ b/clients/client-medialive/src/commands/DeleteTagsCommand.ts @@ -78,9 +78,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts b/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts index ec54c99235668..7d47ff7837871 100644 --- a/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DescribeAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeChannelCommand.ts b/clients/client-medialive/src/commands/DescribeChannelCommand.ts index 7d203b8a4f481..f74e25e6153df 100644 --- a/clients/client-medialive/src/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/src/commands/DescribeChannelCommand.ts @@ -1141,9 +1141,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeInputCommand.ts b/clients/client-medialive/src/commands/DescribeInputCommand.ts index 078829bc9e882..ce87cafed1866 100644 --- a/clients/client-medialive/src/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputCommand.ts @@ -147,9 +147,7 @@ export class DescribeInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts index c91d5fa61b44d..2c8a113bb2847 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts @@ -146,9 +146,7 @@ export class DescribeInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts index 44093d1d9c8cb..522097a1f10d6 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts @@ -102,9 +102,7 @@ export class DescribeInputDeviceThumbnailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts index ac193eedc7508..3627ee0a929cf 100644 --- a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts @@ -99,9 +99,7 @@ export class DescribeInputSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts index 23c72365b3861..11f1e6ef8f15d 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts @@ -110,9 +110,7 @@ export class DescribeMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts index dec6d842e1875..7304ff99418e1 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts @@ -139,9 +139,7 @@ export class DescribeMultiplexProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts index d174182e410f2..e3a9b2ba153e5 100644 --- a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts @@ -105,9 +105,7 @@ export class DescribeOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeReservationCommand.ts b/clients/client-medialive/src/commands/DescribeReservationCommand.ts index b5ff1c7c4398b..b291c3b4a0065 100644 --- a/clients/client-medialive/src/commands/DescribeReservationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeReservationCommand.ts @@ -118,9 +118,7 @@ export class DescribeReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts index fd0d14bebee35..ba29409749576 100644 --- a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts @@ -241,9 +241,7 @@ export class DescribeScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts b/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts index cebb5944cce9c..d2b9822496dbb 100644 --- a/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts +++ b/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts @@ -103,9 +103,7 @@ export class DescribeThumbnailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateCommand.ts b/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateCommand.ts index ecd90d7a0a5e2..be1f26952e0b6 100644 --- a/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateCommand.ts +++ b/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateCommand.ts @@ -98,9 +98,7 @@ export class GetCloudWatchAlarmTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts b/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts index 822bbdf95e9cc..d88a3a0e00d7e 100644 --- a/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts @@ -93,9 +93,7 @@ export class GetCloudWatchAlarmTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateCommand.ts b/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateCommand.ts index aec10ad4d34bc..4e23caec84125 100644 --- a/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateCommand.ts +++ b/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateCommand.ts @@ -95,9 +95,7 @@ export class GetEventBridgeRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateGroupCommand.ts b/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateGroupCommand.ts index 4e144fdc38bef..56ab4858843fb 100644 --- a/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/GetEventBridgeRuleTemplateGroupCommand.ts @@ -93,9 +93,7 @@ export class GetEventBridgeRuleTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/GetSignalMapCommand.ts b/clients/client-medialive/src/commands/GetSignalMapCommand.ts index 1e0d7eedc5c2c..f5a8ce8b969ae 100644 --- a/clients/client-medialive/src/commands/GetSignalMapCommand.ts +++ b/clients/client-medialive/src/commands/GetSignalMapCommand.ts @@ -142,9 +142,7 @@ export class GetSignalMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListChannelsCommand.ts b/clients/client-medialive/src/commands/ListChannelsCommand.ts index 991b2d9b13548..33425f076bbc4 100644 --- a/clients/client-medialive/src/commands/ListChannelsCommand.ts +++ b/clients/client-medialive/src/commands/ListChannelsCommand.ts @@ -286,9 +286,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts b/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts index a28308fd5d7f5..c5402b96b95e7 100644 --- a/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts @@ -105,9 +105,7 @@ export class ListCloudWatchAlarmTemplateGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplatesCommand.ts b/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplatesCommand.ts index e2a79cd17a11f..4c88e58741a75 100644 --- a/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplatesCommand.ts +++ b/clients/client-medialive/src/commands/ListCloudWatchAlarmTemplatesCommand.ts @@ -112,9 +112,7 @@ export class ListCloudWatchAlarmTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts b/clients/client-medialive/src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts index 05390d01d4bb0..4770851725da0 100644 --- a/clients/client-medialive/src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts @@ -104,9 +104,7 @@ export class ListEventBridgeRuleTemplateGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListEventBridgeRuleTemplatesCommand.ts b/clients/client-medialive/src/commands/ListEventBridgeRuleTemplatesCommand.ts index c7954ae7f1566..768c1f8d982e8 100644 --- a/clients/client-medialive/src/commands/ListEventBridgeRuleTemplatesCommand.ts +++ b/clients/client-medialive/src/commands/ListEventBridgeRuleTemplatesCommand.ts @@ -104,9 +104,7 @@ export class ListEventBridgeRuleTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts index 10bdb415d60a5..53e24ed74ce81 100644 --- a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts @@ -96,9 +96,7 @@ export class ListInputDeviceTransfersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts index 70cac9207e13f..c8f3e8e25c320 100644 --- a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts @@ -149,9 +149,7 @@ export class ListInputDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts index 458a31596a071..9908367e1f8d1 100644 --- a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts @@ -102,9 +102,7 @@ export class ListInputSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListInputsCommand.ts b/clients/client-medialive/src/commands/ListInputsCommand.ts index b3dd3f5ad7b80..315b0a1bce64d 100644 --- a/clients/client-medialive/src/commands/ListInputsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputsCommand.ts @@ -150,9 +150,7 @@ export class ListInputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts index 597c2e4aaece6..d1d87097bf5b1 100644 --- a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts @@ -94,9 +94,7 @@ export class ListMultiplexProgramsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts index 0a7db81c16753..790114908de89 100644 --- a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts @@ -103,9 +103,7 @@ export class ListMultiplexesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListOfferingsCommand.ts b/clients/client-medialive/src/commands/ListOfferingsCommand.ts index 435fe41d232dc..360b333867c42 100644 --- a/clients/client-medialive/src/commands/ListOfferingsCommand.ts +++ b/clients/client-medialive/src/commands/ListOfferingsCommand.ts @@ -118,9 +118,7 @@ export class ListOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListReservationsCommand.ts b/clients/client-medialive/src/commands/ListReservationsCommand.ts index 15f1d5818a26d..ee7f711c4c3b3 100644 --- a/clients/client-medialive/src/commands/ListReservationsCommand.ts +++ b/clients/client-medialive/src/commands/ListReservationsCommand.ts @@ -129,9 +129,7 @@ export class ListReservationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListSignalMapsCommand.ts b/clients/client-medialive/src/commands/ListSignalMapsCommand.ts index 1866dc6723e56..ba85e548bea3e 100644 --- a/clients/client-medialive/src/commands/ListSignalMapsCommand.ts +++ b/clients/client-medialive/src/commands/ListSignalMapsCommand.ts @@ -98,9 +98,7 @@ export class ListSignalMapsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts index 5e4051e315bb9..b3ea8c3ce6d23 100644 --- a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts index e9ff70f75d20d..d99270afc8dc6 100644 --- a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts @@ -134,9 +134,7 @@ export class PurchaseOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts index 6449c4eed6883..0c3c04b14e9af 100644 --- a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts @@ -88,9 +88,7 @@ export class RebootInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts index 7cfd7cda64992..4fba70e69ccce 100644 --- a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts @@ -90,9 +90,7 @@ export class RejectInputDeviceTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts b/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts index a0b28296035ec..84a2711f378c4 100644 --- a/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts +++ b/clients/client-medialive/src/commands/RestartChannelPipelinesCommand.ts @@ -1148,9 +1148,7 @@ export class RestartChannelPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartChannelCommand.ts b/clients/client-medialive/src/commands/StartChannelCommand.ts index 4e8621e697c2c..adc8ae549c68b 100644 --- a/clients/client-medialive/src/commands/StartChannelCommand.ts +++ b/clients/client-medialive/src/commands/StartChannelCommand.ts @@ -1144,9 +1144,7 @@ export class StartChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartDeleteMonitorDeploymentCommand.ts b/clients/client-medialive/src/commands/StartDeleteMonitorDeploymentCommand.ts index c697901de1541..bed6e4b4ceaea 100644 --- a/clients/client-medialive/src/commands/StartDeleteMonitorDeploymentCommand.ts +++ b/clients/client-medialive/src/commands/StartDeleteMonitorDeploymentCommand.ts @@ -150,9 +150,7 @@ export class StartDeleteMonitorDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartInputDeviceCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceCommand.ts index 87c8ed20d10ca..fc741473afe85 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceCommand.ts @@ -87,9 +87,7 @@ export class StartInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts index c2703352aeb65..fe9812effcb3e 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts @@ -95,9 +95,7 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartMonitorDeploymentCommand.ts b/clients/client-medialive/src/commands/StartMonitorDeploymentCommand.ts index 81bede5aeb661..58a54a5d49d05 100644 --- a/clients/client-medialive/src/commands/StartMonitorDeploymentCommand.ts +++ b/clients/client-medialive/src/commands/StartMonitorDeploymentCommand.ts @@ -146,9 +146,7 @@ export class StartMonitorDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartMultiplexCommand.ts b/clients/client-medialive/src/commands/StartMultiplexCommand.ts index 2dd21ad65d447..5ad852ea26cfa 100644 --- a/clients/client-medialive/src/commands/StartMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StartMultiplexCommand.ts @@ -113,9 +113,7 @@ export class StartMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StartUpdateSignalMapCommand.ts b/clients/client-medialive/src/commands/StartUpdateSignalMapCommand.ts index 8f36ef96af24d..d0df6334fd39a 100644 --- a/clients/client-medialive/src/commands/StartUpdateSignalMapCommand.ts +++ b/clients/client-medialive/src/commands/StartUpdateSignalMapCommand.ts @@ -155,9 +155,7 @@ export class StartUpdateSignalMapCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StopChannelCommand.ts b/clients/client-medialive/src/commands/StopChannelCommand.ts index c2344b4e26aad..c1d6a91bd6294 100644 --- a/clients/client-medialive/src/commands/StopChannelCommand.ts +++ b/clients/client-medialive/src/commands/StopChannelCommand.ts @@ -1144,9 +1144,7 @@ export class StopChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StopInputDeviceCommand.ts b/clients/client-medialive/src/commands/StopInputDeviceCommand.ts index 7b9d085a03949..1381614dc51b8 100644 --- a/clients/client-medialive/src/commands/StopInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/StopInputDeviceCommand.ts @@ -87,9 +87,7 @@ export class StopInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/StopMultiplexCommand.ts b/clients/client-medialive/src/commands/StopMultiplexCommand.ts index 366b0bc257c36..7547644f549a8 100644 --- a/clients/client-medialive/src/commands/StopMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StopMultiplexCommand.ts @@ -113,9 +113,7 @@ export class StopMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts index 4bd2d119bb0dc..d016f322acedc 100644 --- a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts @@ -93,9 +93,7 @@ export class TransferInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts index 178aa91629561..4eec2197ef4a9 100644 --- a/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts @@ -90,9 +90,7 @@ export class UpdateAccountConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts index 4f98c517ae982..76fbf454b2e5e 100644 --- a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts @@ -1172,9 +1172,7 @@ export class UpdateChannelClassCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateChannelCommand.ts b/clients/client-medialive/src/commands/UpdateChannelCommand.ts index e8201e7dcddf6..23f5ff5123c8b 100644 --- a/clients/client-medialive/src/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelCommand.ts @@ -2164,9 +2164,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateCommand.ts b/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateCommand.ts index a7ef3ea6ab604..338ccd17efc39 100644 --- a/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateCommand.ts +++ b/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateCommand.ts @@ -118,9 +118,7 @@ export class UpdateCloudWatchAlarmTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts b/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts index ee18dbf31a663..623ee040b4c2a 100644 --- a/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts @@ -100,9 +100,7 @@ export class UpdateCloudWatchAlarmTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateCommand.ts b/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateCommand.ts index 7d63f542e6269..87412e63f9e0f 100644 --- a/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateCommand.ts +++ b/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateCommand.ts @@ -112,9 +112,7 @@ export class UpdateEventBridgeRuleTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts b/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts index a122d6605d887..0adf013fe97ee 100644 --- a/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts @@ -100,9 +100,7 @@ export class UpdateEventBridgeRuleTemplateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateInputCommand.ts b/clients/client-medialive/src/commands/UpdateInputCommand.ts index 119acddca9d8a..7972111b03159 100644 --- a/clients/client-medialive/src/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputCommand.ts @@ -190,9 +190,7 @@ export class UpdateInputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts index 08b7e31e2c7ff..47f5149504bad 100644 --- a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts @@ -187,9 +187,7 @@ export class UpdateInputDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts index f7e15b36fce4d..0264d6269b915 100644 --- a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts @@ -109,9 +109,7 @@ export class UpdateInputSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts index e72037b698340..523c18b2e54f5 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts @@ -153,9 +153,7 @@ export class UpdateMultiplexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts index 97baf95d5db7e..e46886e3682ba 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts @@ -160,9 +160,7 @@ export class UpdateMultiplexProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medialive/src/commands/UpdateReservationCommand.ts b/clients/client-medialive/src/commands/UpdateReservationCommand.ts index 069ee6fca5521..2ec578d80020c 100644 --- a/clients/client-medialive/src/commands/UpdateReservationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateReservationCommand.ts @@ -128,9 +128,7 @@ export class UpdateReservationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaLiveClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts index dbf7abe052c75..c64325ca1b8bc 100644 --- a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts @@ -99,9 +99,7 @@ export class ConfigureLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts index 69e4ee8b9e029..aee98f6d0652c 100644 --- a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts @@ -106,9 +106,7 @@ export class CreateAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts index d27b119c928b2..488fd6f8f11b6 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts @@ -354,9 +354,7 @@ export class CreatePackagingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts index bf5ab3b14ab6a..b4865784961c6 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts @@ -106,9 +106,7 @@ export class CreatePackagingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts index 615a89a8941d8..8c8f19011c6e4 100644 --- a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts @@ -81,9 +81,7 @@ export class DeleteAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts index 1ae61a452febc..f4152898c270c 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts @@ -86,9 +86,7 @@ export class DeletePackagingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts index cb46bd668f2ac..30250f012758b 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts @@ -81,9 +81,7 @@ export class DeletePackagingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts index e45b042ec6f35..f7c842a1bd8fa 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts @@ -99,9 +99,7 @@ export class DescribeAssetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts index 4a9272aac75f9..8d6abda160b88 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts @@ -222,9 +222,7 @@ export class DescribePackagingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts index 6abc04fcb09a8..1ce6b2181ade6 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts @@ -97,9 +97,7 @@ export class DescribePackagingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts index e4ebf4a77c4bd..df4195cda2db0 100644 --- a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts @@ -99,9 +99,7 @@ export class ListAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts index b52af203025aa..90f6ea2b41b7a 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts @@ -229,9 +229,7 @@ export class ListPackagingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts index b961fa2065614..b5a8234aaa036 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts @@ -103,9 +103,7 @@ export class ListPackagingGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts index e4db42e737059..1541442d0afe7 100644 --- a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts @@ -67,9 +67,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts index 06eadccaff4b1..6e0b3cf3984d3 100644 --- a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts @@ -66,9 +66,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts index 9c10be3dd9f0a..44e6b0be7f293 100644 --- a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts index 3e2363d8dac45..93d9a3a469882 100644 --- a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts @@ -101,9 +101,7 @@ export class UpdatePackagingGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageVodClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts index ecc24f922fb7e..e7debcd2680ae 100644 --- a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts @@ -115,9 +115,7 @@ export class ConfigureLogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts index f86ff64094211..cbb8a2e999329 100644 --- a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts @@ -113,9 +113,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts index 103338f9be0e5..f0f84cbc96696 100644 --- a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts @@ -103,9 +103,7 @@ export class CreateHarvestJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts index 84fd7a029a5fe..a35b03ebdaa1a 100644 --- a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts @@ -409,9 +409,7 @@ export class CreateOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts index 8ee2a4c684dca..355b5bcfb90f3 100644 --- a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts @@ -81,9 +81,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts index 06c1660202e36..612a82fb30947 100644 --- a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts @@ -81,9 +81,7 @@ export class DeleteOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts index c0dcec0ca67d8..e90ce37576970 100644 --- a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts @@ -109,9 +109,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts index fec713923c9c7..998ef96948723 100644 --- a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts @@ -95,9 +95,7 @@ export class DescribeHarvestJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts index 54ec392d817c1..ae1043c0721bd 100644 --- a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts @@ -248,9 +248,7 @@ export class DescribeOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts index a4241126c3107..0d54a5862fa48 100644 --- a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts @@ -111,9 +111,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts index 62352913e6c19..58e9b4368fdca 100644 --- a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts @@ -103,9 +103,7 @@ export class ListHarvestJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts index bc8ca3e7605ed..72ace2e6737ae 100644 --- a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts @@ -255,9 +255,7 @@ export class ListOriginEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts index 7738c0e8410a5..e3b66c348c284 100644 --- a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts @@ -67,9 +67,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts index 86464879722a8..d7cdb5c817f21 100644 --- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts @@ -111,9 +111,7 @@ export class RotateChannelCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts index 6fd1995aa9120..be671451f8db3 100644 --- a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts @@ -115,9 +115,7 @@ export class RotateIngestEndpointCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/TagResourceCommand.ts b/clients/client-mediapackage/src/commands/TagResourceCommand.ts index f8aaf711992d4..a31f66f8b3b1d 100644 --- a/clients/client-mediapackage/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/TagResourceCommand.ts @@ -66,9 +66,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts index f9e09a1058df0..c02fdef7da505 100644 --- a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts index 0251377767efb..1dfcb507e92d8 100644 --- a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts @@ -110,9 +110,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts index 03403d43d7c35..b6dadbc6259ed 100644 --- a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts @@ -405,9 +405,7 @@ export class UpdateOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts index c65218878289d..9b3f93b6d724f 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts @@ -153,9 +153,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts index 12cddeff5751f..04fb07ffadfad 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts @@ -131,9 +131,7 @@ export class CreateChannelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts index 1ea91846950f1..1da1dd2c93b13 100644 --- a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts @@ -778,9 +778,7 @@ export class CreateOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts index e539b67149571..20d9b5956551a 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts @@ -91,9 +91,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts index dbc323143908d..385ecdfe60a73 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts @@ -89,9 +89,7 @@ export class DeleteChannelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts index aa7b3729126f4..f069395621cdb 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts @@ -91,9 +91,7 @@ export class DeleteChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts index b5e95dcb493d8..f3afa04b1392a 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts @@ -90,9 +90,7 @@ export class DeleteOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts index cbaf930093847..2a16cf0268bd8 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts @@ -93,9 +93,7 @@ export class DeleteOriginEndpointPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts index 2ce917e44b958..aff913a4a6f4f 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts @@ -135,9 +135,7 @@ export class GetChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts index d62de8d06824a..1af5d089d115a 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts @@ -115,9 +115,7 @@ export class GetChannelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts index fa4f3452434c0..10b6b16492c58 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts @@ -102,9 +102,7 @@ export class GetChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts index ecd1f8a8a1b9e..db9d64a726c21 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts @@ -310,9 +310,7 @@ export class GetOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts index b9b92343b9be2..7dc7edce67248 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts @@ -106,9 +106,7 @@ export class GetOriginEndpointPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts index 599dd66144fa4..c27a023606b88 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts @@ -115,9 +115,7 @@ export class ListChannelGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts index 9146cce756992..36e6b828b48aa 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts @@ -125,9 +125,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts index 7b1a72b7b21a8..ad4b4b8c73f39 100644 --- a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts @@ -231,9 +231,7 @@ export class ListOriginEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts index ff7088aca07d4..c5cb37ba4325a 100644 --- a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts index 0ce8f03895015..5404c40084944 100644 --- a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts @@ -96,9 +96,7 @@ export class PutChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts index 4bd36e015f009..12f5e26541883 100644 --- a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts @@ -98,9 +98,7 @@ export class PutOriginEndpointPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts index 86cf96e24d8ff..2dd5160818b47 100644 --- a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts index 9ddb11a789876..9cd3a98c84bda 100644 --- a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts index c1d17bd95021e..f0abc50691de3 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts @@ -142,9 +142,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts index 53b904c4df555..ef1669ea065e7 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts @@ -122,9 +122,7 @@ export class UpdateChannelGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts index 43320899e237e..44017212e6075 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts @@ -500,9 +500,7 @@ export class UpdateOriginEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaPackageV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts index 040c9c256738a..add0508016580 100644 --- a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts @@ -72,9 +72,7 @@ export class DeleteObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts index 367e550b5b54b..bc00b81e92c17 100644 --- a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts @@ -78,9 +78,7 @@ export class DescribeObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts index 2f6511db003d1..66be80a27f4ce 100644 --- a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts @@ -87,9 +87,7 @@ export class GetObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts index 388b40714f694..c722291b6f712 100644 --- a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts +++ b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts @@ -84,9 +84,7 @@ export class ListItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts index 004eb6a46726e..25d38e1ad25ed 100644 --- a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts @@ -81,9 +81,7 @@ export class PutObjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/CreateContainerCommand.ts b/clients/client-mediastore/src/commands/CreateContainerCommand.ts index c1a3abfa1946b..9dc52e7a903f6 100644 --- a/clients/client-mediastore/src/commands/CreateContainerCommand.ts +++ b/clients/client-mediastore/src/commands/CreateContainerCommand.ts @@ -89,9 +89,7 @@ export class CreateContainerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts index c25275c2d82fe..2d80b222fe4ee 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts @@ -75,9 +75,7 @@ export class DeleteContainerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts index eb416553e844d..f2068ec129048 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteContainerPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts index 0ccc99e111145..bb9ed103ebed2 100644 --- a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts @@ -80,9 +80,7 @@ export class DeleteCorsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts index e31ad556760ef..35d6e65193951 100644 --- a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts index 3d9d1bdc4aee9..36da717d765b1 100644 --- a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteMetricPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts index 76c5203f9c3e1..7b010ec84fafe 100644 --- a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts @@ -84,9 +84,7 @@ export class DescribeContainerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts index ab7f27c97d89d..5421c1d877fbb 100644 --- a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts @@ -80,9 +80,7 @@ export class GetContainerPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts index 6dda573092bec..bddc9746fe203 100644 --- a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts @@ -98,9 +98,7 @@ export class GetCorsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts index 68fe3206bb849..50b2685ad7164 100644 --- a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts @@ -78,9 +78,7 @@ export class GetLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts index 29eed5cd7135c..f3b152573ca1b 100644 --- a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts @@ -86,9 +86,7 @@ export class GetMetricPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/ListContainersCommand.ts b/clients/client-mediastore/src/commands/ListContainersCommand.ts index 41883cede3863..c466f5cacc96c 100644 --- a/clients/client-mediastore/src/commands/ListContainersCommand.ts +++ b/clients/client-mediastore/src/commands/ListContainersCommand.ts @@ -87,9 +87,7 @@ export class ListContainersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts index 1c257542a39c1..cd14460b82b58 100644 --- a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts index b1d6b5d125d64..f35abcbaea113 100644 --- a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts @@ -80,9 +80,7 @@ export class PutContainerPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts index 3ddecb86d1525..ed9b260dc2163 100644 --- a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts @@ -100,9 +100,7 @@ export class PutCorsPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts index 60030575d9a42..964146948c125 100644 --- a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts @@ -75,9 +75,7 @@ export class PutLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts index f2d82dd3e908a..3c77d25cc8f55 100644 --- a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts @@ -82,9 +82,7 @@ export class PutMetricPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts index 0961174822686..8d997172963cf 100644 --- a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts @@ -73,9 +73,7 @@ export class StartAccessLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts index 154250dd1ff4d..141d805783318 100644 --- a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts @@ -73,9 +73,7 @@ export class StopAccessLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/TagResourceCommand.ts b/clients/client-mediastore/src/commands/TagResourceCommand.ts index d8c40111a6ad2..2d865278f9125 100644 --- a/clients/client-mediastore/src/commands/TagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediastore/src/commands/UntagResourceCommand.ts b/clients/client-mediastore/src/commands/UntagResourceCommand.ts index 44619b13d544a..8fd847b95b93f 100644 --- a/clients/client-mediastore/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaStoreClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts index 62c2eb34f0a9f..290c72e366c25 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts @@ -71,9 +71,7 @@ export class ConfigureLogsForChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts index 1b9e06a163733..12ed3794fe9a2 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts @@ -76,9 +76,7 @@ export class ConfigureLogsForPlaybackConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts index 21aa88fe638d6..c91262b08a20e 100644 --- a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts @@ -136,9 +136,7 @@ export class CreateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts index 872d6e80a2f8c..551443e5112b1 100644 --- a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts @@ -90,9 +90,7 @@ export class CreateLiveSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts index 99ab6b0fcaabc..5fb034c8ea53a 100644 --- a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts @@ -104,9 +104,7 @@ export class CreatePrefetchScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts index 4d3fa3a79743f..1f959027f1266 100644 --- a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts @@ -274,9 +274,7 @@ export class CreateProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts index a5ee655349ddf..f6e7a2e8ce88e 100644 --- a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts @@ -114,9 +114,7 @@ export class CreateSourceLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts index 25820d70f0416..8fee735fae0fe 100644 --- a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts @@ -90,9 +90,7 @@ export class CreateVodSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts index 5e8fed256e565..efba267a8855a 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts @@ -63,9 +63,7 @@ export class DeleteChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts index ce88de1e4f855..3ad977e39e72a 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts @@ -63,9 +63,7 @@ export class DeleteChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts index 244a6eb24d1f5..f73197efb2462 100644 --- a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts @@ -64,9 +64,7 @@ export class DeleteLiveSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts index 0cdc8f7d3c002..a7a02d782867e 100644 --- a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts @@ -68,9 +68,7 @@ export class DeletePlaybackConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts index f5dc7a4978bd9..30ef7e0df6abb 100644 --- a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts @@ -64,9 +64,7 @@ export class DeletePrefetchScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts index a19c563268b59..cff61078b440f 100644 --- a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts @@ -64,9 +64,7 @@ export class DeleteProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts index 54e425993ff31..34531d998e69d 100644 --- a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts @@ -63,9 +63,7 @@ export class DeleteSourceLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts index 0f726d35165e0..eebcc1dae82e3 100644 --- a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts @@ -64,9 +64,7 @@ export class DeleteVodSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts index 36bb9b6a23cce..39375d28c3f76 100644 --- a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts @@ -108,9 +108,7 @@ export class DescribeChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts index 4524b13dde58a..d333e7316301f 100644 --- a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts @@ -80,9 +80,7 @@ export class DescribeLiveSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts index 8a3fde680dc70..32895ac759f17 100644 --- a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts @@ -168,9 +168,7 @@ export class DescribeProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts index b6babb3d90200..24cdac8664594 100644 --- a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts @@ -91,9 +91,7 @@ export class DescribeSourceLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts index 173ef3456f560..770fb002f32e7 100644 --- a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts @@ -85,9 +85,7 @@ export class DescribeVodSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts index f69953affbf81..55a1993a00e32 100644 --- a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts @@ -65,9 +65,7 @@ export class GetChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts index 1d500b9586dc4..76e37a76eca10 100644 --- a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts @@ -93,9 +93,7 @@ export class GetChannelScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts index c851ff2a58352..a20c5306c29ef 100644 --- a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts @@ -115,9 +115,7 @@ export class GetPlaybackConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts index e2c63f31d3590..e787681bcd78a 100644 --- a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts @@ -86,9 +86,7 @@ export class GetPrefetchScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts index f32548fbb9a68..1f85f94ecd8ae 100644 --- a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts @@ -79,9 +79,7 @@ export class ListAlertsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts index 84caba1784153..1301d0dc63233 100644 --- a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts @@ -111,9 +111,7 @@ export class ListChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts index 2e3d7e5b51b2e..7d2896296aef0 100644 --- a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts @@ -86,9 +86,7 @@ export class ListLiveSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts index 214c6f6cabfe0..62ccf57738bed 100644 --- a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts @@ -121,9 +121,7 @@ export class ListPlaybackConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts index 7ba44738bccbf..2f374709d5cf9 100644 --- a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts @@ -93,9 +93,7 @@ export class ListPrefetchSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts index 97eb404c5e6af..9a41cacf4161a 100644 --- a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts @@ -97,9 +97,7 @@ export class ListSourceLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts index 127b4a96e14e9..45dc973d5048d 100644 --- a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts @@ -70,9 +70,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts index 8c1d70c465de4..8b0b03f30466a 100644 --- a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts @@ -86,9 +86,7 @@ export class ListVodSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts index 9c616568dbbcd..a3835772f0a21 100644 --- a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts @@ -64,9 +64,7 @@ export class PutChannelPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts index cbffcb8faec9d..c415a1fc2ce3b 100644 --- a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts @@ -155,9 +155,7 @@ export class PutPlaybackConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/StartChannelCommand.ts b/clients/client-mediatailor/src/commands/StartChannelCommand.ts index 650872dc64241..e2ab8bdf4d341 100644 --- a/clients/client-mediatailor/src/commands/StartChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StartChannelCommand.ts @@ -63,9 +63,7 @@ export class StartChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/StopChannelCommand.ts b/clients/client-mediatailor/src/commands/StopChannelCommand.ts index b864a6241b84b..4a8c3a3c3c39f 100644 --- a/clients/client-mediatailor/src/commands/StopChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StopChannelCommand.ts @@ -63,9 +63,7 @@ export class StopChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/TagResourceCommand.ts b/clients/client-mediatailor/src/commands/TagResourceCommand.ts index 9d7a52c062102..9100262d1480b 100644 --- a/clients/client-mediatailor/src/commands/TagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/TagResourceCommand.ts @@ -69,9 +69,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts index eeeb3ecee32bc..f87036b03a556 100644 --- a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts @@ -69,9 +69,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts index 33829362b416c..8b53c97e19262 100644 --- a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts @@ -131,9 +131,7 @@ export class UpdateChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts index 75437a2af598f..559b0e576e51a 100644 --- a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts @@ -87,9 +87,7 @@ export class UpdateLiveSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts index 1a6efe4be99a0..2c66f5a7e2caf 100644 --- a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts @@ -268,9 +268,7 @@ export class UpdateProgramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts index 897abba2a79bc..65a8e38ae3ad7 100644 --- a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts @@ -111,9 +111,7 @@ export class UpdateSourceLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts index becec4f54c155..b7ca71872d8cd 100644 --- a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts @@ -87,9 +87,7 @@ export class UpdateVodSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MediaTailorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts b/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts index 158fe432b096e..5e313f33dbcfe 100644 --- a/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts @@ -118,9 +118,7 @@ export class CopyImageSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts index 81041ecdb55d3..de452a491e405 100644 --- a/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts @@ -89,9 +89,7 @@ export class CreateDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts index e52550dff6878..0709dc2c23005 100644 --- a/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts @@ -87,9 +87,7 @@ export class DeleteDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts b/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts index 06af237060659..20809b2d4972e 100644 --- a/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts @@ -87,9 +87,7 @@ export class DeleteImageSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts b/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts index 56c293bd2411d..27e0443a714e3 100644 --- a/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts @@ -101,9 +101,7 @@ export class GetDICOMImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts index acc18d046c65e..72f6c31540fe5 100644 --- a/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts @@ -88,9 +88,7 @@ export class GetDatastoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts b/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts index 8e9f85d264c45..3b27d80de4858 100644 --- a/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts @@ -94,9 +94,7 @@ export class GetImageFrameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts b/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts index 0f0478e506867..d307151fcf685 100644 --- a/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts @@ -97,9 +97,7 @@ export class GetImageSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts b/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts index f14ba8d1c673c..a964a73530338 100644 --- a/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts @@ -95,9 +95,7 @@ export class GetImageSetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts b/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts index c4fe9166b127a..d61a94c83950c 100644 --- a/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts @@ -98,9 +98,7 @@ export class ListDICOMImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts b/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts index 8624573b3af54..75472a1e066a0 100644 --- a/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts @@ -89,9 +89,7 @@ export class ListDatastoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts b/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts index bced6540ca39d..ed4fd2a0a104c 100644 --- a/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts @@ -101,9 +101,7 @@ export class ListImageSetVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts index 862c10a1542cb..81faa9e9494cf 100644 --- a/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts b/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts index 2778b8b9f0a57..d122b426763d7 100644 --- a/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts +++ b/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts @@ -154,9 +154,7 @@ export class SearchImageSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts b/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts index 36cade4f1aeaa..40045c4f72346 100644 --- a/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts +++ b/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts @@ -97,9 +97,7 @@ export class StartDICOMImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/TagResourceCommand.ts b/clients/client-medical-imaging/src/commands/TagResourceCommand.ts index 34f16ee589d50..b1911b44276b4 100644 --- a/clients/client-medical-imaging/src/commands/TagResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts b/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts index 1bb4873650331..2c32666740341 100644 --- a/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts b/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts index e3a3b4dc3c33a..dab8ca57aa80a 100644 --- a/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts +++ b/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts @@ -107,9 +107,7 @@ export class UpdateImageSetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MedicalImagingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts index 94f30aa078b69..212f85128e3aa 100644 --- a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts @@ -154,9 +154,7 @@ export class BatchUpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts index 95654983b8300..5b5445441f259 100644 --- a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts @@ -131,9 +131,7 @@ export class CopySnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateACLCommand.ts b/clients/client-memorydb/src/commands/CreateACLCommand.ts index 3dcd27c2db0d2..a00468741a95b 100644 --- a/clients/client-memorydb/src/commands/CreateACLCommand.ts +++ b/clients/client-memorydb/src/commands/CreateACLCommand.ts @@ -114,9 +114,7 @@ export class CreateACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateClusterCommand.ts b/clients/client-memorydb/src/commands/CreateClusterCommand.ts index 21303acf4886b..6c6c44d63749a 100644 --- a/clients/client-memorydb/src/commands/CreateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/CreateClusterCommand.ts @@ -212,9 +212,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts index 124096d070113..539af3a179bf5 100644 --- a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts @@ -102,9 +102,7 @@ export class CreateParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts index 448e46b5fbbe1..2478ce57604e5 100644 --- a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts @@ -130,9 +130,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts index 2d030d3b5e7cf..492b66910d0c1 100644 --- a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts @@ -112,9 +112,7 @@ export class CreateSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/CreateUserCommand.ts b/clients/client-memorydb/src/commands/CreateUserCommand.ts index 134cbadb516e9..ba0a6afdeb462 100644 --- a/clients/client-memorydb/src/commands/CreateUserCommand.ts +++ b/clients/client-memorydb/src/commands/CreateUserCommand.ts @@ -109,9 +109,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteACLCommand.ts b/clients/client-memorydb/src/commands/DeleteACLCommand.ts index 47e714d813f6a..e2ae5f295bdab 100644 --- a/clients/client-memorydb/src/commands/DeleteACLCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteACLCommand.ts @@ -93,9 +93,7 @@ export class DeleteACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts index 2d07166bda81d..b784f74e9c701 100644 --- a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts @@ -158,9 +158,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts index 257396b4d5b30..ca1aafbb99ab6 100644 --- a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts @@ -86,9 +86,7 @@ export class DeleteParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts index 813cf3d7f7845..65f32af5a23b7 100644 --- a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts @@ -113,9 +113,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts index b93c87e76b935..4d20e89ffd9a4 100644 --- a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts @@ -87,9 +87,7 @@ export class DeleteSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DeleteUserCommand.ts b/clients/client-memorydb/src/commands/DeleteUserCommand.ts index b69a46dce0b3a..46e1093dab7df 100644 --- a/clients/client-memorydb/src/commands/DeleteUserCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteUserCommand.ts @@ -87,9 +87,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts index 8740f75521c93..52de9b4b685bf 100644 --- a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts @@ -95,9 +95,7 @@ export class DescribeACLsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts index a35e98a18f825..8527d840cbee9 100644 --- a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts @@ -152,9 +152,7 @@ export class DescribeClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts index cb1bce4e3e914..6e66eac1e3bc3 100644 --- a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts @@ -85,9 +85,7 @@ export class DescribeEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts index 39c69ca73ac8f..79a6252c50411 100644 --- a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts @@ -90,9 +90,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts index eac2b66376ade..5f316df8fe0d9 100644 --- a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts @@ -87,9 +87,7 @@ export class DescribeParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts index 1e01d07543177..ce4d3325debf1 100644 --- a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts @@ -89,9 +89,7 @@ export class DescribeParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts index 3f497cb07ebf0..0cd67a7d888d5 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts @@ -103,9 +103,7 @@ export class DescribeReservedNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts index da0aaed5d926c..293b0e46615ec 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts @@ -104,9 +104,7 @@ export class DescribeReservedNodesOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts index 01ceb0173ec99..670855a907fb9 100644 --- a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts @@ -91,9 +91,7 @@ export class DescribeServiceUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts index 54767d6a5619e..e8e9576bcde12 100644 --- a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts @@ -119,9 +119,7 @@ export class DescribeSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts index 35ef0fcb9a528..1a5ad70d12f34 100644 --- a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts @@ -89,9 +89,7 @@ export class DescribeSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts index 3554aa936ff1a..069278804c6b0 100644 --- a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts @@ -97,9 +97,7 @@ export class DescribeUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/FailoverShardCommand.ts b/clients/client-memorydb/src/commands/FailoverShardCommand.ts index 5b85eea44fed3..504cc86afffdc 100644 --- a/clients/client-memorydb/src/commands/FailoverShardCommand.ts +++ b/clients/client-memorydb/src/commands/FailoverShardCommand.ts @@ -160,9 +160,7 @@ export class FailoverShardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts index 2fb6dab972db1..6c8b9aeb4f6f8 100644 --- a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts @@ -84,9 +84,7 @@ export class ListAllowedNodeTypeUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/ListTagsCommand.ts b/clients/client-memorydb/src/commands/ListTagsCommand.ts index 8b11c130edafc..d8acad560671a 100644 --- a/clients/client-memorydb/src/commands/ListTagsCommand.ts +++ b/clients/client-memorydb/src/commands/ListTagsCommand.ts @@ -101,9 +101,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts index 388f0fb2102b7..ba8eceb43606e 100644 --- a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts +++ b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts @@ -118,9 +118,7 @@ export class PurchaseReservedNodesOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts index 7fa6f0d6929f6..8545cd3c7ebe3 100644 --- a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts @@ -89,9 +89,7 @@ export class ResetParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/TagResourceCommand.ts b/clients/client-memorydb/src/commands/TagResourceCommand.ts index 4ccb4c4647018..a48eca2f6e70f 100644 --- a/clients/client-memorydb/src/commands/TagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/TagResourceCommand.ts @@ -115,9 +115,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UntagResourceCommand.ts b/clients/client-memorydb/src/commands/UntagResourceCommand.ts index 45c06fa078477..767d01a775bd0 100644 --- a/clients/client-memorydb/src/commands/UntagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/UntagResourceCommand.ts @@ -103,9 +103,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UpdateACLCommand.ts b/clients/client-memorydb/src/commands/UpdateACLCommand.ts index 4635ef6da8faa..38f65bf864324 100644 --- a/clients/client-memorydb/src/commands/UpdateACLCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateACLCommand.ts @@ -111,9 +111,7 @@ export class UpdateACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts index 12ec0c9b64b5c..f7b8a9f913218 100644 --- a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts @@ -201,9 +201,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts index 29feb4f9a58d6..b7d53eb856e0a 100644 --- a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts @@ -91,9 +91,7 @@ export class UpdateParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts index 0759b556e6b4f..cd4ef043505fc 100644 --- a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts @@ -101,9 +101,7 @@ export class UpdateSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-memorydb/src/commands/UpdateUserCommand.ts b/clients/client-memorydb/src/commands/UpdateUserCommand.ts index d268e7871c507..f559f3f5f6ad3 100644 --- a/clients/client-memorydb/src/commands/UpdateUserCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateUserCommand.ts @@ -97,9 +97,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MemoryDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts index c9711874b3cbe..544b4f4f4250d 100644 --- a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts @@ -94,9 +94,7 @@ export class ArchiveApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts index b852bb8b98322..f0c94002eea17 100644 --- a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts @@ -94,9 +94,7 @@ export class ArchiveWaveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts index 9545c58c166f7..1c754076b025b 100644 --- a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts @@ -79,9 +79,7 @@ export class AssociateApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts index dea516d11fba2..6365b68e29ab4 100644 --- a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts @@ -79,9 +79,7 @@ export class AssociateSourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts index 967e0596856fe..c77070909e8a4 100644 --- a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts +++ b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts @@ -196,9 +196,7 @@ export class ChangeServerLifeCycleStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/CreateApplicationCommand.ts b/clients/client-mgn/src/commands/CreateApplicationCommand.ts index bac76eddd37c3..f29a5b82751a2 100644 --- a/clients/client-mgn/src/commands/CreateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/CreateApplicationCommand.ts @@ -100,9 +100,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/CreateConnectorCommand.ts b/clients/client-mgn/src/commands/CreateConnectorCommand.ts index 08b49f75d17b1..be1d71c35dce0 100644 --- a/clients/client-mgn/src/commands/CreateConnectorCommand.ts +++ b/clients/client-mgn/src/commands/CreateConnectorCommand.ts @@ -98,9 +98,7 @@ export class CreateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts index 6cf8908b33919..b9e4f3f1c4239 100644 --- a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -187,9 +187,7 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts index 7dc8e900c16fa..7d3e663f3697a 100644 --- a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -125,9 +125,7 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/CreateWaveCommand.ts b/clients/client-mgn/src/commands/CreateWaveCommand.ts index f28eefbf06c58..6a4e96ead78e5 100644 --- a/clients/client-mgn/src/commands/CreateWaveCommand.ts +++ b/clients/client-mgn/src/commands/CreateWaveCommand.ts @@ -100,9 +100,7 @@ export class CreateWaveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts index a81d6cadbeeb4..5fc11bd6dafb0 100644 --- a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts @@ -73,9 +73,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteConnectorCommand.ts b/clients/client-mgn/src/commands/DeleteConnectorCommand.ts index 0d00a759a02bd..927cbdb86cd62 100644 --- a/clients/client-mgn/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-mgn/src/commands/DeleteConnectorCommand.ts @@ -72,9 +72,7 @@ export class DeleteConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteJobCommand.ts b/clients/client-mgn/src/commands/DeleteJobCommand.ts index 4f51c3c5dde7b..1efa383299636 100644 --- a/clients/client-mgn/src/commands/DeleteJobCommand.ts +++ b/clients/client-mgn/src/commands/DeleteJobCommand.ts @@ -73,9 +73,7 @@ export class DeleteJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index f9b40f9b9cd6f..40d4256004378 100644 --- a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -80,9 +80,7 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index f153c34c9eedf..69a5e48388af7 100644 --- a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -81,9 +81,7 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts index 3c0988ce25745..b8d5cb4ece78b 100644 --- a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts @@ -73,9 +73,7 @@ export class DeleteSourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts index 8ac434b7236fd..1aada7954c987 100644 --- a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts +++ b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts @@ -72,9 +72,7 @@ export class DeleteVcenterClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DeleteWaveCommand.ts b/clients/client-mgn/src/commands/DeleteWaveCommand.ts index 7932400df3c9c..ab91fdfee1980 100644 --- a/clients/client-mgn/src/commands/DeleteWaveCommand.ts +++ b/clients/client-mgn/src/commands/DeleteWaveCommand.ts @@ -73,9 +73,7 @@ export class DeleteWaveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts index c0c6c178a456d..8ca6cc38bc931 100644 --- a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts @@ -86,9 +86,7 @@ export class DescribeJobLogItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeJobsCommand.ts b/clients/client-mgn/src/commands/DescribeJobsCommand.ts index 367f83e9fafe7..ddbb25acd0ed4 100644 --- a/clients/client-mgn/src/commands/DescribeJobsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobsCommand.ts @@ -131,9 +131,7 @@ export class DescribeJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index bd379e7781a80..0b7398e50d382 100644 --- a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -146,9 +146,7 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index de265013b5fa1..e38465cdf426e 100644 --- a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -114,9 +114,7 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts index f5e00a3f86730..48d0e8a02a831 100644 --- a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts @@ -212,9 +212,7 @@ export class DescribeSourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts index 883fdb639ccc8..3668023996952 100644 --- a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts @@ -95,9 +95,7 @@ export class DescribeVcenterClientsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts index 2e6fdae6133ce..7f43fa8c7c144 100644 --- a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts @@ -76,9 +76,7 @@ export class DisassociateApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts index 7a5494d844609..08ac1995f44c0 100644 --- a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts @@ -76,9 +76,7 @@ export class DisassociateSourceServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts index 35e1e914f581d..be455f2eab036 100644 --- a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts +++ b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts @@ -190,9 +190,7 @@ export class DisconnectFromServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts index ed4ae2cbe9dae..6c45712bb45e2 100644 --- a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts +++ b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts @@ -193,9 +193,7 @@ export class FinalizeCutoverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts index 5e57f5a84f130..ce1e30c1d0810 100644 --- a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts @@ -111,9 +111,7 @@ export class GetLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts index 6f266e4ae0c71..c721b85d6c739 100644 --- a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts @@ -106,9 +106,7 @@ export class GetReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/InitializeServiceCommand.ts b/clients/client-mgn/src/commands/InitializeServiceCommand.ts index 5d791ea40af38..eeb105b70599a 100644 --- a/clients/client-mgn/src/commands/InitializeServiceCommand.ts +++ b/clients/client-mgn/src/commands/InitializeServiceCommand.ts @@ -67,9 +67,7 @@ export class InitializeServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListApplicationsCommand.ts b/clients/client-mgn/src/commands/ListApplicationsCommand.ts index 36790b49482cc..ccfd427d55ab7 100644 --- a/clients/client-mgn/src/commands/ListApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/ListApplicationsCommand.ts @@ -104,9 +104,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListConnectorsCommand.ts b/clients/client-mgn/src/commands/ListConnectorsCommand.ts index 12f5a73ef76f5..f1c055358772c 100644 --- a/clients/client-mgn/src/commands/ListConnectorsCommand.ts +++ b/clients/client-mgn/src/commands/ListConnectorsCommand.ts @@ -98,9 +98,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts index 6363237d94a49..c2b3fe2d82031 100644 --- a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts @@ -81,9 +81,7 @@ export class ListExportErrorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListExportsCommand.ts b/clients/client-mgn/src/commands/ListExportsCommand.ts index da3be1f1f517c..91131e0c125eb 100644 --- a/clients/client-mgn/src/commands/ListExportsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportsCommand.ts @@ -91,9 +91,7 @@ export class ListExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts index 6121c19853580..8643085696464 100644 --- a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts @@ -88,9 +88,7 @@ export class ListImportErrorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListImportsCommand.ts b/clients/client-mgn/src/commands/ListImportsCommand.ts index f20cdbfb24765..c98ed5ff8dca8 100644 --- a/clients/client-mgn/src/commands/ListImportsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportsCommand.ts @@ -105,9 +105,7 @@ export class ListImportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts b/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts index cd6f32816ca80..8ea1cffbf1330 100644 --- a/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts +++ b/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts @@ -77,9 +77,7 @@ export class ListManagedAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts index c1af0a5738c81..7ae5c381fb81b 100644 --- a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts @@ -106,9 +106,7 @@ export class ListSourceServerActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts index 8b117e931a967..cc533777a19f9 100644 --- a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts index ab8cb41656c3e..9eb83f3cf50ff 100644 --- a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts @@ -106,9 +106,7 @@ export class ListTemplateActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ListWavesCommand.ts b/clients/client-mgn/src/commands/ListWavesCommand.ts index e009bb6aeeb91..232a30189414c 100644 --- a/clients/client-mgn/src/commands/ListWavesCommand.ts +++ b/clients/client-mgn/src/commands/ListWavesCommand.ts @@ -97,9 +97,7 @@ export class ListWavesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts index 49e13e6b6ecd1..a74667c199d15 100644 --- a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts +++ b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts @@ -190,9 +190,7 @@ export class MarkAsArchivedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/PauseReplicationCommand.ts b/clients/client-mgn/src/commands/PauseReplicationCommand.ts index bf8875169da51..0de3afe0ef603 100644 --- a/clients/client-mgn/src/commands/PauseReplicationCommand.ts +++ b/clients/client-mgn/src/commands/PauseReplicationCommand.ts @@ -196,9 +196,7 @@ export class PauseReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts index ef09a38959304..ed9668a0ca26b 100644 --- a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts @@ -123,9 +123,7 @@ export class PutSourceServerActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts index b60ec2d11c2e5..15cb5cad7e108 100644 --- a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts @@ -124,9 +124,7 @@ export class PutTemplateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts index 09c369c34c561..9602f241a7e3a 100644 --- a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts @@ -74,9 +74,7 @@ export class RemoveSourceServerActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts index 979df45176592..f568bd046d799 100644 --- a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts @@ -73,9 +73,7 @@ export class RemoveTemplateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/ResumeReplicationCommand.ts b/clients/client-mgn/src/commands/ResumeReplicationCommand.ts index cc7e96143a53f..6a471d4fc73ef 100644 --- a/clients/client-mgn/src/commands/ResumeReplicationCommand.ts +++ b/clients/client-mgn/src/commands/ResumeReplicationCommand.ts @@ -196,9 +196,7 @@ export class ResumeReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts index bbee3a45244eb..3c33924a8c1a9 100644 --- a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts @@ -190,9 +190,7 @@ export class RetryDataReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StartCutoverCommand.ts b/clients/client-mgn/src/commands/StartCutoverCommand.ts index d5b0816568011..5c03591da5cf1 100644 --- a/clients/client-mgn/src/commands/StartCutoverCommand.ts +++ b/clients/client-mgn/src/commands/StartCutoverCommand.ts @@ -133,9 +133,7 @@ export class StartCutoverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StartExportCommand.ts b/clients/client-mgn/src/commands/StartExportCommand.ts index c321a4e1638c2..721538f4f3ddf 100644 --- a/clients/client-mgn/src/commands/StartExportCommand.ts +++ b/clients/client-mgn/src/commands/StartExportCommand.ts @@ -90,9 +90,7 @@ export class StartExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StartImportCommand.ts b/clients/client-mgn/src/commands/StartImportCommand.ts index cd9158210e6bc..e6e9545e0534e 100644 --- a/clients/client-mgn/src/commands/StartImportCommand.ts +++ b/clients/client-mgn/src/commands/StartImportCommand.ts @@ -110,9 +110,7 @@ export class StartImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StartReplicationCommand.ts b/clients/client-mgn/src/commands/StartReplicationCommand.ts index 8ff1141dbb2cc..e3aad2b06bb7f 100644 --- a/clients/client-mgn/src/commands/StartReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StartReplicationCommand.ts @@ -196,9 +196,7 @@ export class StartReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StartTestCommand.ts b/clients/client-mgn/src/commands/StartTestCommand.ts index 1c75b1fcc15e0..d96c54e5834ce 100644 --- a/clients/client-mgn/src/commands/StartTestCommand.ts +++ b/clients/client-mgn/src/commands/StartTestCommand.ts @@ -133,9 +133,7 @@ export class StartTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/StopReplicationCommand.ts b/clients/client-mgn/src/commands/StopReplicationCommand.ts index 0d6f877c9c2a2..114bc7c4d225e 100644 --- a/clients/client-mgn/src/commands/StopReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StopReplicationCommand.ts @@ -196,9 +196,7 @@ export class StopReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/TagResourceCommand.ts b/clients/client-mgn/src/commands/TagResourceCommand.ts index 021b43c1b85f5..1a151a32af5a3 100644 --- a/clients/client-mgn/src/commands/TagResourceCommand.ts +++ b/clients/client-mgn/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts index 7a05c1a3a8225..3882ec2eeaf73 100644 --- a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts +++ b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts @@ -133,9 +133,7 @@ export class TerminateTargetInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts index 11ca77c4a05b4..d2562bc1bbd3c 100644 --- a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts @@ -91,9 +91,7 @@ export class UnarchiveApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts index 184fd31b40e10..5db33f678a584 100644 --- a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts @@ -91,9 +91,7 @@ export class UnarchiveWaveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UntagResourceCommand.ts b/clients/client-mgn/src/commands/UntagResourceCommand.ts index ba8f2609bd4ed..77588bcf40ce9 100644 --- a/clients/client-mgn/src/commands/UntagResourceCommand.ts +++ b/clients/client-mgn/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts index 64b78e1855063..c113d2f3d3f7e 100644 --- a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts @@ -93,9 +93,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateConnectorCommand.ts b/clients/client-mgn/src/commands/UpdateConnectorCommand.ts index eae0c2f8e59ee..3fe8cadf07aad 100644 --- a/clients/client-mgn/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-mgn/src/commands/UpdateConnectorCommand.ts @@ -93,9 +93,7 @@ export class UpdateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts index e64b09798754c..9528adebe9731 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts @@ -159,9 +159,7 @@ export class UpdateLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index 94141228eb85d..dff69a483a17c 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -187,9 +187,7 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts index 51332c98ee85b..785615ee54ed8 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts @@ -143,9 +143,7 @@ export class UpdateReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 4960840a1557e..142e4f9a57905 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -127,9 +127,7 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts index c3cc1c3bb3a7a..2af39545d327e 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts @@ -194,9 +194,7 @@ export class UpdateSourceServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts index 2e02241fce3f0..7e791f9e6074f 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts @@ -201,9 +201,7 @@ export class UpdateSourceServerReplicationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mgn/src/commands/UpdateWaveCommand.ts b/clients/client-mgn/src/commands/UpdateWaveCommand.ts index 1cd57a3d5db37..04e68c8cd0c51 100644 --- a/clients/client-mgn/src/commands/UpdateWaveCommand.ts +++ b/clients/client-mgn/src/commands/UpdateWaveCommand.ts @@ -93,9 +93,7 @@ export class UpdateWaveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MgnClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9c2ecaadb96ef..881c00a5899c4 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts @@ -132,9 +132,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 45ba2432fda96..b55f5d0ac2874 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts @@ -122,9 +122,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 84534305041fc..ce55439652467 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts @@ -207,9 +207,7 @@ export class CreateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d08451ba9d972..0659132292f09 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts @@ -143,9 +143,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8d7e679f484d9..b4f8e358b6ea8 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts @@ -95,9 +95,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 189b60982cb15..cf857cbce3354 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts @@ -93,9 +93,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 32d02892c8b4a..b1d828a5115b2 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts @@ -83,9 +83,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4b505d5405de3..ab3c2297c92e4 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts @@ -95,9 +95,7 @@ export class DeleteRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ec0a637609fa0..5a7636eddf54d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts @@ -96,9 +96,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 c3081b0a86262..93a167a6b5d85 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts @@ -122,9 +122,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 17b704cc95a9b..1a7f3ede3f044 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts @@ -111,9 +111,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2052b90ea0dc9..f4676b2531a2d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts @@ -85,9 +85,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ba6e659d03e19..5ebeb71f77515 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts @@ -119,9 +119,7 @@ export class GetRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 15a4cfa6ba3e3..64bb84b7ea092 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts @@ -119,9 +119,7 @@ export class GetServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8977440564cab..4c9b81503f6a1 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts @@ -134,9 +134,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 240debdd33cf5..a5103b88499fe 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts @@ -101,9 +101,7 @@ export class ListEnvironmentVpcsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9f29a5bc6fbb6..275733322a196 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts @@ -118,9 +118,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4b268ed0ca006..b0dc64e16d3db 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts @@ -131,9 +131,7 @@ export class ListRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3b0410c1c8657..e6ab5fefdef69 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts @@ -131,9 +131,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a1f1ce5da3889..354d78b13bd37 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 43c91c76d2fb2..3b77e3a011124 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts @@ -91,9 +91,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 84c60459b19db..03faf76826b5c 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5ae54c6f490be..2173f386a90c3 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5cffbb3035822..3a7f6bdc63398 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts @@ -93,9 +93,7 @@ export class UpdateRouteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubRefactorSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts index 8c2e2843356c6..49df234b04f62 100644 --- a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts @@ -120,9 +120,7 @@ export class AssociateCreatedArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts index 6256bf11534a3..058044d37abec 100644 --- a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts @@ -109,9 +109,7 @@ export class AssociateDiscoveredResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts index 84bd1507cd770..b644776a98baf 100644 --- a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts @@ -97,9 +97,7 @@ export class CreateProgressUpdateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts index d8666c6d35259..365e953830a25 100644 --- a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts @@ -128,9 +128,7 @@ export class DeleteProgressUpdateStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts index d30a757da4b27..ae4ae7842becd 100644 --- a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts @@ -97,9 +97,7 @@ export class DescribeApplicationStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts index 4a2a0e832ad8b..4a9677f58938d 100644 --- a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts @@ -107,9 +107,7 @@ export class DescribeMigrationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts index da0563314865a..502a794596a60 100644 --- a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts @@ -116,9 +116,7 @@ export class DisassociateCreatedArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts index 419bc8d26e521..93e838f946260 100644 --- a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts @@ -106,9 +106,7 @@ export class DisassociateDiscoveredResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts index 16efd59d5e7d3..0f1978deffe2f 100644 --- a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts @@ -102,9 +102,7 @@ export class ImportMigrationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts index c9e4766ad4226..3ab9790d02677 100644 --- a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts @@ -99,9 +99,7 @@ export class ListApplicationStatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts index bb43823115f54..07466b12df810 100644 --- a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts @@ -114,9 +114,7 @@ export class ListCreatedArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts index 608654291d79a..a2337ed973de4 100644 --- a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts @@ -100,9 +100,7 @@ export class ListDiscoveredResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts index 531ef9538679a..f8d47ade6d3af 100644 --- a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts +++ b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts @@ -121,9 +121,7 @@ export class ListMigrationTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts index 1b98a8d203110..8951ee1a8be25 100644 --- a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts @@ -92,9 +92,7 @@ export class ListProgressUpdateStreamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts index fcce592db2d70..0b76137bff912 100644 --- a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts @@ -108,9 +108,7 @@ export class NotifyApplicationStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts index 4037423523b82..1b7bd79d2f8e4 100644 --- a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts @@ -123,9 +123,7 @@ export class NotifyMigrationTaskStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts index f68ac6ce79d12..c0b98185229d2 100644 --- a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts +++ b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts @@ -130,9 +130,7 @@ export class PutResourceAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts index ae271a7bda356..4932d74a68f99 100644 --- a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts @@ -104,9 +104,7 @@ export class CreateHomeRegionControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts index 6ba9e18fcfdf2..1cfc294799a70 100644 --- a/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts @@ -85,9 +85,7 @@ export class DeleteHomeRegionControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts index 7b7c94195b7fc..7e8b6cf68f627 100644 --- a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts @@ -106,9 +106,7 @@ export class DescribeHomeRegionControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts index 092886e77dc26..0d5d882adcdec 100644 --- a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts +++ b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts @@ -89,9 +89,7 @@ export class GetHomeRegionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateTemplateCommand.ts index 67d672c47e97a..cbb6fccfe0305 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateTemplateCommand.ts @@ -97,9 +97,7 @@ export class CreateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts index 573137bd74520..3d7cf4dde637a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts @@ -132,9 +132,7 @@ export class CreateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts index a53a0930eb6a3..dc3c00d487be3 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts @@ -124,9 +124,7 @@ export class CreateWorkflowStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts index c34c0257e4893..9fb86aa21dbd7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts @@ -105,9 +105,7 @@ export class CreateWorkflowStepGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteTemplateCommand.ts index 7bbb14a2f2369..6078a56f8622d 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteTemplateCommand.ts @@ -82,9 +82,7 @@ export class DeleteTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts index d5231e73b40a8..168c61b3bdd39 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts @@ -87,9 +87,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts index b21984a91f888..f44079add01a4 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts @@ -85,9 +85,7 @@ export class DeleteWorkflowStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts index f43a68e4ffa99..f6a55e886e4fb 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts @@ -83,9 +83,7 @@ export class DeleteWorkflowStepGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts index 977d3da8c424f..17516e169a740 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts @@ -105,9 +105,7 @@ export class GetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts index 99e356b2e9651..19f4ff6157f5e 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts @@ -118,9 +118,7 @@ export class GetTemplateStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts index 5b36696f16b34..ca53cd481ced1 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts @@ -103,9 +103,7 @@ export class GetTemplateStepGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts index 360244dee6538..13844e7ab431d 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts @@ -125,9 +125,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts index 8aa181275eec9..54f17fc135b02 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts @@ -134,9 +134,7 @@ export class GetWorkflowStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts index 0df67e8523b8a..b77c63b7a3c74 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts @@ -105,9 +105,7 @@ export class GetWorkflowStepGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts index 8a2988e74b386..002268c7b1429 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts @@ -89,9 +89,7 @@ export class ListPluginsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts index 92c8965d4cdd9..7f112de85f813 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts index 5d0dbc48d25d3..83a49e85272bf 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts @@ -95,9 +95,7 @@ export class ListTemplateStepGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts index dd6d670ebab31..aa31ed17ab7d7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts @@ -104,9 +104,7 @@ export class ListTemplateStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts index 0a004213c8afa..8ae5612925ff8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts @@ -88,9 +88,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts index 97e1991cb696c..21a0a25b67b72 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts @@ -100,9 +100,7 @@ export class ListWorkflowStepGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts index e3cefd24fe81e..b7fec4f2e63b7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts @@ -105,9 +105,7 @@ export class ListWorkflowStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts index 5f461228d5c8f..47995cdc0f6be 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts @@ -103,9 +103,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts index 38fac8433a841..5acb70bc8df9a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts @@ -86,9 +86,7 @@ export class RetryWorkflowStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts index 473903711c976..148e9861181c9 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts @@ -88,9 +88,7 @@ export class StartWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts index 8915c12d48096..21c843ed49b82 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts @@ -88,9 +88,7 @@ export class StopWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts index 6ffb4448e2cf4..71be8e073f6e8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts index a415cf177edce..d36a90b6405d7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateTemplateCommand.ts index eda6d2d156345..e06f7cd47a1da 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateTemplateCommand.ts @@ -91,9 +91,7 @@ export class UpdateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts index 6188c30296653..b05936ab6a2e7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts @@ -132,9 +132,7 @@ export class UpdateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts index 71542612084f3..68d8d1c0f232a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts @@ -126,9 +126,7 @@ export class UpdateWorkflowStepCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts index 265597865bc65..6182244782812 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts @@ -109,9 +109,7 @@ export class UpdateWorkflowStepGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubOrchestratorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts index a3f34a6e8598d..68246977c8cd6 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts @@ -168,9 +168,7 @@ export class GetApplicationComponentDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts index eca28ccd26574..7d65d38433c95 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts @@ -101,9 +101,7 @@ export class GetApplicationComponentStrategiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts index 2aed914847d53..e005ff73b6f96 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts @@ -101,9 +101,7 @@ export class GetAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts index 4aef259b9bff0..694ecd4d2f375 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts @@ -95,9 +95,7 @@ export class GetImportFileTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts index 985a6ed19eefe..e1cd70d0d0295 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts @@ -80,9 +80,7 @@ export class GetLatestAssessmentIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts index c4da8616827fa..da81a2e60cac5 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts @@ -127,9 +127,7 @@ export class GetPortfolioPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts index eac2e81d0fa2b..eaff5584b4cdf 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts @@ -128,9 +128,7 @@ export class GetPortfolioSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts index c6ec503fe0967..029b2e804f2c9 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts @@ -100,9 +100,7 @@ export class GetRecommendationReportDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts index dfe489467572b..9fa5a79f23272 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts @@ -147,9 +147,7 @@ export class GetServerDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts index c843e55463ebf..b2d8f85fbf314 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts @@ -100,9 +100,7 @@ export class GetServerStrategiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts index eb04a847fe18a..7ef5d17aa3fe0 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts @@ -92,9 +92,7 @@ export class ListAnalyzableServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts index 341f0b8532305..e85fef6d39bb5 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts @@ -170,9 +170,7 @@ export class ListApplicationComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts index 55507271df168..52ea6c499a4dd 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts @@ -124,9 +124,7 @@ export class ListCollectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts index d570d68984e07..ad1e78deb5470 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts @@ -98,9 +98,7 @@ export class ListImportFileTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts index 34aa04439941b..fc4d6b61ead2b 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts @@ -148,9 +148,7 @@ export class ListServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts index 84edf04736498..7d5fa59b7149f 100644 --- a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts @@ -131,9 +131,7 @@ export class PutPortfolioPreferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts index a21b8dd6fb7a5..18730311a2984 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts @@ -94,9 +94,7 @@ export class StartAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts index 0dcc691ce8b9f..6fb6e9204cc59 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts @@ -96,9 +96,7 @@ export class StartImportFileTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts index 2c055eea08b42..ee19ab4fab511 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts @@ -100,9 +100,7 @@ export class StartRecommendationReportGenerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts index cc4fc382e4888..881192f1b6954 100644 --- a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts @@ -80,9 +80,7 @@ export class StopAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts index f5baedd5d291b..4ba76b4447444 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts @@ -106,9 +106,7 @@ export class UpdateApplicationComponentConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts index 35f9bd28bc3f5..cb309505903a8 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts @@ -85,9 +85,7 @@ export class UpdateServerConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MigrationHubStrategyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/CreateBrokerCommand.ts b/clients/client-mq/src/commands/CreateBrokerCommand.ts index a99137756aad3..3676f6f10134a 100644 --- a/clients/client-mq/src/commands/CreateBrokerCommand.ts +++ b/clients/client-mq/src/commands/CreateBrokerCommand.ts @@ -142,9 +142,7 @@ export class CreateBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/CreateConfigurationCommand.ts b/clients/client-mq/src/commands/CreateConfigurationCommand.ts index da90eb597d47e..d7259a14ec1f9 100644 --- a/clients/client-mq/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/CreateConfigurationCommand.ts @@ -92,9 +92,7 @@ export class CreateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/CreateTagsCommand.ts b/clients/client-mq/src/commands/CreateTagsCommand.ts index fc91f2449f8d4..fa503ecf2c779 100644 --- a/clients/client-mq/src/commands/CreateTagsCommand.ts +++ b/clients/client-mq/src/commands/CreateTagsCommand.ts @@ -78,9 +78,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/CreateUserCommand.ts b/clients/client-mq/src/commands/CreateUserCommand.ts index 6a94ee51aa83d..3233aa8a3b28e 100644 --- a/clients/client-mq/src/commands/CreateUserCommand.ts +++ b/clients/client-mq/src/commands/CreateUserCommand.ts @@ -85,9 +85,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DeleteBrokerCommand.ts b/clients/client-mq/src/commands/DeleteBrokerCommand.ts index 2b0c34e428959..50efa43b6252f 100644 --- a/clients/client-mq/src/commands/DeleteBrokerCommand.ts +++ b/clients/client-mq/src/commands/DeleteBrokerCommand.ts @@ -77,9 +77,7 @@ export class DeleteBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DeleteTagsCommand.ts b/clients/client-mq/src/commands/DeleteTagsCommand.ts index e7bea5349f27c..7599713d3a2fe 100644 --- a/clients/client-mq/src/commands/DeleteTagsCommand.ts +++ b/clients/client-mq/src/commands/DeleteTagsCommand.ts @@ -78,9 +78,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DeleteUserCommand.ts b/clients/client-mq/src/commands/DeleteUserCommand.ts index aaf7d86d865b7..088e23eb53e34 100644 --- a/clients/client-mq/src/commands/DeleteUserCommand.ts +++ b/clients/client-mq/src/commands/DeleteUserCommand.ts @@ -76,9 +76,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeBrokerCommand.ts b/clients/client-mq/src/commands/DescribeBrokerCommand.ts index 6c02102d67336..54d84ffa4c9db 100644 --- a/clients/client-mq/src/commands/DescribeBrokerCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerCommand.ts @@ -198,9 +198,7 @@ export class DescribeBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts index 2099798df39eb..af8d4a96202bc 100644 --- a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts @@ -87,9 +87,7 @@ export class DescribeBrokerEngineTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts index e3f873bc83c8a..eb5b5989839b6 100644 --- a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts @@ -102,9 +102,7 @@ export class DescribeBrokerInstanceOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts index 4f506ab1e3efa..599b3a8d7e9cf 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts @@ -92,9 +92,7 @@ export class DescribeConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts index 4375112ddb43a..a2370d3202f90 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts @@ -86,9 +86,7 @@ export class DescribeConfigurationRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/DescribeUserCommand.ts b/clients/client-mq/src/commands/DescribeUserCommand.ts index f2443e470863a..d4406f2380c87 100644 --- a/clients/client-mq/src/commands/DescribeUserCommand.ts +++ b/clients/client-mq/src/commands/DescribeUserCommand.ts @@ -91,9 +91,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/ListBrokersCommand.ts b/clients/client-mq/src/commands/ListBrokersCommand.ts index b38c03beb9994..8274fc6bf6944 100644 --- a/clients/client-mq/src/commands/ListBrokersCommand.ts +++ b/clients/client-mq/src/commands/ListBrokersCommand.ts @@ -87,9 +87,7 @@ export class ListBrokersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts index 311dab328acf9..e52e5ff5fbcb6 100644 --- a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts @@ -88,9 +88,7 @@ export class ListConfigurationRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/ListConfigurationsCommand.ts b/clients/client-mq/src/commands/ListConfigurationsCommand.ts index 349a440c4322f..9bee3985c4c6d 100644 --- a/clients/client-mq/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationsCommand.ts @@ -96,9 +96,7 @@ export class ListConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/ListTagsCommand.ts b/clients/client-mq/src/commands/ListTagsCommand.ts index 6fa6291015001..ba882957b40cf 100644 --- a/clients/client-mq/src/commands/ListTagsCommand.ts +++ b/clients/client-mq/src/commands/ListTagsCommand.ts @@ -79,9 +79,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/ListUsersCommand.ts b/clients/client-mq/src/commands/ListUsersCommand.ts index b0dffb7a1c03d..1ea5c7b0c3bf6 100644 --- a/clients/client-mq/src/commands/ListUsersCommand.ts +++ b/clients/client-mq/src/commands/ListUsersCommand.ts @@ -87,9 +87,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/PromoteCommand.ts b/clients/client-mq/src/commands/PromoteCommand.ts index 737df153a16f9..909780f0fc835 100644 --- a/clients/client-mq/src/commands/PromoteCommand.ts +++ b/clients/client-mq/src/commands/PromoteCommand.ts @@ -78,9 +78,7 @@ export class PromoteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/RebootBrokerCommand.ts b/clients/client-mq/src/commands/RebootBrokerCommand.ts index 735c94fa96ae7..14716f54caf50 100644 --- a/clients/client-mq/src/commands/RebootBrokerCommand.ts +++ b/clients/client-mq/src/commands/RebootBrokerCommand.ts @@ -75,9 +75,7 @@ export class RebootBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/UpdateBrokerCommand.ts b/clients/client-mq/src/commands/UpdateBrokerCommand.ts index e7b9771b70353..497b27f338886 100644 --- a/clients/client-mq/src/commands/UpdateBrokerCommand.ts +++ b/clients/client-mq/src/commands/UpdateBrokerCommand.ts @@ -166,9 +166,7 @@ export class UpdateBrokerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts index 2e99ef8b131cb..a20b755aae174 100644 --- a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts @@ -97,9 +97,7 @@ export class UpdateConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mq/src/commands/UpdateUserCommand.ts b/clients/client-mq/src/commands/UpdateUserCommand.ts index a56d5db115889..7cf8f3012d4d4 100644 --- a/clients/client-mq/src/commands/UpdateUserCommand.ts +++ b/clients/client-mq/src/commands/UpdateUserCommand.ts @@ -85,9 +85,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MqClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts index 31abbd5e928d9..dee7f012d5ae5 100644 --- a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts @@ -79,9 +79,7 @@ export class AcceptQualificationRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts index 3e3a9ac6c17c4..f6514a1cc369b 100644 --- a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts @@ -100,9 +100,7 @@ export class ApproveAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts index c5aa39962fc7a..f8e9324ed2ffe 100644 --- a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts +++ b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts @@ -97,9 +97,7 @@ export class AssociateQualificationWithWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts index 2eaaf0d974832..45ecee1bd842c 100644 --- a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts @@ -101,9 +101,7 @@ export class CreateAdditionalAssignmentsForHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateHITCommand.ts b/clients/client-mturk/src/commands/CreateHITCommand.ts index 2e578bf516122..a1f46c7021ce0 100644 --- a/clients/client-mturk/src/commands/CreateHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITCommand.ts @@ -197,9 +197,7 @@ export class CreateHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts index 06359c4e99246..dc315316117af 100644 --- a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts @@ -98,9 +98,7 @@ export class CreateHITTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts index 3beb6de624e76..5abc9e2fe500f 100644 --- a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts @@ -176,9 +176,7 @@ export class CreateHITWithHITTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts index e488272f5101c..9b022093f56d6 100644 --- a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts @@ -100,9 +100,7 @@ export class CreateQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts index 31fb4c0d72667..6cc3af3a0552d 100644 --- a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts @@ -70,9 +70,7 @@ export class CreateWorkerBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/DeleteHITCommand.ts b/clients/client-mturk/src/commands/DeleteHITCommand.ts index d5fc6b4b5f32a..380595b1ea463 100644 --- a/clients/client-mturk/src/commands/DeleteHITCommand.ts +++ b/clients/client-mturk/src/commands/DeleteHITCommand.ts @@ -104,9 +104,7 @@ export class DeleteHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts index 596c36aa7f85e..ee213f81b3a2d 100644 --- a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts @@ -87,9 +87,7 @@ export class DeleteQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts index 21efbb4c95cfe..5788d57698041 100644 --- a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts @@ -70,9 +70,7 @@ export class DeleteWorkerBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts index 16333232fec38..28bbecfe54e2e 100644 --- a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts +++ b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts @@ -86,9 +86,7 @@ export class DisassociateQualificationFromWorkerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts index 8b20e0c032a14..ca8ee0d3294c6 100644 --- a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts +++ b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts @@ -72,9 +72,7 @@ export class GetAccountBalanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetAssignmentCommand.ts b/clients/client-mturk/src/commands/GetAssignmentCommand.ts index 6d1c5103ee710..5482b2f87be74 100644 --- a/clients/client-mturk/src/commands/GetAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/GetAssignmentCommand.ts @@ -125,9 +125,7 @@ export class GetAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts index 64acc0c263d70..6d11012c68ee4 100644 --- a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts +++ b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts @@ -89,9 +89,7 @@ export class GetFileUploadURLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetHITCommand.ts b/clients/client-mturk/src/commands/GetHITCommand.ts index 41c202d612936..3f290924964bc 100644 --- a/clients/client-mturk/src/commands/GetHITCommand.ts +++ b/clients/client-mturk/src/commands/GetHITCommand.ts @@ -111,9 +111,7 @@ export class GetHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts index b4d055f45da03..5a71d422a65b6 100644 --- a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts @@ -95,9 +95,7 @@ export class GetQualificationScoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts index d433297d38dca..ddbde0b075829 100644 --- a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts @@ -87,9 +87,7 @@ export class GetQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts index afcd30c6106db..855e31589ec06 100644 --- a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts @@ -119,9 +119,7 @@ export class ListAssignmentsForHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts index ddd511064883f..fd53ea646af83 100644 --- a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts +++ b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts @@ -89,9 +89,7 @@ export class ListBonusPaymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListHITsCommand.ts b/clients/client-mturk/src/commands/ListHITsCommand.ts index 367c3e5932e81..e05e504e48d9f 100644 --- a/clients/client-mturk/src/commands/ListHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsCommand.ts @@ -120,9 +120,7 @@ export class ListHITsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts index dafaed844fa48..043b5df9efd4b 100644 --- a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts @@ -125,9 +125,7 @@ export class ListHITsForQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts index 53184aba699ab..c0bcf893a9b79 100644 --- a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts @@ -91,9 +91,7 @@ export class ListQualificationRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts index 4c3acf6408575..1f21fa6a6d27d 100644 --- a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts @@ -98,9 +98,7 @@ export class ListQualificationTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts index 95c1db99f400c..175d0c3aa9e02 100644 --- a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts @@ -176,9 +176,7 @@ export class ListReviewPolicyResultsForHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts index 11e0de1c8e035..8e11294682638 100644 --- a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts @@ -119,9 +119,7 @@ export class ListReviewableHITsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts index b754e273145d7..ff2be7bd3474d 100644 --- a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts @@ -79,9 +79,7 @@ export class ListWorkerBlocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts index 96bf4ee0462a7..cbadceaad670a 100644 --- a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts @@ -96,9 +96,7 @@ export class ListWorkersWithQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts index 73aec2eefb430..a54fcc8351d5b 100644 --- a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts +++ b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts @@ -90,9 +90,7 @@ export class NotifyWorkersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts index b7454b09c8d4a..2690bd7106e5c 100644 --- a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts @@ -82,9 +82,7 @@ export class RejectAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts index ce83941349d31..6fdb9faad2f88 100644 --- a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts @@ -76,9 +76,7 @@ export class RejectQualificationRequestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/SendBonusCommand.ts b/clients/client-mturk/src/commands/SendBonusCommand.ts index abb73fd75ffda..47f9806979634 100644 --- a/clients/client-mturk/src/commands/SendBonusCommand.ts +++ b/clients/client-mturk/src/commands/SendBonusCommand.ts @@ -86,9 +86,7 @@ export class SendBonusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts index f135b8dcee596..f9baa9b812b59 100644 --- a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts +++ b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts @@ -83,9 +83,7 @@ export class SendTestEventNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts index d1391e8561907..e4bbe6ddeeddc 100644 --- a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts @@ -73,9 +73,7 @@ export class UpdateExpirationForHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts index 7b689535ebffa..ace80710887c7 100644 --- a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts @@ -74,9 +74,7 @@ export class UpdateHITReviewStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts index 926d4ce86d31f..057191f12cd9e 100644 --- a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts @@ -77,9 +77,7 @@ export class UpdateHITTypeOfHITCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts index 49fb565e73a41..ca691ab02cbfa 100644 --- a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts +++ b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts @@ -89,9 +89,7 @@ export class UpdateNotificationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts index 8df0da3251bde..0fb7271f1ca26 100644 --- a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts @@ -125,9 +125,7 @@ export class UpdateQualificationTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MTurkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts index 3c9d401f1fa78..426e4301e1f6d 100644 --- a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts @@ -73,9 +73,7 @@ export class CreateCliTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts index 88b3cec3971a0..faaf51da25a9f 100644 --- a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts @@ -131,9 +131,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts index 4a5d5406220f1..9b46bf5c6afc8 100644 --- a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts @@ -84,9 +84,7 @@ export class CreateWebLoginTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts index b09b8312567bf..3a7678b95e9e3 100644 --- a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts @@ -72,9 +72,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts index 54f781801d92f..18c87ba967eeb 100644 --- a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts @@ -154,9 +154,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts index 829ef16358777..9d903bdda1693 100644 --- a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts @@ -75,9 +75,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts index 003195d40199a..3a037caa8af92 100644 --- a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts index 0900f8e654865..dfc3c56dcd210 100644 --- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts @@ -92,9 +92,7 @@ export class PublishMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/TagResourceCommand.ts b/clients/client-mwaa/src/commands/TagResourceCommand.ts index ca53237199185..1f4060bde6342 100644 --- a/clients/client-mwaa/src/commands/TagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/UntagResourceCommand.ts b/clients/client-mwaa/src/commands/UntagResourceCommand.ts index 5d929958abd34..6945b42c402ee 100644 --- a/clients/client-mwaa/src/commands/UntagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts index e15c2d1ed18eb..72a34637bf40c 100644 --- a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts @@ -126,9 +126,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: MWAAClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts index 086655e6d8e04..68fff3e23913f 100644 --- a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts @@ -79,9 +79,7 @@ export class AddRoleToDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 665f79109573f..d31947a17539f 100644 --- a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -92,9 +92,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts index c36b816c31ad9..3b80dbacebb2e 100644 --- a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts @@ -83,9 +83,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts index 285e5740a0dd4..dc19f1d74b895 100644 --- a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -87,9 +87,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts index fe62c03c52b6a..adb14bfea6efb 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -89,9 +89,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts index 0d4aa7bc7e84c..e2376bf9d58a8 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts @@ -123,9 +123,7 @@ export class CopyDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts index 92ef01188b3bf..f4370e1f4a36c 100644 --- a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts @@ -89,9 +89,7 @@ export class CopyDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts index 38d460f8b16af..746847c5dccbd 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts @@ -269,9 +269,7 @@ export class CreateDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts index ee1d8ce485b65..f58cfaae83a94 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts @@ -112,9 +112,7 @@ export class CreateDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts index 08720ca77ec48..e53d6396a2a2e 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -113,9 +113,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts index cc5ca9d27e428..1b07cd8193139 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts @@ -112,9 +112,7 @@ export class CreateDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts index 5a4614bf80270..be10a1b7aa5f9 100644 --- a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts @@ -324,9 +324,7 @@ export class CreateDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts index 2ba74f94c3f87..0c06796351ca6 100644 --- a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts @@ -103,9 +103,7 @@ export class CreateDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts index df9e56a37a517..9d7ea62601760 100644 --- a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts @@ -109,9 +109,7 @@ export class CreateDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts index 84938c55b3a1c..8d1efdd55987e 100644 --- a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts @@ -130,9 +130,7 @@ export class CreateEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts index e462e02d18d80..c65a821afbc56 100644 --- a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts @@ -109,9 +109,7 @@ export class CreateGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts index 482406978997c..4fd8ce711f545 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts @@ -182,9 +182,7 @@ export class DeleteDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts index 5e568f0b9ed78..da5ec1fe04c2d 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts @@ -87,9 +87,7 @@ export class DeleteDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts index cbbb6204ac1bc..1b5a88195d81b 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -76,9 +76,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts index faa7a8297a699..a4e30de336992 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -102,9 +102,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts index dfb954e517d16..ac29430b7d656 100644 --- a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts @@ -232,9 +232,7 @@ export class DeleteDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts index 73e884f90c467..5bd654495cc9c 100644 --- a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts index f831d4daf5915..e3fd30c7616cf 100644 --- a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts @@ -77,9 +77,7 @@ export class DeleteDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts index e0ab9bfcbd3b4..42e3a7c9a0817 100644 --- a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts @@ -86,9 +86,7 @@ export class DeleteEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts index b668d373bb7e3..2694b703acaba 100644 --- a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts @@ -90,9 +90,7 @@ export class DeleteGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts index e7cb35e0ae2fe..1260ba5be6616 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -102,9 +102,7 @@ export class DescribeDBClusterEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 3eac935c3d4f7..5a73bd3845af6 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -95,9 +95,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts index 8d7a99f867c38..6a077729dbb7d 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts @@ -95,9 +95,7 @@ export class DescribeDBClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 22a5092a9a2c5..00d52e622d612 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -97,9 +97,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts index 2e9d5e50fe206..fb3d495df702a 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -112,9 +112,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts index 42fa0109f63f9..33ddd02c82124 100644 --- a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts @@ -181,9 +181,7 @@ export class DescribeDBClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts index 88c4adbe95aea..c2cc240345427 100644 --- a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts @@ -120,9 +120,7 @@ export class DescribeDBEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts index c27fdd1a64beb..59f83ed71dc9c 100644 --- a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts @@ -221,9 +221,7 @@ export class DescribeDBInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts index 696a6dff9bffc..c1952adbe8c93 100644 --- a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts @@ -90,9 +90,7 @@ export class DescribeDBParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts index 6f76776545e34..f835aeda9f0d6 100644 --- a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts @@ -95,9 +95,7 @@ export class DescribeDBParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts index 6b18525c9b2bd..3137b46998df5 100644 --- a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -100,9 +100,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index a7e8d4de42277..2ba757d5556f1 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -102,9 +102,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts index 1fbffb768da31..7b7c71224ca2d 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -98,9 +98,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts index 642fe3487fb70..45c698532b508 100644 --- a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts @@ -81,9 +81,7 @@ export class DescribeEventCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts index 87d73898a1c99..e401a2e8a283f 100644 --- a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts @@ -99,9 +99,7 @@ export class DescribeEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeEventsCommand.ts b/clients/client-neptune/src/commands/DescribeEventsCommand.ts index 3d82ff0776f38..6ab807926bd23 100644 --- a/clients/client-neptune/src/commands/DescribeEventsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventsCommand.ts @@ -97,9 +97,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts index 8915272989590..b5b4f06b581ba 100644 --- a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts @@ -92,9 +92,7 @@ export class DescribeGlobalClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index d4155dbfe3aaf..a22ec13c61510 100644 --- a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -113,9 +113,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts index 45647f0064ec9..66a3a82a6792d 100644 --- a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -99,9 +99,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts index a1d34a0801ac1..70c31957b69d3 100644 --- a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -108,9 +108,7 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts index 9f5f035bcfe27..d85a9e3eb595f 100644 --- a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts @@ -177,9 +177,7 @@ export class FailoverDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts index 98b195f3d25e2..8774e5ce0536f 100644 --- a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts @@ -110,9 +110,7 @@ export class FailoverGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts index 54c449d567e4e..654a56511f94b 100644 --- a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts index 14c066bac02c3..5f73aa231c07e 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts @@ -235,9 +235,7 @@ export class ModifyDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts index d7e3dfefe7c8f..d86664860dda3 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts @@ -101,9 +101,7 @@ export class ModifyDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts index d3f851b0e3c0e..7e96693669df3 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -112,9 +112,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 3daeb70cdc1f1..abf05921b9498 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -111,9 +111,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts index 9cec6f238a78d..63f4be40b220e 100644 --- a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts @@ -311,9 +311,7 @@ export class ModifyDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts index 0e93eb3995587..7b921da273bbf 100644 --- a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts @@ -107,9 +107,7 @@ export class ModifyDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts index 42a202fcd3cf4..f25a1e8811c78 100644 --- a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts @@ -104,9 +104,7 @@ export class ModifyDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts index 9a1511d3ffad9..216f9d0cec37c 100644 --- a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts @@ -108,9 +108,7 @@ export class ModifyEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts index 980aea3e7ad4d..117f84a8a1cc0 100644 --- a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts @@ -95,9 +95,7 @@ export class ModifyGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts index 5966510ebc954..044f966cfcfff 100644 --- a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -166,9 +166,7 @@ export class PromoteReadReplicaDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts index da6784be57c75..2ad30a0f5db2d 100644 --- a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts @@ -212,9 +212,7 @@ export class RebootDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts index e77c80048b222..d150783460b73 100644 --- a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts @@ -97,9 +97,7 @@ export class RemoveFromGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts index 7708405655bc2..fb6d0f7c06a6a 100644 --- a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -75,9 +75,7 @@ export class RemoveRoleFromDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 34cba58e76bd1..c05e5ca8c2ae3 100644 --- a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -96,9 +96,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts index 0c14cff08fb35..cfad446e7b733 100644 --- a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts @@ -78,9 +78,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts index 2dec27743b6fd..02390df472186 100644 --- a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -98,9 +98,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts index 4752cc74bc01d..29f4aed12ba80 100644 --- a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts @@ -95,9 +95,7 @@ export class ResetDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts index cec4fed32fa9d..247c41dd4e2d5 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -257,9 +257,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 41a7682fa269f..b89f95360de0a 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -266,9 +266,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/StartDBClusterCommand.ts b/clients/client-neptune/src/commands/StartDBClusterCommand.ts index f9577984cd12f..2d646944c0105 100644 --- a/clients/client-neptune/src/commands/StartDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StartDBClusterCommand.ts @@ -170,9 +170,7 @@ export class StartDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptune/src/commands/StopDBClusterCommand.ts b/clients/client-neptune/src/commands/StopDBClusterCommand.ts index 00f4099d12e3a..fda71833dece5 100644 --- a/clients/client-neptune/src/commands/StopDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StopDBClusterCommand.ts @@ -173,9 +173,7 @@ export class StopDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptuneClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts b/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts index 57d1760336dc3..3d3e03372ce9f 100644 --- a/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts @@ -113,9 +113,7 @@ export class CancelGremlinQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts b/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts index 85e8af80f6314..40e9896b21edf 100644 --- a/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts @@ -110,9 +110,7 @@ export class CancelLoaderJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts index e4afc0d74cdeb..648e62dfc30f7 100644 --- a/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts @@ -105,9 +105,7 @@ export class CancelMLDataProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts index 67b93530714d2..2fb1b10c68a49 100644 --- a/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts @@ -105,9 +105,7 @@ export class CancelMLModelTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts index b4f16474e554b..13f677ba79d65 100644 --- a/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts @@ -105,9 +105,7 @@ export class CancelMLModelTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts b/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts index 699034e4e45d9..4ee6857076fa7 100644 --- a/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts @@ -118,9 +118,7 @@ export class CancelOpenCypherQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts index fe7c279c68f88..c6d8395155717 100644 --- a/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts @@ -115,9 +115,7 @@ export class CreateMLEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts index d72888a4d2533..34e4abc097297 100644 --- a/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts @@ -106,9 +106,7 @@ export class DeleteMLEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts index 127b60c89b33e..7203cfdf2e4d8 100644 --- a/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts @@ -117,9 +117,7 @@ export class DeletePropertygraphStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts index 85298f015f355..723ef52d78ddb 100644 --- a/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts @@ -111,9 +111,7 @@ export class DeleteSparqlStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts b/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts index 71afb259449e4..509fb28d494fb 100644 --- a/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts @@ -119,9 +119,7 @@ export class ExecuteFastResetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts index 65038782fdd77..7a33a8e23a87d 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts @@ -175,9 +175,7 @@ export class ExecuteGremlinExplainQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts index 678a206575434..e550831b6806b 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts @@ -154,9 +154,7 @@ export class ExecuteGremlinProfileQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts index 8264b5d89d602..f9f488f521ac6 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts @@ -167,9 +167,7 @@ export class ExecuteGremlinQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts index 98e14423f50c4..0615d4b2d5411 100644 --- a/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts @@ -157,9 +157,7 @@ export class ExecuteOpenCypherExplainQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts index 55a0e73facaf6..cce4e87ed1d46 100644 --- a/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts @@ -168,9 +168,7 @@ export class ExecuteOpenCypherQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts b/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts index 65f48d457ef32..b5760cf3affbf 100644 --- a/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts @@ -115,9 +115,7 @@ export class GetEngineStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts b/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts index 97552b5b8c314..a10c13037c442 100644 --- a/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts @@ -129,9 +129,7 @@ export class GetGremlinQueryStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts b/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts index 01da789108d14..83e6fd109383f 100644 --- a/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts @@ -117,9 +117,7 @@ export class GetLoaderJobStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts index 9261637299a7f..5941ab07a063a 100644 --- a/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts @@ -113,9 +113,7 @@ export class GetMLDataProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts index 1c242020b1586..acec6d489cf62 100644 --- a/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts @@ -117,9 +117,7 @@ export class GetMLEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts index 510772fc2286c..eebe0ac1e9291 100644 --- a/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts @@ -135,9 +135,7 @@ export class GetMLModelTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts index 92de57b890175..d382931ed1db1 100644 --- a/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts @@ -127,9 +127,7 @@ export class GetMLModelTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts b/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts index af0bd5a5508be..5bfa2e85b150e 100644 --- a/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts @@ -132,9 +132,7 @@ export class GetOpenCypherQueryStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts index f9d3e65f072db..6bb0bbae0aa76 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts @@ -118,9 +118,7 @@ export class GetPropertygraphStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts index 493b283213c71..7a9afba96fb8f 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts @@ -163,9 +163,7 @@ export class GetPropertygraphStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts index 9a9348fd7e454..26b59a2a16290 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts @@ -157,9 +157,7 @@ export class GetPropertygraphSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts b/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts index 7f0df10c668b4..42977a69ebe2d 100644 --- a/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts +++ b/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts @@ -134,9 +134,7 @@ export class GetRDFGraphSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts index 9630bfbe83b83..9c8b38ec6b12e 100644 --- a/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts @@ -114,9 +114,7 @@ export class GetSparqlStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts b/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts index 5df6c57b3e7e2..914da7ba4ad6a 100644 --- a/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts +++ b/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts @@ -142,9 +142,7 @@ export class GetSparqlStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts b/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts index d9a154fad1e7d..16b8bfb2bd02f 100644 --- a/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts +++ b/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts @@ -136,9 +136,7 @@ export class ListGremlinQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts b/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts index 64af1b1c601ff..fc0f0c9c7a935 100644 --- a/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts @@ -112,9 +112,7 @@ export class ListLoaderJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts index b756c43a073d0..4c07624af8172 100644 --- a/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts @@ -106,9 +106,7 @@ export class ListMLDataProcessingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts b/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts index 5547fbb7e41e7..2f393ef13a224 100644 --- a/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts @@ -106,9 +106,7 @@ export class ListMLEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts index 1ffcbaa01a115..c5e7c08467cd2 100644 --- a/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts @@ -106,9 +106,7 @@ export class ListMLModelTrainingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts index 27c67d9929f38..9ac8fc944d4df 100644 --- a/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts @@ -106,9 +106,7 @@ export class ListMLModelTransformJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts b/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts index cd1dc7f581227..c708613cf4de7 100644 --- a/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts +++ b/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts @@ -139,9 +139,7 @@ export class ListOpenCypherQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts index b8730ddb80964..d5de865c00e69 100644 --- a/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts @@ -116,9 +116,7 @@ export class ManagePropertygraphStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts index b6cfad6bc2d27..a88d24e59525a 100644 --- a/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts @@ -111,9 +111,7 @@ export class ManageSparqlStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts b/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts index 23c70cafb94cb..af1f141469b42 100644 --- a/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts @@ -131,9 +131,7 @@ export class StartLoaderJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts index 26fccbaf6343a..6c210ce96c722 100644 --- a/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts @@ -124,9 +124,7 @@ export class StartMLDataProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts index 5a44158cf2cb4..87a91e098e4e8 100644 --- a/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts @@ -130,9 +130,7 @@ export class StartMLModelTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts index 95141416f7639..c84293bf15917 100644 --- a/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts @@ -125,9 +125,7 @@ export class StartMLModelTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NeptunedataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts index c4e01f5da1918..074ad1a449688 100644 --- a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts @@ -108,9 +108,7 @@ export class AssociateFirewallPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts index f602e20214e8c..f39f0477dd131 100644 --- a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts @@ -123,9 +123,7 @@ export class AssociateSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts index 0cefd9fad3550..af7701b364e0e 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts @@ -184,9 +184,7 @@ export class CreateFirewallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts index b8c1e7d9e6e4e..95e5ab53904a5 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts @@ -185,9 +185,7 @@ export class CreateFirewallPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts index fabe1c2da1642..bdc804d551dc5 100644 --- a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts @@ -278,9 +278,7 @@ export class CreateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts index ad064b57ca482..96e8e751f77c6 100644 --- a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts @@ -196,9 +196,7 @@ export class CreateTLSInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts index eafa9eaeef0c2..c0ec0dd1b3afb 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts @@ -166,9 +166,7 @@ export class DeleteFirewallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts index 276e32ef78cbb..7d37e40176910 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts @@ -119,9 +119,7 @@ export class DeleteFirewallPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts index c7274274d38a7..3dda9a8458814 100644 --- a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts @@ -92,9 +92,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts index 0d47058a90f24..0cd8dd475cc31 100644 --- a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts @@ -135,9 +135,7 @@ export class DeleteRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts index 5b1059a709735..5e321a005202f 100644 --- a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts @@ -133,9 +133,7 @@ export class DeleteTLSInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts index e659e4efc90d4..6c1a4968ee865 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts @@ -150,9 +150,7 @@ export class DescribeFirewallCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts index 2bdef471c989a..71d396a002c05 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts @@ -167,9 +167,7 @@ export class DescribeFirewallPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts index 88c1785f2abe9..39d999e174a90 100644 --- a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts @@ -108,9 +108,7 @@ export class DescribeLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts index fcc3ce271dad0..a6dff0f0acd5c 100644 --- a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts @@ -91,9 +91,7 @@ export class DescribeResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts index bc64d746564cb..e0349ba76a3da 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts @@ -254,9 +254,7 @@ export class DescribeRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts index d26fefdfe80bb..5efe43b462ef8 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts @@ -104,9 +104,7 @@ export class DescribeRuleGroupMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts index 77c4597fbbc64..9dc2a751192f0 100644 --- a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts @@ -178,9 +178,7 @@ export class DescribeTLSInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts index ece991c76bc72..54628b7c14b80 100644 --- a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts @@ -114,9 +114,7 @@ export class DisassociateSubnetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts index f25ae9b80d467..8908db9553255 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts @@ -97,9 +97,7 @@ export class ListFirewallPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts index 8451989fe2625..6030675c3b626 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts @@ -101,9 +101,7 @@ export class ListFirewallsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts index e8474e7cd10d9..0e163532e6be4 100644 --- a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts @@ -100,9 +100,7 @@ export class ListRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts index 61fd9a794d159..0b2ca702baf7d 100644 --- a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts @@ -100,9 +100,7 @@ export class ListTLSInspectionConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts index 7413146a03926..041fba6fc6079 100644 --- a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts @@ -105,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts index 5cd15003dd82b..07d14e68422ee 100644 --- a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts @@ -107,9 +107,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/TagResourceCommand.ts b/clients/client-network-firewall/src/commands/TagResourceCommand.ts index f9ca440e54de6..a2acb43fd622d 100644 --- a/clients/client-network-firewall/src/commands/TagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/TagResourceCommand.ts @@ -100,9 +100,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts index 32281af13e56e..44d5615324fd4 100644 --- a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts @@ -98,9 +98,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts index b20814713be6c..c28e802addafe 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts @@ -111,9 +111,7 @@ export class UpdateFirewallDeleteProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts index 8a4c15f0930da..2c6e426d1cc0d 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts @@ -101,9 +101,7 @@ export class UpdateFirewallDescriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts index 5b43af373299b..fa14c23c5f5a9 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts @@ -118,9 +118,7 @@ export class UpdateFirewallEncryptionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts index 77aeac18a9385..f9938ce7b3817 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts @@ -113,9 +113,7 @@ export class UpdateFirewallPolicyChangeProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts index 771152e6cb5f7..66a56dde0044d 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts @@ -177,9 +177,7 @@ export class UpdateFirewallPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts index 375045170da0a..011b0763facf2 100644 --- a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts @@ -146,9 +146,7 @@ export class UpdateLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts index 8a1b30c6a7605..c00de4f0d0a61 100644 --- a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts @@ -274,9 +274,7 @@ export class UpdateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts index 8336d0dcc1acb..6aabd8eac5926 100644 --- a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts @@ -108,9 +108,7 @@ export class UpdateSubnetChangeProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts index a3bce3130476a..44fec143dbe84 100644 --- a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts @@ -189,9 +189,7 @@ export class UpdateTLSInspectionConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkFirewallClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts index 3dc242e797a87..6ef21f6d3928c 100644 --- a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts @@ -134,9 +134,7 @@ export class AcceptAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts index 5a4559e3c4188..0f672691cf43d 100644 --- a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts @@ -99,9 +99,7 @@ export class AssociateConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts index b3ca5c6256c94..e850c2bc5248f 100644 --- a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts @@ -104,9 +104,7 @@ export class AssociateCustomerGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts index 46526ae74b992..7bdf977591aab 100644 --- a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts @@ -94,9 +94,7 @@ export class AssociateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts index 3e82f7de1a390..edbd5fd7ac024 100644 --- a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts @@ -108,9 +108,7 @@ export class AssociateTransitGatewayConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts index 369763552fa45..63c43c1506bed 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts @@ -153,9 +153,7 @@ export class CreateConnectAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts index c785770ef0fae..faf9ffd98fea1 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts @@ -139,9 +139,7 @@ export class CreateConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts index b4b8f65909a5a..10d009e587ebc 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts @@ -112,9 +112,7 @@ export class CreateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts index e2cc16b9a8d8d..e60d71dd20741 100644 --- a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts @@ -145,9 +145,7 @@ export class CreateCoreNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts index 874f6e4b7cd7a..e34964c6f85fc 100644 --- a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts @@ -141,9 +141,7 @@ export class CreateDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts index 5a928f3abde6f..c00d7a3bf99c3 100644 --- a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts @@ -102,9 +102,7 @@ export class CreateGlobalNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts index 4ed1da9f00df0..ba0d2fa6aad25 100644 --- a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts @@ -121,9 +121,7 @@ export class CreateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts index 96fce31e2935e..ec56272030e35 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts @@ -122,9 +122,7 @@ export class CreateSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts index 4084138a9e273..310134e797c60 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts @@ -148,9 +148,7 @@ export class CreateSiteToSiteVpnAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts index f5da202f7f304..0ad1154704d6f 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts @@ -128,9 +128,7 @@ export class CreateTransitGatewayPeeringCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts index 084ddcbd92743..19695fbbc6419 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts @@ -153,9 +153,7 @@ export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts index 87fcb19d55916..fd08d85b3fb23 100644 --- a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts @@ -156,9 +156,7 @@ export class CreateVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts index 8215bf6537137..64e4fb28cdcd2 100644 --- a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts @@ -132,9 +132,7 @@ export class DeleteAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts index 0afb8b5925ab6..8aab807f690c4 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts @@ -122,9 +122,7 @@ export class DeleteConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts index 5b5b141fb9ce5..db573e486b291 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts @@ -102,9 +102,7 @@ export class DeleteConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts index aa8fc20cc90e6..1dff2b5e3cd0e 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts @@ -133,9 +133,7 @@ export class DeleteCoreNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts index 3974292cc6db9..1fb2420a7c0bb 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts @@ -105,9 +105,7 @@ export class DeleteCoreNetworkPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts index df90b7ddce7fa..44dca1b93a1f6 100644 --- a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts @@ -113,9 +113,7 @@ export class DeleteDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts index b41c389a0a2c4..3383f3e0c786f 100644 --- a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts @@ -97,9 +97,7 @@ export class DeleteGlobalNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts index 16ac08b138c0d..acec133c84ddf 100644 --- a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts @@ -106,9 +106,7 @@ export class DeleteLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts index 024576284a8c4..16066e410f56c 100644 --- a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts @@ -111,9 +111,7 @@ export class DeletePeeringCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts index e9bf75d1cfc4a..f9b0cec6204ca 100644 --- a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts @@ -79,9 +79,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts index 107d164b2bc30..cfb68df830833 100644 --- a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts @@ -103,9 +103,7 @@ export class DeleteSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts index af128d8006e43..c6052b81b24ef 100644 --- a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts @@ -93,9 +93,7 @@ export class DeregisterTransitGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts index 17af290e2eef9..1987f83b1719b 100644 --- a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts @@ -102,9 +102,7 @@ export class DescribeGlobalNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts index ddc72ae0064de..65f717a0fd68a 100644 --- a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts @@ -91,9 +91,7 @@ export class DisassociateConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts index c6d7cb31c390f..ca4cd4c85f96e 100644 --- a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts @@ -96,9 +96,7 @@ export class DisassociateCustomerGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts index 370db0e4c21ce..c75446e4e75fe 100644 --- a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts @@ -92,9 +92,7 @@ export class DisassociateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts index f47e554ec58ca..351941dac4a22 100644 --- a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts @@ -100,9 +100,7 @@ export class DisassociateTransitGatewayConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts index fbc4cf745eb2b..fbec2b23487b6 100644 --- a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts @@ -88,9 +88,7 @@ export class ExecuteCoreNetworkChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts index 64cb08b518271..f731c7b3ffce8 100644 --- a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts @@ -134,9 +134,7 @@ export class GetConnectAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts index 7fcf469f661f2..db53666110493 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts @@ -98,9 +98,7 @@ export class GetConnectPeerAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts index 9a560aae713c7..7eea2688a4f90 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts @@ -118,9 +118,7 @@ export class GetConnectPeerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts index 3b22c763c133f..8cc8cf6c9db2b 100644 --- a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts @@ -106,9 +106,7 @@ export class GetConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts index 76956802ee496..3a2b05ff40dc3 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts @@ -99,9 +99,7 @@ export class GetCoreNetworkChangeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts index 6d5a604a31b65..9bd35ba0ec1c0 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts @@ -179,9 +179,7 @@ export class GetCoreNetworkChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts index e5c8b3c25502a..aad90cb9609bd 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts @@ -129,9 +129,7 @@ export class GetCoreNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts index b83f97f3a0f90..5efb17142a0b1 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts @@ -97,9 +97,7 @@ export class GetCoreNetworkPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts index 8ca316c31c80c..b2b3182e6bb90 100644 --- a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts @@ -104,9 +104,7 @@ export class GetCustomerGatewayAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts index 4fb3d53f72a13..bb6e20d0d58ed 100644 --- a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts @@ -116,9 +116,7 @@ export class GetDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts index de70ee290ab2f..15549b77bc0b6 100644 --- a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts @@ -93,9 +93,7 @@ export class GetLinkAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetLinksCommand.ts b/clients/client-networkmanager/src/commands/GetLinksCommand.ts index f56a7e5b4aa67..71fd9ecb80c4e 100644 --- a/clients/client-networkmanager/src/commands/GetLinksCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinksCommand.ts @@ -112,9 +112,7 @@ export class GetLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts index 5b4d99e82fee4..57788e56137e8 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts @@ -86,9 +86,7 @@ export class GetNetworkResourceCountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts index dbef91b0a1525..5218026a6d5c2 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts @@ -99,9 +99,7 @@ export class GetNetworkResourceRelationshipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts index e74f334374170..c7a473c966ea4 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts @@ -111,9 +111,7 @@ export class GetNetworkResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts index 9d4b50494156a..538755c28a4a7 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts @@ -145,9 +145,7 @@ export class GetNetworkRoutesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts index 306fe76bdcabf..1fbf1878cd75b 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts @@ -105,9 +105,7 @@ export class GetNetworkTelemetryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts index 0b31058fa0ade..0dc3ded4dc915 100644 --- a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts @@ -77,9 +77,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts index d6c99e7ea4cd4..7837cf9b0b68c 100644 --- a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts @@ -145,9 +145,7 @@ export class GetRouteAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts index 0e151cd62fc0e..5b9ff669619a1 100644 --- a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts @@ -131,9 +131,7 @@ export class GetSiteToSiteVpnAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetSitesCommand.ts b/clients/client-networkmanager/src/commands/GetSitesCommand.ts index 5002367df976f..3d1cdced613d8 100644 --- a/clients/client-networkmanager/src/commands/GetSitesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSitesCommand.ts @@ -106,9 +106,7 @@ export class GetSitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts index 6c5ef49798939..af379f55e9547 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts @@ -107,9 +107,7 @@ export class GetTransitGatewayConnectPeerAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts index 6ac894b9c45d0..22203061cf07c 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts @@ -111,9 +111,7 @@ export class GetTransitGatewayPeeringCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts index 5cbaa8aba3872..d8d4c93e05e61 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts @@ -101,9 +101,7 @@ export class GetTransitGatewayRegistrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts index ce6d28001bc4a..4670c6828f828 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts @@ -141,9 +141,7 @@ export class GetTransitGatewayRouteTableAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts index 4da8214399fb0..401505efd5082 100644 --- a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts @@ -137,9 +137,7 @@ export class GetVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts index 3d76a796a07e5..684e48ea850d1 100644 --- a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts @@ -133,9 +133,7 @@ export class ListAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts index 36db28a3abaa4..1bcd386a66ba9 100644 --- a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts +++ b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts @@ -97,9 +97,7 @@ export class ListConnectPeersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts index 8d131ec58930c..a5f712a0dbecc 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts @@ -97,9 +97,7 @@ export class ListCoreNetworkPolicyVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts index 88237be5eeb38..9209e193456eb 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts @@ -94,9 +94,7 @@ export class ListCoreNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts index 842c704f394bb..2a6b908e5d2dc 100644 --- a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts +++ b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts @@ -85,9 +85,7 @@ export class ListOrganizationServiceAccessStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts index 8af209af4058a..d9d753c4953f8 100644 --- a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts @@ -112,9 +112,7 @@ export class ListPeeringsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts index e856484ce5d49..83c940b779d24 100644 --- a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts index 735f788d62f7c..0879c9e91f556 100644 --- a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts @@ -106,9 +106,7 @@ export class PutCoreNetworkPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts index ee70f5c3e5beb..3f06d9de46a1d 100644 --- a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts @@ -83,9 +83,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts index b467580894061..47bc1986ec3b9 100644 --- a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts @@ -96,9 +96,7 @@ export class RegisterTransitGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts index df39f3bb7c3e0..c13bb7e673a8c 100644 --- a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts @@ -132,9 +132,7 @@ export class RejectAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts index 763dc68af0dfa..c2e9ab49c5a2b 100644 --- a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts @@ -105,9 +105,7 @@ export class RestoreCoreNetworkPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts index 5f343ebe8b92b..f2cff382f4f12 100644 --- a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts +++ b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts @@ -102,9 +102,7 @@ export class StartOrganizationServiceAccessUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts index da22427329410..7c8bc6083ab93 100644 --- a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts @@ -159,9 +159,7 @@ export class StartRouteAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/TagResourceCommand.ts b/clients/client-networkmanager/src/commands/TagResourceCommand.ts index 4040f2eb399e9..684c0bcdf8c92 100644 --- a/clients/client-networkmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts index aefa490e67fef..e6bfea977129e 100644 --- a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts index 1d452e03ff4e0..2fc6576e19f84 100644 --- a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts @@ -106,9 +106,7 @@ export class UpdateConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts index 2ae913ffd5c73..dfe9072d60dd4 100644 --- a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts @@ -134,9 +134,7 @@ export class UpdateCoreNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts index 458c086a396cd..96e9f9e5a1d46 100644 --- a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts @@ -133,9 +133,7 @@ export class UpdateDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts index fbfe4b395a8e3..a48e2c68b2c23 100644 --- a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts @@ -98,9 +98,7 @@ export class UpdateGlobalNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts index 58839a9028e87..71f9e0a2a64a3 100644 --- a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts @@ -116,9 +116,7 @@ export class UpdateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts index 131acecb7110f..fff5498eb1249 100644 --- a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts @@ -96,9 +96,7 @@ export class UpdateNetworkResourceMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts index e0dc0ad6d54ab..40f72aa15a6ba 100644 --- a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts @@ -115,9 +115,7 @@ export class UpdateSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts index 59321e360c24c..d767caa3c93ad 100644 --- a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts @@ -151,9 +151,7 @@ export class UpdateVpcAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-networkmonitor/src/commands/CreateMonitorCommand.ts index 07772b7a765a2..3beda54333788 100644 --- a/clients/client-networkmonitor/src/commands/CreateMonitorCommand.ts +++ b/clients/client-networkmonitor/src/commands/CreateMonitorCommand.ts @@ -138,9 +138,7 @@ export class CreateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/CreateProbeCommand.ts b/clients/client-networkmonitor/src/commands/CreateProbeCommand.ts index 069d3167c01cd..0eb1580f96a02 100644 --- a/clients/client-networkmonitor/src/commands/CreateProbeCommand.ts +++ b/clients/client-networkmonitor/src/commands/CreateProbeCommand.ts @@ -115,9 +115,7 @@ export class CreateProbeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-networkmonitor/src/commands/DeleteMonitorCommand.ts index f2dedca9a33e3..d265ca5d406d2 100644 --- a/clients/client-networkmonitor/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-networkmonitor/src/commands/DeleteMonitorCommand.ts @@ -80,9 +80,7 @@ export class DeleteMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/DeleteProbeCommand.ts b/clients/client-networkmonitor/src/commands/DeleteProbeCommand.ts index aff2ef911efa2..43f5b8f3e9c0d 100644 --- a/clients/client-networkmonitor/src/commands/DeleteProbeCommand.ts +++ b/clients/client-networkmonitor/src/commands/DeleteProbeCommand.ts @@ -87,9 +87,7 @@ export class DeleteProbeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/GetMonitorCommand.ts b/clients/client-networkmonitor/src/commands/GetMonitorCommand.ts index df38d4d5747a2..ef606b7a7a0f5 100644 --- a/clients/client-networkmonitor/src/commands/GetMonitorCommand.ts +++ b/clients/client-networkmonitor/src/commands/GetMonitorCommand.ts @@ -109,9 +109,7 @@ export class GetMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/GetProbeCommand.ts b/clients/client-networkmonitor/src/commands/GetProbeCommand.ts index 64dea65c5b7d9..0e146696c7af5 100644 --- a/clients/client-networkmonitor/src/commands/GetProbeCommand.ts +++ b/clients/client-networkmonitor/src/commands/GetProbeCommand.ts @@ -98,9 +98,7 @@ export class GetProbeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-networkmonitor/src/commands/ListMonitorsCommand.ts index cc0b929740e4e..a84b0002a0f18 100644 --- a/clients/client-networkmonitor/src/commands/ListMonitorsCommand.ts +++ b/clients/client-networkmonitor/src/commands/ListMonitorsCommand.ts @@ -90,9 +90,7 @@ export class ListMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-networkmonitor/src/commands/ListTagsForResourceCommand.ts index bc61b0d928bc8..f2f8e1e79a3f4 100644 --- a/clients/client-networkmonitor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmonitor/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/TagResourceCommand.ts b/clients/client-networkmonitor/src/commands/TagResourceCommand.ts index e64a1d984691c..f88642bba6c60 100644 --- a/clients/client-networkmonitor/src/commands/TagResourceCommand.ts +++ b/clients/client-networkmonitor/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/UntagResourceCommand.ts b/clients/client-networkmonitor/src/commands/UntagResourceCommand.ts index 8113379a73b70..926a675e32979 100644 --- a/clients/client-networkmonitor/src/commands/UntagResourceCommand.ts +++ b/clients/client-networkmonitor/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-networkmonitor/src/commands/UpdateMonitorCommand.ts index bdfc2646edeba..b86b656696795 100644 --- a/clients/client-networkmonitor/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-networkmonitor/src/commands/UpdateMonitorCommand.ts @@ -93,9 +93,7 @@ export class UpdateMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-networkmonitor/src/commands/UpdateProbeCommand.ts b/clients/client-networkmonitor/src/commands/UpdateProbeCommand.ts index 26ae549782ab9..ed4474d12443d 100644 --- a/clients/client-networkmonitor/src/commands/UpdateProbeCommand.ts +++ b/clients/client-networkmonitor/src/commands/UpdateProbeCommand.ts @@ -135,9 +135,7 @@ export class UpdateProbeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NetworkMonitorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/AcceptEulasCommand.ts b/clients/client-nimble/src/commands/AcceptEulasCommand.ts index a08ee1ebbedb2..066fd846aa0ec 100644 --- a/clients/client-nimble/src/commands/AcceptEulasCommand.ts +++ b/clients/client-nimble/src/commands/AcceptEulasCommand.ts @@ -101,9 +101,7 @@ export class AcceptEulasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts index 9a1ed983bd68e..e4763495526bc 100644 --- a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts @@ -203,9 +203,7 @@ export class CreateLaunchProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts index d13d21bddb050..682211618b899 100644 --- a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts @@ -122,9 +122,7 @@ export class CreateStreamingImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts index 4dd98a7e4debb..bd6b6b065b47a 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts @@ -133,9 +133,7 @@ export class CreateStreamingSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts index 356c28f92e321..e22f32b2f2ce0 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts @@ -112,9 +112,7 @@ export class CreateStreamingSessionStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateStudioCommand.ts b/clients/client-nimble/src/commands/CreateStudioCommand.ts index 6e814505a6906..05d959e492762 100644 --- a/clients/client-nimble/src/commands/CreateStudioCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioCommand.ts @@ -146,9 +146,7 @@ export class CreateStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts index 9520aeb9dcb75..48592ac2ca6a7 100644 --- a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts @@ -209,9 +209,7 @@ export class CreateStudioComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts index 20507b6886fca..994e12582ad6d 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts @@ -158,9 +158,7 @@ export class DeleteLaunchProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts index e5760d7544129..e8a109b7cda08 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts @@ -90,9 +90,7 @@ export class DeleteLaunchProfileMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts index c8580c68776a8..ff11212fc1c41 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts @@ -116,9 +116,7 @@ export class DeleteStreamingImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts index 11032bfc0385b..6c5049895ed66 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts @@ -129,9 +129,7 @@ export class DeleteStreamingSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteStudioCommand.ts b/clients/client-nimble/src/commands/DeleteStudioCommand.ts index d30fee69e82d6..bbb90a903ca8e 100644 --- a/clients/client-nimble/src/commands/DeleteStudioCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioCommand.ts @@ -112,9 +112,7 @@ export class DeleteStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts index e986c8cd3f6c3..175f019bdfba0 100644 --- a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts @@ -157,9 +157,7 @@ export class DeleteStudioComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts index 0fcf22285ba4c..c0c2e7c02b47f 100644 --- a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts @@ -89,9 +89,7 @@ export class DeleteStudioMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetEulaCommand.ts b/clients/client-nimble/src/commands/GetEulaCommand.ts index bbdd1cd1854d5..669caf68c2519 100644 --- a/clients/client-nimble/src/commands/GetEulaCommand.ts +++ b/clients/client-nimble/src/commands/GetEulaCommand.ts @@ -95,9 +95,7 @@ export class GetEulaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts index 6006a6c3a0c25..76bbc9c9549d1 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts @@ -157,9 +157,7 @@ export class GetLaunchProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts index 52fb441d6f5ed..9e9374fbb5aab 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts @@ -197,9 +197,7 @@ export class GetLaunchProfileDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts index a18ac0413905d..bf60f0cb131ee 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts @@ -147,9 +147,7 @@ export class GetLaunchProfileInitializationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts index 8834f17fa62eb..f47b8272ab3f2 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts @@ -96,9 +96,7 @@ export class GetLaunchProfileMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts index 1a8f7870f08a7..cea9d35038bf0 100644 --- a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts @@ -115,9 +115,7 @@ export class GetStreamingImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts index e1dea95774f66..dd1bf75f2eb43 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts @@ -100,9 +100,7 @@ export class GetStreamingSessionBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts index 8db21a7cfb826..2da3e1a7fce04 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts @@ -126,9 +126,7 @@ export class GetStreamingSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts index 8a7e72aa250f8..4e88c25e69bf4 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts @@ -108,9 +108,7 @@ export class GetStreamingSessionStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStudioCommand.ts b/clients/client-nimble/src/commands/GetStudioCommand.ts index 21694f6ced8b8..da86106a22de7 100644 --- a/clients/client-nimble/src/commands/GetStudioCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioCommand.ts @@ -111,9 +111,7 @@ export class GetStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts index d8591d66414c1..2beb5d64630ce 100644 --- a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts @@ -156,9 +156,7 @@ export class GetStudioComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts index 639d74e642ff0..d99ee0bf20f8c 100644 --- a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts @@ -95,9 +95,7 @@ export class GetStudioMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts index 8b84218db3cf7..7be6dd683b15e 100644 --- a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts +++ b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts @@ -102,9 +102,7 @@ export class ListEulaAcceptancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListEulasCommand.ts b/clients/client-nimble/src/commands/ListEulasCommand.ts index 44064dab2fd0b..d14960510a151 100644 --- a/clients/client-nimble/src/commands/ListEulasCommand.ts +++ b/clients/client-nimble/src/commands/ListEulasCommand.ts @@ -101,9 +101,7 @@ export class ListEulasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts index 44bc992eda8fd..5150ed56f7b8a 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts @@ -100,9 +100,7 @@ export class ListLaunchProfileMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts index 6d4ac77dfa336..e599a1f1299c8 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts @@ -165,9 +165,7 @@ export class ListLaunchProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts index 7ac6a21e5eed9..a878c6703c794 100644 --- a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts @@ -121,9 +121,7 @@ export class ListStreamingImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts index 871b8ccb45d17..6a399d52f0c59 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts @@ -107,9 +107,7 @@ export class ListStreamingSessionBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts index 9d7bc483863a8..b9f6ebf7f578f 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts @@ -130,9 +130,7 @@ export class ListStreamingSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts index 35b8b902ad7ba..b9d574924231c 100644 --- a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts @@ -166,9 +166,7 @@ export class ListStudioComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts index 23494594452e6..54e6a4a23649c 100644 --- a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts @@ -103,9 +103,7 @@ export class ListStudioMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListStudiosCommand.ts b/clients/client-nimble/src/commands/ListStudiosCommand.ts index 53df80bc75359..cff0f621125de 100644 --- a/clients/client-nimble/src/commands/ListStudiosCommand.ts +++ b/clients/client-nimble/src/commands/ListStudiosCommand.ts @@ -114,9 +114,7 @@ export class ListStudiosCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts index de2e02eb849cf..bab4463109b69 100644 --- a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts index 5edcf7faff65d..aa9a77fa65f15 100644 --- a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts @@ -96,9 +96,7 @@ export class PutLaunchProfileMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts index 3979817637488..bdaf43b2c1b63 100644 --- a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts @@ -95,9 +95,7 @@ export class PutStudioMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts index 18ad6a9eda35e..000e2d693bb0c 100644 --- a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts @@ -128,9 +128,7 @@ export class StartStreamingSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts index 76a5f4d14e068..f56c5769c7ea4 100644 --- a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts +++ b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts @@ -127,9 +127,7 @@ export class StartStudioSSOConfigurationRepairCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts index 855212b419c74..008bbc3d26ebc 100644 --- a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts @@ -128,9 +128,7 @@ export class StopStreamingSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/TagResourceCommand.ts b/clients/client-nimble/src/commands/TagResourceCommand.ts index b78253b9e6567..282f7e2940325 100644 --- a/clients/client-nimble/src/commands/TagResourceCommand.ts +++ b/clients/client-nimble/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UntagResourceCommand.ts b/clients/client-nimble/src/commands/UntagResourceCommand.ts index 8ad574c8e185d..625d25a6c1c02 100644 --- a/clients/client-nimble/src/commands/UntagResourceCommand.ts +++ b/clients/client-nimble/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts index 116e7ffb9acb4..451dc599c2812 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts @@ -198,9 +198,7 @@ export class UpdateLaunchProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts index ba6da7e18b1d9..500e35b16d879 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts @@ -98,9 +98,7 @@ export class UpdateLaunchProfileMemberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts index c13112dcd83a5..abb3d43e8c8b9 100644 --- a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts @@ -119,9 +119,7 @@ export class UpdateStreamingImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UpdateStudioCommand.ts b/clients/client-nimble/src/commands/UpdateStudioCommand.ts index c19c06dd4acf8..4f4e9a2774622 100644 --- a/clients/client-nimble/src/commands/UpdateStudioCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioCommand.ts @@ -122,9 +122,7 @@ export class UpdateStudioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts index bea9a6900d7f3..4409929f4dc17 100644 --- a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts @@ -207,9 +207,7 @@ export class UpdateStudioComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: NimbleClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/CreateLinkCommand.ts b/clients/client-oam/src/commands/CreateLinkCommand.ts index e5a77e0025e05..6432cf6271fd1 100644 --- a/clients/client-oam/src/commands/CreateLinkCommand.ts +++ b/clients/client-oam/src/commands/CreateLinkCommand.ts @@ -124,9 +124,7 @@ export class CreateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/CreateSinkCommand.ts b/clients/client-oam/src/commands/CreateSinkCommand.ts index 0e1db29bcdffb..d3cf460ceb6d0 100644 --- a/clients/client-oam/src/commands/CreateSinkCommand.ts +++ b/clients/client-oam/src/commands/CreateSinkCommand.ts @@ -94,9 +94,7 @@ export class CreateSinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/DeleteLinkCommand.ts b/clients/client-oam/src/commands/DeleteLinkCommand.ts index bd203aa996429..58ae6da849432 100644 --- a/clients/client-oam/src/commands/DeleteLinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteLinkCommand.ts @@ -76,9 +76,7 @@ export class DeleteLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/DeleteSinkCommand.ts b/clients/client-oam/src/commands/DeleteSinkCommand.ts index fbfe550241cb0..fbb6adedf57bc 100644 --- a/clients/client-oam/src/commands/DeleteSinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteSinkCommand.ts @@ -78,9 +78,7 @@ export class DeleteSinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/GetLinkCommand.ts b/clients/client-oam/src/commands/GetLinkCommand.ts index c4ecbb382be2a..c4d056ef8b609 100644 --- a/clients/client-oam/src/commands/GetLinkCommand.ts +++ b/clients/client-oam/src/commands/GetLinkCommand.ts @@ -96,9 +96,7 @@ export class GetLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/GetSinkCommand.ts b/clients/client-oam/src/commands/GetSinkCommand.ts index b191e54475a6f..27bfff70158f5 100644 --- a/clients/client-oam/src/commands/GetSinkCommand.ts +++ b/clients/client-oam/src/commands/GetSinkCommand.ts @@ -83,9 +83,7 @@ export class GetSinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts index b5b68cfa2b8b0..94e5bb31740f8 100644 --- a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts @@ -80,9 +80,7 @@ export class GetSinkPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts index 76b4bf1016328..3cd8220059247 100644 --- a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts +++ b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts @@ -90,9 +90,7 @@ export class ListAttachedLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/ListLinksCommand.ts b/clients/client-oam/src/commands/ListLinksCommand.ts index 0d4193712ae9e..ff66d88fec293 100644 --- a/clients/client-oam/src/commands/ListLinksCommand.ts +++ b/clients/client-oam/src/commands/ListLinksCommand.ts @@ -88,9 +88,7 @@ export class ListLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/ListSinksCommand.ts b/clients/client-oam/src/commands/ListSinksCommand.ts index fb06f724aa3a8..7cac3efc7ea35 100644 --- a/clients/client-oam/src/commands/ListSinksCommand.ts +++ b/clients/client-oam/src/commands/ListSinksCommand.ts @@ -82,9 +82,7 @@ export class ListSinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts index 300abb301f330..2db7d029b0ef3 100644 --- a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts index 28bab212babdc..5797c12663e26 100644 --- a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts @@ -108,9 +108,7 @@ export class PutSinkPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/TagResourceCommand.ts b/clients/client-oam/src/commands/TagResourceCommand.ts index 615d3a697c427..449e000e4132d 100644 --- a/clients/client-oam/src/commands/TagResourceCommand.ts +++ b/clients/client-oam/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/UntagResourceCommand.ts b/clients/client-oam/src/commands/UntagResourceCommand.ts index 69b668f233e7c..51400f367cd3a 100644 --- a/clients/client-oam/src/commands/UntagResourceCommand.ts +++ b/clients/client-oam/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-oam/src/commands/UpdateLinkCommand.ts b/clients/client-oam/src/commands/UpdateLinkCommand.ts index 805ae42776e71..0868dc1f746f3 100644 --- a/clients/client-oam/src/commands/UpdateLinkCommand.ts +++ b/clients/client-oam/src/commands/UpdateLinkCommand.ts @@ -111,9 +111,7 @@ export class UpdateLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts index 519c278cb8117..0c40ff4f7ebea 100644 --- a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts @@ -95,9 +95,7 @@ export class AbortMultipartReadSetUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/AcceptShareCommand.ts b/clients/client-omics/src/commands/AcceptShareCommand.ts index 768bec758ce34..57dc70dc0ae75 100644 --- a/clients/client-omics/src/commands/AcceptShareCommand.ts +++ b/clients/client-omics/src/commands/AcceptShareCommand.ts @@ -86,9 +86,7 @@ export class AcceptShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts index 28b43a868aa0c..fcbecfadc8a58 100644 --- a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts +++ b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts @@ -92,9 +92,7 @@ export class BatchDeleteReadSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts index 1be799e7abaea..607c9ae3793b3 100644 --- a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts @@ -78,9 +78,7 @@ export class CancelAnnotationImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CancelRunCommand.ts b/clients/client-omics/src/commands/CancelRunCommand.ts index 6a2b2dde2054b..792147e0e5ccb 100644 --- a/clients/client-omics/src/commands/CancelRunCommand.ts +++ b/clients/client-omics/src/commands/CancelRunCommand.ts @@ -87,9 +87,7 @@ export class CancelRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts index 2f037e5b802e5..6f67df62c5f07 100644 --- a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts @@ -78,9 +78,7 @@ export class CancelVariantImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts index 1d012c4f36c36..17a8663152cae 100644 --- a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts @@ -104,9 +104,7 @@ export class CompleteMultipartReadSetUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts index f2f2dedff0a1f..ba2ec937df2aa 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts @@ -133,9 +133,7 @@ export class CreateAnnotationStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts index 9d8fbd38957d7..184acc522e41e 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts @@ -129,9 +129,7 @@ export class CreateAnnotationStoreVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts index 02ee9d7acc6c1..6f553d67d412f 100644 --- a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts @@ -119,9 +119,7 @@ export class CreateMultipartReadSetUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts index 5564b65a2d331..5afc5d8d332d8 100644 --- a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts @@ -100,9 +100,7 @@ export class CreateReferenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateRunGroupCommand.ts b/clients/client-omics/src/commands/CreateRunGroupCommand.ts index 55d8681d77a53..13d4f2244d313 100644 --- a/clients/client-omics/src/commands/CreateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/CreateRunGroupCommand.ts @@ -101,9 +101,7 @@ export class CreateRunGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts index ba7742879af80..173c1fa51a099 100644 --- a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts @@ -104,9 +104,7 @@ export class CreateSequenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateShareCommand.ts b/clients/client-omics/src/commands/CreateShareCommand.ts index d4245d538244e..a5ab80fa853a7 100644 --- a/clients/client-omics/src/commands/CreateShareCommand.ts +++ b/clients/client-omics/src/commands/CreateShareCommand.ts @@ -103,9 +103,7 @@ export class CreateShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts index a823f67405c9f..3849193e69bb2 100644 --- a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts @@ -103,9 +103,7 @@ export class CreateVariantStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/CreateWorkflowCommand.ts b/clients/client-omics/src/commands/CreateWorkflowCommand.ts index d00c5f12f231b..ef7718fc8b294 100644 --- a/clients/client-omics/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/CreateWorkflowCommand.ts @@ -111,9 +111,7 @@ export class CreateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts index fef98c541bc43..94059aa66244c 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts @@ -84,9 +84,7 @@ export class DeleteAnnotationStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts index fc083ba4c85db..b2bae3183dee8 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts @@ -99,9 +99,7 @@ export class DeleteAnnotationStoreVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteReferenceCommand.ts b/clients/client-omics/src/commands/DeleteReferenceCommand.ts index d6720a0bc6b38..1ab182cb8a742 100644 --- a/clients/client-omics/src/commands/DeleteReferenceCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceCommand.ts @@ -85,9 +85,7 @@ export class DeleteReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts index a4445d46704f6..9b3edd85fd101 100644 --- a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts @@ -84,9 +84,7 @@ export class DeleteReferenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteRunCommand.ts b/clients/client-omics/src/commands/DeleteRunCommand.ts index 39b7187871c66..55868f23d6874 100644 --- a/clients/client-omics/src/commands/DeleteRunCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunCommand.ts @@ -87,9 +87,7 @@ export class DeleteRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts index 0ef5ee1978e3c..b663a733c2d9b 100644 --- a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts @@ -87,9 +87,7 @@ export class DeleteRunGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts index 68295bc39d484..f807617c84f23 100644 --- a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts @@ -84,9 +84,7 @@ export class DeleteSequenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteShareCommand.ts b/clients/client-omics/src/commands/DeleteShareCommand.ts index 7d19ea5dac23f..7e85339b2c218 100644 --- a/clients/client-omics/src/commands/DeleteShareCommand.ts +++ b/clients/client-omics/src/commands/DeleteShareCommand.ts @@ -87,9 +87,7 @@ export class DeleteShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts index 30c9f8cd6ce81..ed48e85365557 100644 --- a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts @@ -84,9 +84,7 @@ export class DeleteVariantStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts index 786e97bdb0447..9a5e7957084b1 100644 --- a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts @@ -87,9 +87,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts index d6a5947bf845f..86ed0039c0dff 100644 --- a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts @@ -117,9 +117,7 @@ export class GetAnnotationImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts index a9e7a241bab35..3286024454da9 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts @@ -113,9 +113,7 @@ export class GetAnnotationStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts index 8bca66e8c9203..aae4ef585ab09 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts @@ -109,9 +109,7 @@ export class GetAnnotationStoreVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts index a189aa17369a7..8f812e37804e1 100644 --- a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts @@ -96,9 +96,7 @@ export class GetReadSetActivationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReadSetCommand.ts b/clients/client-omics/src/commands/GetReadSetCommand.ts index 5b003401a55a3..ce34a82a7e06d 100644 --- a/clients/client-omics/src/commands/GetReadSetCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetCommand.ts @@ -94,9 +94,7 @@ export class GetReadSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts index 6ff23e3150f3b..19ae6599fcfcd 100644 --- a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts @@ -97,9 +97,7 @@ export class GetReadSetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts index d13d334e3c311..b5b4707022939 100644 --- a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts @@ -111,9 +111,7 @@ export class GetReadSetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts index 3d375e7b9b188..a5ad39e3da083 100644 --- a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts @@ -134,9 +134,7 @@ export class GetReadSetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReferenceCommand.ts b/clients/client-omics/src/commands/GetReferenceCommand.ts index 790066d962f03..d29b7ead6ec52 100644 --- a/clients/client-omics/src/commands/GetReferenceCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceCommand.ts @@ -92,9 +92,7 @@ export class GetReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts index 44b00c9107fcb..d5d61a3892ff8 100644 --- a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts @@ -103,9 +103,7 @@ export class GetReferenceImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts index 28749994d5f77..b9f03aa32ed49 100644 --- a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts @@ -112,9 +112,7 @@ export class GetReferenceMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts index 904517ff6bbbc..6e9e627d8f8e7 100644 --- a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts @@ -91,9 +91,7 @@ export class GetReferenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetRunCommand.ts b/clients/client-omics/src/commands/GetRunCommand.ts index afdc98222ee86..efeb82a48f449 100644 --- a/clients/client-omics/src/commands/GetRunCommand.ts +++ b/clients/client-omics/src/commands/GetRunCommand.ts @@ -130,9 +130,7 @@ export class GetRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetRunGroupCommand.ts b/clients/client-omics/src/commands/GetRunGroupCommand.ts index 91c0f5a90da22..f8857b2f79981 100644 --- a/clients/client-omics/src/commands/GetRunGroupCommand.ts +++ b/clients/client-omics/src/commands/GetRunGroupCommand.ts @@ -99,9 +99,7 @@ export class GetRunGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetRunTaskCommand.ts b/clients/client-omics/src/commands/GetRunTaskCommand.ts index d64fb2b5e70d1..3a0455444d884 100644 --- a/clients/client-omics/src/commands/GetRunTaskCommand.ts +++ b/clients/client-omics/src/commands/GetRunTaskCommand.ts @@ -102,9 +102,7 @@ export class GetRunTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts index a247167accae0..e592e65faba8e 100644 --- a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts @@ -97,9 +97,7 @@ export class GetSequenceStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetShareCommand.ts b/clients/client-omics/src/commands/GetShareCommand.ts index 3a0b0c061665b..adfb7b2aa5f63 100644 --- a/clients/client-omics/src/commands/GetShareCommand.ts +++ b/clients/client-omics/src/commands/GetShareCommand.ts @@ -97,9 +97,7 @@ export class GetShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts index 5f66bdfeb9657..f1531dcf50b8a 100644 --- a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts @@ -98,9 +98,7 @@ export class GetVariantImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetVariantStoreCommand.ts b/clients/client-omics/src/commands/GetVariantStoreCommand.ts index 2c7e52f834c1d..b4183d63c3b26 100644 --- a/clients/client-omics/src/commands/GetVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/GetVariantStoreCommand.ts @@ -98,9 +98,7 @@ export class GetVariantStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/GetWorkflowCommand.ts b/clients/client-omics/src/commands/GetWorkflowCommand.ts index 3e0c1c61ee2c2..8ab94b76b47f5 100644 --- a/clients/client-omics/src/commands/GetWorkflowCommand.ts +++ b/clients/client-omics/src/commands/GetWorkflowCommand.ts @@ -120,9 +120,7 @@ export class GetWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts index d74e5a15df778..81849d3a58fb6 100644 --- a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts @@ -104,9 +104,7 @@ export class ListAnnotationImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts index 4f7d3affbe176..a0137692041b3 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts @@ -107,9 +107,7 @@ export class ListAnnotationStoreVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts index 602e0f29ccb14..c59c549252422 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts @@ -108,9 +108,7 @@ export class ListAnnotationStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts index f16c76ddaf171..81e437e3372e4 100644 --- a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts +++ b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts @@ -116,9 +116,7 @@ export class ListMultipartReadSetUploadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts index 9fafa96f23ee3..5fbf1049a7675 100644 --- a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts @@ -99,9 +99,7 @@ export class ListReadSetActivationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts index 2fa92d7c24c31..9d16487d6c007 100644 --- a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts @@ -100,9 +100,7 @@ export class ListReadSetExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts index 56f3f1a514be7..0f7a228ce6fc9 100644 --- a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts @@ -100,9 +100,7 @@ export class ListReadSetImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts index cefdbe7786201..acc001fac66c8 100644 --- a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts @@ -109,9 +109,7 @@ export class ListReadSetUploadPartsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReadSetsCommand.ts b/clients/client-omics/src/commands/ListReadSetsCommand.ts index 28717e440ea40..80e4c274aa368 100644 --- a/clients/client-omics/src/commands/ListReadSetsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetsCommand.ts @@ -124,9 +124,7 @@ export class ListReadSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts index 07878facd987e..5ec26a1a91cbb 100644 --- a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts @@ -100,9 +100,7 @@ export class ListReferenceImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts index 869af62658651..57df9cbda0bf6 100644 --- a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts @@ -99,9 +99,7 @@ export class ListReferenceStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListReferencesCommand.ts b/clients/client-omics/src/commands/ListReferencesCommand.ts index 861deca0d3b0b..07fa674fe7481 100644 --- a/clients/client-omics/src/commands/ListReferencesCommand.ts +++ b/clients/client-omics/src/commands/ListReferencesCommand.ts @@ -104,9 +104,7 @@ export class ListReferencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListRunGroupsCommand.ts b/clients/client-omics/src/commands/ListRunGroupsCommand.ts index a9f8d6720cdb3..549db00bf1944 100644 --- a/clients/client-omics/src/commands/ListRunGroupsCommand.ts +++ b/clients/client-omics/src/commands/ListRunGroupsCommand.ts @@ -103,9 +103,7 @@ export class ListRunGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListRunTasksCommand.ts b/clients/client-omics/src/commands/ListRunTasksCommand.ts index 37ad03cdb6b73..6c7943849a0c5 100644 --- a/clients/client-omics/src/commands/ListRunTasksCommand.ts +++ b/clients/client-omics/src/commands/ListRunTasksCommand.ts @@ -106,9 +106,7 @@ export class ListRunTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListRunsCommand.ts b/clients/client-omics/src/commands/ListRunsCommand.ts index d4548e5fb3923..73ede0070121e 100644 --- a/clients/client-omics/src/commands/ListRunsCommand.ts +++ b/clients/client-omics/src/commands/ListRunsCommand.ts @@ -108,9 +108,7 @@ export class ListRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts index e22997f32071f..e61f122e27e30 100644 --- a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts @@ -101,9 +101,7 @@ export class ListSequenceStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListSharesCommand.ts b/clients/client-omics/src/commands/ListSharesCommand.ts index 111543bd55b9c..a453906fdf2fb 100644 --- a/clients/client-omics/src/commands/ListSharesCommand.ts +++ b/clients/client-omics/src/commands/ListSharesCommand.ts @@ -114,9 +114,7 @@ export class ListSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts index 55b64d01bbb67..2579975c5f7d3 100644 --- a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts index 3464cd4c29db6..7b7b5ecb227ce 100644 --- a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts @@ -103,9 +103,7 @@ export class ListVariantImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListVariantStoresCommand.ts b/clients/client-omics/src/commands/ListVariantStoresCommand.ts index 95f3edeffd730..bffb890cdf4db 100644 --- a/clients/client-omics/src/commands/ListVariantStoresCommand.ts +++ b/clients/client-omics/src/commands/ListVariantStoresCommand.ts @@ -107,9 +107,7 @@ export class ListVariantStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/ListWorkflowsCommand.ts b/clients/client-omics/src/commands/ListWorkflowsCommand.ts index bd46fef93b196..ba6759b53ba59 100644 --- a/clients/client-omics/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-omics/src/commands/ListWorkflowsCommand.ts @@ -106,9 +106,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts index 74a30091855ad..e53031185de7a 100644 --- a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts @@ -113,9 +113,7 @@ export class StartAnnotationImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts index 718c1a126532c..e6b0728806a7b 100644 --- a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts @@ -96,9 +96,7 @@ export class StartReadSetActivationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts index 8b8d182b0db1b..b324cc3d776f4 100644 --- a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts @@ -98,9 +98,7 @@ export class StartReadSetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts index 426ef84f169f5..ab425c0db362b 100644 --- a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts @@ -110,9 +110,7 @@ export class StartReadSetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts index 0b0bb76747cb2..3759c0e00a226 100644 --- a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts @@ -102,9 +102,7 @@ export class StartReferenceImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartRunCommand.ts b/clients/client-omics/src/commands/StartRunCommand.ts index 3526fe511370f..8d4b363f8ba57 100644 --- a/clients/client-omics/src/commands/StartRunCommand.ts +++ b/clients/client-omics/src/commands/StartRunCommand.ts @@ -123,9 +123,7 @@ export class StartRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts index db217893cb352..2120c3e9cfba1 100644 --- a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts @@ -93,9 +93,7 @@ export class StartVariantImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/TagResourceCommand.ts b/clients/client-omics/src/commands/TagResourceCommand.ts index 5d2dde5e5c1ef..996b73d6c0dcc 100644 --- a/clients/client-omics/src/commands/TagResourceCommand.ts +++ b/clients/client-omics/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UntagResourceCommand.ts b/clients/client-omics/src/commands/UntagResourceCommand.ts index be875d2e6a4f6..bf05c3e1468a6 100644 --- a/clients/client-omics/src/commands/UntagResourceCommand.ts +++ b/clients/client-omics/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts index 5ff92272646ff..13eeb3ec7c324 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts @@ -103,9 +103,7 @@ export class UpdateAnnotationStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts index 80bdca07e7876..a3a654029c677 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts @@ -96,9 +96,7 @@ export class UpdateAnnotationStoreVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts index f6b545c8cc2c2..76e7f24dc9e5f 100644 --- a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts @@ -92,9 +92,7 @@ export class UpdateRunGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts index d6b1ea8106eed..0b5b40285e721 100644 --- a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts @@ -89,9 +89,7 @@ export class UpdateVariantStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts index 5dfac9693804b..c852abb526e0a 100644 --- a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts @@ -89,9 +89,7 @@ export class UpdateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts index f87acf804e46a..5ee705728e911 100644 --- a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts +++ b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts @@ -103,9 +103,7 @@ export class UploadReadSetPartCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OmicsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts index c43c6623a369d..98f1fcfac0a68 100644 --- a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts @@ -97,9 +97,7 @@ export class AcceptInboundConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/AddDataSourceCommand.ts b/clients/client-opensearch/src/commands/AddDataSourceCommand.ts index 64a9faf095c22..50cd378cf75f6 100644 --- a/clients/client-opensearch/src/commands/AddDataSourceCommand.ts +++ b/clients/client-opensearch/src/commands/AddDataSourceCommand.ts @@ -94,9 +94,7 @@ export class AddDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/AddTagsCommand.ts b/clients/client-opensearch/src/commands/AddTagsCommand.ts index 0b050673208ae..1f384987d6011 100644 --- a/clients/client-opensearch/src/commands/AddTagsCommand.ts +++ b/clients/client-opensearch/src/commands/AddTagsCommand.ts @@ -84,9 +84,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts index 0228852fbe35b..3dd28ec1c6e9f 100644 --- a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts @@ -99,9 +99,7 @@ export class AssociatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts index d9d8cc9f275bf..da58413abe3c5 100644 --- a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -88,9 +88,7 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CancelDomainConfigChangeCommand.ts b/clients/client-opensearch/src/commands/CancelDomainConfigChangeCommand.ts index 0b7e87e44b541..19cf84d63bf7d 100644 --- a/clients/client-opensearch/src/commands/CancelDomainConfigChangeCommand.ts +++ b/clients/client-opensearch/src/commands/CancelDomainConfigChangeCommand.ts @@ -91,9 +91,7 @@ export class CancelDomainConfigChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts index 63613afd52455..adf06dfe2f251 100644 --- a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts @@ -93,9 +93,7 @@ export class CancelServiceSoftwareUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CreateDomainCommand.ts b/clients/client-opensearch/src/commands/CreateDomainCommand.ts index c500c2ae90883..9b271c19d9fd2 100644 --- a/clients/client-opensearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-opensearch/src/commands/CreateDomainCommand.ts @@ -377,9 +377,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts index b926d9872534f..3b0ea1eb76498 100644 --- a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts @@ -126,9 +126,7 @@ export class CreateOutboundConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CreatePackageCommand.ts b/clients/client-opensearch/src/commands/CreatePackageCommand.ts index 8726bb8c38a1b..f4eae29dce650 100644 --- a/clients/client-opensearch/src/commands/CreatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/CreatePackageCommand.ts @@ -114,9 +114,7 @@ export class CreatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts index 8643ae5d6d4bb..ee968e9aa79d5 100644 --- a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts @@ -110,9 +110,7 @@ export class CreateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeleteDataSourceCommand.ts b/clients/client-opensearch/src/commands/DeleteDataSourceCommand.ts index d0519b119cff9..44c2036378804 100644 --- a/clients/client-opensearch/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteDataSourceCommand.ts @@ -84,9 +84,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts index 9cc928e2c437d..22973b53c4d54 100644 --- a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts @@ -236,9 +236,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts index d085edf038c67..afc7c883e237f 100644 --- a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts @@ -94,9 +94,7 @@ export class DeleteInboundConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts index ae93ef482b74c..0e5c99e95bf60 100644 --- a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts @@ -101,9 +101,7 @@ export class DeleteOutboundConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeletePackageCommand.ts b/clients/client-opensearch/src/commands/DeletePackageCommand.ts index 5d9a89890cd2c..15e3281ccd5d1 100644 --- a/clients/client-opensearch/src/commands/DeletePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DeletePackageCommand.ts @@ -105,9 +105,7 @@ export class DeletePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts index 309dcf9ef85fc..227b4341a1a6e 100644 --- a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts @@ -82,9 +82,7 @@ export class DeleteVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts index b270c31dd4280..481924afc7538 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts @@ -94,9 +94,7 @@ export class DescribeDomainAutoTunesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts index e615734f4d5aa..ee4f58798278e 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts @@ -106,9 +106,7 @@ export class DescribeDomainChangeProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts index 3cf617e81ec42..b274bbd17127e 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts @@ -236,9 +236,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts index 1f80fa4569876..2462a29bc4171 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts @@ -312,9 +312,7 @@ export class DescribeDomainConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts index 2f86592852178..fc780d90a7489 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts @@ -105,9 +105,7 @@ export class DescribeDomainHealthCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts index 7c5aaa40579fe..e61dfb7ee75aa 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts @@ -95,9 +95,7 @@ export class DescribeDomainNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts index d4ac42f62dfec..1676d66e7fb4b 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts @@ -237,9 +237,7 @@ export class DescribeDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts index 633f4c928a65c..6193f14627404 100644 --- a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts @@ -257,9 +257,7 @@ export class DescribeDryRunProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts index f15b391126543..885eaabdc2308 100644 --- a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts @@ -106,9 +106,7 @@ export class DescribeInboundConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts index d0236fbcc0142..4b54ec0cfac12 100644 --- a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts @@ -117,9 +117,7 @@ export class DescribeInstanceTypeLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts index d197a958dd0dd..45c0e10bfd23f 100644 --- a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts @@ -118,9 +118,7 @@ export class DescribeOutboundConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts index 2bc51dad06dff..c1e1237689f75 100644 --- a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts @@ -114,9 +114,7 @@ export class DescribePackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts index aa0df9b9ab116..cdcb49105cb1f 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts @@ -105,9 +105,7 @@ export class DescribeReservedInstanceOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts index 52c41ea6f309c..5510039b5eac0 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts @@ -104,9 +104,7 @@ export class DescribeReservedInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts index 1d48c8ae22acf..aa42325776dd5 100644 --- a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts @@ -106,9 +106,7 @@ export class DescribeVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts index 46a7925893405..b5f402af12316 100644 --- a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts @@ -100,9 +100,7 @@ export class DissociatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts index 159888df778c5..2b79b55cff3d4 100644 --- a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts @@ -88,9 +88,7 @@ export class GetCompatibleVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetDataSourceCommand.ts b/clients/client-opensearch/src/commands/GetDataSourceCommand.ts index 473000ec8633e..6942e88f397b6 100644 --- a/clients/client-opensearch/src/commands/GetDataSourceCommand.ts +++ b/clients/client-opensearch/src/commands/GetDataSourceCommand.ts @@ -91,9 +91,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts b/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts index d6a0e5413b654..19b8cb6bb0680 100644 --- a/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts @@ -86,9 +86,7 @@ export class GetDomainMaintenanceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts index 5435c377d94d4..4599aa7365ad4 100644 --- a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts @@ -99,9 +99,7 @@ export class GetPackageVersionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts index 0d90293637dd8..2e4f1c5e2acd4 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts @@ -100,9 +100,7 @@ export class GetUpgradeHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts index c2699221d6c61..03dd78edc2791 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts @@ -83,9 +83,7 @@ export class GetUpgradeStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListDataSourcesCommand.ts b/clients/client-opensearch/src/commands/ListDataSourcesCommand.ts index 1473c816fe05d..dee07dc5e78d2 100644 --- a/clients/client-opensearch/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDataSourcesCommand.ts @@ -96,9 +96,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts b/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts index 1d1e627044818..fc1f6becd1617 100644 --- a/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts @@ -96,9 +96,7 @@ export class ListDomainMaintenancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts index b741fa28bd30c..00a675bd3025d 100644 --- a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts @@ -77,9 +77,7 @@ export class ListDomainNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts index c6f5ffb3f0944..c8adab9ab1ea9 100644 --- a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts @@ -100,9 +100,7 @@ export class ListDomainsForPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts index 2c42b4a0ceebc..0788ee872b9ec 100644 --- a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts +++ b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts @@ -99,9 +99,7 @@ export class ListInstanceTypeDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts index fed0b83fcc11e..dbbddfe7ed81f 100644 --- a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts @@ -100,9 +100,7 @@ export class ListPackagesForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts index 858fbb03f711c..4f48e085ea7b8 100644 --- a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts @@ -98,9 +98,7 @@ export class ListScheduledActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListTagsCommand.ts b/clients/client-opensearch/src/commands/ListTagsCommand.ts index f68b2bb88b3c2..9f0d58d009614 100644 --- a/clients/client-opensearch/src/commands/ListTagsCommand.ts +++ b/clients/client-opensearch/src/commands/ListTagsCommand.ts @@ -83,9 +83,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListVersionsCommand.ts b/clients/client-opensearch/src/commands/ListVersionsCommand.ts index db90c009d03a6..a974461fa068b 100644 --- a/clients/client-opensearch/src/commands/ListVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVersionsCommand.ts @@ -82,9 +82,7 @@ export class ListVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts index 1704528c4bd7f..33f05cfc6dcf1 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts @@ -85,9 +85,7 @@ export class ListVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts index d6dc3e28d5bf1..1219000227822 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts @@ -82,9 +82,7 @@ export class ListVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts index 4eca526c02923..e097b2e3e2742 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -87,9 +87,7 @@ export class ListVpcEndpointsForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts index d2004122d76ea..2a542942eabbc 100644 --- a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts +++ b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts @@ -91,9 +91,7 @@ export class PurchaseReservedInstanceOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts index 0e42506e8342a..632bcb4c50b25 100644 --- a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts @@ -93,9 +93,7 @@ export class RejectInboundConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts index 2645cc7c0646f..1a4ed10faaf31 100644 --- a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts +++ b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts @@ -76,9 +76,7 @@ export class RemoveTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts index 2d4e3668ef5b2..38fea00830bcd 100644 --- a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -80,9 +80,7 @@ export class RevokeVpcEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts b/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts index 259409b8f3f23..9907c0aa2a681 100644 --- a/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts +++ b/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts @@ -83,9 +83,7 @@ export class StartDomainMaintenanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts index a24be32402ab1..978fb2bb77878 100644 --- a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts @@ -90,9 +90,7 @@ export class StartServiceSoftwareUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpdateDataSourceCommand.ts b/clients/client-opensearch/src/commands/UpdateDataSourceCommand.ts index b65c6531ce0b4..eaa6be3740158 100644 --- a/clients/client-opensearch/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateDataSourceCommand.ts @@ -92,9 +92,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts index 6a4c28f77f329..85d5a02ef8107 100644 --- a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts @@ -468,9 +468,7 @@ export class UpdateDomainConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts index 6c285c2c29d94..62410bad73043 100644 --- a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts @@ -111,9 +111,7 @@ export class UpdatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts index b69c257470ecc..eba43b855b8ac 100644 --- a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts @@ -103,9 +103,7 @@ export class UpdateScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts index d49e40d762a53..0986e27b5f104 100644 --- a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts @@ -109,9 +109,7 @@ export class UpdateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts index 5d4b7a69c8a12..9cd8b98f5b564 100644 --- a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts @@ -103,9 +103,7 @@ export class UpgradeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts index 1214c8cbf5258..048c0544d1cb2 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts @@ -108,9 +108,7 @@ export class BatchGetCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts index c3e26a8835f0b..f1427ed042318 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts @@ -103,9 +103,7 @@ export class BatchGetEffectiveLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts index ad8975426aece..f0312921e9c8c 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts @@ -99,9 +99,7 @@ export class BatchGetLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts index 39cbe3140d535..a148ade923f18 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts @@ -103,9 +103,7 @@ export class BatchGetVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts index aa0fe4a0e3bdd..0e5870f0dbbb2 100644 --- a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts @@ -99,9 +99,7 @@ export class CreateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts index 7135b5f38da5b..ac294243f4e2a 100644 --- a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts @@ -109,9 +109,7 @@ export class CreateCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts index c0527b2240dac..e667aebcf9c3e 100644 --- a/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts @@ -97,9 +97,7 @@ export class CreateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts index 3661d10f9f2ec..4cb5ac33acdac 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts @@ -108,9 +108,7 @@ export class CreateSecurityConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts index 66b6191531822..df25abe0a2a76 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts @@ -101,9 +101,7 @@ export class CreateSecurityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts index 449362e1ded73..4656f4752ca5a 100644 --- a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts @@ -97,9 +97,7 @@ export class CreateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts index b614b33111f6b..e84e8debcaffe 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts @@ -85,9 +85,7 @@ export class DeleteAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts index 051b3fd2332e4..fa8e1bafb34e0 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts @@ -90,9 +90,7 @@ export class DeleteCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts index 3c52e96ea5fb9..44bdd7d33645f 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts @@ -84,9 +84,7 @@ export class DeleteLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts index c31483d111bd4..b15a8295d7524 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts @@ -85,9 +85,7 @@ export class DeleteSecurityConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts index 31731569fed7b..164eb8c338218 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts @@ -84,9 +84,7 @@ export class DeleteSecurityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts index 0caf04e9fc37b..294b410834c7b 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts @@ -90,9 +90,7 @@ export class DeleteVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts index 24cf7b5570e98..6a629db1627ae 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts @@ -89,9 +89,7 @@ export class GetAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts index 51bfb16775dd2..c77549fbd1792 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts @@ -79,9 +79,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts index aa09471f2d9e8..c9d8c74cfef92 100644 --- a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts @@ -84,9 +84,7 @@ export class GetPoliciesStatsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts index d5f78009723b1..4b8c95986eaf3 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts @@ -94,9 +94,7 @@ export class GetSecurityConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts index 73b84547d87a7..54fb52b133d1d 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts @@ -90,9 +90,7 @@ export class GetSecurityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts index f528b4b543994..2ebf9e4a5949a 100644 --- a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts @@ -91,9 +91,7 @@ export class ListAccessPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts index 7866e287166a5..910a23945d0c3 100644 --- a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts @@ -94,9 +94,7 @@ export class ListCollectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts index 629ea4526860f..206a83019ff8d 100644 --- a/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts @@ -91,9 +91,7 @@ export class ListLifecyclePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts index e17562cf2fdad..cee3703995fa8 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts @@ -90,9 +90,7 @@ export class ListSecurityConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts index 38b94894c1aab..df4a2ee7c4738 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts @@ -91,9 +91,7 @@ export class ListSecurityPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts index 031504578fe5d..028577a23e8be 100644 --- a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts index 518f1917cc497..89e97f39f8c7c 100644 --- a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts @@ -89,9 +89,7 @@ export class ListVpcEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts index 724646b1f327c..1d989c36094c3 100644 --- a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts index b96ac609594e7..e5a6dfa3c0975 100644 --- a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts index d1c7fe59a225a..04228baf4126e 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts @@ -98,9 +98,7 @@ export class UpdateAccessPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts index bc2525cd25c10..4b15ddcb6bb12 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts @@ -85,9 +85,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts index cb761d70c31a2..0dd339c5f3aff 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts @@ -92,9 +92,7 @@ export class UpdateCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts index d2c601119291f..245a57423c4b8 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts @@ -100,9 +100,7 @@ export class UpdateLifecyclePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts index 22ab906469f7a..ac6a883de4f67 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts @@ -108,9 +108,7 @@ export class UpdateSecurityConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts index 3e75a77701cb0..5a2cd65de12cb 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts @@ -102,9 +102,7 @@ export class UpdateSecurityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts index a9f3f918e1a88..6754a72e5c44c 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts @@ -106,9 +106,7 @@ export class UpdateVpcEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpenSearchServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts index fc624048aa55d..566423bce52be 100644 --- a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts @@ -89,9 +89,7 @@ export class AssignInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts index c16373a334861..da11a78378e19 100644 --- a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts @@ -79,9 +79,7 @@ export class AssignVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts index 674eef3b65f32..dda3cda9b18ae 100644 --- a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts @@ -79,9 +79,7 @@ export class AssociateElasticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts index a08a70c5ccf06..1f43aaae50bb0 100644 --- a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts @@ -82,9 +82,7 @@ export class AttachElasticLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CloneStackCommand.ts b/clients/client-opsworks/src/commands/CloneStackCommand.ts index 4475d4c39dd90..d0db8da5fd1e5 100644 --- a/clients/client-opsworks/src/commands/CloneStackCommand.ts +++ b/clients/client-opsworks/src/commands/CloneStackCommand.ts @@ -114,9 +114,7 @@ export class CloneStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateAppCommand.ts b/clients/client-opsworks/src/commands/CreateAppCommand.ts index 9913a005fe130..a2b871a640a91 100644 --- a/clients/client-opsworks/src/commands/CreateAppCommand.ts +++ b/clients/client-opsworks/src/commands/CreateAppCommand.ts @@ -115,9 +115,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts index 502c6a68136bd..f56b20fd1f33b 100644 --- a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts @@ -94,9 +94,7 @@ export class CreateDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts index 5c9b6f7ca642c..4661a3302dc35 100644 --- a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts @@ -109,9 +109,7 @@ export class CreateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateLayerCommand.ts b/clients/client-opsworks/src/commands/CreateLayerCommand.ts index 10adbbe3085ce..afb4783d6a6a2 100644 --- a/clients/client-opsworks/src/commands/CreateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/CreateLayerCommand.ts @@ -153,9 +153,7 @@ export class CreateLayerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateStackCommand.ts b/clients/client-opsworks/src/commands/CreateStackCommand.ts index 103d9ff2a648b..11a0dda30eaf5 100644 --- a/clients/client-opsworks/src/commands/CreateStackCommand.ts +++ b/clients/client-opsworks/src/commands/CreateStackCommand.ts @@ -106,9 +106,7 @@ export class CreateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts index 3b680604a7b3d..5baf8a164ef89 100644 --- a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts @@ -75,9 +75,7 @@ export class CreateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeleteAppCommand.ts b/clients/client-opsworks/src/commands/DeleteAppCommand.ts index cb21cf5c30b4b..04251e3c71a9d 100644 --- a/clients/client-opsworks/src/commands/DeleteAppCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteAppCommand.ts @@ -75,9 +75,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts index e0e322a35c0d6..0aaad3171c0a6 100644 --- a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts @@ -80,9 +80,7 @@ export class DeleteInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts index 86ba390b30952..30978d563f84c 100644 --- a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts @@ -77,9 +77,7 @@ export class DeleteLayerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeleteStackCommand.ts b/clients/client-opsworks/src/commands/DeleteStackCommand.ts index c51a8f5909861..9f1c162d9e3a5 100644 --- a/clients/client-opsworks/src/commands/DeleteStackCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteStackCommand.ts @@ -76,9 +76,7 @@ export class DeleteStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts index 2098b27ad07f9..452a8ae8b86f2 100644 --- a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts @@ -74,9 +74,7 @@ export class DeleteUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts index 6c2df8f14b087..b1e5b1af76914 100644 --- a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts @@ -77,9 +77,7 @@ export class DeregisterEcsClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts index e3e75d4bce638..a78a9863fd6b1 100644 --- a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts @@ -75,9 +75,7 @@ export class DeregisterElasticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts index 4920276d18adc..63e24191e94da 100644 --- a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts @@ -75,9 +75,7 @@ export class DeregisterInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts index 73bfd1ae738f2..13e6804031596 100644 --- a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts @@ -74,9 +74,7 @@ export class DeregisterRdsDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts index d27aed1336aac..e4101a1534095 100644 --- a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts @@ -76,9 +76,7 @@ export class DeregisterVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts index c0a38ea9ab4ec..b49a6d8e29fd6 100644 --- a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts @@ -85,9 +85,7 @@ export class DescribeAgentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts index 60f2f6ad33904..fa78d70362b73 100644 --- a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts @@ -127,9 +127,7 @@ export class DescribeAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts index 0eb8b5e10e3a4..2d7d00c7adbdc 100644 --- a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts @@ -96,9 +96,7 @@ export class DescribeCommandsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts index 01347d586ed51..597b746a48eca 100644 --- a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts @@ -107,9 +107,7 @@ export class DescribeDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts index 05d968694faa4..265dadd874f9c 100644 --- a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts @@ -93,9 +93,7 @@ export class DescribeEcsClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts index f615c9d7511eb..bbeca0ce3cf50 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts @@ -91,9 +91,7 @@ export class DescribeElasticIpsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts index bd20a4e693ad3..683ba53b8852b 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts @@ -105,9 +105,7 @@ export class DescribeElasticLoadBalancersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts index 53e3b06254eb6..4344cdf7be288 100644 --- a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts @@ -148,9 +148,7 @@ export class DescribeInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts index 5f76b46962dde..5422aeb76ac7f 100644 --- a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts @@ -164,9 +164,7 @@ export class DescribeLayersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts index ce04cd552c424..3a3281fcaa3b0 100644 --- a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts @@ -113,9 +113,7 @@ export class DescribeLoadBasedAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts index bf0a0ca2d5d9b..4ba7b67edc79f 100644 --- a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts @@ -73,9 +73,7 @@ export class DescribeMyUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts index b401349d5a5d2..a36dae852105e 100644 --- a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts @@ -78,9 +78,7 @@ export class DescribeOperatingSystemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts index 92f228ff467b7..ab00a965dcfe8 100644 --- a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts @@ -85,9 +85,7 @@ export class DescribePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts index f8a4e820e49a1..70f7a4d3f27f9 100644 --- a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts @@ -99,9 +99,7 @@ export class DescribeRaidArraysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts index d4c87da37f6e9..5ff08b7afe6a9 100644 --- a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts @@ -92,9 +92,7 @@ export class DescribeRdsDbInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts index a313ae52095b9..2beaf320abc39 100644 --- a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts @@ -90,9 +90,7 @@ export class DescribeServiceErrorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts index 718b06f00806a..22b14a8b1de97 100644 --- a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts @@ -87,9 +87,7 @@ export class DescribeStackProvisioningParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts index b5b2fbeb56d38..9a7367a1e3b80 100644 --- a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts @@ -105,9 +105,7 @@ export class DescribeStackSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts index 1757284eb2c38..fb2a57e252a7f 100644 --- a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts @@ -118,9 +118,7 @@ export class DescribeStacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts index 3df7d3037ca97..aee1dd737c93a 100644 --- a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts @@ -109,9 +109,7 @@ export class DescribeTimeBasedAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts index a0c051eada2bd..f4e9e8c5c270b 100644 --- a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts @@ -85,9 +85,7 @@ export class DescribeUserProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts index fdf2abebfceb2..76c5861827706 100644 --- a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts @@ -101,9 +101,7 @@ export class DescribeVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts index 94eee0322fe02..da3eb9ea012c0 100644 --- a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts @@ -73,9 +73,7 @@ export class DetachElasticLoadBalancerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts index 25de768c82249..dc9461b8aecb8 100644 --- a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts @@ -75,9 +75,7 @@ export class DisassociateElasticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts index 7346b68688bab..a2b3d4182971a 100644 --- a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts +++ b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts @@ -77,9 +77,7 @@ export class GetHostnameSuggestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/GrantAccessCommand.ts b/clients/client-opsworks/src/commands/GrantAccessCommand.ts index 3e01a79bf34a2..8cd9ba5a2d89b 100644 --- a/clients/client-opsworks/src/commands/GrantAccessCommand.ts +++ b/clients/client-opsworks/src/commands/GrantAccessCommand.ts @@ -80,9 +80,7 @@ export class GrantAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/ListTagsCommand.ts b/clients/client-opsworks/src/commands/ListTagsCommand.ts index 9c2df6fba089e..685cf114a65b6 100644 --- a/clients/client-opsworks/src/commands/ListTagsCommand.ts +++ b/clients/client-opsworks/src/commands/ListTagsCommand.ts @@ -76,9 +76,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts index dd513b4c174cd..80998b4cbe889 100644 --- a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts @@ -75,9 +75,7 @@ export class RebootInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts index 4c3185d639259..3115383fc9b04 100644 --- a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts @@ -82,9 +82,7 @@ export class RegisterEcsClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts index e0903df76e1d6..20890554c42c2 100644 --- a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts @@ -79,9 +79,7 @@ export class RegisterElasticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts index 7f9156c9d1af7..65783cf2c1c49 100644 --- a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts @@ -99,9 +99,7 @@ export class RegisterInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts index 3d2ccc590f4df..c8d6f844e4274 100644 --- a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts @@ -77,9 +77,7 @@ export class RegisterRdsDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts index 2e9f4e5b2ccc3..b2e66e762b7e0 100644 --- a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts @@ -79,9 +79,7 @@ export class RegisterVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts index 46b4edbb629c5..d5391ed9d7dce 100644 --- a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts @@ -104,9 +104,7 @@ export class SetLoadBasedAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/SetPermissionCommand.ts b/clients/client-opsworks/src/commands/SetPermissionCommand.ts index aa401116408a3..00b90e5935035 100644 --- a/clients/client-opsworks/src/commands/SetPermissionCommand.ts +++ b/clients/client-opsworks/src/commands/SetPermissionCommand.ts @@ -80,9 +80,7 @@ export class SetPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts index 8af806307cf0b..64cac78471367 100644 --- a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts @@ -95,9 +95,7 @@ export class SetTimeBasedAutoScalingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/StartInstanceCommand.ts b/clients/client-opsworks/src/commands/StartInstanceCommand.ts index 9ff8d7f043d65..c230fca20149c 100644 --- a/clients/client-opsworks/src/commands/StartInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StartInstanceCommand.ts @@ -75,9 +75,7 @@ export class StartInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/StartStackCommand.ts b/clients/client-opsworks/src/commands/StartStackCommand.ts index 2f2679674c2c5..3f0efc48e8f74 100644 --- a/clients/client-opsworks/src/commands/StartStackCommand.ts +++ b/clients/client-opsworks/src/commands/StartStackCommand.ts @@ -74,9 +74,7 @@ export class StartStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/StopInstanceCommand.ts b/clients/client-opsworks/src/commands/StopInstanceCommand.ts index a8b3a822ddd12..8b8dccd497a34 100644 --- a/clients/client-opsworks/src/commands/StopInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StopInstanceCommand.ts @@ -78,9 +78,7 @@ export class StopInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/StopStackCommand.ts b/clients/client-opsworks/src/commands/StopStackCommand.ts index 742fbc939a9b8..e5fdec5bb4ba9 100644 --- a/clients/client-opsworks/src/commands/StopStackCommand.ts +++ b/clients/client-opsworks/src/commands/StopStackCommand.ts @@ -74,9 +74,7 @@ export class StopStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/TagResourceCommand.ts b/clients/client-opsworks/src/commands/TagResourceCommand.ts index 7070c7c232a13..ef4bc812b46e6 100644 --- a/clients/client-opsworks/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/TagResourceCommand.ts @@ -73,9 +73,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts index b738260605acb..70d9d7fe2055e 100644 --- a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts @@ -77,9 +77,7 @@ export class UnassignInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts index 7854a71950296..3d445e2925161 100644 --- a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts @@ -76,9 +76,7 @@ export class UnassignVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UntagResourceCommand.ts b/clients/client-opsworks/src/commands/UntagResourceCommand.ts index 387a9bd8501ef..05df561ac3d12 100644 --- a/clients/client-opsworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/UntagResourceCommand.ts @@ -72,9 +72,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateAppCommand.ts b/clients/client-opsworks/src/commands/UpdateAppCommand.ts index 0fc25ec1376c2..ee5e6eca9917d 100644 --- a/clients/client-opsworks/src/commands/UpdateAppCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateAppCommand.ts @@ -111,9 +111,7 @@ export class UpdateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts index bf5c67a4a9f9d..68d1cf949bfb2 100644 --- a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts @@ -75,9 +75,7 @@ export class UpdateElasticIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts index b3506128aed1a..7fa3b309154a9 100644 --- a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts @@ -87,9 +87,7 @@ export class UpdateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts index cbe86f3bb9d68..609138ee5bfa9 100644 --- a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts @@ -140,9 +140,7 @@ export class UpdateLayerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts index 2c0a06ede1a9f..efbc1063eb447 100644 --- a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts @@ -71,9 +71,7 @@ export class UpdateMyUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts index 4a33787dfb387..eb787adc74555 100644 --- a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts @@ -76,9 +76,7 @@ export class UpdateRdsDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateStackCommand.ts b/clients/client-opsworks/src/commands/UpdateStackCommand.ts index 83a8d3eafbab1..b8718a906ba27 100644 --- a/clients/client-opsworks/src/commands/UpdateStackCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateStackCommand.ts @@ -106,9 +106,7 @@ export class UpdateStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts index 2d9675a941b57..84dce92a4cea3 100644 --- a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts @@ -76,9 +76,7 @@ export class UpdateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts index 53f2b2fa8b199..852e7fafe48ad 100644 --- a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts @@ -77,9 +77,7 @@ export class UpdateVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts index 8be1c777ef090..4bcad8a87203d 100644 --- a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts @@ -104,9 +104,7 @@ export class AssociateNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts index 19624c19c3156..5e86a325db6d3 100644 --- a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts @@ -134,9 +134,7 @@ export class CreateBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts index 62429e5eaafbf..8d036bbcc2fc3 100644 --- a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts @@ -181,9 +181,7 @@ export class CreateServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts index 22c3dc1d80617..1e16c8a50e874 100644 --- a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts @@ -82,9 +82,7 @@ export class DeleteBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts index dd377b9725dab..ecc6b5a942b4d 100644 --- a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts @@ -90,9 +90,7 @@ export class DeleteServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts index f0dfb8de9d396..e6e365846162b 100644 --- a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts @@ -74,9 +74,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts index 707c5e534cc2c..06950550bd324 100644 --- a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts @@ -122,9 +122,7 @@ export class DescribeBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts index 00bf6f9c5394f..1b1adeabf0232 100644 --- a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts @@ -96,9 +96,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts index ecf80ca6c10ec..c0bc169997809 100644 --- a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts @@ -95,9 +95,7 @@ export class DescribeNodeAssociationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts index a20d70067c3f4..68d9da484a62a 100644 --- a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts @@ -131,9 +131,7 @@ export class DescribeServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts index 659a516974ad2..eb0d0c41345d9 100644 --- a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts @@ -95,9 +95,7 @@ export class DisassociateNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts index 958320e353767..dc0df83f02298 100644 --- a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts +++ b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts @@ -106,9 +106,7 @@ export class ExportServerEngineAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts index 0c4c063874ad7..02b795a603734 100644 --- a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts index cd2c17bce9cdf..35b51650763c4 100644 --- a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts @@ -132,9 +132,7 @@ export class RestoreServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts index 550cb74a06ebf..78c8bd128b79b 100644 --- a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts +++ b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts @@ -129,9 +129,7 @@ export class StartMaintenanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts index 7838cbd6003dc..39af233f2ae33 100644 --- a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts index 0f41d029fc6d6..29115d2d67c7b 100644 --- a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts index e26fc9a07f2e1..9aad3fb4840d2 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts @@ -120,9 +120,7 @@ export class UpdateServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts index 552c277f923a5..114306f5b0b9d 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts @@ -135,9 +135,7 @@ export class UpdateServerEngineAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OpsWorksCMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts index d87ac57d2e4f8..a3194019aafbe 100644 --- a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts @@ -387,9 +387,7 @@ export class AcceptHandshakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/AttachPolicyCommand.ts b/clients/client-organizations/src/commands/AttachPolicyCommand.ts index 0e7d09253f44d..42b3c04420870 100644 --- a/clients/client-organizations/src/commands/AttachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/AttachPolicyCommand.ts @@ -463,9 +463,7 @@ export class AttachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts index 019101a37f2d0..db19af0a5ee3f 100644 --- a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts @@ -298,9 +298,7 @@ export class CancelHandshakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CloseAccountCommand.ts b/clients/client-organizations/src/commands/CloseAccountCommand.ts index 804366fea4839..0ede30a115d15 100644 --- a/clients/client-organizations/src/commands/CloseAccountCommand.ts +++ b/clients/client-organizations/src/commands/CloseAccountCommand.ts @@ -448,9 +448,7 @@ export class CloseAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CreateAccountCommand.ts b/clients/client-organizations/src/commands/CreateAccountCommand.ts index cd39440ae74d1..a3289cf772b95 100644 --- a/clients/client-organizations/src/commands/CreateAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateAccountCommand.ts @@ -514,9 +514,7 @@ export class CreateAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts index 9815f0cb83c0d..29df999ce59f1 100644 --- a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts @@ -545,9 +545,7 @@ export class CreateGovCloudAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts index b6502014b47d6..2aec053a3d3ad 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts @@ -477,9 +477,7 @@ export class CreateOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts index 5fb69cc9601e2..92008db0ecfa0 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts @@ -438,9 +438,7 @@ export class CreateOrganizationalUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/CreatePolicyCommand.ts b/clients/client-organizations/src/commands/CreatePolicyCommand.ts index 0e40535ef893c..95feed8a55e68 100644 --- a/clients/client-organizations/src/commands/CreatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/CreatePolicyCommand.ts @@ -462,9 +462,7 @@ export class CreatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts index 303f5e1492dc6..c7792395cc9f9 100644 --- a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts @@ -294,9 +294,7 @@ export class DeclineHandshakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts index 1e84e79f51ac6..a6ea9fc370687 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts @@ -193,9 +193,7 @@ export class DeleteOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts index eeb90b1f7d57e..0af45be2ec2ea 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts @@ -214,9 +214,7 @@ export class DeleteOrganizationalUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeletePolicyCommand.ts b/clients/client-organizations/src/commands/DeletePolicyCommand.ts index c7bbcabd6bf9a..f0525654f5e1c 100644 --- a/clients/client-organizations/src/commands/DeletePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeletePolicyCommand.ts @@ -218,9 +218,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts index 2251dbcaedcfe..ba9cd02a08eec 100644 --- a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts @@ -287,9 +287,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts index e0e58a1505f9b..c3b1cb9d03199 100644 --- a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts @@ -415,9 +415,7 @@ export class DeregisterDelegatedAdministratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeAccountCommand.ts b/clients/client-organizations/src/commands/DescribeAccountCommand.ts index 73fddaa53e000..c17e30af36607 100644 --- a/clients/client-organizations/src/commands/DescribeAccountCommand.ts +++ b/clients/client-organizations/src/commands/DescribeAccountCommand.ts @@ -229,9 +229,7 @@ export class DescribeAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts index fba116f80c177..e0597cc7cb621 100644 --- a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts @@ -233,9 +233,7 @@ export class DescribeCreateAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts index bfab5ebec16e1..21e4942a1bf74 100644 --- a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts @@ -413,9 +413,7 @@ export class DescribeEffectivePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts index a1813511bc0de..a8fbfb8d2981f 100644 --- a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts @@ -281,9 +281,7 @@ export class DescribeHandshakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts index 24f72063898c5..5442862b2f6df 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts @@ -133,9 +133,7 @@ export class DescribeOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts index 21ec0e460eb17..f41d3e8bedead 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts @@ -219,9 +219,7 @@ export class DescribeOrganizationalUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribePolicyCommand.ts b/clients/client-organizations/src/commands/DescribePolicyCommand.ts index d82f03f37a025..510d4fd6af60e 100644 --- a/clients/client-organizations/src/commands/DescribePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribePolicyCommand.ts @@ -233,9 +233,7 @@ export class DescribePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts index fb101bb128987..4bdefb39bdf9c 100644 --- a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts @@ -293,9 +293,7 @@ export class DescribeResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DetachPolicyCommand.ts b/clients/client-organizations/src/commands/DetachPolicyCommand.ts index fd0d31326b372..e3f68d7071d57 100644 --- a/clients/client-organizations/src/commands/DetachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/DetachPolicyCommand.ts @@ -432,9 +432,7 @@ export class DetachPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts index fb437fd0dea9e..a8fd38f4e04dd 100644 --- a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts @@ -444,9 +444,7 @@ export class DisableAWSServiceAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts index 45fe2ce90de85..3142a0f0e21be 100644 --- a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts @@ -449,9 +449,7 @@ export class DisablePolicyTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts index 1ca1234a5209c..a633a1f567828 100644 --- a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts @@ -408,9 +408,7 @@ export class EnableAWSServiceAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts index 65c473a096b12..81f3d4890c433 100644 --- a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts +++ b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts @@ -338,9 +338,7 @@ export class EnableAllFeaturesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts index f50a376322ced..9978bc45d73ce 100644 --- a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts @@ -457,9 +457,7 @@ export class EnablePolicyTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts index 1ef9578ce724d..c838f366ecbc6 100644 --- a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts @@ -596,9 +596,7 @@ export class InviteAccountToOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts index a3708a85c0c01..2d44074e4419e 100644 --- a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts @@ -469,9 +469,7 @@ export class LeaveOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts index b3dfd772af8e2..da74daede3249 100644 --- a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts @@ -410,9 +410,7 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListAccountsCommand.ts b/clients/client-organizations/src/commands/ListAccountsCommand.ts index 3bbb2d6b0dcd1..62dc5445af62a 100644 --- a/clients/client-organizations/src/commands/ListAccountsCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsCommand.ts @@ -263,9 +263,7 @@ export class ListAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts index 0010fb4b1bba9..211cecabec0c0 100644 --- a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts @@ -258,9 +258,7 @@ export class ListAccountsForParentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListChildrenCommand.ts b/clients/client-organizations/src/commands/ListChildrenCommand.ts index 39617320ba853..9123796e19214 100644 --- a/clients/client-organizations/src/commands/ListChildrenCommand.ts +++ b/clients/client-organizations/src/commands/ListChildrenCommand.ts @@ -239,9 +239,7 @@ export class ListChildrenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts index 81a8b994f2801..9424315eceda8 100644 --- a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts @@ -275,9 +275,7 @@ export class ListCreateAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts index 85efedc5276a9..2922afe9a153a 100644 --- a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts @@ -411,9 +411,7 @@ export class ListDelegatedAdministratorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts index 71eda5a6d030e..9aaf169c36ab9 100644 --- a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts @@ -412,9 +412,7 @@ export class ListDelegatedServicesForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts index a0b4313d3043c..92a9b95981350 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts @@ -298,9 +298,7 @@ export class ListHandshakesForAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts index 22e9f2c7f5b16..727394c42c22d 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts @@ -352,9 +352,7 @@ export class ListHandshakesForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts index 43637b9095789..0e1392579b262 100644 --- a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts @@ -243,9 +243,7 @@ export class ListOrganizationalUnitsForParentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListParentsCommand.ts b/clients/client-organizations/src/commands/ListParentsCommand.ts index 64d09d8178d7a..efb4aec810292 100644 --- a/clients/client-organizations/src/commands/ListParentsCommand.ts +++ b/clients/client-organizations/src/commands/ListParentsCommand.ts @@ -237,9 +237,7 @@ export class ListParentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListPoliciesCommand.ts b/clients/client-organizations/src/commands/ListPoliciesCommand.ts index 3cc051af8bae6..878894d09fb83 100644 --- a/clients/client-organizations/src/commands/ListPoliciesCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesCommand.ts @@ -255,9 +255,7 @@ export class ListPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts index f2d00889c2bcc..867fcfc967808 100644 --- a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts @@ -247,9 +247,7 @@ export class ListPoliciesForTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListRootsCommand.ts b/clients/client-organizations/src/commands/ListRootsCommand.ts index c05c3eda09329..2bcbbaf80e8e1 100644 --- a/clients/client-organizations/src/commands/ListRootsCommand.ts +++ b/clients/client-organizations/src/commands/ListRootsCommand.ts @@ -246,9 +246,7 @@ export class ListRootsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts index 547e9354f782e..791e41cbfdce9 100644 --- a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts @@ -217,9 +217,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts index 8d657149d7e33..b092fab5c7e7c 100644 --- a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts @@ -251,9 +251,7 @@ export class ListTargetsForPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/MoveAccountCommand.ts b/clients/client-organizations/src/commands/MoveAccountCommand.ts index 1018ebe326b04..e5801e0080f87 100644 --- a/clients/client-organizations/src/commands/MoveAccountCommand.ts +++ b/clients/client-organizations/src/commands/MoveAccountCommand.ts @@ -224,9 +224,7 @@ export class MoveAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts index 05cd9f22ae384..04650f7fc582a 100644 --- a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts @@ -405,9 +405,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts index cf1a8096de7c9..a2bd62d5da968 100644 --- a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts @@ -411,9 +411,7 @@ export class RegisterDelegatedAdministratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts index aa8180bc99ae9..b23cbfee60a54 100644 --- a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts @@ -441,9 +441,7 @@ export class RemoveAccountFromOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/TagResourceCommand.ts b/clients/client-organizations/src/commands/TagResourceCommand.ts index 2c45ebf9c1574..2fef789dfda33 100644 --- a/clients/client-organizations/src/commands/TagResourceCommand.ts +++ b/clients/client-organizations/src/commands/TagResourceCommand.ts @@ -414,9 +414,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/UntagResourceCommand.ts b/clients/client-organizations/src/commands/UntagResourceCommand.ts index c63475196689a..e84386f9ec529 100644 --- a/clients/client-organizations/src/commands/UntagResourceCommand.ts +++ b/clients/client-organizations/src/commands/UntagResourceCommand.ts @@ -411,9 +411,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts index 4583e270d02ed..b5934e044bde9 100644 --- a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts @@ -229,9 +229,7 @@ export class UpdateOrganizationalUnitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts index 1ededfa244628..7affe2fec43c0 100644 --- a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts @@ -480,9 +480,7 @@ export class UpdatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OrganizationsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/CreatePipelineCommand.ts b/clients/client-osis/src/commands/CreatePipelineCommand.ts index 5b367ac21cc9d..202a5029adeb5 100644 --- a/clients/client-osis/src/commands/CreatePipelineCommand.ts +++ b/clients/client-osis/src/commands/CreatePipelineCommand.ts @@ -186,9 +186,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/DeletePipelineCommand.ts b/clients/client-osis/src/commands/DeletePipelineCommand.ts index aeb4cdf7d0095..84a7de883d1b8 100644 --- a/clients/client-osis/src/commands/DeletePipelineCommand.ts +++ b/clients/client-osis/src/commands/DeletePipelineCommand.ts @@ -82,9 +82,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts index 1fb886145206f..1466c7dff8829 100644 --- a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts @@ -93,9 +93,7 @@ export class GetPipelineBlueprintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts index 2342e24f7cc5d..5bde0df62f034 100644 --- a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts @@ -98,9 +98,7 @@ export class GetPipelineChangeProgressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/GetPipelineCommand.ts b/clients/client-osis/src/commands/GetPipelineCommand.ts index 4403f2b50099c..bf5cca15a94c5 100644 --- a/clients/client-osis/src/commands/GetPipelineCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineCommand.ts @@ -146,9 +146,7 @@ export class GetPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts index 6b44b619bd779..b0f50ceeb12ad 100644 --- a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts +++ b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts @@ -88,9 +88,7 @@ export class ListPipelineBlueprintsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/ListPipelinesCommand.ts b/clients/client-osis/src/commands/ListPipelinesCommand.ts index 3a722e59ef285..0dfacd4d59f3e 100644 --- a/clients/client-osis/src/commands/ListPipelinesCommand.ts +++ b/clients/client-osis/src/commands/ListPipelinesCommand.ts @@ -109,9 +109,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts index a2afb035ddf40..fcba104075fdd 100644 --- a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/StartPipelineCommand.ts b/clients/client-osis/src/commands/StartPipelineCommand.ts index 5f65a3aaec1b1..0b57c6454757d 100644 --- a/clients/client-osis/src/commands/StartPipelineCommand.ts +++ b/clients/client-osis/src/commands/StartPipelineCommand.ts @@ -149,9 +149,7 @@ export class StartPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/StopPipelineCommand.ts b/clients/client-osis/src/commands/StopPipelineCommand.ts index 32c87542530c7..988db95f3c8da 100644 --- a/clients/client-osis/src/commands/StopPipelineCommand.ts +++ b/clients/client-osis/src/commands/StopPipelineCommand.ts @@ -149,9 +149,7 @@ export class StopPipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/TagResourceCommand.ts b/clients/client-osis/src/commands/TagResourceCommand.ts index b8c63f8bdfe2a..8b2eaa357da85 100644 --- a/clients/client-osis/src/commands/TagResourceCommand.ts +++ b/clients/client-osis/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/UntagResourceCommand.ts b/clients/client-osis/src/commands/UntagResourceCommand.ts index 88110a62848c5..94a990bbe90dc 100644 --- a/clients/client-osis/src/commands/UntagResourceCommand.ts +++ b/clients/client-osis/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/UpdatePipelineCommand.ts b/clients/client-osis/src/commands/UpdatePipelineCommand.ts index e824f17f48d20..95115a52039b8 100644 --- a/clients/client-osis/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-osis/src/commands/UpdatePipelineCommand.ts @@ -164,9 +164,7 @@ export class UpdatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-osis/src/commands/ValidatePipelineCommand.ts b/clients/client-osis/src/commands/ValidatePipelineCommand.ts index f882aaf76dc35..38bb14eb773a8 100644 --- a/clients/client-osis/src/commands/ValidatePipelineCommand.ts +++ b/clients/client-osis/src/commands/ValidatePipelineCommand.ts @@ -85,9 +85,7 @@ export class ValidatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OSISClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/CancelCapacityTaskCommand.ts b/clients/client-outposts/src/commands/CancelCapacityTaskCommand.ts index afc3fe7328489..a9d03caa61511 100644 --- a/clients/client-outposts/src/commands/CancelCapacityTaskCommand.ts +++ b/clients/client-outposts/src/commands/CancelCapacityTaskCommand.ts @@ -79,9 +79,7 @@ export class CancelCapacityTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/CancelOrderCommand.ts b/clients/client-outposts/src/commands/CancelOrderCommand.ts index 8ab35186c3514..16355e2b91f7e 100644 --- a/clients/client-outposts/src/commands/CancelOrderCommand.ts +++ b/clients/client-outposts/src/commands/CancelOrderCommand.ts @@ -78,9 +78,7 @@ export class CancelOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/CreateOrderCommand.ts b/clients/client-outposts/src/commands/CreateOrderCommand.ts index 59f375117577a..fba5a4856e1e5 100644 --- a/clients/client-outposts/src/commands/CreateOrderCommand.ts +++ b/clients/client-outposts/src/commands/CreateOrderCommand.ts @@ -122,9 +122,7 @@ export class CreateOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/CreateOutpostCommand.ts b/clients/client-outposts/src/commands/CreateOutpostCommand.ts index 4bd8a5754839a..a07d3d49e1f39 100644 --- a/clients/client-outposts/src/commands/CreateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/CreateOutpostCommand.ts @@ -107,9 +107,7 @@ export class CreateOutpostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/CreateSiteCommand.ts b/clients/client-outposts/src/commands/CreateSiteCommand.ts index e17f19cf2cd1e..69d98d3578c1e 100644 --- a/clients/client-outposts/src/commands/CreateSiteCommand.ts +++ b/clients/client-outposts/src/commands/CreateSiteCommand.ts @@ -146,9 +146,7 @@ export class CreateSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts index 3b7ab44c21083..5dbfd35f5c82e 100644 --- a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts +++ b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts @@ -78,9 +78,7 @@ export class DeleteOutpostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/DeleteSiteCommand.ts b/clients/client-outposts/src/commands/DeleteSiteCommand.ts index e851dad5158ec..8a41fc0a5c1ba 100644 --- a/clients/client-outposts/src/commands/DeleteSiteCommand.ts +++ b/clients/client-outposts/src/commands/DeleteSiteCommand.ts @@ -78,9 +78,7 @@ export class DeleteSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetCapacityTaskCommand.ts b/clients/client-outposts/src/commands/GetCapacityTaskCommand.ts index 7c90d46cb2f2a..837880420762f 100644 --- a/clients/client-outposts/src/commands/GetCapacityTaskCommand.ts +++ b/clients/client-outposts/src/commands/GetCapacityTaskCommand.ts @@ -95,9 +95,7 @@ export class GetCapacityTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts index 048fc18b2f735..609b35224ac89 100644 --- a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts +++ b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts @@ -92,9 +92,7 @@ export class GetCatalogItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetConnectionCommand.ts b/clients/client-outposts/src/commands/GetConnectionCommand.ts index a486440df5711..5cbb4458aedff 100644 --- a/clients/client-outposts/src/commands/GetConnectionCommand.ts +++ b/clients/client-outposts/src/commands/GetConnectionCommand.ts @@ -97,9 +97,7 @@ export class GetConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetOrderCommand.ts b/clients/client-outposts/src/commands/GetOrderCommand.ts index 4b548caa732e4..c811ca0dcb41b 100644 --- a/clients/client-outposts/src/commands/GetOrderCommand.ts +++ b/clients/client-outposts/src/commands/GetOrderCommand.ts @@ -105,9 +105,7 @@ export class GetOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetOutpostCommand.ts b/clients/client-outposts/src/commands/GetOutpostCommand.ts index 75020ac1be5f9..80c4117dc347b 100644 --- a/clients/client-outposts/src/commands/GetOutpostCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostCommand.ts @@ -92,9 +92,7 @@ export class GetOutpostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts index 454bdad1b84e5..086f3cc7c9cb5 100644 --- a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts @@ -87,9 +87,7 @@ export class GetOutpostInstanceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetOutpostSupportedInstanceTypesCommand.ts b/clients/client-outposts/src/commands/GetOutpostSupportedInstanceTypesCommand.ts index 77a00f65fc95b..353cc5724d091 100644 --- a/clients/client-outposts/src/commands/GetOutpostSupportedInstanceTypesCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostSupportedInstanceTypesCommand.ts @@ -94,9 +94,7 @@ export class GetOutpostSupportedInstanceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts index 99c8a7269efa9..e2d08241188f7 100644 --- a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts @@ -92,9 +92,7 @@ export class GetSiteAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/GetSiteCommand.ts b/clients/client-outposts/src/commands/GetSiteCommand.ts index bf01908983267..0243cbd93936a 100644 --- a/clients/client-outposts/src/commands/GetSiteCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteCommand.ts @@ -101,9 +101,7 @@ export class GetSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListAssetsCommand.ts b/clients/client-outposts/src/commands/ListAssetsCommand.ts index 27e62d1b206dd..3f2422b67ee2b 100644 --- a/clients/client-outposts/src/commands/ListAssetsCommand.ts +++ b/clients/client-outposts/src/commands/ListAssetsCommand.ts @@ -105,9 +105,7 @@ export class ListAssetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListCapacityTasksCommand.ts b/clients/client-outposts/src/commands/ListCapacityTasksCommand.ts index 30cf958c71d7b..5177a51fe8ac2 100644 --- a/clients/client-outposts/src/commands/ListCapacityTasksCommand.ts +++ b/clients/client-outposts/src/commands/ListCapacityTasksCommand.ts @@ -96,9 +96,7 @@ export class ListCapacityTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts index 8681283cbce71..6b1eedead7fb8 100644 --- a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts +++ b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts @@ -108,9 +108,7 @@ export class ListCatalogItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListOrdersCommand.ts b/clients/client-outposts/src/commands/ListOrdersCommand.ts index e9d9fdc45c547..d8cd0d2c9e19e 100644 --- a/clients/client-outposts/src/commands/ListOrdersCommand.ts +++ b/clients/client-outposts/src/commands/ListOrdersCommand.ts @@ -92,9 +92,7 @@ export class ListOrdersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListOutpostsCommand.ts b/clients/client-outposts/src/commands/ListOutpostsCommand.ts index 9556b5f719f6e..6a249ad3976da 100644 --- a/clients/client-outposts/src/commands/ListOutpostsCommand.ts +++ b/clients/client-outposts/src/commands/ListOutpostsCommand.ts @@ -105,9 +105,7 @@ export class ListOutpostsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListSitesCommand.ts b/clients/client-outposts/src/commands/ListSitesCommand.ts index 2d866053c64ad..aa7444390c6b7 100644 --- a/clients/client-outposts/src/commands/ListSitesCommand.ts +++ b/clients/client-outposts/src/commands/ListSitesCommand.ts @@ -115,9 +115,7 @@ export class ListSitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts index f58a733e1d0d0..d8ae459b593ca 100644 --- a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/StartCapacityTaskCommand.ts b/clients/client-outposts/src/commands/StartCapacityTaskCommand.ts index 495d566f7b25c..de6467eecbfaa 100644 --- a/clients/client-outposts/src/commands/StartCapacityTaskCommand.ts +++ b/clients/client-outposts/src/commands/StartCapacityTaskCommand.ts @@ -105,9 +105,7 @@ export class StartCapacityTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/StartConnectionCommand.ts b/clients/client-outposts/src/commands/StartConnectionCommand.ts index 59a39ef315b60..d1c6ac298fe50 100644 --- a/clients/client-outposts/src/commands/StartConnectionCommand.ts +++ b/clients/client-outposts/src/commands/StartConnectionCommand.ts @@ -91,9 +91,7 @@ export class StartConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/TagResourceCommand.ts b/clients/client-outposts/src/commands/TagResourceCommand.ts index 8e540976d4b36..e3b6ad1b582fa 100644 --- a/clients/client-outposts/src/commands/TagResourceCommand.ts +++ b/clients/client-outposts/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/UntagResourceCommand.ts b/clients/client-outposts/src/commands/UntagResourceCommand.ts index aad5a6a18e379..89705e4f7523b 100644 --- a/clients/client-outposts/src/commands/UntagResourceCommand.ts +++ b/clients/client-outposts/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts index 60a5d545853e7..d510115a06e60 100644 --- a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts @@ -98,9 +98,7 @@ export class UpdateOutpostCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts index d6ef46a96f754..3f9285c1fae43 100644 --- a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts @@ -111,9 +111,7 @@ export class UpdateSiteAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/UpdateSiteCommand.ts b/clients/client-outposts/src/commands/UpdateSiteCommand.ts index fbf13ca3c4863..a03aeb7dd9841 100644 --- a/clients/client-outposts/src/commands/UpdateSiteCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteCommand.ts @@ -107,9 +107,7 @@ export class UpdateSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts index 771633f29c2bc..5f33894dd844d 100644 --- a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts @@ -123,9 +123,7 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts index 33dc41c552057..3f682247e030a 100644 --- a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts @@ -90,9 +90,7 @@ export class CreateApplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts index e85eecf1ef228..50ad43c82371b 100644 --- a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts +++ b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts @@ -94,9 +94,7 @@ export class CreateJobForDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts index 7eeb7a41521c8..6e35b9cb1faf6 100644 --- a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts @@ -96,9 +96,7 @@ export class CreateNodeFromTemplateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/CreatePackageCommand.ts b/clients/client-panorama/src/commands/CreatePackageCommand.ts index be41b708417d0..f01598e73b50a 100644 --- a/clients/client-panorama/src/commands/CreatePackageCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageCommand.ts @@ -88,9 +88,7 @@ export class CreatePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts index bdfd5798d683d..66f0f8f29fd7b 100644 --- a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts @@ -102,9 +102,7 @@ export class CreatePackageImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts index b894f85cec17a..fe2f69076bdc1 100644 --- a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts @@ -80,9 +80,7 @@ export class DeleteDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DeletePackageCommand.ts b/clients/client-panorama/src/commands/DeletePackageCommand.ts index 01b5a86a8a051..a2c646ac01f89 100644 --- a/clients/client-panorama/src/commands/DeletePackageCommand.ts +++ b/clients/client-panorama/src/commands/DeletePackageCommand.ts @@ -83,9 +83,7 @@ export class DeletePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts index d53171fe1cb1d..db1ec3d37d4e5 100644 --- a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts @@ -82,9 +82,7 @@ export class DeregisterPackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts index a290d7ac6857a..6bda181d8d3d9 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts @@ -108,9 +108,7 @@ export class DescribeApplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts index 66e42f6b126c7..68cada6111f71 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts @@ -99,9 +99,7 @@ export class DescribeApplicationInstanceDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts index bb9dfaf984eeb..537715e5f3b68 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts @@ -151,9 +151,7 @@ export class DescribeDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts index 4954857bd2a37..1f14a20b35f13 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts @@ -88,9 +88,7 @@ export class DescribeDeviceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeNodeCommand.ts b/clients/client-panorama/src/commands/DescribeNodeCommand.ts index b1da05dcf2796..b3f1d9b6b75e4 100644 --- a/clients/client-panorama/src/commands/DescribeNodeCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeCommand.ts @@ -111,9 +111,7 @@ export class DescribeNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts index 278656ee45f9b..f3c9b6cf63abc 100644 --- a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts @@ -106,9 +106,7 @@ export class DescribeNodeFromTemplateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribePackageCommand.ts b/clients/client-panorama/src/commands/DescribePackageCommand.ts index 3d15459e02ae5..c2b949a23907f 100644 --- a/clients/client-panorama/src/commands/DescribePackageCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageCommand.ts @@ -99,9 +99,7 @@ export class DescribePackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts index a110ffa5fc841..65fe3b3913b19 100644 --- a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts @@ -116,9 +116,7 @@ export class DescribePackageImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts index 41c76d6cdd86b..e5f472114ab53 100644 --- a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts @@ -92,9 +92,7 @@ export class DescribePackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts index 3bc999597db14..28e2e483cd682 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts @@ -88,9 +88,7 @@ export class ListApplicationInstanceDependenciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts index 83f1e786f44e0..c36267ce662d2 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts @@ -92,9 +92,7 @@ export class ListApplicationInstanceNodeInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts index 7978478d3ea57..d8d21cc0d1e67 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts @@ -99,9 +99,7 @@ export class ListApplicationInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListDevicesCommand.ts b/clients/client-panorama/src/commands/ListDevicesCommand.ts index dcfe94a93e389..9b0a219cc4bcd 100644 --- a/clients/client-panorama/src/commands/ListDevicesCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesCommand.ts @@ -105,9 +105,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts index c916cfb6bcfe3..03756a3733645 100644 --- a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts @@ -91,9 +91,7 @@ export class ListDevicesJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts index d1e1ebd33445b..63285473ebb8f 100644 --- a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts @@ -88,9 +88,7 @@ export class ListNodeFromTemplateJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListNodesCommand.ts b/clients/client-panorama/src/commands/ListNodesCommand.ts index 5f14dc18f962e..dc0546021c5a2 100644 --- a/clients/client-panorama/src/commands/ListNodesCommand.ts +++ b/clients/client-panorama/src/commands/ListNodesCommand.ts @@ -95,9 +95,7 @@ export class ListNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts index e3dafa089fe65..fd0c29256deb0 100644 --- a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts @@ -88,9 +88,7 @@ export class ListPackageImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListPackagesCommand.ts b/clients/client-panorama/src/commands/ListPackagesCommand.ts index a3740439486b3..ea1df2dca2cc9 100644 --- a/clients/client-panorama/src/commands/ListPackagesCommand.ts +++ b/clients/client-panorama/src/commands/ListPackagesCommand.ts @@ -92,9 +92,7 @@ export class ListPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts index 5f3ef6fc73275..c4711d16e81af 100644 --- a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts index 6a2a0846e9da2..8ce7479135c9d 100644 --- a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts +++ b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts @@ -120,9 +120,7 @@ export class ProvisionDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts index 3105c0be3741f..56c8999231b87 100644 --- a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts @@ -79,9 +79,7 @@ export class RegisterPackageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts index 2c79e4310a139..b0bf4c08898e1 100644 --- a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts @@ -78,9 +78,7 @@ export class RemoveApplicationInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts index d5cebfc5eaec5..d45c2db944bef 100644 --- a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts @@ -92,9 +92,7 @@ export class SignalApplicationInstanceNodeInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/TagResourceCommand.ts b/clients/client-panorama/src/commands/TagResourceCommand.ts index 7d0c324a08fc5..be9e1f3ef6472 100644 --- a/clients/client-panorama/src/commands/TagResourceCommand.ts +++ b/clients/client-panorama/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/UntagResourceCommand.ts b/clients/client-panorama/src/commands/UntagResourceCommand.ts index b0303bbd7bb09..867334f0eac67 100644 --- a/clients/client-panorama/src/commands/UntagResourceCommand.ts +++ b/clients/client-panorama/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts index c87521b3cfe0f..d069439869d0a 100644 --- a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts +++ b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts @@ -81,9 +81,7 @@ export class UpdateDeviceMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PanoramaClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts index 7a6fc1ec2a89c..cd164fc258a91 100644 --- a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts @@ -149,9 +149,7 @@ export class DecryptDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts index b99c76dda1bfb..cba9361b7b34f 100644 --- a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts @@ -155,9 +155,7 @@ export class EncryptDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts index c5bf9812a98a3..a9e873b79dad4 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts @@ -145,9 +145,7 @@ export class GenerateCardValidationDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts index 1a93999b37883..f068be947293d 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts @@ -136,9 +136,7 @@ export class GenerateMacCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts index 6a83b69de0d2e..2fe1e6a5d06aa 100644 --- a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts @@ -156,9 +156,7 @@ export class GeneratePinDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts index 7006b60980781..aeaf294002fb8 100644 --- a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts @@ -163,9 +163,7 @@ export class ReEncryptDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts index 596f1168a495f..5183c7985a8e7 100644 --- a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts @@ -160,9 +160,7 @@ export class TranslatePinDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts index f8a4d1d9375b3..2a9dfb7a2090a 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts @@ -154,9 +154,7 @@ export class VerifyAuthRequestCryptogramCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts index 7b1066379e47f..03107fe9f723a 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts @@ -156,9 +156,7 @@ export class VerifyCardValidationDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts index 10d2703bc72cf..d8883db5ba56f 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts @@ -133,9 +133,7 @@ export class VerifyMacCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts index 62f91a11b12d1..82405c69655e0 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts @@ -130,9 +130,7 @@ export class VerifyPinDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts index 96c3d6e612e02..f5ec7a9701af8 100644 --- a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts @@ -126,9 +126,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts index 505d79c4822e3..2f68a9554f6cd 100644 --- a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts @@ -171,9 +171,7 @@ export class CreateKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts index 1ba764a618d09..031a359a9e59c 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts @@ -116,9 +116,7 @@ export class DeleteAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts index 59944932e8b7e..cb14a9028bddb 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts @@ -144,9 +144,7 @@ export class DeleteKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts index 0eea8d11ff068..ae91728130fa0 100644 --- a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts @@ -260,9 +260,7 @@ export class ExportKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts index 1dbeb88eba1fd..1129b4ebcae5f 100644 --- a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts @@ -117,9 +117,7 @@ export class GetAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts index 6d64c5a9443b1..2b6d3ef10cba9 100644 --- a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts @@ -138,9 +138,7 @@ export class GetKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts index dbc0b11a5099f..3b23fb1db524e 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts @@ -120,9 +120,7 @@ export class GetParametersForExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts index c73b25464c7e3..b70634a76e0bd 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts @@ -120,9 +120,7 @@ export class GetParametersForImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts index 7fbbe96285469..2262583952484 100644 --- a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts @@ -95,9 +95,7 @@ export class GetPublicKeyCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts index 834451e8a756f..05def5910e271 100644 --- a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts @@ -335,9 +335,7 @@ export class ImportKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts index 7b2690ecf1e55..f321ff83a1b6f 100644 --- a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts @@ -123,9 +123,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts index c4621394b860a..ff6b519b99603 100644 --- a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts @@ -139,9 +139,7 @@ export class ListKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts index c7a0ebb879f3b..0fa59cbb3fe60 100644 --- a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts @@ -115,9 +115,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts index 3f243ca13993a..f393a9f9a7477 100644 --- a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts @@ -146,9 +146,7 @@ export class RestoreKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts index 6065a1aff085c..06c84c5f44b32 100644 --- a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts @@ -134,9 +134,7 @@ export class StartKeyUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts index c1a74623a83b1..a2766751ed912 100644 --- a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts @@ -140,9 +140,7 @@ export class StopKeyUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts index 66df3edec65f3..fc835c3094eb7 100644 --- a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts @@ -118,9 +118,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts index e352392d19779..d563bc408a7aa 100644 --- a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts @@ -111,9 +111,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts index fc36416082990..aeaf482671b92 100644 --- a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts @@ -121,9 +121,7 @@ export class UpdateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PaymentCryptographyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts index f4dcb4b7aaca3..654b78db63e9b 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts @@ -105,9 +105,7 @@ export class CreateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts index 159ebf4db6136..ef7d5de3e81c7 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts @@ -101,9 +101,7 @@ export class CreateDirectoryRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts index c6d7f5049ab4d..13ae514c841d3 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts @@ -93,9 +93,7 @@ export class CreateServicePrincipalNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts index 960249dd4b78a..03c9062315533 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts @@ -336,9 +336,7 @@ export class CreateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts index 42154935e061b..00f6c3ec94d16 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts @@ -104,9 +104,7 @@ export class CreateTemplateGroupAccessControlEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts index 7d01ccfa7dc4f..e9f5e38f74610 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts @@ -93,9 +93,7 @@ export class DeleteConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts index 44ecc0988d033..f1acea1bb179c 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts @@ -89,9 +89,7 @@ export class DeleteDirectoryRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts index a4682b38de0f2..65b28552b5279 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts @@ -87,9 +87,7 @@ export class DeleteServicePrincipalNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts index 62bc33b42d630..7c6586caed3ff 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeleteTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts index 6c55f8f588cf5..06a20a3d87134 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts @@ -94,9 +94,7 @@ export class DeleteTemplateGroupAccessControlEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts index 6bf7f3be50cad..39229b0f78801 100644 --- a/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts @@ -102,9 +102,7 @@ export class GetConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts index ffe3151dd1549..529b9e2c59898 100644 --- a/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts @@ -94,9 +94,7 @@ export class GetDirectoryRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts index 5b68597d5a39b..17f79ba9ed5b6 100644 --- a/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts @@ -96,9 +96,7 @@ export class GetServicePrincipalNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts index 1a17c36d14a8d..0ce02f4fc63f3 100644 --- a/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts @@ -337,9 +337,7 @@ export class GetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts index fb80097f0c2d0..8fdb35b73dd31 100644 --- a/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts @@ -106,9 +106,7 @@ export class GetTemplateGroupAccessControlEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts b/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts index 817ee398dd7b3..a1d0a5fe8b70d 100644 --- a/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts @@ -101,9 +101,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts b/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts index 6d06cee3110fc..1f70fb933c229 100644 --- a/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts @@ -95,9 +95,7 @@ export class ListDirectoryRegistrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts index 47228ed289711..7c485540b2e3b 100644 --- a/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts @@ -100,9 +100,7 @@ export class ListServicePrincipalNamesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts index 9b59c239fc045..2861f16c9f1e6 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts index 3ba2c677d7858..7d80280d255e7 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts @@ -111,9 +111,7 @@ export class ListTemplateGroupAccessControlEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts index fec3b675b5a85..fd4ec0bd99715 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts @@ -341,9 +341,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts index bf7efb60966b1..d7ac4fee60c2b 100644 --- a/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts index 7daa1d8eecd7a..35a0f626fdb48 100644 --- a/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts index 6ded00c692b19..35feac60029a1 100644 --- a/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts @@ -326,9 +326,7 @@ export class UpdateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts index 89d5c32106c89..33c0a103b12ed 100644 --- a/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts @@ -99,9 +99,7 @@ export class UpdateTemplateGroupAccessControlEntryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorAdClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/CreateChallengeCommand.ts b/clients/client-pca-connector-scep/src/commands/CreateChallengeCommand.ts index adcd8a2357974..d015242d46946 100644 --- a/clients/client-pca-connector-scep/src/commands/CreateChallengeCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/CreateChallengeCommand.ts @@ -110,9 +110,7 @@ export class CreateChallengeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/CreateConnectorCommand.ts b/clients/client-pca-connector-scep/src/commands/CreateConnectorCommand.ts index f90f5947783b5..2cfeda3042c34 100644 --- a/clients/client-pca-connector-scep/src/commands/CreateConnectorCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/CreateConnectorCommand.ts @@ -102,9 +102,7 @@ export class CreateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/DeleteChallengeCommand.ts b/clients/client-pca-connector-scep/src/commands/DeleteChallengeCommand.ts index 2736b699b87ba..abed8d88874ee 100644 --- a/clients/client-pca-connector-scep/src/commands/DeleteChallengeCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/DeleteChallengeCommand.ts @@ -87,9 +87,7 @@ export class DeleteChallengeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/DeleteConnectorCommand.ts b/clients/client-pca-connector-scep/src/commands/DeleteConnectorCommand.ts index 7a9a577c14664..8cedeb492024c 100644 --- a/clients/client-pca-connector-scep/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/DeleteConnectorCommand.ts @@ -87,9 +87,7 @@ export class DeleteConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/GetChallengeMetadataCommand.ts b/clients/client-pca-connector-scep/src/commands/GetChallengeMetadataCommand.ts index e1cf8f72906e9..cf67c83c38b2a 100644 --- a/clients/client-pca-connector-scep/src/commands/GetChallengeMetadataCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/GetChallengeMetadataCommand.ts @@ -90,9 +90,7 @@ export class GetChallengeMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/GetChallengePasswordCommand.ts b/clients/client-pca-connector-scep/src/commands/GetChallengePasswordCommand.ts index 1aeb4362fd3f1..f3608ca454b97 100644 --- a/clients/client-pca-connector-scep/src/commands/GetChallengePasswordCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/GetChallengePasswordCommand.ts @@ -89,9 +89,7 @@ export class GetChallengePasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/GetConnectorCommand.ts b/clients/client-pca-connector-scep/src/commands/GetConnectorCommand.ts index 59892581b882d..c1f2a6cf0f624 100644 --- a/clients/client-pca-connector-scep/src/commands/GetConnectorCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/GetConnectorCommand.ts @@ -105,9 +105,7 @@ export class GetConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/ListChallengeMetadataCommand.ts b/clients/client-pca-connector-scep/src/commands/ListChallengeMetadataCommand.ts index ae187a25abf6a..3f610e3810595 100644 --- a/clients/client-pca-connector-scep/src/commands/ListChallengeMetadataCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/ListChallengeMetadataCommand.ts @@ -95,9 +95,7 @@ export class ListChallengeMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/ListConnectorsCommand.ts b/clients/client-pca-connector-scep/src/commands/ListConnectorsCommand.ts index 56800993775ae..25c7cce3a0972 100644 --- a/clients/client-pca-connector-scep/src/commands/ListConnectorsCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/ListConnectorsCommand.ts @@ -106,9 +106,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/ListTagsForResourceCommand.ts b/clients/client-pca-connector-scep/src/commands/ListTagsForResourceCommand.ts index e8ff389115183..e9f482bb264ea 100644 --- a/clients/client-pca-connector-scep/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/TagResourceCommand.ts b/clients/client-pca-connector-scep/src/commands/TagResourceCommand.ts index 2810c6d7caa83..b7a8589cee1b4 100644 --- a/clients/client-pca-connector-scep/src/commands/TagResourceCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/TagResourceCommand.ts @@ -86,9 +86,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pca-connector-scep/src/commands/UntagResourceCommand.ts b/clients/client-pca-connector-scep/src/commands/UntagResourceCommand.ts index 0de587ee435ca..ad804411f15e8 100644 --- a/clients/client-pca-connector-scep/src/commands/UntagResourceCommand.ts +++ b/clients/client-pca-connector-scep/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PcaConnectorScepClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/CreateClusterCommand.ts b/clients/client-pcs/src/commands/CreateClusterCommand.ts index 9d50a8bcdb81e..d1b5c80027596 100644 --- a/clients/client-pcs/src/commands/CreateClusterCommand.ts +++ b/clients/client-pcs/src/commands/CreateClusterCommand.ts @@ -242,9 +242,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/CreateComputeNodeGroupCommand.ts b/clients/client-pcs/src/commands/CreateComputeNodeGroupCommand.ts index 265ac7715ea4a..eb30c75ea4bda 100644 --- a/clients/client-pcs/src/commands/CreateComputeNodeGroupCommand.ts +++ b/clients/client-pcs/src/commands/CreateComputeNodeGroupCommand.ts @@ -252,9 +252,7 @@ export class CreateComputeNodeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/CreateQueueCommand.ts b/clients/client-pcs/src/commands/CreateQueueCommand.ts index b89bc3b3ea584..208af08017ad0 100644 --- a/clients/client-pcs/src/commands/CreateQueueCommand.ts +++ b/clients/client-pcs/src/commands/CreateQueueCommand.ts @@ -195,9 +195,7 @@ export class CreateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/DeleteClusterCommand.ts b/clients/client-pcs/src/commands/DeleteClusterCommand.ts index 100e0e142d510..d3097ab2d5f21 100644 --- a/clients/client-pcs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-pcs/src/commands/DeleteClusterCommand.ts @@ -142,9 +142,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/DeleteComputeNodeGroupCommand.ts b/clients/client-pcs/src/commands/DeleteComputeNodeGroupCommand.ts index f284358e172ca..9f8e05ef62d1b 100644 --- a/clients/client-pcs/src/commands/DeleteComputeNodeGroupCommand.ts +++ b/clients/client-pcs/src/commands/DeleteComputeNodeGroupCommand.ts @@ -143,9 +143,7 @@ export class DeleteComputeNodeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/DeleteQueueCommand.ts b/clients/client-pcs/src/commands/DeleteQueueCommand.ts index f53d4c523a958..4f8bc8d87d8b6 100644 --- a/clients/client-pcs/src/commands/DeleteQueueCommand.ts +++ b/clients/client-pcs/src/commands/DeleteQueueCommand.ts @@ -144,9 +144,7 @@ export class DeleteQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/GetClusterCommand.ts b/clients/client-pcs/src/commands/GetClusterCommand.ts index eb7c08ce4d91f..623cc01f98847 100644 --- a/clients/client-pcs/src/commands/GetClusterCommand.ts +++ b/clients/client-pcs/src/commands/GetClusterCommand.ts @@ -191,9 +191,7 @@ export class GetClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/GetComputeNodeGroupCommand.ts b/clients/client-pcs/src/commands/GetComputeNodeGroupCommand.ts index 081380769f187..128e43c5c1ca0 100644 --- a/clients/client-pcs/src/commands/GetComputeNodeGroupCommand.ts +++ b/clients/client-pcs/src/commands/GetComputeNodeGroupCommand.ts @@ -189,9 +189,7 @@ export class GetComputeNodeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/GetQueueCommand.ts b/clients/client-pcs/src/commands/GetQueueCommand.ts index a2f011d9cbbf5..e7494bd0c10e4 100644 --- a/clients/client-pcs/src/commands/GetQueueCommand.ts +++ b/clients/client-pcs/src/commands/GetQueueCommand.ts @@ -163,9 +163,7 @@ export class GetQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/ListClustersCommand.ts b/clients/client-pcs/src/commands/ListClustersCommand.ts index 1a95e00150cf9..1e31c7dcdb202 100644 --- a/clients/client-pcs/src/commands/ListClustersCommand.ts +++ b/clients/client-pcs/src/commands/ListClustersCommand.ts @@ -153,9 +153,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/ListComputeNodeGroupsCommand.ts b/clients/client-pcs/src/commands/ListComputeNodeGroupsCommand.ts index a5c4502b032cf..7a4ea5cbd2951 100644 --- a/clients/client-pcs/src/commands/ListComputeNodeGroupsCommand.ts +++ b/clients/client-pcs/src/commands/ListComputeNodeGroupsCommand.ts @@ -155,9 +155,7 @@ export class ListComputeNodeGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/ListQueuesCommand.ts b/clients/client-pcs/src/commands/ListQueuesCommand.ts index 729bdcde360cf..d0c257dd5b4ff 100644 --- a/clients/client-pcs/src/commands/ListQueuesCommand.ts +++ b/clients/client-pcs/src/commands/ListQueuesCommand.ts @@ -155,9 +155,7 @@ export class ListQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/ListTagsForResourceCommand.ts b/clients/client-pcs/src/commands/ListTagsForResourceCommand.ts index 1d4b6a82597a1..a2e8516f8fa36 100644 --- a/clients/client-pcs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pcs/src/commands/ListTagsForResourceCommand.ts @@ -74,9 +74,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/RegisterComputeNodeGroupInstanceCommand.ts b/clients/client-pcs/src/commands/RegisterComputeNodeGroupInstanceCommand.ts index 2e4e68e6b1fd9..21f4b620f271a 100644 --- a/clients/client-pcs/src/commands/RegisterComputeNodeGroupInstanceCommand.ts +++ b/clients/client-pcs/src/commands/RegisterComputeNodeGroupInstanceCommand.ts @@ -111,9 +111,7 @@ export class RegisterComputeNodeGroupInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/TagResourceCommand.ts b/clients/client-pcs/src/commands/TagResourceCommand.ts index 032b2b763fe51..3c0fb73152c0f 100644 --- a/clients/client-pcs/src/commands/TagResourceCommand.ts +++ b/clients/client-pcs/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/UntagResourceCommand.ts b/clients/client-pcs/src/commands/UntagResourceCommand.ts index 5bc44ee6e5c93..a7afbeb6b7f37 100644 --- a/clients/client-pcs/src/commands/UntagResourceCommand.ts +++ b/clients/client-pcs/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/UpdateComputeNodeGroupCommand.ts b/clients/client-pcs/src/commands/UpdateComputeNodeGroupCommand.ts index 93198af95afca..57352599c859a 100644 --- a/clients/client-pcs/src/commands/UpdateComputeNodeGroupCommand.ts +++ b/clients/client-pcs/src/commands/UpdateComputeNodeGroupCommand.ts @@ -238,9 +238,7 @@ export class UpdateComputeNodeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pcs/src/commands/UpdateQueueCommand.ts b/clients/client-pcs/src/commands/UpdateQueueCommand.ts index 4ba165021a38a..2341d68c4629f 100644 --- a/clients/client-pcs/src/commands/UpdateQueueCommand.ts +++ b/clients/client-pcs/src/commands/UpdateQueueCommand.ts @@ -192,9 +192,7 @@ export class UpdateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PCSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-events/src/commands/PutActionInteractionsCommand.ts b/clients/client-personalize-events/src/commands/PutActionInteractionsCommand.ts index d2752949a4a4c..2b8db5f4cc0d9 100644 --- a/clients/client-personalize-events/src/commands/PutActionInteractionsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutActionInteractionsCommand.ts @@ -95,9 +95,7 @@ export class PutActionInteractionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-events/src/commands/PutActionsCommand.ts b/clients/client-personalize-events/src/commands/PutActionsCommand.ts index 6256319fbf83d..288c02659b8f5 100644 --- a/clients/client-personalize-events/src/commands/PutActionsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutActionsCommand.ts @@ -84,9 +84,7 @@ export class PutActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-events/src/commands/PutEventsCommand.ts b/clients/client-personalize-events/src/commands/PutEventsCommand.ts index 76b80321934ca..d6ffb47721fe4 100644 --- a/clients/client-personalize-events/src/commands/PutEventsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutEventsCommand.ts @@ -90,9 +90,7 @@ export class PutEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-events/src/commands/PutItemsCommand.ts b/clients/client-personalize-events/src/commands/PutItemsCommand.ts index 73bc9e3a464a9..a35f9ae59f5c7 100644 --- a/clients/client-personalize-events/src/commands/PutItemsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutItemsCommand.ts @@ -84,9 +84,7 @@ export class PutItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-events/src/commands/PutUsersCommand.ts b/clients/client-personalize-events/src/commands/PutUsersCommand.ts index 619b014b195d8..b8a000ea159fe 100644 --- a/clients/client-personalize-events/src/commands/PutUsersCommand.ts +++ b/clients/client-personalize-events/src/commands/PutUsersCommand.ts @@ -83,9 +83,7 @@ export class PutUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeEventsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-runtime/src/commands/GetActionRecommendationsCommand.ts b/clients/client-personalize-runtime/src/commands/GetActionRecommendationsCommand.ts index 265e44a943d8c..37ca09c17b7a8 100644 --- a/clients/client-personalize-runtime/src/commands/GetActionRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetActionRecommendationsCommand.ts @@ -96,9 +96,7 @@ export class GetActionRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts index fe19c0c035d27..c2adb15b8f5e9 100644 --- a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts @@ -114,9 +114,7 @@ export class GetPersonalizedRankingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts index 0b29e8c1ff2d5..c053a1917cb84 100644 --- a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts @@ -136,9 +136,7 @@ export class GetRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts index 7642deb3babd5..d13468e01735b 100644 --- a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts @@ -133,9 +133,7 @@ export class CreateBatchInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts index e1fbc21f1b499..3ad4f1dadae1e 100644 --- a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts @@ -107,9 +107,7 @@ export class CreateBatchSegmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateCampaignCommand.ts b/clients/client-personalize/src/commands/CreateCampaignCommand.ts index d710faf5a11ff..f4bfdd491f30f 100644 --- a/clients/client-personalize/src/commands/CreateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/CreateCampaignCommand.ts @@ -172,9 +172,7 @@ export class CreateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateDataDeletionJobCommand.ts b/clients/client-personalize/src/commands/CreateDataDeletionJobCommand.ts index 440f87c6815ad..5e88eb83cd5e9 100644 --- a/clients/client-personalize/src/commands/CreateDataDeletionJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDataDeletionJobCommand.ts @@ -144,9 +144,7 @@ export class CreateDataDeletionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateDatasetCommand.ts b/clients/client-personalize/src/commands/CreateDatasetCommand.ts index 4828d2514e3b7..5be4ccf62b313 100644 --- a/clients/client-personalize/src/commands/CreateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetCommand.ts @@ -151,9 +151,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts index d126fbdba6d12..2a603ee68b6cb 100644 --- a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts @@ -116,9 +116,7 @@ export class CreateDatasetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts index 3fa403a9f8fa0..9ad0bd11998d5 100644 --- a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts @@ -173,9 +173,7 @@ export class CreateDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts index 46b0434824bc4..7ddc3627d9620 100644 --- a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts @@ -145,9 +145,7 @@ export class CreateDatasetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts index 30536c9168278..3a8bfbcf60997 100644 --- a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts @@ -136,9 +136,7 @@ export class CreateEventTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateFilterCommand.ts b/clients/client-personalize/src/commands/CreateFilterCommand.ts index 0efdb7889afc8..0f89f79d6cc70 100644 --- a/clients/client-personalize/src/commands/CreateFilterCommand.ts +++ b/clients/client-personalize/src/commands/CreateFilterCommand.ts @@ -88,9 +88,7 @@ export class CreateFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts index 9dad0b35a7288..d273dec2ea4b7 100644 --- a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts @@ -97,9 +97,7 @@ export class CreateMetricAttributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts index 69ad15ab6c7b1..b5eb44eb9045b 100644 --- a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts @@ -182,9 +182,7 @@ export class CreateRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateSchemaCommand.ts b/clients/client-personalize/src/commands/CreateSchemaCommand.ts index d00a416a619bc..d2268ef65c138 100644 --- a/clients/client-personalize/src/commands/CreateSchemaCommand.ts +++ b/clients/client-personalize/src/commands/CreateSchemaCommand.ts @@ -101,9 +101,7 @@ export class CreateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateSolutionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionCommand.ts index cad0d61cdd48f..1c3eb58f31305 100644 --- a/clients/client-personalize/src/commands/CreateSolutionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionCommand.ts @@ -246,9 +246,7 @@ export class CreateSolutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts index 872a7326a350e..f559c1cfb5a62 100644 --- a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts @@ -157,9 +157,7 @@ export class CreateSolutionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts index 551f11672f681..f24fac588dfef 100644 --- a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts @@ -77,9 +77,7 @@ export class DeleteCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts index d587221cce954..08072d0ba5a42 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts @@ -75,9 +75,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts index 0975a77595222..2c56b67b7fa86 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts index fd8496a087d27..2fd1a7d158f03 100644 --- a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts @@ -74,9 +74,7 @@ export class DeleteEventTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteFilterCommand.ts b/clients/client-personalize/src/commands/DeleteFilterCommand.ts index b43c2ccb99c33..de9f6504a0a84 100644 --- a/clients/client-personalize/src/commands/DeleteFilterCommand.ts +++ b/clients/client-personalize/src/commands/DeleteFilterCommand.ts @@ -72,9 +72,7 @@ export class DeleteFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts index a1b6afe23c0cc..b036fb8c8a2b0 100644 --- a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts @@ -72,9 +72,7 @@ export class DeleteMetricAttributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts index eef4d256fb955..de7be657ce6f3 100644 --- a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts @@ -73,9 +73,7 @@ export class DeleteRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts index c87faa8848838..5ed0433b91548 100644 --- a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts @@ -74,9 +74,7 @@ export class DeleteSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts index 1e440a9636b4b..3de36f6e7f446 100644 --- a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts @@ -78,9 +78,7 @@ export class DeleteSolutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts index de79177bc5e05..9fa72e701f7bb 100644 --- a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts @@ -115,9 +115,7 @@ export class DescribeAlgorithmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts index 29bf13d4eb7a5..81e329ba48faf 100644 --- a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts @@ -107,9 +107,7 @@ export class DescribeBatchInferenceJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts index b2d16846374cc..2f668f8d7a6f7 100644 --- a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts @@ -96,9 +96,7 @@ export class DescribeBatchSegmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts index c42c0a227a66a..7a32f8db8a3e1 100644 --- a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts @@ -114,9 +114,7 @@ export class DescribeCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeDataDeletionJobCommand.ts b/clients/client-personalize/src/commands/DescribeDataDeletionJobCommand.ts index 9b84f021035cc..43cafc38da1e3 100644 --- a/clients/client-personalize/src/commands/DescribeDataDeletionJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDataDeletionJobCommand.ts @@ -84,9 +84,7 @@ export class DescribeDataDeletionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts index 9b736c6f71d7d..720f925670ed9 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts @@ -89,9 +89,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts index d03d914612039..538de096998e4 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts @@ -87,9 +87,7 @@ export class DescribeDatasetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts index 9e3bd4ffad077..50bad45670c99 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts @@ -82,9 +82,7 @@ export class DescribeDatasetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts index 3c27f7ced8526..683168fc897a0 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts @@ -85,9 +85,7 @@ export class DescribeDatasetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts index 00973f0863f4b..3995b35d455e1 100644 --- a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts @@ -82,9 +82,7 @@ export class DescribeEventTrackerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts index fd32b3af66e3c..3020bfb785127 100644 --- a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts @@ -85,9 +85,7 @@ export class DescribeFeatureTransformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeFilterCommand.ts b/clients/client-personalize/src/commands/DescribeFilterCommand.ts index 457c8dd00551e..a18672c21203a 100644 --- a/clients/client-personalize/src/commands/DescribeFilterCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFilterCommand.ts @@ -84,9 +84,7 @@ export class DescribeFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts index 03ff13e8b683b..c943b41b8cfc2 100644 --- a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts @@ -86,9 +86,7 @@ export class DescribeMetricAttributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts index 1cc6e390b9d49..3698b4e2eca95 100644 --- a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts @@ -99,9 +99,7 @@ export class DescribeRecipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts index 722c845e63d8f..b3076c3a2f535 100644 --- a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts @@ -134,9 +134,7 @@ export class DescribeRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts index 30862993d6217..93b9e574a156b 100644 --- a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts @@ -79,9 +79,7 @@ export class DescribeSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts index 1918ac557726d..1a5985ae0cac6 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts @@ -172,9 +172,7 @@ export class DescribeSolutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts index d2cf62d5c8f52..0375794a87ef7 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts @@ -157,9 +157,7 @@ export class DescribeSolutionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts index 884d7944a444a..1272dfb796166 100644 --- a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts @@ -77,9 +77,7 @@ export class GetSolutionMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts index c1b8e800af2fb..4423506b18681 100644 --- a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts @@ -86,9 +86,7 @@ export class ListBatchInferenceJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts index eda8e5142f20e..4e914ac784bcf 100644 --- a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts @@ -85,9 +85,7 @@ export class ListBatchSegmentJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListCampaignsCommand.ts b/clients/client-personalize/src/commands/ListCampaignsCommand.ts index e9ae3f0eb6f3c..408a9bac80bbb 100644 --- a/clients/client-personalize/src/commands/ListCampaignsCommand.ts +++ b/clients/client-personalize/src/commands/ListCampaignsCommand.ts @@ -86,9 +86,7 @@ export class ListCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListDataDeletionJobsCommand.ts b/clients/client-personalize/src/commands/ListDataDeletionJobsCommand.ts index 1cf4fd6560d4a..464c98eb588b3 100644 --- a/clients/client-personalize/src/commands/ListDataDeletionJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDataDeletionJobsCommand.ts @@ -90,9 +90,7 @@ export class ListDataDeletionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts index 875d190b08796..60292d84779c6 100644 --- a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts @@ -88,9 +88,7 @@ export class ListDatasetExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts index 2adc5fabb7a7c..8274fd74aa00e 100644 --- a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts @@ -82,9 +82,7 @@ export class ListDatasetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts index 0868d15338cba..106e7869ed713 100644 --- a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts @@ -89,9 +89,7 @@ export class ListDatasetImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListDatasetsCommand.ts b/clients/client-personalize/src/commands/ListDatasetsCommand.ts index 19e3c96a0dbb6..2b6afbcb143c4 100644 --- a/clients/client-personalize/src/commands/ListDatasetsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetsCommand.ts @@ -85,9 +85,7 @@ export class ListDatasetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts index 9dc9902aa7bed..140cafab7f01e 100644 --- a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts +++ b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts @@ -85,9 +85,7 @@ export class ListEventTrackersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListFiltersCommand.ts b/clients/client-personalize/src/commands/ListFiltersCommand.ts index 499b616a1a608..635cdec46d5c4 100644 --- a/clients/client-personalize/src/commands/ListFiltersCommand.ts +++ b/clients/client-personalize/src/commands/ListFiltersCommand.ts @@ -84,9 +84,7 @@ export class ListFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts index f522cd68faff5..e3e4474383e8c 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts @@ -85,9 +85,7 @@ export class ListMetricAttributionMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts index 37158699fe86a..4a68fb10156be 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts @@ -83,9 +83,7 @@ export class ListMetricAttributionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListRecipesCommand.ts b/clients/client-personalize/src/commands/ListRecipesCommand.ts index df68b0f92152d..898238b20821c 100644 --- a/clients/client-personalize/src/commands/ListRecipesCommand.ts +++ b/clients/client-personalize/src/commands/ListRecipesCommand.ts @@ -85,9 +85,7 @@ export class ListRecipesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListRecommendersCommand.ts b/clients/client-personalize/src/commands/ListRecommendersCommand.ts index 60165181a3d01..7d64a799d27ff 100644 --- a/clients/client-personalize/src/commands/ListRecommendersCommand.ts +++ b/clients/client-personalize/src/commands/ListRecommendersCommand.ts @@ -101,9 +101,7 @@ export class ListRecommendersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListSchemasCommand.ts b/clients/client-personalize/src/commands/ListSchemasCommand.ts index a30ddfe442fcb..f20dd7ecdbb75 100644 --- a/clients/client-personalize/src/commands/ListSchemasCommand.ts +++ b/clients/client-personalize/src/commands/ListSchemasCommand.ts @@ -80,9 +80,7 @@ export class ListSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts index 88aef91ea1a33..575f5a5badcdb 100644 --- a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts @@ -89,9 +89,7 @@ export class ListSolutionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListSolutionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionsCommand.ts index 3b31f52e5db79..1e836989af683 100644 --- a/clients/client-personalize/src/commands/ListSolutionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionsCommand.ts @@ -86,9 +86,7 @@ export class ListSolutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts index 02ec085efb084..9cc9a980e6f28 100644 --- a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/StartRecommenderCommand.ts b/clients/client-personalize/src/commands/StartRecommenderCommand.ts index 3dde0ef8caa5d..4718cd9234785 100644 --- a/clients/client-personalize/src/commands/StartRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StartRecommenderCommand.ts @@ -75,9 +75,7 @@ export class StartRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/StopRecommenderCommand.ts b/clients/client-personalize/src/commands/StopRecommenderCommand.ts index d4c45d3debf48..35776279d357f 100644 --- a/clients/client-personalize/src/commands/StopRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StopRecommenderCommand.ts @@ -74,9 +74,7 @@ export class StopRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts index a688f3c73f1f0..5fba4557d70d9 100644 --- a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts +++ b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts @@ -85,9 +85,7 @@ export class StopSolutionVersionCreationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/TagResourceCommand.ts b/clients/client-personalize/src/commands/TagResourceCommand.ts index 63762bc4f9af1..974246df0ec5b 100644 --- a/clients/client-personalize/src/commands/TagResourceCommand.ts +++ b/clients/client-personalize/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UntagResourceCommand.ts b/clients/client-personalize/src/commands/UntagResourceCommand.ts index bbd6f4163080b..e5965ce1b90aa 100644 --- a/clients/client-personalize/src/commands/UntagResourceCommand.ts +++ b/clients/client-personalize/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts index 2090714945ad7..3e30274998685 100644 --- a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts @@ -106,9 +106,7 @@ export class UpdateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UpdateDatasetCommand.ts b/clients/client-personalize/src/commands/UpdateDatasetCommand.ts index d4a61a95cd6ab..71b75d68c0b5d 100644 --- a/clients/client-personalize/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/UpdateDatasetCommand.ts @@ -75,9 +75,7 @@ export class UpdateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts index d8310a293e356..243c6ceab8e34 100644 --- a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts @@ -94,9 +94,7 @@ export class UpdateMetricAttributionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts index 8b0854a0f90c9..e3af6a8ef887d 100644 --- a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts @@ -95,9 +95,7 @@ export class UpdateRecommenderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-personalize/src/commands/UpdateSolutionCommand.ts b/clients/client-personalize/src/commands/UpdateSolutionCommand.ts index 2789380ee6d9e..70ac507b4b76c 100644 --- a/clients/client-personalize/src/commands/UpdateSolutionCommand.ts +++ b/clients/client-personalize/src/commands/UpdateSolutionCommand.ts @@ -92,9 +92,7 @@ export class UpdateSolutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PersonalizeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts index cc94f7ca4dedd..8cf9a02f27493 100644 --- a/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts @@ -89,9 +89,7 @@ export class CreatePerformanceAnalysisReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts index 24feb15567a84..4a117f3441f48 100644 --- a/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts @@ -79,9 +79,7 @@ export class DeletePerformanceAnalysisReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts index dd31f372ddc86..04fb8f1a782f5 100644 --- a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts +++ b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts @@ -129,9 +129,7 @@ export class DescribeDimensionKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts index abd8b999a43f3..e922e7f478192 100644 --- a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts +++ b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts @@ -89,9 +89,7 @@ export class GetDimensionKeyDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts index 573ee13e384a9..4bae7f2297007 100644 --- a/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts @@ -181,9 +181,7 @@ export class GetPerformanceAnalysisReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts index fdc478a136338..e1c79175c23c2 100644 --- a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts @@ -82,9 +82,7 @@ export class GetResourceMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts index b1836cc1a6268..03f0a9ff4b5d2 100644 --- a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts @@ -121,9 +121,7 @@ export class GetResourceMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts index 3d2b36d0fee72..05638fca9acb2 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts @@ -103,9 +103,7 @@ export class ListAvailableResourceDimensionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts index 9f4ce7be642a4..0205708acd7ee 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts @@ -93,9 +93,7 @@ export class ListAvailableResourceMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts b/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts index 9fe3f0c7f458f..4bce11e04d46f 100644 --- a/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts +++ b/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts @@ -98,9 +98,7 @@ export class ListPerformanceAnalysisReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/ListTagsForResourceCommand.ts b/clients/client-pi/src/commands/ListTagsForResourceCommand.ts index 52419ccdd2a97..78e7e6aabd3df 100644 --- a/clients/client-pi/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pi/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/TagResourceCommand.ts b/clients/client-pi/src/commands/TagResourceCommand.ts index 5a715893b9d38..e95df231b3a51 100644 --- a/clients/client-pi/src/commands/TagResourceCommand.ts +++ b/clients/client-pi/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pi/src/commands/UntagResourceCommand.ts b/clients/client-pi/src/commands/UntagResourceCommand.ts index 98cacf94e339a..d98f4a7ba149c 100644 --- a/clients/client-pi/src/commands/UntagResourceCommand.ts +++ b/clients/client-pi/src/commands/UntagResourceCommand.ts @@ -76,9 +76,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts index efa1c11e103db..c166063697d7d 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts @@ -105,9 +105,7 @@ export class CreateConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts index f972ef451d9a8..754d700379c61 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -119,9 +119,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts index 2dbfb3cf431da..a6c199d109e58 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts @@ -87,9 +87,7 @@ export class CreateDedicatedIpPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts index 8bb38d60d47d9..614623ed76efb 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -138,9 +138,7 @@ export class CreateDeliverabilityTestReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts index 0c1c56dab98b0..671499a43cd30 100644 --- a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts @@ -104,9 +104,7 @@ export class CreateEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts index 3092c14ae7590..15f3065e4bb91 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts @@ -80,9 +80,7 @@ export class DeleteConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index dc17e028766f7..351580f1c7c15 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -87,9 +87,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts index 67343c55da84c..96a83840a2cf1 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -75,9 +75,7 @@ export class DeleteDedicatedIpPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts index aa115da4a80ce..086a903a28870 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts @@ -76,9 +76,7 @@ export class DeleteEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts index 37e3f465dfbbf..ab51d0f0e0a82 100644 --- a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts @@ -78,9 +78,7 @@ export class GetAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts index 0178a0378d4be..07c0189a38082 100644 --- a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts @@ -84,9 +84,7 @@ export class GetBlacklistReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts index e9d5f2f894f56..b8d3c0ea862e2 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts @@ -101,9 +101,7 @@ export class GetConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts index b5acc214afcbd..db55ccef4f4d5 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -115,9 +115,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts index dcc7d92bc4aa4..bbaa9c5570093 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts @@ -81,9 +81,7 @@ export class GetDedicatedIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts index ce317e5b88e96..d5a2ad4f462eb 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts @@ -85,9 +85,7 @@ export class GetDedicatedIpsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index 3f47762f8c05a..7254c053342c3 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -112,9 +112,7 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts index c6ccb5b4fd867..6c2888026b628 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts @@ -112,9 +112,7 @@ export class GetDeliverabilityTestReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts index 72f374303cf45..292658c59f9ab 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -101,9 +101,7 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts index 6ae7880515f3b..bb1eccf43ce73 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts @@ -114,9 +114,7 @@ export class GetDomainStatisticsReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts index df694bae75ffe..78623e301eee6 100644 --- a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts @@ -96,9 +96,7 @@ export class GetEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts index 64cb0b0f83237..1dd04085769dc 100644 --- a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts @@ -81,9 +81,7 @@ export class ListConfigurationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts index 35375185577f3..d6ebea74985df 100644 --- a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts @@ -76,9 +76,7 @@ export class ListDedicatedIpPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts index c6c3b2a8f0be4..1b70cfba2fef7 100644 --- a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -92,9 +92,7 @@ export class ListDeliverabilityTestReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index c932ab254b17a..e0d991ec99e73 100644 --- a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -111,9 +111,7 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts index 48019cacf1184..60725f86fd831 100644 --- a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts @@ -81,9 +81,7 @@ export class ListEmailIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts index 920ae0033babb..b01f1e431dc05 100644 --- a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 1bb302df03138..9f1f2d9ceb180 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts index 90c0f43a13ae2..e041da5b58042 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts @@ -74,9 +74,7 @@ export class PutAccountSendingAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 7ba835c22248d..4582c5687b2d0 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -83,9 +83,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts index ed583a4b62dc3..3de6a8caba064 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts index f7a44be52ed0a..d6ac1b4b68b71 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index d50a2ed2dad96..d7fb5ae6fac7b 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts index 3a07fe5d778d7..25fe2131bc0b7 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts @@ -82,9 +82,7 @@ export class PutDedicatedIpInPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 641c1de54a649..ededc6f8cd656 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts index defc07b78ba5f..b968dc60f1eac 100644 --- a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -101,9 +101,7 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts index f2c066331e0c7..59b3ea993ac5d 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index b807bd980f188..f752395f30b90 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -91,9 +91,7 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 650e96e66bb49..4bd79d0652e76 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -83,9 +83,7 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts index 601af8c9dddb8..c8ce3d2684618 100644 --- a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts +++ b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts @@ -155,9 +155,7 @@ export class SendEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts index c1c796e217eb4..5053fd71db7e6 100644 --- a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts index 191ad9a3088bf..32c8676471ed8 100644 --- a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 8baa670fc11fd..2827b3e80d4d7 100644 --- a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -112,9 +112,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointEmailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6485c0d91a493..fb5803cbf13d6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts @@ -112,9 +112,7 @@ export class AssociateOriginationIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateProtectConfigurationCommand.ts index 734fc61bd4159..11cf98424eb5c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateProtectConfigurationCommand.ts @@ -105,9 +105,7 @@ export class AssociateProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3f52b22a9ebab..872889d08b1fe 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts @@ -112,9 +112,7 @@ export class CreateConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 558227a9b1c2f..21bd9a9d3cfae 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts @@ -139,9 +139,7 @@ export class CreateEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1899fa8918107..fcff2d4761c26 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts @@ -115,9 +115,7 @@ export class CreateOptOutListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2e2955b034819..563f21435bf4c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts @@ -131,9 +131,7 @@ export class CreatePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateProtectConfigurationCommand.ts index f95f64564a058..e4920ce606e7b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateProtectConfigurationCommand.ts @@ -104,9 +104,7 @@ export class CreateProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAssociationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAssociationCommand.ts index 8be4c128180f2..c0276a50b6c2a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAssociationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAssociationCommand.ts @@ -109,9 +109,7 @@ export class CreateRegistrationAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAttachmentCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAttachmentCommand.ts index 0e068f06862a3..b327edc37ea65 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAttachmentCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationAttachmentCommand.ts @@ -115,9 +115,7 @@ export class CreateRegistrationAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationCommand.ts index ddd6b7276b2c8..cd8116a6b42d4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationCommand.ts @@ -114,9 +114,7 @@ export class CreateRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationVersionCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationVersionCommand.ts index 0f347b44d8fb4..1cb1ebe0558a7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationVersionCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateRegistrationVersionCommand.ts @@ -109,9 +109,7 @@ export class CreateRegistrationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateVerifiedDestinationNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateVerifiedDestinationNumberCommand.ts index 1ef19ea48963f..bfa27d558ee6a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateVerifiedDestinationNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateVerifiedDestinationNumberCommand.ts @@ -116,9 +116,7 @@ export class CreateVerifiedDestinationNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteAccountDefaultProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteAccountDefaultProtectConfigurationCommand.ts index fdb320431d9ec..9b18802f2c4e1 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteAccountDefaultProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteAccountDefaultProtectConfigurationCommand.ts @@ -95,9 +95,7 @@ export class DeleteAccountDefaultProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 047fbddb72060..a7e9587056c39 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts @@ -114,9 +114,7 @@ export class DeleteConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8baa3b4fe6078..2ff48f7ee910a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts @@ -94,9 +94,7 @@ export class DeleteDefaultMessageTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 eb713e4ef63e1..303fa2b11e6cb 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts @@ -92,9 +92,7 @@ export class DeleteDefaultSenderIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 74ad0e0b45e14..fedfb2434bc7b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts @@ -111,9 +111,7 @@ export class DeleteEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f58c7678e1e9d..bd046b49f7a2a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts @@ -104,9 +104,7 @@ export class DeleteKeywordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteMediaMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteMediaMessageSpendLimitOverrideCommand.ts index 61e5d8ee3a621..16eab96ff3278 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteMediaMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteMediaMessageSpendLimitOverrideCommand.ts @@ -94,9 +94,7 @@ export class DeleteMediaMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4075f759bf649..73fd2014ba9e6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts @@ -98,9 +98,7 @@ export class DeleteOptOutListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 84e6725f639e9..6155495dda48e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts @@ -102,9 +102,7 @@ export class DeleteOptedOutNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 974320bf4fbae..6e53f709e3116 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts @@ -109,9 +109,7 @@ export class DeletePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteProtectConfigurationCommand.ts index a9686d3710844..b13f7528da12c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteProtectConfigurationCommand.ts @@ -97,9 +97,7 @@ export class DeleteProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationAttachmentCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationAttachmentCommand.ts index 81cb25e8a4d45..f5f4332d15e07 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationAttachmentCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationAttachmentCommand.ts @@ -102,9 +102,7 @@ export class DeleteRegistrationAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationCommand.ts index 142385e8db8ef..742c73feef7c1 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationCommand.ts @@ -103,9 +103,7 @@ export class DeleteRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationFieldValueCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationFieldValueCommand.ts index 872c8ba35f03a..7c7268bbae23e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationFieldValueCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteRegistrationFieldValueCommand.ts @@ -107,9 +107,7 @@ export class DeleteRegistrationFieldValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1e7806b5ac8ee..9743c6f3ab867 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts @@ -94,9 +94,7 @@ export class DeleteTextMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVerifiedDestinationNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVerifiedDestinationNumberCommand.ts index 7204b5c3306ea..98193fd77e149 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVerifiedDestinationNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVerifiedDestinationNumberCommand.ts @@ -101,9 +101,7 @@ export class DeleteVerifiedDestinationNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 81788d38018f8..bfd67d5df7dea 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts @@ -94,9 +94,7 @@ export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 cce0aade8cc8e..ce39a59c6dda3 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts @@ -97,9 +97,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3241f44e6d3f9..192d748e55c74 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -98,9 +98,7 @@ export class DescribeAccountLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 894140915f2c8..f6c27e5b07dbb 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts @@ -135,9 +135,7 @@ export class DescribeConfigurationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 92ed1b3802563..a6e5175697933 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts @@ -116,9 +116,7 @@ export class DescribeKeywordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1d0d22ee73217..cde3d05a4a935 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts @@ -103,9 +103,7 @@ export class DescribeOptOutListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 722aecf2edec4..b76aa300c4391 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts @@ -116,9 +116,7 @@ export class DescribeOptedOutNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a0c26e867b0ce..33d87150463fd 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts @@ -129,9 +129,7 @@ export class DescribePhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 29e08a912f0aa..31c51c71c62ef 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts @@ -124,9 +124,7 @@ export class DescribePoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeProtectConfigurationsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeProtectConfigurationsCommand.ts index 238c5a14a525b..c352c1e7872fb 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeProtectConfigurationsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeProtectConfigurationsCommand.ts @@ -113,9 +113,7 @@ export class DescribeProtectConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationAttachmentsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationAttachmentsCommand.ts index 87de826c81684..bd4444a9c11e7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationAttachmentsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationAttachmentsCommand.ts @@ -113,9 +113,7 @@ export class DescribeRegistrationAttachmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldDefinitionsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldDefinitionsCommand.ts index 14389672d2f6d..d05efa14b433d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldDefinitionsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldDefinitionsCommand.ts @@ -135,9 +135,7 @@ export class DescribeRegistrationFieldDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldValuesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldValuesCommand.ts index a1c02532b19ec..20b17173bc4dc 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldValuesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationFieldValuesCommand.ts @@ -113,9 +113,7 @@ export class DescribeRegistrationFieldValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationSectionDefinitionsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationSectionDefinitionsCommand.ts index 512885f1018b7..c71ae9d03a0df 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationSectionDefinitionsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationSectionDefinitionsCommand.ts @@ -111,9 +111,7 @@ export class DescribeRegistrationSectionDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationTypeDefinitionsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationTypeDefinitionsCommand.ts index 8eba8a925f56b..6ce3b0997d6a6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationTypeDefinitionsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationTypeDefinitionsCommand.ts @@ -124,9 +124,7 @@ export class DescribeRegistrationTypeDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationVersionsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationVersionsCommand.ts index fad166827bd09..9b8495a4d4247 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationVersionsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationVersionsCommand.ts @@ -132,9 +132,7 @@ export class DescribeRegistrationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationsCommand.ts index 5bca0d4340dff..4ee52490f0ba3 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeRegistrationsCommand.ts @@ -114,9 +114,7 @@ export class DescribeRegistrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1b8f3d11eb482..26e4506b24a6a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts @@ -121,9 +121,7 @@ export class DescribeSenderIdsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 38843e424323c..d59a8139d37e0 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts @@ -99,9 +99,7 @@ export class DescribeSpendLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeVerifiedDestinationNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeVerifiedDestinationNumbersCommand.ts index 102d1368b50d6..26dfb9fda0355 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeVerifiedDestinationNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeVerifiedDestinationNumbersCommand.ts @@ -119,9 +119,7 @@ export class DescribeVerifiedDestinationNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 52d4fb4961151..af56c8236376e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts @@ -107,9 +107,7 @@ export class DisassociateOriginationIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateProtectConfigurationCommand.ts index 6ac73eb99f12c..a33b9881980fa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateProtectConfigurationCommand.ts @@ -102,9 +102,7 @@ export class DisassociateProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DiscardRegistrationVersionCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DiscardRegistrationVersionCommand.ts index 847b81c01400d..011a2ed4527f8 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DiscardRegistrationVersionCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DiscardRegistrationVersionCommand.ts @@ -106,9 +106,7 @@ export class DiscardRegistrationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/GetProtectConfigurationCountryRuleSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/GetProtectConfigurationCountryRuleSetCommand.ts index 48f7c38ce33b3..121093b6b64ae 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/GetProtectConfigurationCountryRuleSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/GetProtectConfigurationCountryRuleSetCommand.ts @@ -104,9 +104,7 @@ export class GetProtectConfigurationCountryRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 748f75fc7f3e0..dcd9de01a5cea 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts @@ -117,9 +117,7 @@ export class ListPoolOriginationIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListRegistrationAssociationsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListRegistrationAssociationsCommand.ts index d8978daae1f59..10b4f4051acf6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListRegistrationAssociationsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListRegistrationAssociationsCommand.ts @@ -114,9 +114,7 @@ export class ListRegistrationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 51dd78454104a..739e259b1e545 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 943c9b22995f1..5c20216527db5 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts @@ -110,9 +110,7 @@ export class PutKeywordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d3f00004f3684..ee9313e9eca5d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts @@ -94,9 +94,7 @@ export class PutOptedOutNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutRegistrationFieldValueCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutRegistrationFieldValueCommand.ts index 84d170678b627..9f52ebad32078 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutRegistrationFieldValueCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutRegistrationFieldValueCommand.ts @@ -107,9 +107,7 @@ export class PutRegistrationFieldValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7668a7af17c1f..3b2df2691a6be 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts @@ -113,9 +113,7 @@ export class ReleasePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleaseSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleaseSenderIdCommand.ts index c75be5e5073b0..666d904cb71a7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleaseSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleaseSenderIdCommand.ts @@ -102,9 +102,7 @@ export class ReleaseSenderIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3fbdc47ba8799..2c44de79141fe 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts @@ -138,9 +138,7 @@ export class RequestPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestSenderIdCommand.ts index 79de525bd31d7..3d0d75e5f0b91 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestSenderIdCommand.ts @@ -119,9 +119,7 @@ export class RequestSenderIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendDestinationNumberVerificationCodeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendDestinationNumberVerificationCodeCommand.ts index 581483672d61f..74acf7acdcfb5 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendDestinationNumberVerificationCodeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendDestinationNumberVerificationCodeCommand.ts @@ -117,9 +117,7 @@ export class SendDestinationNumberVerificationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendMediaMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendMediaMessageCommand.ts index 40d6f154752f3..9e5413d38fece 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendMediaMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendMediaMessageCommand.ts @@ -109,9 +109,7 @@ export class SendMediaMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 c3813c74e72e8..9a566f661aaaa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts @@ -115,9 +115,7 @@ export class SendTextMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3dc77e3e830a9..c9fdd4437da9b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts @@ -110,9 +110,7 @@ export class SendVoiceMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetAccountDefaultProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetAccountDefaultProtectConfigurationCommand.ts index 75d25b71be208..adf851cc4236e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetAccountDefaultProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetAccountDefaultProtectConfigurationCommand.ts @@ -98,9 +98,7 @@ export class SetAccountDefaultProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 12bcb894a06ec..2e9b37ec45529 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts @@ -95,9 +95,7 @@ export class SetDefaultMessageTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b474c356c049e..f8cf1e9302eff 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts @@ -93,9 +93,7 @@ export class SetDefaultSenderIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetMediaMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetMediaMessageSpendLimitOverrideCommand.ts index 47d2280e84add..2dca34f84c600 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetMediaMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetMediaMessageSpendLimitOverrideCommand.ts @@ -91,9 +91,7 @@ export class SetMediaMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a974fe5fb12ea..30667aa374fe1 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts @@ -91,9 +91,7 @@ export class SetTextMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 803290eab8e5e..981350854d806 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts @@ -91,9 +91,7 @@ export class SetVoiceMessageSpendLimitOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SubmitRegistrationVersionCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SubmitRegistrationVersionCommand.ts index 246a274c3c5d9..b81b6fc5f96ad 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SubmitRegistrationVersionCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SubmitRegistrationVersionCommand.ts @@ -106,9 +106,7 @@ export class SubmitRegistrationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 a0e9fab16d251..5875f9a235551 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts @@ -97,9 +97,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 9210db216f3bb..d11980cce7258 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 983b8573625c7..2fcb7bd9ca8cd 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts @@ -133,9 +133,7 @@ export class UpdateEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 07d8774c9cda5..c9bd199aca33f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts @@ -121,9 +121,7 @@ export class UpdatePhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 4c0dc8aec381a..343eae66f28f1 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts @@ -114,9 +114,7 @@ export class UpdatePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCommand.ts index 9ead9186b3c6b..192b1ad9ff5de 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCommand.ts @@ -92,9 +92,7 @@ export class UpdateProtectConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCountryRuleSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCountryRuleSetCommand.ts index 5259b600642e3..bb9958a13ec5d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCountryRuleSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateProtectConfigurationCountryRuleSetCommand.ts @@ -109,9 +109,7 @@ export class UpdateProtectConfigurationCountryRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateSenderIdCommand.ts index 94089b9865a80..bd62fff45b79c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateSenderIdCommand.ts @@ -98,9 +98,7 @@ export class UpdateSenderIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/VerifyDestinationNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/VerifyDestinationNumberCommand.ts index 8315a86fac184..6242f86bfa201 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/VerifyDestinationNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/VerifyDestinationNumberCommand.ts @@ -98,9 +98,7 @@ export class VerifyDestinationNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts index 9e5c2adb1937a..9ff159b85dbbf 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts @@ -78,9 +78,7 @@ export class CreateConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts index aeffbb01ee713..96fca2480ff34 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -108,9 +108,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts index 186b8b12c5798..a6a13e36ddf5d 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts @@ -75,9 +75,7 @@ export class DeleteConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index b9b564116745c..09621076a157c 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -85,9 +85,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 20eb4231c60bf..7c59363ca3e93 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -104,9 +104,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts index f897751f252f4..2bc902550b921 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts @@ -78,9 +78,7 @@ export class ListConfigurationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts index cd4846fb88878..7a50dc202e61f 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts @@ -92,9 +92,7 @@ export class SendVoiceMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index d00ae63c1bfc1..79bc729930d20 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -102,9 +102,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointSMSVoiceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateAppCommand.ts b/clients/client-pinpoint/src/commands/CreateAppCommand.ts index d9712703633af..d8d509f74029d 100644 --- a/clients/client-pinpoint/src/commands/CreateAppCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateAppCommand.ts @@ -99,9 +99,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts index 837c1c10e0f76..257126664fd7a 100644 --- a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts @@ -857,9 +857,7 @@ export class CreateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts index 2fd30d1c5b3f3..ad086b4733411 100644 --- a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts @@ -101,9 +101,7 @@ export class CreateEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts index 3aa571f14f6d3..878fa05a9d0cb 100644 --- a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts @@ -113,9 +113,7 @@ export class CreateExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts index d130da792dee9..d9249b7e121df 100644 --- a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts @@ -121,9 +121,7 @@ export class CreateImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts index 2a0f529a7374d..5fd9ed7c53fe4 100644 --- a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts @@ -151,9 +151,7 @@ export class CreateInAppTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts index 38888c67ecea2..0129d1207b3e4 100644 --- a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts @@ -852,9 +852,7 @@ export class CreateJourneyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts index acab7b996e095..cd789dfb8f884 100644 --- a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts @@ -141,9 +141,7 @@ export class CreatePushTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts index d2c0de4b2ebf4..b0f5c1fd12364 100644 --- a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts @@ -118,9 +118,7 @@ export class CreateRecommenderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts index 4f6b90b638aad..ddf8366e73cca 100644 --- a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts @@ -374,9 +374,7 @@ export class CreateSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts index bd01ed7bd85b9..a2ba03d2cc0f7 100644 --- a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts @@ -93,9 +93,7 @@ export class CreateSmsTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts index aacfa41e8c61a..1120365f5403e 100644 --- a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts @@ -94,9 +94,7 @@ export class CreateVoiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts index 61cdabc42f4f7..d488afa083e02 100644 --- a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts @@ -97,9 +97,7 @@ export class DeleteAdmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts index 34b9b28b045ac..16bf9f162e022 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts @@ -99,9 +99,7 @@ export class DeleteApnsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts index 4725ccb8af3de..114b0c1408dae 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts @@ -99,9 +99,7 @@ export class DeleteApnsSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts index 593c90acc3273..712cd1baacbd2 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts @@ -99,9 +99,7 @@ export class DeleteApnsVoipChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts index 140b70e3307d5..89224c6c34d62 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts @@ -104,9 +104,7 @@ export class DeleteApnsVoipSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts index fd31727629c73..1c8617efe65b7 100644 --- a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts @@ -94,9 +94,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts index 3cb55a3621e1c..3b9f4d6b3ebc8 100644 --- a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts @@ -98,9 +98,7 @@ export class DeleteBaiduChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts index 0b03479417f11..867b9af657800 100644 --- a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts @@ -480,9 +480,7 @@ export class DeleteCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts index 96e7d699e75d4..b3cf268bf4de6 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts @@ -103,9 +103,7 @@ export class DeleteEmailChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts index a0ce7774b5274..2c21d709d3d97 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeleteEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts index 694f71f59fcaf..8bd0accfffa59 100644 --- a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts @@ -132,9 +132,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts index 0d7621ba8e950..d37a5878de6a2 100644 --- a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts @@ -93,9 +93,7 @@ export class DeleteEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts index 97b9ee31c3d9c..d99dec3dd1a9d 100644 --- a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts @@ -100,9 +100,7 @@ export class DeleteGcmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts index f34567c379453..249bab2d5cdab 100644 --- a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeleteInAppTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts index ae6f1c675b654..13c6f1ee0abd7 100644 --- a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts @@ -472,9 +472,7 @@ export class DeleteJourneyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts index 27850ef330088..5f9d379eb29b8 100644 --- a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeletePushTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts index 5dfbfa9444622..865a2e20c887b 100644 --- a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts @@ -106,9 +106,7 @@ export class DeleteRecommenderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts index f31895c1d2154..855d62fb99488 100644 --- a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts @@ -239,9 +239,7 @@ export class DeleteSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts index 9c0c656a6acb6..dc7254e22788f 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts @@ -101,9 +101,7 @@ export class DeleteSmsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts index d8f238e051a25..13f8165a438c3 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeleteSmsTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts index 0aebb8014922d..31eaba1f67a71 100644 --- a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts @@ -136,9 +136,7 @@ export class DeleteUserEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts index e48bd18629e5e..8e3cea84d2be5 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts @@ -97,9 +97,7 @@ export class DeleteVoiceChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts index f325917a76b4e..85a5d82fe03cb 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts @@ -90,9 +90,7 @@ export class DeleteVoiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts index 6fbaa414f487e..836943b2b37ee 100644 --- a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts @@ -97,9 +97,7 @@ export class GetAdmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts index dba6bb2cf50e9..40e650e4d6a8f 100644 --- a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts @@ -99,9 +99,7 @@ export class GetApnsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts index 2757a39db2776..f8344b702595c 100644 --- a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts @@ -99,9 +99,7 @@ export class GetApnsSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts index 6bc6d7743cb77..2cb174578d8b8 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts @@ -99,9 +99,7 @@ export class GetApnsVoipChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts index 654092c1f8b32..452e777c4445f 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts @@ -99,9 +99,7 @@ export class GetApnsVoipSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetAppCommand.ts b/clients/client-pinpoint/src/commands/GetAppCommand.ts index 4d76b27d1f2cc..04eb25d5c3c91 100644 --- a/clients/client-pinpoint/src/commands/GetAppCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppCommand.ts @@ -94,9 +94,7 @@ export class GetAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts index a3e7c2b42fd27..89a99146a2e4a 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts @@ -117,9 +117,7 @@ export class GetApplicationDateRangeKpiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts index cf6d2f6beb2e2..f86483330848c 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts @@ -113,9 +113,7 @@ export class GetApplicationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetAppsCommand.ts b/clients/client-pinpoint/src/commands/GetAppsCommand.ts index 34ec7ef19d5f6..66cfcfc3ed06b 100644 --- a/clients/client-pinpoint/src/commands/GetAppsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppsCommand.ts @@ -100,9 +100,7 @@ export class GetAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts index 05872d29829ce..3109375f8d691 100644 --- a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts @@ -98,9 +98,7 @@ export class GetBaiduChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts index 5e2a25da991cf..016b5a2a8a971 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts @@ -111,9 +111,7 @@ export class GetCampaignActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts index 3f65d03a85cbf..7b6efb735b35a 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts @@ -480,9 +480,7 @@ export class GetCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts index 2fd2ad00bbadf..ed7ee60e5e3ef 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts @@ -119,9 +119,7 @@ export class GetCampaignDateRangeKpiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts index cf34ef62a6c3a..c9a422946847a 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts @@ -481,9 +481,7 @@ export class GetCampaignVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts index 8174de17a783c..eddcfaf1dc985 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts @@ -487,9 +487,7 @@ export class GetCampaignVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts index 26a5096c00614..9fc10384c2e39 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts @@ -486,9 +486,7 @@ export class GetCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts index 84a7e4e1e11e7..6292c554f96cf 100644 --- a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts @@ -100,9 +100,7 @@ export class GetChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts index 8bec06d676b19..e340c7b370fff 100644 --- a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts @@ -103,9 +103,7 @@ export class GetEmailChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts index 4ab431d4382cd..206f03eed054b 100644 --- a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts @@ -109,9 +109,7 @@ export class GetEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts index 536dbe5991256..7b163d29739bd 100644 --- a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts @@ -132,9 +132,7 @@ export class GetEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts index be22e47aec5a4..9fc348df79ebe 100644 --- a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts @@ -93,9 +93,7 @@ export class GetEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts index cd76fe56edd27..f87e46a6b94e9 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts @@ -108,9 +108,7 @@ export class GetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts index 83b3031e2dcc8..73d12dae78e90 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts @@ -114,9 +114,7 @@ export class GetExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts index 592c0bb07f117..2067da396016e 100644 --- a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts @@ -100,9 +100,7 @@ export class GetGcmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts index 494d1e8662543..cea6a014b28de 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts @@ -112,9 +112,7 @@ export class GetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts index b4543aa288a78..5c56d91fca5c4 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts @@ -118,9 +118,7 @@ export class GetImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts index 0da5820f09bd2..96e8ec7044f1c 100644 --- a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts @@ -193,9 +193,7 @@ export class GetInAppMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts index 3813ed1cd986a..aea332f702e3b 100644 --- a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts @@ -159,9 +159,7 @@ export class GetInAppTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts index 2115dcf1c32aa..63e9885ab3808 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts @@ -472,9 +472,7 @@ export class GetJourneyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts index e1da53192aa61..985c436013747 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts @@ -119,9 +119,7 @@ export class GetJourneyDateRangeKpiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts index d0cf02d3fabab..fd839a8b706c4 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts @@ -107,9 +107,7 @@ export class GetJourneyExecutionActivityMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts index 7fbe1ef3ae67d..b1b320d9b8af9 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts @@ -96,9 +96,7 @@ export class GetJourneyExecutionMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts index b8568a035a06a..0a0ee5e8540da 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts @@ -139,9 +139,7 @@ export class GetJourneyRunExecutionActivityMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts index d943d444d7781..d96fdac7bbad5 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts @@ -131,9 +131,7 @@ export class GetJourneyRunExecutionMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts index b2871608da89f..30c263e8f0ed8 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts @@ -131,9 +131,7 @@ export class GetJourneyRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts index 16e18b25a7a77..a4e6b5d7de2c8 100644 --- a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts @@ -149,9 +149,7 @@ export class GetPushTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts index f9a13ef330980..407a16bea589d 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts @@ -106,9 +106,7 @@ export class GetRecommenderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts index 7e9fcbc0eafd3..668fbd884a258 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts @@ -112,9 +112,7 @@ export class GetRecommenderConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts index 8f4ad20c87fd5..e5a87770abfef 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts @@ -239,9 +239,7 @@ export class GetSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts index 5eb8bc67112a5..4447418707001 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts @@ -115,9 +115,7 @@ export class GetSegmentExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts index 31816690a9d40..5da90510b304d 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts @@ -119,9 +119,7 @@ export class GetSegmentImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts index 1c57effd983a1..b5c5bf921707a 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts @@ -240,9 +240,7 @@ export class GetSegmentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts index ac7c14ff24f7b..542427a5eee18 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts @@ -246,9 +246,7 @@ export class GetSegmentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts index c96ea71e088ec..3c3eb295d8cd6 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts @@ -245,9 +245,7 @@ export class GetSegmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts index 9b3add5381af1..f7b8a9de49c60 100644 --- a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts @@ -101,9 +101,7 @@ export class GetSmsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts index be90fc06b514b..ae776b3ca1a83 100644 --- a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts @@ -101,9 +101,7 @@ export class GetSmsTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts index d7466451ba3ce..cd1f8292bf0ed 100644 --- a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts @@ -136,9 +136,7 @@ export class GetUserEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts index 5dee8871a97b1..8de2d6eaca8ca 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts @@ -97,9 +97,7 @@ export class GetVoiceChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts index 650027a9843a2..8dadbc87205ea 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts @@ -102,9 +102,7 @@ export class GetVoiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts index 256fd23f5a4bd..f6a3e3206ecfd 100644 --- a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts +++ b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts @@ -478,9 +478,7 @@ export class ListJourneysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts index cf9dd5c5f0224..5e47dae15dffa 100644 --- a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts @@ -69,9 +69,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts index da83a70cf5f63..9fb494d3a6729 100644 --- a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts @@ -104,9 +104,7 @@ export class ListTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts index 0da789b79a242..1c004d286aea8 100644 --- a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts @@ -100,9 +100,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts index 4c45438b76ff2..ce03fd99046a0 100644 --- a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts +++ b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts @@ -104,9 +104,7 @@ export class PhoneNumberValidateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts index 437dd76e8d124..887da0697f9bf 100644 --- a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts @@ -97,9 +97,7 @@ export class PutEventStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/PutEventsCommand.ts b/clients/client-pinpoint/src/commands/PutEventsCommand.ts index 5988e0687be22..bba5f2de2cc33 100644 --- a/clients/client-pinpoint/src/commands/PutEventsCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventsCommand.ts @@ -172,9 +172,7 @@ export class PutEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts index c3ab4ab501d80..01011c83fa63a 100644 --- a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts +++ b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts @@ -98,9 +98,7 @@ export class RemoveAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts index 61dea22a230f9..aa22de02a3ef3 100644 --- a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts @@ -320,9 +320,7 @@ export class SendMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts index 6ac3fa6ed5200..87e4d6756e0dd 100644 --- a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts @@ -121,9 +121,7 @@ export class SendOTPMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts index 7c86afd3deb99..5a72f259b7521 100644 --- a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts @@ -303,9 +303,7 @@ export class SendUsersMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/TagResourceCommand.ts b/clients/client-pinpoint/src/commands/TagResourceCommand.ts index d615b09c46c99..538b9fc4a8a2b 100644 --- a/clients/client-pinpoint/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/TagResourceCommand.ts @@ -68,9 +68,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts index 9416e47983a3f..a6d02ea956e0e 100644 --- a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts @@ -66,9 +66,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts index bb4f427be6da1..462a8fad09cc0 100644 --- a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts @@ -102,9 +102,7 @@ export class UpdateAdmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts index 4673c3c63de35..ef69795ce134f 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts @@ -109,9 +109,7 @@ export class UpdateApnsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts index 65bb3f9f23a9a..f63a030f47f41 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts @@ -109,9 +109,7 @@ export class UpdateApnsSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts index 84db38e24cef8..c6ad94202fdda 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts @@ -109,9 +109,7 @@ export class UpdateApnsVoipChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts index 61d9098c53806..6d0c44d281566 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts @@ -114,9 +114,7 @@ export class UpdateApnsVoipSandboxChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts index 303eb295a89ee..83507f0ea1960 100644 --- a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts @@ -141,9 +141,7 @@ export class UpdateApplicationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts index be9c2b1a42fe7..6f627b30b6bb3 100644 --- a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts @@ -103,9 +103,7 @@ export class UpdateBaiduChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts index 98eaface5bfea..5c213dc6a6acb 100644 --- a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts @@ -858,9 +858,7 @@ export class UpdateCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts index e983b8558c305..8a5408bcda012 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts @@ -111,9 +111,7 @@ export class UpdateEmailChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts index deb08c4dcc7d5..6cb3aadff3c4c 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts @@ -108,9 +108,7 @@ export class UpdateEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts index a0760e9857f38..2f7d12ec5e790 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts @@ -132,9 +132,7 @@ export class UpdateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts index 1cd6bbc2a0d92..e9fc9dd16249d 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts @@ -136,9 +136,7 @@ export class UpdateEndpointsBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts index 3d5d3f6a63938..1299e763cf016 100644 --- a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts @@ -106,9 +106,7 @@ export class UpdateGcmChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts index 9d1ede4456ec1..cd7546ebe9b6f 100644 --- a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts @@ -158,9 +158,7 @@ export class UpdateInAppTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts index a0fbfc219e769..2bfc6464d5c8d 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts @@ -856,9 +856,7 @@ export class UpdateJourneyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts index c274ece849d3d..9b23217cf33ee 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts @@ -475,9 +475,7 @@ export class UpdateJourneyStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts index 4a8b27e37f7c7..b6bf2f50b1e14 100644 --- a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts @@ -148,9 +148,7 @@ export class UpdatePushTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts index fc8dc4f612523..56ab689ca60d1 100644 --- a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts @@ -119,9 +119,7 @@ export class UpdateRecommenderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts index 7ebb402bd4c23..329543fca7216 100644 --- a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts @@ -375,9 +375,7 @@ export class UpdateSegmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts index 2535fd8e803d3..88c1e18c72048 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts @@ -106,9 +106,7 @@ export class UpdateSmsChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts index 090b36354a3be..4b90c5cb8cf6f 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts @@ -100,9 +100,7 @@ export class UpdateSmsTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts index 88f81839a7612..02d8cb01ff57e 100644 --- a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts @@ -98,9 +98,7 @@ export class UpdateTemplateActiveVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts index 906cbc73200a2..fe5ef376c1efb 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts @@ -100,9 +100,7 @@ export class UpdateVoiceChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts index bc53b35d8f9ce..d4ad3c2655512 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts @@ -101,9 +101,7 @@ export class UpdateVoiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts index d56ac3431be99..c0f2678f6e50f 100644 --- a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts @@ -93,9 +93,7 @@ export class VerifyOTPMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PinpointClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/CreatePipeCommand.ts b/clients/client-pipes/src/commands/CreatePipeCommand.ts index f429b6f8f68f7..99b30343d170c 100644 --- a/clients/client-pipes/src/commands/CreatePipeCommand.ts +++ b/clients/client-pipes/src/commands/CreatePipeCommand.ts @@ -441,9 +441,7 @@ export class CreatePipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/DeletePipeCommand.ts b/clients/client-pipes/src/commands/DeletePipeCommand.ts index bb2201b055912..ba3a543b720c0 100644 --- a/clients/client-pipes/src/commands/DeletePipeCommand.ts +++ b/clients/client-pipes/src/commands/DeletePipeCommand.ts @@ -85,9 +85,7 @@ export class DeletePipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/DescribePipeCommand.ts b/clients/client-pipes/src/commands/DescribePipeCommand.ts index 4f21ba0e473ed..a674c251c752a 100644 --- a/clients/client-pipes/src/commands/DescribePipeCommand.ts +++ b/clients/client-pipes/src/commands/DescribePipeCommand.ts @@ -434,9 +434,7 @@ export class DescribePipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/ListPipesCommand.ts b/clients/client-pipes/src/commands/ListPipesCommand.ts index 6fd606270489a..630b6a316c2d7 100644 --- a/clients/client-pipes/src/commands/ListPipesCommand.ts +++ b/clients/client-pipes/src/commands/ListPipesCommand.ts @@ -99,9 +99,7 @@ export class ListPipesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts index c330217034036..1bc1f91df8b4e 100644 --- a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/StartPipeCommand.ts b/clients/client-pipes/src/commands/StartPipeCommand.ts index b5c2ddc70e9e2..60bc3e0bbeea6 100644 --- a/clients/client-pipes/src/commands/StartPipeCommand.ts +++ b/clients/client-pipes/src/commands/StartPipeCommand.ts @@ -85,9 +85,7 @@ export class StartPipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/StopPipeCommand.ts b/clients/client-pipes/src/commands/StopPipeCommand.ts index a5175407885d9..5193c0842b25a 100644 --- a/clients/client-pipes/src/commands/StopPipeCommand.ts +++ b/clients/client-pipes/src/commands/StopPipeCommand.ts @@ -85,9 +85,7 @@ export class StopPipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/TagResourceCommand.ts b/clients/client-pipes/src/commands/TagResourceCommand.ts index cbb7f7e88b502..0d9cb08b98da0 100644 --- a/clients/client-pipes/src/commands/TagResourceCommand.ts +++ b/clients/client-pipes/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/UntagResourceCommand.ts b/clients/client-pipes/src/commands/UntagResourceCommand.ts index 9f5ddf6e51bcd..86caf6a31b793 100644 --- a/clients/client-pipes/src/commands/UntagResourceCommand.ts +++ b/clients/client-pipes/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pipes/src/commands/UpdatePipeCommand.ts b/clients/client-pipes/src/commands/UpdatePipeCommand.ts index 2d95f5be4b173..28e6938bd222c 100644 --- a/clients/client-pipes/src/commands/UpdatePipeCommand.ts +++ b/clients/client-pipes/src/commands/UpdatePipeCommand.ts @@ -429,9 +429,7 @@ export class UpdatePipeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PipesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/DeleteLexiconCommand.ts b/clients/client-polly/src/commands/DeleteLexiconCommand.ts index dd9d4e448d4ff..3c8e561c6850f 100644 --- a/clients/client-polly/src/commands/DeleteLexiconCommand.ts +++ b/clients/client-polly/src/commands/DeleteLexiconCommand.ts @@ -87,9 +87,7 @@ export class DeleteLexiconCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/DescribeVoicesCommand.ts b/clients/client-polly/src/commands/DescribeVoicesCommand.ts index bf4f6cac60aef..0fae39345e8fd 100644 --- a/clients/client-polly/src/commands/DescribeVoicesCommand.ts +++ b/clients/client-polly/src/commands/DescribeVoicesCommand.ts @@ -143,9 +143,7 @@ export class DescribeVoicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/GetLexiconCommand.ts b/clients/client-polly/src/commands/GetLexiconCommand.ts index 4c7c41fe3d46f..b5cd35a56cb82 100644 --- a/clients/client-polly/src/commands/GetLexiconCommand.ts +++ b/clients/client-polly/src/commands/GetLexiconCommand.ts @@ -114,9 +114,7 @@ export class GetLexiconCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts index d0aad35a1da2c..93ab61359abc6 100644 --- a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts @@ -99,9 +99,7 @@ export class GetSpeechSynthesisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/ListLexiconsCommand.ts b/clients/client-polly/src/commands/ListLexiconsCommand.ts index 23213f5e3bae1..2b421636c9eb6 100644 --- a/clients/client-polly/src/commands/ListLexiconsCommand.ts +++ b/clients/client-polly/src/commands/ListLexiconsCommand.ts @@ -111,9 +111,7 @@ export class ListLexiconsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts index 30d16044d0d5f..a95e2becd1d06 100644 --- a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts +++ b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts @@ -99,9 +99,7 @@ export class ListSpeechSynthesisTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/PutLexiconCommand.ts b/clients/client-polly/src/commands/PutLexiconCommand.ts index 0a43b0e8097b7..7c41bf7bcf8b2 100644 --- a/clients/client-polly/src/commands/PutLexiconCommand.ts +++ b/clients/client-polly/src/commands/PutLexiconCommand.ts @@ -108,9 +108,7 @@ export class PutLexiconCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts index d0d2a3faeac70..9aad28ba4a055 100644 --- a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts @@ -165,9 +165,7 @@ export class StartSpeechSynthesisTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts index f844075dae0c5..6fa31fbc37d24 100644 --- a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts +++ b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts @@ -158,9 +158,7 @@ export class SynthesizeSpeechCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PollyClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pricing/src/commands/DescribeServicesCommand.ts b/clients/client-pricing/src/commands/DescribeServicesCommand.ts index 06a90b4a3fe34..967d2c9627826 100644 --- a/clients/client-pricing/src/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/src/commands/DescribeServicesCommand.ts @@ -102,9 +102,7 @@ export class DescribeServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PricingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts index a3db982369f9d..f9cef26651f85 100644 --- a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts @@ -95,9 +95,7 @@ export class GetAttributeValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PricingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts index a689a0b36dc2a..9efdcc4bdff3b 100644 --- a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts +++ b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts @@ -92,9 +92,7 @@ export class GetPriceListFileUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PricingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pricing/src/commands/GetProductsCommand.ts b/clients/client-pricing/src/commands/GetProductsCommand.ts index 1df3c159e5ebf..5ff3a2a864c8c 100644 --- a/clients/client-pricing/src/commands/GetProductsCommand.ts +++ b/clients/client-pricing/src/commands/GetProductsCommand.ts @@ -98,9 +98,7 @@ export class GetProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PricingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-pricing/src/commands/ListPriceListsCommand.ts b/clients/client-pricing/src/commands/ListPriceListsCommand.ts index e862f2ae2be17..683b6c3013f04 100644 --- a/clients/client-pricing/src/commands/ListPriceListsCommand.ts +++ b/clients/client-pricing/src/commands/ListPriceListsCommand.ts @@ -116,9 +116,7 @@ export class ListPriceListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PricingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts index e48a57c243230..ddda5982e5771 100644 --- a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts +++ b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts @@ -112,9 +112,7 @@ export class AcknowledgeOrderReceiptCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts index 7150fda7c0020..f7fda3676c4a7 100644 --- a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts @@ -92,9 +92,7 @@ export class ActivateDeviceIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts index f50eb37609952..6ea8ba248318e 100644 --- a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts @@ -146,9 +146,7 @@ export class ActivateNetworkSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts index 0dd613494e444..12ef859ea005e 100644 --- a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts +++ b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts @@ -147,9 +147,7 @@ export class ConfigureAccessPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts index fd9e6fd337b8d..af78b1ea82c1f 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts @@ -94,9 +94,7 @@ export class CreateNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts index 9adf2f161173d..f5c9f7b9cae11 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts @@ -160,9 +160,7 @@ export class CreateNetworkSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts index 15f2e4a3960c9..e5dc5dd270d8f 100644 --- a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts @@ -89,9 +89,7 @@ export class DeactivateDeviceIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts index a1cc51fb8bc64..7334e7741a865 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts @@ -87,9 +87,7 @@ export class DeleteNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts index d8e62ce2d6cd2..a0672d0917f42 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts @@ -131,9 +131,7 @@ export class DeleteNetworkSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts index 3f7019f3660d7..28e2e7143f6a5 100644 --- a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts @@ -91,9 +91,7 @@ export class GetDeviceIdentifierCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts index f1d2136832ad3..af71fe1dbb183 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts @@ -84,9 +84,7 @@ export class GetNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts index 968cda5333dee..063839305c8d1 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts @@ -134,9 +134,7 @@ export class GetNetworkResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts index 5786c54e0ebb4..5dee7e44278ce 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts @@ -131,9 +131,7 @@ export class GetNetworkSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts index f5b7a79646aa6..943af56f4fd21 100644 --- a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts @@ -111,9 +111,7 @@ export class GetOrderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts index 215f1eec6f3ec..10453c3b1014d 100644 --- a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts @@ -102,9 +102,7 @@ export class ListDeviceIdentifiersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts index 5480e58aa50c0..c7214fd364cc9 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts @@ -145,9 +145,7 @@ export class ListNetworkResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts index cff50789c1182..217077215c894 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts @@ -135,9 +135,7 @@ export class ListNetworkSitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts index 1e3ba7567bf29..42196f0756881 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts @@ -91,9 +91,7 @@ export class ListNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts index bf1acbc5d7ddd..25a16ee1e0463 100644 --- a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts @@ -122,9 +122,7 @@ export class ListOrdersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts index 0162cb415113f..196fc80582ec3 100644 --- a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/PingCommand.ts b/clients/client-privatenetworks/src/commands/PingCommand.ts index a5e77d4f02b9d..e976763762f64 100644 --- a/clients/client-privatenetworks/src/commands/PingCommand.ts +++ b/clients/client-privatenetworks/src/commands/PingCommand.ts @@ -66,9 +66,7 @@ export class PingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts index 6245c3b7506b4..eda4965d7f992 100644 --- a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts +++ b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts @@ -168,9 +168,7 @@ export class StartNetworkResourceUpdateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts index 59e859bd29d05..d9b7da456e46b 100644 --- a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts index 31079c6e3a395..7297f21e79f1c 100644 --- a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts index 4e3d494f8fd78..a352172524976 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts @@ -133,9 +133,7 @@ export class UpdateNetworkSiteCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts index 9ce820b87bc45..a8889cd0e0a6f 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts @@ -152,9 +152,7 @@ export class UpdateNetworkSitePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: PrivateNetworksClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts index b831314dafb36..bb13b96a420a1 100644 --- a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts @@ -103,9 +103,7 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts index a8cfb99c494aa..69c996dfa3373 100644 --- a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts @@ -107,9 +107,7 @@ export class CancelComponentDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts index 5f2b8ca710cd0..ded4d6a4d5ce3 100644 --- a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts @@ -129,9 +129,7 @@ export class CancelEnvironmentDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts index 61bd512293c50..143baa6285fbc 100644 --- a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts @@ -128,9 +128,7 @@ export class CancelServiceInstanceDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts index 2af73f2fd49f2..033492e44fdc5 100644 --- a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts @@ -123,9 +123,7 @@ export class CancelServicePipelineDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateComponentCommand.ts b/clients/client-proton/src/commands/CreateComponentCommand.ts index 527530b4054d7..f0bcb8fe0db54 100644 --- a/clients/client-proton/src/commands/CreateComponentCommand.ts +++ b/clients/client-proton/src/commands/CreateComponentCommand.ts @@ -126,9 +126,7 @@ export class CreateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts index 78a22e52bb01e..517d58b926a84 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts @@ -116,9 +116,7 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts index b1ff835b5367e..4fba2861ca5ea 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts @@ -154,9 +154,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts index eccb6104c43e7..bea037d213556 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts @@ -123,9 +123,7 @@ export class CreateEnvironmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts index b84d56cabfd54..26123ea92159d 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts @@ -126,9 +126,7 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateRepositoryCommand.ts b/clients/client-proton/src/commands/CreateRepositoryCommand.ts index 1d192c5487d59..b3a60874a941d 100644 --- a/clients/client-proton/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-proton/src/commands/CreateRepositoryCommand.ts @@ -104,9 +104,7 @@ export class CreateRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateServiceCommand.ts b/clients/client-proton/src/commands/CreateServiceCommand.ts index a69896309a44f..5a18fd8a689f1 100644 --- a/clients/client-proton/src/commands/CreateServiceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceCommand.ts @@ -136,9 +136,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts index a89583a138e23..c80c11ef4f276 100644 --- a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts @@ -116,9 +116,7 @@ export class CreateServiceInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts index 6ff40670ef60d..aa2a4c0e61392 100644 --- a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts @@ -94,9 +94,7 @@ export class CreateServiceSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts index 32464803f62c9..1636d0fb39a58 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts @@ -114,9 +114,7 @@ export class CreateServiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts index a6142beb727b2..1b8d39fdc4247 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts @@ -144,9 +144,7 @@ export class CreateServiceTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts index 281289981884d..f42e5410272ca 100644 --- a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts @@ -100,9 +100,7 @@ export class CreateTemplateSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteComponentCommand.ts b/clients/client-proton/src/commands/DeleteComponentCommand.ts index 853677732792a..761fdf2039b44 100644 --- a/clients/client-proton/src/commands/DeleteComponentCommand.ts +++ b/clients/client-proton/src/commands/DeleteComponentCommand.ts @@ -107,9 +107,7 @@ export class DeleteComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteDeploymentCommand.ts b/clients/client-proton/src/commands/DeleteDeploymentCommand.ts index 3543cdcb04185..c8f67c56c3b5c 100644 --- a/clients/client-proton/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-proton/src/commands/DeleteDeploymentCommand.ts @@ -163,9 +163,7 @@ export class DeleteDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts index 8c7b0cfc17ba0..10c025a694cd6 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts @@ -105,9 +105,7 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts index 67fc9cb8db707..afb1d0a64ae72 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts @@ -114,9 +114,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts index 25f711cec177d..0ab57ae37f735 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts @@ -97,9 +97,7 @@ export class DeleteEnvironmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts index 3962804774775..11e264ad07187 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts @@ -111,9 +111,7 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts index c70abe2da4239..146f51089eeb8 100644 --- a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts @@ -90,9 +90,7 @@ export class DeleteRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteServiceCommand.ts b/clients/client-proton/src/commands/DeleteServiceCommand.ts index 3c0b4d8878025..93aae129b0067 100644 --- a/clients/client-proton/src/commands/DeleteServiceCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceCommand.ts @@ -117,9 +117,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts index b889ce1c66fc2..055c1ad175adf 100644 --- a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts @@ -89,9 +89,7 @@ export class DeleteServiceSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts index 2bd0e21ab00e4..efd40c6ffd07b 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts @@ -98,9 +98,7 @@ export class DeleteServiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts index e911a7697c858..0fbc8a6a2bcd6 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts @@ -123,9 +123,7 @@ export class DeleteServiceTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts index 158b67ad5e8ff..e5da8e40b8231 100644 --- a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts @@ -91,9 +91,7 @@ export class DeleteTemplateSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts index 126264748ed0a..e9fb3b8c4adbd 100644 --- a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts @@ -87,9 +87,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetComponentCommand.ts b/clients/client-proton/src/commands/GetComponentCommand.ts index 2dafd25539ced..c8be40948046d 100644 --- a/clients/client-proton/src/commands/GetComponentCommand.ts +++ b/clients/client-proton/src/commands/GetComponentCommand.ts @@ -100,9 +100,7 @@ export class GetComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetDeploymentCommand.ts b/clients/client-proton/src/commands/GetDeploymentCommand.ts index 039dddb3f86e2..3443a3efa60eb 100644 --- a/clients/client-proton/src/commands/GetDeploymentCommand.ts +++ b/clients/client-proton/src/commands/GetDeploymentCommand.ts @@ -163,9 +163,7 @@ export class GetDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts index 0d2b731d71e37..c35f6eaf860d7 100644 --- a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts @@ -99,9 +99,7 @@ export class GetEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetEnvironmentCommand.ts b/clients/client-proton/src/commands/GetEnvironmentCommand.ts index ee592071a810a..29a0d0e5d5e4c 100644 --- a/clients/client-proton/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentCommand.ts @@ -107,9 +107,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts index 3d58c75e7d051..cbefa5bc2fa51 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts @@ -94,9 +94,7 @@ export class GetEnvironmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts index 953463fc5e464..bf6b98df8eea8 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts @@ -103,9 +103,7 @@ export class GetEnvironmentTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetRepositoryCommand.ts b/clients/client-proton/src/commands/GetRepositoryCommand.ts index 19ac2eda56d1e..6f263b579f81d 100644 --- a/clients/client-proton/src/commands/GetRepositoryCommand.ts +++ b/clients/client-proton/src/commands/GetRepositoryCommand.ts @@ -87,9 +87,7 @@ export class GetRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts index bc5082001f972..de257701593a7 100644 --- a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts @@ -101,9 +101,7 @@ export class GetRepositorySyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts index d9ae9dd4724fd..d74d1408bb218 100644 --- a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts @@ -122,9 +122,7 @@ export class GetResourcesSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceCommand.ts b/clients/client-proton/src/commands/GetServiceCommand.ts index 92b560ac2655c..9007d5f6a4c20 100644 --- a/clients/client-proton/src/commands/GetServiceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceCommand.ts @@ -107,9 +107,7 @@ export class GetServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts index 732e518a23882..56a1df29cc675 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts @@ -103,9 +103,7 @@ export class GetServiceInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts index c29487080d924..840e1d56d3344 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts @@ -146,9 +146,7 @@ export class GetServiceInstanceSyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts index f4b3e13313ef2..a8480fb73eedb 100644 --- a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts @@ -106,9 +106,7 @@ export class GetServiceSyncBlockerSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts index f9ddcaa562cc0..a57192deb4079 100644 --- a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts @@ -86,9 +86,7 @@ export class GetServiceSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts index ae7a511972995..f5eed06852d62 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts @@ -94,9 +94,7 @@ export class GetServiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts index 2304df85232fb..4f113e7cd01d8 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts @@ -107,9 +107,7 @@ export class GetServiceTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts index 01021b0d549da..4863c3e421a8c 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts @@ -88,9 +88,7 @@ export class GetTemplateSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts index ada1176867d65..d9dbb8f9d7c04 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts @@ -142,9 +142,7 @@ export class GetTemplateSyncStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts index 2e42772785dae..1fbb49db2f2a1 100644 --- a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts @@ -95,9 +95,7 @@ export class ListComponentOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts index d662475691f54..5ec00e016bae1 100644 --- a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts @@ -96,9 +96,7 @@ export class ListComponentProvisionedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListComponentsCommand.ts b/clients/client-proton/src/commands/ListComponentsCommand.ts index a305d56cc4abc..1932000ab3843 100644 --- a/clients/client-proton/src/commands/ListComponentsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentsCommand.ts @@ -101,9 +101,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListDeploymentsCommand.ts b/clients/client-proton/src/commands/ListDeploymentsCommand.ts index efa8b885563ab..b54bc327ef267 100644 --- a/clients/client-proton/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-proton/src/commands/ListDeploymentsCommand.ts @@ -104,9 +104,7 @@ export class ListDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts index 1b9c85b8d866d..6107b448381d2 100644 --- a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts @@ -104,9 +104,7 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts index 05656f5a02b7f..4de9a99780c3a 100644 --- a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts @@ -92,9 +92,7 @@ export class ListEnvironmentOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts index 1a03e72645673..11f4899d91b2e 100644 --- a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts @@ -96,9 +96,7 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts index 8b2ef1ee09805..1c5e0046486ae 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts @@ -106,9 +106,7 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts index 57584d84f2165..cc6533fe456b2 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts @@ -94,9 +94,7 @@ export class ListEnvironmentTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts index 0230965b80100..15f75ae3067fa 100644 --- a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts @@ -113,9 +113,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListRepositoriesCommand.ts b/clients/client-proton/src/commands/ListRepositoriesCommand.ts index b9993be74309f..a0fca1f7c5fd2 100644 --- a/clients/client-proton/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-proton/src/commands/ListRepositoriesCommand.ts @@ -89,9 +89,7 @@ export class ListRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts index 91421110a4fc2..69bbdee416aa8 100644 --- a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -93,9 +93,7 @@ export class ListRepositorySyncDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts index fb2be37f46080..2509ee681b21f 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts @@ -93,9 +93,7 @@ export class ListServiceInstanceOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts index 7b5d849582432..e805ab76fca12 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts @@ -98,9 +98,7 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts index 57a1eebfa8325..c50993f36e767 100644 --- a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts @@ -113,9 +113,7 @@ export class ListServiceInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts index 754e84c5e5293..5fb4fec70383e 100644 --- a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts @@ -92,9 +92,7 @@ export class ListServicePipelineOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts index 9ff21f64f9162..ba8b2f096991a 100644 --- a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts @@ -97,9 +97,7 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts index 74f6df1b2034a..d00a50affc7e3 100644 --- a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts @@ -101,9 +101,7 @@ export class ListServiceTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts index e385a055951bf..f8a0e0d85f526 100644 --- a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts @@ -94,9 +94,7 @@ export class ListServiceTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListServicesCommand.ts b/clients/client-proton/src/commands/ListServicesCommand.ts index 79b25f73973e7..623fe380cae1e 100644 --- a/clients/client-proton/src/commands/ListServicesCommand.ts +++ b/clients/client-proton/src/commands/ListServicesCommand.ts @@ -90,9 +90,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts index 8ae15a1dec5dc..30a5f4c88eaf0 100644 --- a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts index 493ac6b2e42f4..3c198e4be4ba0 100644 --- a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts +++ b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts @@ -104,9 +104,7 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts index 5228681840dfa..3ea916f1df2d0 100644 --- a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts @@ -105,9 +105,7 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/TagResourceCommand.ts b/clients/client-proton/src/commands/TagResourceCommand.ts index f71027f0d2617..b11388f831437 100644 --- a/clients/client-proton/src/commands/TagResourceCommand.ts +++ b/clients/client-proton/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UntagResourceCommand.ts b/clients/client-proton/src/commands/UntagResourceCommand.ts index 9608b210fa44d..afed1b29a0173 100644 --- a/clients/client-proton/src/commands/UntagResourceCommand.ts +++ b/clients/client-proton/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts index 184b1cd053c0a..75695c2f80720 100644 --- a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts @@ -96,9 +96,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateComponentCommand.ts b/clients/client-proton/src/commands/UpdateComponentCommand.ts index 151bc306f3824..2038256110f25 100644 --- a/clients/client-proton/src/commands/UpdateComponentCommand.ts +++ b/clients/client-proton/src/commands/UpdateComponentCommand.ts @@ -124,9 +124,7 @@ export class UpdateComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts index d2db8fc669365..b5055c425d569 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts @@ -105,9 +105,7 @@ export class UpdateEnvironmentAccountConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts index 724e8ef471e64..9dc755546e301 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts @@ -177,9 +177,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts index 8da5e3e2de61e..a994aa9879e4b 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts @@ -100,9 +100,7 @@ export class UpdateEnvironmentTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts index 2cbe7860feb53..033c7962efad1 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts @@ -109,9 +109,7 @@ export class UpdateEnvironmentTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceCommand.ts b/clients/client-proton/src/commands/UpdateServiceCommand.ts index ca72b3a213191..e881e5964ab2d 100644 --- a/clients/client-proton/src/commands/UpdateServiceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceCommand.ts @@ -134,9 +134,7 @@ export class UpdateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts index 6f00d9f50ad39..c355abced068a 100644 --- a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts @@ -120,9 +120,7 @@ export class UpdateServiceInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts index 2619839377b58..1b9e494208cd2 100644 --- a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts +++ b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts @@ -145,9 +145,7 @@ export class UpdateServicePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts index 9f2e1acd53cc6..9767689881e57 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts @@ -100,9 +100,7 @@ export class UpdateServiceSyncBlockerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts index 9b1d0f2281eba..15abcfe5cb3ca 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts @@ -93,9 +93,7 @@ export class UpdateServiceSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts index b2ecdb6f1e01a..8dced065c00ed 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts @@ -100,9 +100,7 @@ export class UpdateServiceTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts index 5f10736ee51a1..e1e011dd6ecbd 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts @@ -127,9 +127,7 @@ export class UpdateServiceTemplateVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts index 785da3993ad8c..9425685235974 100644 --- a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts @@ -97,9 +97,7 @@ export class UpdateTemplateSyncConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ProtonClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/AssociateLibraryItemReviewCommand.ts b/clients/client-qapps/src/commands/AssociateLibraryItemReviewCommand.ts index 54fc9503cbaaf..52fbbab7596a1 100644 --- a/clients/client-qapps/src/commands/AssociateLibraryItemReviewCommand.ts +++ b/clients/client-qapps/src/commands/AssociateLibraryItemReviewCommand.ts @@ -104,9 +104,7 @@ export class AssociateLibraryItemReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/AssociateQAppWithUserCommand.ts b/clients/client-qapps/src/commands/AssociateQAppWithUserCommand.ts index 1f95f0584ab96..c191c8e23d015 100644 --- a/clients/client-qapps/src/commands/AssociateQAppWithUserCommand.ts +++ b/clients/client-qapps/src/commands/AssociateQAppWithUserCommand.ts @@ -102,9 +102,7 @@ export class AssociateQAppWithUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/CreateLibraryItemCommand.ts b/clients/client-qapps/src/commands/CreateLibraryItemCommand.ts index 52284029638de..c8bf2bf82b216 100644 --- a/clients/client-qapps/src/commands/CreateLibraryItemCommand.ts +++ b/clients/client-qapps/src/commands/CreateLibraryItemCommand.ts @@ -129,9 +129,7 @@ export class CreateLibraryItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/CreateQAppCommand.ts b/clients/client-qapps/src/commands/CreateQAppCommand.ts index e50979f15a5da..b093b56b79cef 100644 --- a/clients/client-qapps/src/commands/CreateQAppCommand.ts +++ b/clients/client-qapps/src/commands/CreateQAppCommand.ts @@ -279,9 +279,7 @@ export class CreateQAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/DeleteLibraryItemCommand.ts b/clients/client-qapps/src/commands/DeleteLibraryItemCommand.ts index d7fb4e713242b..0bc28b70c6290 100644 --- a/clients/client-qapps/src/commands/DeleteLibraryItemCommand.ts +++ b/clients/client-qapps/src/commands/DeleteLibraryItemCommand.ts @@ -100,9 +100,7 @@ export class DeleteLibraryItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/DeleteQAppCommand.ts b/clients/client-qapps/src/commands/DeleteQAppCommand.ts index 40c918686ce59..6130eb2c1367a 100644 --- a/clients/client-qapps/src/commands/DeleteQAppCommand.ts +++ b/clients/client-qapps/src/commands/DeleteQAppCommand.ts @@ -95,9 +95,7 @@ export class DeleteQAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/DisassociateLibraryItemReviewCommand.ts b/clients/client-qapps/src/commands/DisassociateLibraryItemReviewCommand.ts index fb6ec7dd355df..96bd30baf9860 100644 --- a/clients/client-qapps/src/commands/DisassociateLibraryItemReviewCommand.ts +++ b/clients/client-qapps/src/commands/DisassociateLibraryItemReviewCommand.ts @@ -106,9 +106,7 @@ export class DisassociateLibraryItemReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/DisassociateQAppFromUserCommand.ts b/clients/client-qapps/src/commands/DisassociateQAppFromUserCommand.ts index e72504d237d12..29c40e336f3f5 100644 --- a/clients/client-qapps/src/commands/DisassociateQAppFromUserCommand.ts +++ b/clients/client-qapps/src/commands/DisassociateQAppFromUserCommand.ts @@ -96,9 +96,7 @@ export class DisassociateQAppFromUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/GetLibraryItemCommand.ts b/clients/client-qapps/src/commands/GetLibraryItemCommand.ts index 1b308a0495b92..f80d5e7e20367 100644 --- a/clients/client-qapps/src/commands/GetLibraryItemCommand.ts +++ b/clients/client-qapps/src/commands/GetLibraryItemCommand.ts @@ -146,9 +146,7 @@ export class GetLibraryItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/GetQAppCommand.ts b/clients/client-qapps/src/commands/GetQAppCommand.ts index 6bc9d3c632539..8f8e54d360d13 100644 --- a/clients/client-qapps/src/commands/GetQAppCommand.ts +++ b/clients/client-qapps/src/commands/GetQAppCommand.ts @@ -279,9 +279,7 @@ export class GetQAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/GetQAppSessionCommand.ts b/clients/client-qapps/src/commands/GetQAppSessionCommand.ts index 21c75b913c948..c9055b2a91fc6 100644 --- a/clients/client-qapps/src/commands/GetQAppSessionCommand.ts +++ b/clients/client-qapps/src/commands/GetQAppSessionCommand.ts @@ -126,9 +126,7 @@ export class GetQAppSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/ImportDocumentCommand.ts b/clients/client-qapps/src/commands/ImportDocumentCommand.ts index bb371150aa859..5589ac6909919 100644 --- a/clients/client-qapps/src/commands/ImportDocumentCommand.ts +++ b/clients/client-qapps/src/commands/ImportDocumentCommand.ts @@ -145,9 +145,7 @@ export class ImportDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/ListLibraryItemsCommand.ts b/clients/client-qapps/src/commands/ListLibraryItemsCommand.ts index b675b15850e73..496d219f015dc 100644 --- a/clients/client-qapps/src/commands/ListLibraryItemsCommand.ts +++ b/clients/client-qapps/src/commands/ListLibraryItemsCommand.ts @@ -192,9 +192,7 @@ export class ListLibraryItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/ListQAppsCommand.ts b/clients/client-qapps/src/commands/ListQAppsCommand.ts index 391eb8ceeb8c4..6441852320ba5 100644 --- a/clients/client-qapps/src/commands/ListQAppsCommand.ts +++ b/clients/client-qapps/src/commands/ListQAppsCommand.ts @@ -190,9 +190,7 @@ export class ListQAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/ListTagsForResourceCommand.ts b/clients/client-qapps/src/commands/ListTagsForResourceCommand.ts index 080adbcf120da..a9732db382641 100644 --- a/clients/client-qapps/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qapps/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/PredictQAppCommand.ts b/clients/client-qapps/src/commands/PredictQAppCommand.ts index f07afb59d1b2d..b19840dfb7a80 100644 --- a/clients/client-qapps/src/commands/PredictQAppCommand.ts +++ b/clients/client-qapps/src/commands/PredictQAppCommand.ts @@ -214,9 +214,7 @@ export class PredictQAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/StartQAppSessionCommand.ts b/clients/client-qapps/src/commands/StartQAppSessionCommand.ts index 2ad5be7e2df0b..e5cfdce2bbe5a 100644 --- a/clients/client-qapps/src/commands/StartQAppSessionCommand.ts +++ b/clients/client-qapps/src/commands/StartQAppSessionCommand.ts @@ -130,9 +130,7 @@ export class StartQAppSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/StopQAppSessionCommand.ts b/clients/client-qapps/src/commands/StopQAppSessionCommand.ts index 8f6198baf5583..27be0787404c6 100644 --- a/clients/client-qapps/src/commands/StopQAppSessionCommand.ts +++ b/clients/client-qapps/src/commands/StopQAppSessionCommand.ts @@ -89,9 +89,7 @@ export class StopQAppSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/TagResourceCommand.ts b/clients/client-qapps/src/commands/TagResourceCommand.ts index e70ab3d7bea79..b9b7418113b5f 100644 --- a/clients/client-qapps/src/commands/TagResourceCommand.ts +++ b/clients/client-qapps/src/commands/TagResourceCommand.ts @@ -100,9 +100,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/UntagResourceCommand.ts b/clients/client-qapps/src/commands/UntagResourceCommand.ts index d25df66cff052..76095cb4da975 100644 --- a/clients/client-qapps/src/commands/UntagResourceCommand.ts +++ b/clients/client-qapps/src/commands/UntagResourceCommand.ts @@ -96,9 +96,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/UpdateLibraryItemCommand.ts b/clients/client-qapps/src/commands/UpdateLibraryItemCommand.ts index 886c268dbdc9d..912249a483885 100644 --- a/clients/client-qapps/src/commands/UpdateLibraryItemCommand.ts +++ b/clients/client-qapps/src/commands/UpdateLibraryItemCommand.ts @@ -151,9 +151,7 @@ export class UpdateLibraryItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/UpdateLibraryItemMetadataCommand.ts b/clients/client-qapps/src/commands/UpdateLibraryItemMetadataCommand.ts index 2ef1244bfb4ac..6e52c08f5ff31 100644 --- a/clients/client-qapps/src/commands/UpdateLibraryItemMetadataCommand.ts +++ b/clients/client-qapps/src/commands/UpdateLibraryItemMetadataCommand.ts @@ -101,9 +101,7 @@ export class UpdateLibraryItemMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/UpdateQAppCommand.ts b/clients/client-qapps/src/commands/UpdateQAppCommand.ts index 0436eb9609aec..ab473527c35b4 100644 --- a/clients/client-qapps/src/commands/UpdateQAppCommand.ts +++ b/clients/client-qapps/src/commands/UpdateQAppCommand.ts @@ -290,9 +290,7 @@ export class UpdateQAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qapps/src/commands/UpdateQAppSessionCommand.ts b/clients/client-qapps/src/commands/UpdateQAppSessionCommand.ts index d540421725896..f04d75b72a4ba 100644 --- a/clients/client-qapps/src/commands/UpdateQAppSessionCommand.ts +++ b/clients/client-qapps/src/commands/UpdateQAppSessionCommand.ts @@ -100,9 +100,7 @@ export class UpdateQAppSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QAppsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-qbusiness/src/commands/BatchDeleteDocumentCommand.ts index ad06e4dce087e..1df1cd6dbc3ba 100644 --- a/clients/client-qbusiness/src/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-qbusiness/src/commands/BatchDeleteDocumentCommand.ts @@ -108,9 +108,7 @@ export class BatchDeleteDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/BatchPutDocumentCommand.ts b/clients/client-qbusiness/src/commands/BatchPutDocumentCommand.ts index 80def38404e96..af18e9b07b718 100644 --- a/clients/client-qbusiness/src/commands/BatchPutDocumentCommand.ts +++ b/clients/client-qbusiness/src/commands/BatchPutDocumentCommand.ts @@ -220,9 +220,7 @@ export class BatchPutDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ChatCommand.ts b/clients/client-qbusiness/src/commands/ChatCommand.ts index 7562b329d4a25..d017baa7fd68b 100644 --- a/clients/client-qbusiness/src/commands/ChatCommand.ts +++ b/clients/client-qbusiness/src/commands/ChatCommand.ts @@ -288,9 +288,7 @@ export class ChatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ChatSyncCommand.ts b/clients/client-qbusiness/src/commands/ChatSyncCommand.ts index 45b309161d16e..9808119dba79c 100644 --- a/clients/client-qbusiness/src/commands/ChatSyncCommand.ts +++ b/clients/client-qbusiness/src/commands/ChatSyncCommand.ts @@ -264,9 +264,7 @@ export class ChatSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateApplicationCommand.ts b/clients/client-qbusiness/src/commands/CreateApplicationCommand.ts index 27523f22940ea..c90a9c24118f7 100644 --- a/clients/client-qbusiness/src/commands/CreateApplicationCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateApplicationCommand.ts @@ -130,9 +130,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateDataSourceCommand.ts b/clients/client-qbusiness/src/commands/CreateDataSourceCommand.ts index eb07c8c99943a..1cb5c482a1a8a 100644 --- a/clients/client-qbusiness/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateDataSourceCommand.ts @@ -182,9 +182,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateIndexCommand.ts b/clients/client-qbusiness/src/commands/CreateIndexCommand.ts index eb4ba122c4d07..f2a1ecce64b7f 100644 --- a/clients/client-qbusiness/src/commands/CreateIndexCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateIndexCommand.ts @@ -114,9 +114,7 @@ export class CreateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreatePluginCommand.ts b/clients/client-qbusiness/src/commands/CreatePluginCommand.ts index af46ed90855d8..9d2fd57557b9c 100644 --- a/clients/client-qbusiness/src/commands/CreatePluginCommand.ts +++ b/clients/client-qbusiness/src/commands/CreatePluginCommand.ts @@ -126,9 +126,7 @@ export class CreatePluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateRetrieverCommand.ts b/clients/client-qbusiness/src/commands/CreateRetrieverCommand.ts index 77143e7559e7e..1dd1d0e7b243c 100644 --- a/clients/client-qbusiness/src/commands/CreateRetrieverCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateRetrieverCommand.ts @@ -132,9 +132,7 @@ export class CreateRetrieverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateUserCommand.ts b/clients/client-qbusiness/src/commands/CreateUserCommand.ts index 3c702ca8f3727..606bd2a2200dd 100644 --- a/clients/client-qbusiness/src/commands/CreateUserCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateUserCommand.ts @@ -100,9 +100,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/CreateWebExperienceCommand.ts b/clients/client-qbusiness/src/commands/CreateWebExperienceCommand.ts index aa505041c0044..3154d65bc5c75 100644 --- a/clients/client-qbusiness/src/commands/CreateWebExperienceCommand.ts +++ b/clients/client-qbusiness/src/commands/CreateWebExperienceCommand.ts @@ -114,9 +114,7 @@ export class CreateWebExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteApplicationCommand.ts b/clients/client-qbusiness/src/commands/DeleteApplicationCommand.ts index 5bec8456dcb69..6646038cabfca 100644 --- a/clients/client-qbusiness/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteApplicationCommand.ts @@ -87,9 +87,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteChatControlsConfigurationCommand.ts b/clients/client-qbusiness/src/commands/DeleteChatControlsConfigurationCommand.ts index ee561020ed908..67be5912e8cb9 100644 --- a/clients/client-qbusiness/src/commands/DeleteChatControlsConfigurationCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteChatControlsConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DeleteChatControlsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteConversationCommand.ts b/clients/client-qbusiness/src/commands/DeleteConversationCommand.ts index 6bbd638149de2..3724d5bb7c624 100644 --- a/clients/client-qbusiness/src/commands/DeleteConversationCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteConversationCommand.ts @@ -89,9 +89,7 @@ export class DeleteConversationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteDataSourceCommand.ts b/clients/client-qbusiness/src/commands/DeleteDataSourceCommand.ts index bf979f6790b34..ae5588b533177 100644 --- a/clients/client-qbusiness/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteDataSourceCommand.ts @@ -91,9 +91,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteGroupCommand.ts b/clients/client-qbusiness/src/commands/DeleteGroupCommand.ts index 7b44146e5ac43..a3bf5303a036d 100644 --- a/clients/client-qbusiness/src/commands/DeleteGroupCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteGroupCommand.ts @@ -98,9 +98,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteIndexCommand.ts b/clients/client-qbusiness/src/commands/DeleteIndexCommand.ts index 0e15d70c89dd6..e2aa9c09314fc 100644 --- a/clients/client-qbusiness/src/commands/DeleteIndexCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteIndexCommand.ts @@ -88,9 +88,7 @@ export class DeleteIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeletePluginCommand.ts b/clients/client-qbusiness/src/commands/DeletePluginCommand.ts index 057a411b81568..e20f9f787d8f6 100644 --- a/clients/client-qbusiness/src/commands/DeletePluginCommand.ts +++ b/clients/client-qbusiness/src/commands/DeletePluginCommand.ts @@ -88,9 +88,7 @@ export class DeletePluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteRetrieverCommand.ts b/clients/client-qbusiness/src/commands/DeleteRetrieverCommand.ts index 1b7d4067d2c88..9fecc87ab852d 100644 --- a/clients/client-qbusiness/src/commands/DeleteRetrieverCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteRetrieverCommand.ts @@ -88,9 +88,7 @@ export class DeleteRetrieverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteUserCommand.ts b/clients/client-qbusiness/src/commands/DeleteUserCommand.ts index decfc119f158c..49bbdd5913ee9 100644 --- a/clients/client-qbusiness/src/commands/DeleteUserCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteUserCommand.ts @@ -88,9 +88,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/DeleteWebExperienceCommand.ts b/clients/client-qbusiness/src/commands/DeleteWebExperienceCommand.ts index e01b2a45f349f..68d9beb27edc7 100644 --- a/clients/client-qbusiness/src/commands/DeleteWebExperienceCommand.ts +++ b/clients/client-qbusiness/src/commands/DeleteWebExperienceCommand.ts @@ -88,9 +88,7 @@ export class DeleteWebExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetApplicationCommand.ts b/clients/client-qbusiness/src/commands/GetApplicationCommand.ts index d973ceb19ec13..8e32580b28b83 100644 --- a/clients/client-qbusiness/src/commands/GetApplicationCommand.ts +++ b/clients/client-qbusiness/src/commands/GetApplicationCommand.ts @@ -122,9 +122,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetChatControlsConfigurationCommand.ts b/clients/client-qbusiness/src/commands/GetChatControlsConfigurationCommand.ts index daf80f6c6c6a0..3d33cb609d9a3 100644 --- a/clients/client-qbusiness/src/commands/GetChatControlsConfigurationCommand.ts +++ b/clients/client-qbusiness/src/commands/GetChatControlsConfigurationCommand.ts @@ -146,9 +146,7 @@ export class GetChatControlsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetDataSourceCommand.ts b/clients/client-qbusiness/src/commands/GetDataSourceCommand.ts index 5318f4a32b3ab..b09a3f6a17e86 100644 --- a/clients/client-qbusiness/src/commands/GetDataSourceCommand.ts +++ b/clients/client-qbusiness/src/commands/GetDataSourceCommand.ts @@ -176,9 +176,7 @@ export class GetDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetGroupCommand.ts b/clients/client-qbusiness/src/commands/GetGroupCommand.ts index 6534449d2a1a5..5d16a0f669670 100644 --- a/clients/client-qbusiness/src/commands/GetGroupCommand.ts +++ b/clients/client-qbusiness/src/commands/GetGroupCommand.ts @@ -109,9 +109,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetIndexCommand.ts b/clients/client-qbusiness/src/commands/GetIndexCommand.ts index 8467cd4e53df6..754c00ad18118 100644 --- a/clients/client-qbusiness/src/commands/GetIndexCommand.ts +++ b/clients/client-qbusiness/src/commands/GetIndexCommand.ts @@ -114,9 +114,7 @@ export class GetIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetPluginCommand.ts b/clients/client-qbusiness/src/commands/GetPluginCommand.ts index 6eeb327fb3e5b..0578a6639aacc 100644 --- a/clients/client-qbusiness/src/commands/GetPluginCommand.ts +++ b/clients/client-qbusiness/src/commands/GetPluginCommand.ts @@ -117,9 +117,7 @@ export class GetPluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetRetrieverCommand.ts b/clients/client-qbusiness/src/commands/GetRetrieverCommand.ts index 1eac0faf23b30..22eb869320a82 100644 --- a/clients/client-qbusiness/src/commands/GetRetrieverCommand.ts +++ b/clients/client-qbusiness/src/commands/GetRetrieverCommand.ts @@ -124,9 +124,7 @@ export class GetRetrieverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetUserCommand.ts b/clients/client-qbusiness/src/commands/GetUserCommand.ts index 297297f697c99..33875bce1be9c 100644 --- a/clients/client-qbusiness/src/commands/GetUserCommand.ts +++ b/clients/client-qbusiness/src/commands/GetUserCommand.ts @@ -97,9 +97,7 @@ export class GetUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/GetWebExperienceCommand.ts b/clients/client-qbusiness/src/commands/GetWebExperienceCommand.ts index 0c6336bb0b72b..535fe2c3397c1 100644 --- a/clients/client-qbusiness/src/commands/GetWebExperienceCommand.ts +++ b/clients/client-qbusiness/src/commands/GetWebExperienceCommand.ts @@ -118,9 +118,7 @@ export class GetWebExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListApplicationsCommand.ts b/clients/client-qbusiness/src/commands/ListApplicationsCommand.ts index caa0368e71cef..048307b06f995 100644 --- a/clients/client-qbusiness/src/commands/ListApplicationsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListApplicationsCommand.ts @@ -92,9 +92,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListConversationsCommand.ts b/clients/client-qbusiness/src/commands/ListConversationsCommand.ts index 54a01cbc1d35f..346031159c14a 100644 --- a/clients/client-qbusiness/src/commands/ListConversationsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListConversationsCommand.ts @@ -99,9 +99,7 @@ export class ListConversationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-qbusiness/src/commands/ListDataSourceSyncJobsCommand.ts index 85fa08881852b..11eccd6bc51e1 100644 --- a/clients/client-qbusiness/src/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListDataSourceSyncJobsCommand.ts @@ -112,9 +112,7 @@ export class ListDataSourceSyncJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListDataSourcesCommand.ts b/clients/client-qbusiness/src/commands/ListDataSourcesCommand.ts index 4513672f231d5..c8846691538d9 100644 --- a/clients/client-qbusiness/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-qbusiness/src/commands/ListDataSourcesCommand.ts @@ -98,9 +98,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListDocumentsCommand.ts b/clients/client-qbusiness/src/commands/ListDocumentsCommand.ts index c5e694e24da12..b545b9d375a83 100644 --- a/clients/client-qbusiness/src/commands/ListDocumentsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListDocumentsCommand.ts @@ -103,9 +103,7 @@ export class ListDocumentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListGroupsCommand.ts b/clients/client-qbusiness/src/commands/ListGroupsCommand.ts index 3d4121d62b1e5..78c89c3279848 100644 --- a/clients/client-qbusiness/src/commands/ListGroupsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListGroupsCommand.ts @@ -99,9 +99,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListIndicesCommand.ts b/clients/client-qbusiness/src/commands/ListIndicesCommand.ts index ec1ebe2ad3862..76fd83048b50b 100644 --- a/clients/client-qbusiness/src/commands/ListIndicesCommand.ts +++ b/clients/client-qbusiness/src/commands/ListIndicesCommand.ts @@ -96,9 +96,7 @@ export class ListIndicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListMessagesCommand.ts b/clients/client-qbusiness/src/commands/ListMessagesCommand.ts index 51fb91f43dc5c..71093d52fee94 100644 --- a/clients/client-qbusiness/src/commands/ListMessagesCommand.ts +++ b/clients/client-qbusiness/src/commands/ListMessagesCommand.ts @@ -160,9 +160,7 @@ export class ListMessagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListPluginsCommand.ts b/clients/client-qbusiness/src/commands/ListPluginsCommand.ts index 10e343d05cab3..3a546795e505b 100644 --- a/clients/client-qbusiness/src/commands/ListPluginsCommand.ts +++ b/clients/client-qbusiness/src/commands/ListPluginsCommand.ts @@ -99,9 +99,7 @@ export class ListPluginsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListRetrieversCommand.ts b/clients/client-qbusiness/src/commands/ListRetrieversCommand.ts index e7daef3102076..8d4fa8d55c7d3 100644 --- a/clients/client-qbusiness/src/commands/ListRetrieversCommand.ts +++ b/clients/client-qbusiness/src/commands/ListRetrieversCommand.ts @@ -96,9 +96,7 @@ export class ListRetrieversCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListTagsForResourceCommand.ts b/clients/client-qbusiness/src/commands/ListTagsForResourceCommand.ts index 73515bdef1df4..e189c9c926cd2 100644 --- a/clients/client-qbusiness/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qbusiness/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/ListWebExperiencesCommand.ts b/clients/client-qbusiness/src/commands/ListWebExperiencesCommand.ts index 52f279c0877b2..9046068bb97f1 100644 --- a/clients/client-qbusiness/src/commands/ListWebExperiencesCommand.ts +++ b/clients/client-qbusiness/src/commands/ListWebExperiencesCommand.ts @@ -96,9 +96,7 @@ export class ListWebExperiencesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/PutFeedbackCommand.ts b/clients/client-qbusiness/src/commands/PutFeedbackCommand.ts index f0b82cbb47425..e5d5ea2256291 100644 --- a/clients/client-qbusiness/src/commands/PutFeedbackCommand.ts +++ b/clients/client-qbusiness/src/commands/PutFeedbackCommand.ts @@ -94,9 +94,7 @@ export class PutFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/PutGroupCommand.ts b/clients/client-qbusiness/src/commands/PutGroupCommand.ts index d6e1f85717721..883fd6f4f5f3f 100644 --- a/clients/client-qbusiness/src/commands/PutGroupCommand.ts +++ b/clients/client-qbusiness/src/commands/PutGroupCommand.ts @@ -114,9 +114,7 @@ export class PutGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-qbusiness/src/commands/StartDataSourceSyncJobCommand.ts index cfd8bd31d7561..8d25fff8fd51d 100644 --- a/clients/client-qbusiness/src/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-qbusiness/src/commands/StartDataSourceSyncJobCommand.ts @@ -95,9 +95,7 @@ export class StartDataSourceSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-qbusiness/src/commands/StopDataSourceSyncJobCommand.ts index 592ec8ce7f35e..8206837613a7e 100644 --- a/clients/client-qbusiness/src/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-qbusiness/src/commands/StopDataSourceSyncJobCommand.ts @@ -86,9 +86,7 @@ export class StopDataSourceSyncJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/TagResourceCommand.ts b/clients/client-qbusiness/src/commands/TagResourceCommand.ts index c6b63a680f5b3..aa9bfb09570c5 100644 --- a/clients/client-qbusiness/src/commands/TagResourceCommand.ts +++ b/clients/client-qbusiness/src/commands/TagResourceCommand.ts @@ -95,9 +95,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UntagResourceCommand.ts b/clients/client-qbusiness/src/commands/UntagResourceCommand.ts index a2134198c8468..8237df6bfa98f 100644 --- a/clients/client-qbusiness/src/commands/UntagResourceCommand.ts +++ b/clients/client-qbusiness/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateApplicationCommand.ts b/clients/client-qbusiness/src/commands/UpdateApplicationCommand.ts index dc35d7a0498e2..eb6372499c660 100644 --- a/clients/client-qbusiness/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateApplicationCommand.ts @@ -104,9 +104,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateChatControlsConfigurationCommand.ts b/clients/client-qbusiness/src/commands/UpdateChatControlsConfigurationCommand.ts index 85f9ad0304403..b240a1278aeac 100644 --- a/clients/client-qbusiness/src/commands/UpdateChatControlsConfigurationCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateChatControlsConfigurationCommand.ts @@ -196,9 +196,7 @@ export class UpdateChatControlsConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateDataSourceCommand.ts b/clients/client-qbusiness/src/commands/UpdateDataSourceCommand.ts index e7d586ccbd3c9..341547296c95a 100644 --- a/clients/client-qbusiness/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateDataSourceCommand.ts @@ -167,9 +167,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateIndexCommand.ts b/clients/client-qbusiness/src/commands/UpdateIndexCommand.ts index 79fb25888d4b0..02b3027826e50 100644 --- a/clients/client-qbusiness/src/commands/UpdateIndexCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateIndexCommand.ts @@ -103,9 +103,7 @@ export class UpdateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdatePluginCommand.ts b/clients/client-qbusiness/src/commands/UpdatePluginCommand.ts index dd292f8e7ea09..022acaa2d2b0f 100644 --- a/clients/client-qbusiness/src/commands/UpdatePluginCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdatePluginCommand.ts @@ -116,9 +116,7 @@ export class UpdatePluginCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateRetrieverCommand.ts b/clients/client-qbusiness/src/commands/UpdateRetrieverCommand.ts index 4854c92c1a9dd..8dc41776157d6 100644 --- a/clients/client-qbusiness/src/commands/UpdateRetrieverCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateRetrieverCommand.ts @@ -122,9 +122,7 @@ export class UpdateRetrieverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateUserCommand.ts b/clients/client-qbusiness/src/commands/UpdateUserCommand.ts index 02c5037289980..cb83616fb0cc6 100644 --- a/clients/client-qbusiness/src/commands/UpdateUserCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateUserCommand.ts @@ -123,9 +123,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qbusiness/src/commands/UpdateWebExperienceCommand.ts b/clients/client-qbusiness/src/commands/UpdateWebExperienceCommand.ts index 211b9eda09275..e244c8b6715f0 100644 --- a/clients/client-qbusiness/src/commands/UpdateWebExperienceCommand.ts +++ b/clients/client-qbusiness/src/commands/UpdateWebExperienceCommand.ts @@ -110,9 +110,7 @@ export class UpdateWebExperienceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QBusinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateAssistantAssociationCommand.ts b/clients/client-qconnect/src/commands/CreateAssistantAssociationCommand.ts index 67eaf99f842a3..9914951c087ee 100644 --- a/clients/client-qconnect/src/commands/CreateAssistantAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/CreateAssistantAssociationCommand.ts @@ -109,9 +109,7 @@ export class CreateAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateAssistantCommand.ts b/clients/client-qconnect/src/commands/CreateAssistantCommand.ts index 7678d49c58b89..2e5d578686328 100644 --- a/clients/client-qconnect/src/commands/CreateAssistantCommand.ts +++ b/clients/client-qconnect/src/commands/CreateAssistantCommand.ts @@ -109,9 +109,7 @@ export class CreateAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateContentAssociationCommand.ts b/clients/client-qconnect/src/commands/CreateContentAssociationCommand.ts index 21271261146d7..db37a73868497 100644 --- a/clients/client-qconnect/src/commands/CreateContentAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/CreateContentAssociationCommand.ts @@ -133,9 +133,7 @@ export class CreateContentAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateContentCommand.ts b/clients/client-qconnect/src/commands/CreateContentCommand.ts index 58d1195ac1c7f..45b698e84ca8f 100644 --- a/clients/client-qconnect/src/commands/CreateContentCommand.ts +++ b/clients/client-qconnect/src/commands/CreateContentCommand.ts @@ -118,9 +118,7 @@ export class CreateContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-qconnect/src/commands/CreateKnowledgeBaseCommand.ts index 74b28438edda5..19975a6fe7e83 100644 --- a/clients/client-qconnect/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-qconnect/src/commands/CreateKnowledgeBaseCommand.ts @@ -149,9 +149,7 @@ export class CreateKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateQuickResponseCommand.ts b/clients/client-qconnect/src/commands/CreateQuickResponseCommand.ts index 486776e8d1574..dce1af73fdbe4 100644 --- a/clients/client-qconnect/src/commands/CreateQuickResponseCommand.ts +++ b/clients/client-qconnect/src/commands/CreateQuickResponseCommand.ts @@ -146,9 +146,7 @@ export class CreateQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/CreateSessionCommand.ts b/clients/client-qconnect/src/commands/CreateSessionCommand.ts index 1cfd0cd82722b..bd5aa71e4c94b 100644 --- a/clients/client-qconnect/src/commands/CreateSessionCommand.ts +++ b/clients/client-qconnect/src/commands/CreateSessionCommand.ts @@ -139,9 +139,7 @@ export class CreateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteAssistantAssociationCommand.ts b/clients/client-qconnect/src/commands/DeleteAssistantAssociationCommand.ts index 4cb7f3fc98990..5e3e48c117737 100644 --- a/clients/client-qconnect/src/commands/DeleteAssistantAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteAssistantAssociationCommand.ts @@ -73,9 +73,7 @@ export class DeleteAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteAssistantCommand.ts b/clients/client-qconnect/src/commands/DeleteAssistantCommand.ts index f26b34b0c186d..15863f3133fef 100644 --- a/clients/client-qconnect/src/commands/DeleteAssistantCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteAssistantCommand.ts @@ -72,9 +72,7 @@ export class DeleteAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteContentAssociationCommand.ts b/clients/client-qconnect/src/commands/DeleteContentAssociationCommand.ts index da622c7d381e5..f05993d98fcef 100644 --- a/clients/client-qconnect/src/commands/DeleteContentAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteContentAssociationCommand.ts @@ -77,9 +77,7 @@ export class DeleteContentAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteContentCommand.ts b/clients/client-qconnect/src/commands/DeleteContentCommand.ts index 79d63a1601a15..dea8e44f98f32 100644 --- a/clients/client-qconnect/src/commands/DeleteContentCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteContentCommand.ts @@ -73,9 +73,7 @@ export class DeleteContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteImportJobCommand.ts b/clients/client-qconnect/src/commands/DeleteImportJobCommand.ts index 8ec8a5e4ef82e..3c5d521e94511 100644 --- a/clients/client-qconnect/src/commands/DeleteImportJobCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteImportJobCommand.ts @@ -79,9 +79,7 @@ export class DeleteImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-qconnect/src/commands/DeleteKnowledgeBaseCommand.ts index 46baaf2286f65..d61b5423b5de3 100644 --- a/clients/client-qconnect/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteKnowledgeBaseCommand.ts @@ -86,9 +86,7 @@ export class DeleteKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/DeleteQuickResponseCommand.ts b/clients/client-qconnect/src/commands/DeleteQuickResponseCommand.ts index 0cda8f7ecaecc..d1d742e128511 100644 --- a/clients/client-qconnect/src/commands/DeleteQuickResponseCommand.ts +++ b/clients/client-qconnect/src/commands/DeleteQuickResponseCommand.ts @@ -73,9 +73,7 @@ export class DeleteQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetAssistantAssociationCommand.ts b/clients/client-qconnect/src/commands/GetAssistantAssociationCommand.ts index e49118d68b3a9..4f612c1ba4a28 100644 --- a/clients/client-qconnect/src/commands/GetAssistantAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/GetAssistantAssociationCommand.ts @@ -90,9 +90,7 @@ export class GetAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetAssistantCommand.ts b/clients/client-qconnect/src/commands/GetAssistantCommand.ts index 133402024f30a..5331e9cdf4a94 100644 --- a/clients/client-qconnect/src/commands/GetAssistantCommand.ts +++ b/clients/client-qconnect/src/commands/GetAssistantCommand.ts @@ -93,9 +93,7 @@ export class GetAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetContentAssociationCommand.ts b/clients/client-qconnect/src/commands/GetContentAssociationCommand.ts index 1b6d73117cae3..2d5c7d00924e3 100644 --- a/clients/client-qconnect/src/commands/GetContentAssociationCommand.ts +++ b/clients/client-qconnect/src/commands/GetContentAssociationCommand.ts @@ -95,9 +95,7 @@ export class GetContentAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetContentCommand.ts b/clients/client-qconnect/src/commands/GetContentCommand.ts index fe85b4101517f..3299dce597bdc 100644 --- a/clients/client-qconnect/src/commands/GetContentCommand.ts +++ b/clients/client-qconnect/src/commands/GetContentCommand.ts @@ -94,9 +94,7 @@ export class GetContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetContentSummaryCommand.ts b/clients/client-qconnect/src/commands/GetContentSummaryCommand.ts index 95ba338bdea0a..4294101cf928f 100644 --- a/clients/client-qconnect/src/commands/GetContentSummaryCommand.ts +++ b/clients/client-qconnect/src/commands/GetContentSummaryCommand.ts @@ -91,9 +91,7 @@ export class GetContentSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetImportJobCommand.ts b/clients/client-qconnect/src/commands/GetImportJobCommand.ts index 9ba26d1bebafa..cee84a0d6fe95 100644 --- a/clients/client-qconnect/src/commands/GetImportJobCommand.ts +++ b/clients/client-qconnect/src/commands/GetImportJobCommand.ts @@ -98,9 +98,7 @@ export class GetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-qconnect/src/commands/GetKnowledgeBaseCommand.ts index 2bab6a8ea641f..a901e7fdf6be8 100644 --- a/clients/client-qconnect/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-qconnect/src/commands/GetKnowledgeBaseCommand.ts @@ -99,9 +99,7 @@ export class GetKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetQuickResponseCommand.ts b/clients/client-qconnect/src/commands/GetQuickResponseCommand.ts index e9e430eca6bfc..02fa5c144ce23 100644 --- a/clients/client-qconnect/src/commands/GetQuickResponseCommand.ts +++ b/clients/client-qconnect/src/commands/GetQuickResponseCommand.ts @@ -114,9 +114,7 @@ export class GetQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts b/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts index bd621a0567943..f289f4d92c838 100644 --- a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts @@ -243,9 +243,7 @@ export class GetRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/GetSessionCommand.ts b/clients/client-qconnect/src/commands/GetSessionCommand.ts index 4e7fb5062c894..665f20d0563b0 100644 --- a/clients/client-qconnect/src/commands/GetSessionCommand.ts +++ b/clients/client-qconnect/src/commands/GetSessionCommand.ts @@ -106,9 +106,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListAssistantAssociationsCommand.ts b/clients/client-qconnect/src/commands/ListAssistantAssociationsCommand.ts index cef91e6c56691..a27b206555406 100644 --- a/clients/client-qconnect/src/commands/ListAssistantAssociationsCommand.ts +++ b/clients/client-qconnect/src/commands/ListAssistantAssociationsCommand.ts @@ -94,9 +94,7 @@ export class ListAssistantAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListAssistantsCommand.ts b/clients/client-qconnect/src/commands/ListAssistantsCommand.ts index 4c7dcaafbe6a5..f8f35f9c699f1 100644 --- a/clients/client-qconnect/src/commands/ListAssistantsCommand.ts +++ b/clients/client-qconnect/src/commands/ListAssistantsCommand.ts @@ -94,9 +94,7 @@ export class ListAssistantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListContentAssociationsCommand.ts b/clients/client-qconnect/src/commands/ListContentAssociationsCommand.ts index 761101368c67e..cfc229987503b 100644 --- a/clients/client-qconnect/src/commands/ListContentAssociationsCommand.ts +++ b/clients/client-qconnect/src/commands/ListContentAssociationsCommand.ts @@ -99,9 +99,7 @@ export class ListContentAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListContentsCommand.ts b/clients/client-qconnect/src/commands/ListContentsCommand.ts index 9e49c13fbcb46..3c2c2c05dae34 100644 --- a/clients/client-qconnect/src/commands/ListContentsCommand.ts +++ b/clients/client-qconnect/src/commands/ListContentsCommand.ts @@ -95,9 +95,7 @@ export class ListContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListImportJobsCommand.ts b/clients/client-qconnect/src/commands/ListImportJobsCommand.ts index 8ffeb150fd07e..f1392a3974a7a 100644 --- a/clients/client-qconnect/src/commands/ListImportJobsCommand.ts +++ b/clients/client-qconnect/src/commands/ListImportJobsCommand.ts @@ -96,9 +96,7 @@ export class ListImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-qconnect/src/commands/ListKnowledgeBasesCommand.ts index bc7473819fa43..1475966ec4196 100644 --- a/clients/client-qconnect/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-qconnect/src/commands/ListKnowledgeBasesCommand.ts @@ -99,9 +99,7 @@ export class ListKnowledgeBasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListQuickResponsesCommand.ts b/clients/client-qconnect/src/commands/ListQuickResponsesCommand.ts index 9aae7c7640e81..f151c389baf76 100644 --- a/clients/client-qconnect/src/commands/ListQuickResponsesCommand.ts +++ b/clients/client-qconnect/src/commands/ListQuickResponsesCommand.ts @@ -102,9 +102,7 @@ export class ListQuickResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-qconnect/src/commands/ListTagsForResourceCommand.ts index b49b546ca1df2..b84fbabb01463 100644 --- a/clients/client-qconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qconnect/src/commands/ListTagsForResourceCommand.ts @@ -70,9 +70,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/NotifyRecommendationsReceivedCommand.ts b/clients/client-qconnect/src/commands/NotifyRecommendationsReceivedCommand.ts index 823fda7b0805f..c3953ff69a8a3 100644 --- a/clients/client-qconnect/src/commands/NotifyRecommendationsReceivedCommand.ts +++ b/clients/client-qconnect/src/commands/NotifyRecommendationsReceivedCommand.ts @@ -93,9 +93,7 @@ export class NotifyRecommendationsReceivedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/PutFeedbackCommand.ts b/clients/client-qconnect/src/commands/PutFeedbackCommand.ts index ae31daf5e3de8..b0ea71339bd82 100644 --- a/clients/client-qconnect/src/commands/PutFeedbackCommand.ts +++ b/clients/client-qconnect/src/commands/PutFeedbackCommand.ts @@ -90,9 +90,7 @@ export class PutFeedbackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts index 224eb3f601760..d6aad812161af 100644 --- a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts +++ b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts @@ -242,9 +242,7 @@ export class QueryAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts b/clients/client-qconnect/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts index fd5ef46ecf998..b09b618faa3f2 100644 --- a/clients/client-qconnect/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-qconnect/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts @@ -77,9 +77,7 @@ export class RemoveKnowledgeBaseTemplateUriCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/SearchContentCommand.ts b/clients/client-qconnect/src/commands/SearchContentCommand.ts index fb2b0fc9aa8cb..8cf5633b9ef95 100644 --- a/clients/client-qconnect/src/commands/SearchContentCommand.ts +++ b/clients/client-qconnect/src/commands/SearchContentCommand.ts @@ -105,9 +105,7 @@ export class SearchContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/SearchQuickResponsesCommand.ts b/clients/client-qconnect/src/commands/SearchQuickResponsesCommand.ts index 5fcf027056dc0..bad5a640f895b 100644 --- a/clients/client-qconnect/src/commands/SearchQuickResponsesCommand.ts +++ b/clients/client-qconnect/src/commands/SearchQuickResponsesCommand.ts @@ -160,9 +160,7 @@ export class SearchQuickResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/SearchSessionsCommand.ts b/clients/client-qconnect/src/commands/SearchSessionsCommand.ts index ff9ab6e90187f..2416895b39333 100644 --- a/clients/client-qconnect/src/commands/SearchSessionsCommand.ts +++ b/clients/client-qconnect/src/commands/SearchSessionsCommand.ts @@ -93,9 +93,7 @@ export class SearchSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/StartContentUploadCommand.ts b/clients/client-qconnect/src/commands/StartContentUploadCommand.ts index b4e39b26ce928..639ba8b34604f 100644 --- a/clients/client-qconnect/src/commands/StartContentUploadCommand.ts +++ b/clients/client-qconnect/src/commands/StartContentUploadCommand.ts @@ -90,9 +90,7 @@ export class StartContentUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/StartImportJobCommand.ts b/clients/client-qconnect/src/commands/StartImportJobCommand.ts index 50535d853c83c..9df61b3a7aa5f 100644 --- a/clients/client-qconnect/src/commands/StartImportJobCommand.ts +++ b/clients/client-qconnect/src/commands/StartImportJobCommand.ts @@ -134,9 +134,7 @@ export class StartImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/TagResourceCommand.ts b/clients/client-qconnect/src/commands/TagResourceCommand.ts index f4a1be178c3f2..e69c95d6f4f7a 100644 --- a/clients/client-qconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-qconnect/src/commands/TagResourceCommand.ts @@ -72,9 +72,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/UntagResourceCommand.ts b/clients/client-qconnect/src/commands/UntagResourceCommand.ts index d4647be971c2b..14da8946a3e3f 100644 --- a/clients/client-qconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-qconnect/src/commands/UntagResourceCommand.ts @@ -69,9 +69,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/UpdateContentCommand.ts b/clients/client-qconnect/src/commands/UpdateContentCommand.ts index a4b1c6b7ede5d..99f0e7863145f 100644 --- a/clients/client-qconnect/src/commands/UpdateContentCommand.ts +++ b/clients/client-qconnect/src/commands/UpdateContentCommand.ts @@ -110,9 +110,7 @@ export class UpdateContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts b/clients/client-qconnect/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts index ca5f0d687450d..38c2afc5769a5 100644 --- a/clients/client-qconnect/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-qconnect/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts @@ -110,9 +110,7 @@ export class UpdateKnowledgeBaseTemplateUriCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/UpdateQuickResponseCommand.ts b/clients/client-qconnect/src/commands/UpdateQuickResponseCommand.ts index 4c39a375fc9e0..b8ba9bab039db 100644 --- a/clients/client-qconnect/src/commands/UpdateQuickResponseCommand.ts +++ b/clients/client-qconnect/src/commands/UpdateQuickResponseCommand.ts @@ -146,9 +146,7 @@ export class UpdateQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qconnect/src/commands/UpdateSessionCommand.ts b/clients/client-qconnect/src/commands/UpdateSessionCommand.ts index e4e0c5094e450..3186d344d67e0 100644 --- a/clients/client-qconnect/src/commands/UpdateSessionCommand.ts +++ b/clients/client-qconnect/src/commands/UpdateSessionCommand.ts @@ -129,9 +129,7 @@ export class UpdateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QConnectClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb-session/src/commands/SendCommandCommand.ts b/clients/client-qldb-session/src/commands/SendCommandCommand.ts index 377aac12715d8..9f787ff0ad397 100644 --- a/clients/client-qldb-session/src/commands/SendCommandCommand.ts +++ b/clients/client-qldb-session/src/commands/SendCommandCommand.ts @@ -193,9 +193,7 @@ export class SendCommandCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBSessionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts index 30142775bcdd2..00b56b1d20250 100644 --- a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts @@ -79,9 +79,7 @@ export class CancelJournalKinesisStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/CreateLedgerCommand.ts b/clients/client-qldb/src/commands/CreateLedgerCommand.ts index f7f83ad4ee22a..008bc97d1e08d 100644 --- a/clients/client-qldb/src/commands/CreateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/CreateLedgerCommand.ts @@ -89,9 +89,7 @@ export class CreateLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts index b3115d680b5c9..cd954092645e8 100644 --- a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts @@ -77,9 +77,7 @@ export class DeleteLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts index c0affbb3866d6..f15571b1d6e08 100644 --- a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts @@ -100,9 +100,7 @@ export class DescribeJournalKinesisStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts index 89f99cdc14e49..c1fdff7a9cda8 100644 --- a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts @@ -94,9 +94,7 @@ export class DescribeJournalS3ExportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts index 1579c7b4f75c7..24003cfd47956 100644 --- a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts @@ -82,9 +82,7 @@ export class DescribeLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts index f926925786068..050ad7d38e204 100644 --- a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts +++ b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts @@ -92,9 +92,7 @@ export class ExportJournalToS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/GetBlockCommand.ts b/clients/client-qldb/src/commands/GetBlockCommand.ts index 06be909dd5bc3..dda598c518be6 100644 --- a/clients/client-qldb/src/commands/GetBlockCommand.ts +++ b/clients/client-qldb/src/commands/GetBlockCommand.ts @@ -99,9 +99,7 @@ export class GetBlockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/GetDigestCommand.ts b/clients/client-qldb/src/commands/GetDigestCommand.ts index 061b21bbb699d..a3a40d41064d8 100644 --- a/clients/client-qldb/src/commands/GetDigestCommand.ts +++ b/clients/client-qldb/src/commands/GetDigestCommand.ts @@ -78,9 +78,7 @@ export class GetDigestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/GetRevisionCommand.ts b/clients/client-qldb/src/commands/GetRevisionCommand.ts index 885e4ee6a97b8..1b5ac43c435b1 100644 --- a/clients/client-qldb/src/commands/GetRevisionCommand.ts +++ b/clients/client-qldb/src/commands/GetRevisionCommand.ts @@ -93,9 +93,7 @@ export class GetRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts index f55714cee2243..d76c0cc0aaea6 100644 --- a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts @@ -108,9 +108,7 @@ export class ListJournalKinesisStreamsForLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts index 1cbf2944a3d08..62e0e2907bdb2 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts @@ -92,9 +92,7 @@ export class ListJournalS3ExportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts index 212ffa5200e14..f5a08585108ba 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts @@ -97,9 +97,7 @@ export class ListJournalS3ExportsForLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ListLedgersCommand.ts b/clients/client-qldb/src/commands/ListLedgersCommand.ts index 96da63733c89a..2bc0e615b9df1 100644 --- a/clients/client-qldb/src/commands/ListLedgersCommand.ts +++ b/clients/client-qldb/src/commands/ListLedgersCommand.ts @@ -76,9 +76,7 @@ export class ListLedgersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts index c0a5e3ede898f..b2186ca7acc66 100644 --- a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts index 6162ba44d8221..cebe3137a4735 100644 --- a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts +++ b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts @@ -87,9 +87,7 @@ export class StreamJournalToKinesisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/TagResourceCommand.ts b/clients/client-qldb/src/commands/TagResourceCommand.ts index 60d340f0dc9b5..35754309e7ae4 100644 --- a/clients/client-qldb/src/commands/TagResourceCommand.ts +++ b/clients/client-qldb/src/commands/TagResourceCommand.ts @@ -74,9 +74,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/UntagResourceCommand.ts b/clients/client-qldb/src/commands/UntagResourceCommand.ts index 628351cd484eb..f827b163b59b5 100644 --- a/clients/client-qldb/src/commands/UntagResourceCommand.ts +++ b/clients/client-qldb/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts index 52ed0f3cb81f0..a4931c46f0fbc 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts @@ -82,9 +82,7 @@ export class UpdateLedgerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts index 00485c26aa71e..70c90786ea1ad 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts @@ -85,9 +85,7 @@ export class UpdateLedgerPermissionsModeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QLDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts b/clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts index 6091d4117f5b6..fee5265f92d2a 100644 --- a/clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts +++ b/clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts @@ -580,9 +580,7 @@ export class BatchCreateTopicReviewedAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/BatchDeleteTopicReviewedAnswerCommand.ts b/clients/client-quicksight/src/commands/BatchDeleteTopicReviewedAnswerCommand.ts index 749abf16e1de0..5aeed3718e732 100644 --- a/clients/client-quicksight/src/commands/BatchDeleteTopicReviewedAnswerCommand.ts +++ b/clients/client-quicksight/src/commands/BatchDeleteTopicReviewedAnswerCommand.ts @@ -109,9 +109,7 @@ export class BatchDeleteTopicReviewedAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts index 631bd84e8e115..38f6664807a7a 100644 --- a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts @@ -91,9 +91,7 @@ export class CancelIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts index 33c4cbcb8ee45..7146381a1148a 100644 --- a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts @@ -133,9 +133,7 @@ export class CreateAccountCustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts index 0d0db8d613a84..77890b381276c 100644 --- a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts @@ -151,9 +151,7 @@ export class CreateAccountSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts index db680f7792cb3..b987274f5cfb9 100644 --- a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts @@ -5099,9 +5099,7 @@ export class CreateAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts index da6a61a28e670..d4c8679765d26 100644 --- a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts @@ -5154,9 +5154,7 @@ export class CreateDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts index 3a3d1febe1f2b..b64ba2bd0ba47 100644 --- a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts @@ -361,9 +361,7 @@ export class CreateDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts index d685afb15dc24..535be550b2f45 100644 --- a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts @@ -401,9 +401,7 @@ export class CreateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateFolderCommand.ts b/clients/client-quicksight/src/commands/CreateFolderCommand.ts index acc339f0625fc..8b58d7487109d 100644 --- a/clients/client-quicksight/src/commands/CreateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderCommand.ts @@ -120,9 +120,7 @@ export class CreateFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts index d856fe8cd9c5b..ffdbf4c98faca 100644 --- a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts @@ -103,9 +103,7 @@ export class CreateFolderMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateGroupCommand.ts b/clients/client-quicksight/src/commands/CreateGroupCommand.ts index 17bc5495d93ad..4743bf12727f5 100644 --- a/clients/client-quicksight/src/commands/CreateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupCommand.ts @@ -109,9 +109,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts index 2f6a60ba7faa0..d916ad95f347f 100644 --- a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts @@ -97,9 +97,7 @@ export class CreateGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts index 0639ef39d2da5..1f77b8c6300c6 100644 --- a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts @@ -113,9 +113,7 @@ export class CreateIAMPolicyAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts index 7577bb7e401c0..002bbd48c8f5b 100644 --- a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts @@ -102,9 +102,7 @@ export class CreateIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts index c0a9b2ad71f5d..166f6e934bc74 100644 --- a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts @@ -119,9 +119,7 @@ export class CreateNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts index 3a64f3d4c91a2..2db8ecc99c8e9 100644 --- a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts @@ -111,9 +111,7 @@ export class CreateRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateRoleMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateRoleMembershipCommand.ts index 82c5a75c34f9d..5a343e2df0d21 100644 --- a/clients/client-quicksight/src/commands/CreateRoleMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateRoleMembershipCommand.ts @@ -93,9 +93,7 @@ export class CreateRoleMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts index ace4f65cb3e19..70c06b5ba35d7 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts @@ -98,9 +98,7 @@ export class CreateTemplateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts index b744e8396d037..434671d44f408 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts @@ -5097,9 +5097,7 @@ export class CreateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts index ef48c868d076d..5cea1c88139b7 100644 --- a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts @@ -101,9 +101,7 @@ export class CreateThemeAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateThemeCommand.ts b/clients/client-quicksight/src/commands/CreateThemeCommand.ts index 23759dd643dea..491fecb8c9e7d 100644 --- a/clients/client-quicksight/src/commands/CreateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeCommand.ts @@ -172,9 +172,7 @@ export class CreateThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateTopicCommand.ts b/clients/client-quicksight/src/commands/CreateTopicCommand.ts index 91de04018416f..cf8e8aeea8a28 100644 --- a/clients/client-quicksight/src/commands/CreateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicCommand.ts @@ -351,9 +351,7 @@ export class CreateTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts index 009fed75ce1e5..e5d31d8ae69e1 100644 --- a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts @@ -107,9 +107,7 @@ export class CreateTopicRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts index 8b4819ce9e307..dd3cfa7873f3b 100644 --- a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts @@ -118,9 +118,7 @@ export class CreateVPCConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts index 22a5f13f6e9a2..06e710aafb727 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts @@ -98,9 +98,7 @@ export class DeleteAccountCustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts index 6f94103c7808c..2672a394b6a62 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts @@ -90,9 +90,7 @@ export class DeleteAccountSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts index ff6ece12bdd78..7e928bb111738 100644 --- a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts @@ -104,9 +104,7 @@ export class DeleteAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts index d709ca6284d2b..75285ff66397b 100644 --- a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts @@ -91,9 +91,7 @@ export class DeleteDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts index 466df18d8efbf..76cbf0781230f 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts @@ -87,9 +87,7 @@ export class DeleteDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts index e7feaa886dd7e..d283bbb8a2f44 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts @@ -96,9 +96,7 @@ export class DeleteDataSetRefreshPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts index 0be0a7e07f585..985b5c4c7ef51 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts @@ -88,9 +88,7 @@ export class DeleteDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts index 620301e4434ed..4fdb879ed7d97 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts @@ -99,9 +99,7 @@ export class DeleteFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts index 9fb85fe9356b4..a744ac372935e 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts @@ -93,9 +93,7 @@ export class DeleteFolderMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts index 6ff018a039a24..4f10e8717d21c 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts @@ -92,9 +92,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts index 9ced0d5f3ab63..f32a84ef24ea2 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts @@ -93,9 +93,7 @@ export class DeleteGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts index 3663dcff33792..9b2fbcf3a14ed 100644 --- a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts @@ -94,9 +94,7 @@ export class DeleteIAMPolicyAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteIdentityPropagationConfigCommand.ts b/clients/client-quicksight/src/commands/DeleteIdentityPropagationConfigCommand.ts index 03c99d1bb3166..bc2f697210279 100644 --- a/clients/client-quicksight/src/commands/DeleteIdentityPropagationConfigCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteIdentityPropagationConfigCommand.ts @@ -91,9 +91,7 @@ export class DeleteIdentityPropagationConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts index b31fdd8f74bed..d635f831ae305 100644 --- a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts @@ -93,9 +93,7 @@ export class DeleteNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts index 467237f683677..14243ade38308 100644 --- a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts @@ -91,9 +91,7 @@ export class DeleteRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteRoleCustomPermissionCommand.ts b/clients/client-quicksight/src/commands/DeleteRoleCustomPermissionCommand.ts index 6e3df0563d8f8..4faeb354e09d2 100644 --- a/clients/client-quicksight/src/commands/DeleteRoleCustomPermissionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRoleCustomPermissionCommand.ts @@ -92,9 +92,7 @@ export class DeleteRoleCustomPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteRoleMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteRoleMembershipCommand.ts index 2116c98dc33a0..7b200a925b7bd 100644 --- a/clients/client-quicksight/src/commands/DeleteRoleMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRoleMembershipCommand.ts @@ -93,9 +93,7 @@ export class DeleteRoleMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts index 42f04eceb4f84..3c3b83e0a2b0c 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts @@ -90,9 +90,7 @@ export class DeleteTemplateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts index 6529265bb5d56..e4bcb607ac69d 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts @@ -94,9 +94,7 @@ export class DeleteTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts index cd41e4892d0a7..b342b9247f76a 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts @@ -94,9 +94,7 @@ export class DeleteThemeAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts index d74fab0667a06..dc4198fd9c9d8 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts @@ -97,9 +97,7 @@ export class DeleteThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts index 422728285c776..6b85b8df044ed 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts @@ -90,9 +90,7 @@ export class DeleteTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts index 8d64c6b3b6a8e..77d61b7214410 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts @@ -98,9 +98,7 @@ export class DeleteTopicRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts index 669283c5c15d5..c11cd0e55ca07 100644 --- a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts @@ -92,9 +92,7 @@ export class DeleteUserByPrincipalIdCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteUserCommand.ts b/clients/client-quicksight/src/commands/DeleteUserCommand.ts index 6c58d4896b3e4..8b740824dd370 100644 --- a/clients/client-quicksight/src/commands/DeleteUserCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserCommand.ts @@ -94,9 +94,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts index 52b03b9a04f83..c1430f2fc3044 100644 --- a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts @@ -98,9 +98,7 @@ export class DeleteVPCConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts index 327642566c948..c8e2a96f5efca 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts @@ -157,9 +157,7 @@ export class DescribeAccountCustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts index b35132906accc..23a7ad8da5c19 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts @@ -96,9 +96,7 @@ export class DescribeAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts index 069fe28609761..de2c02cdc03bd 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts @@ -100,9 +100,7 @@ export class DescribeAccountSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts index 9230c3d546f4d..7a02e87649bb4 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts @@ -120,9 +120,7 @@ export class DescribeAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts index 99d5c406eb646..dc22744db41f2 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts @@ -5055,9 +5055,7 @@ export class DescribeAnalysisDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts index 61fbcd3751b52..8572a2e091ed2 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts @@ -100,9 +100,7 @@ export class DescribeAnalysisPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts index c677c54fd1566..a8a16885bbb78 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts @@ -180,9 +180,7 @@ export class DescribeAssetBundleExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts index 7a1f521c14772..f13797a307e4c 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts @@ -467,9 +467,7 @@ export class DescribeAssetBundleImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts index 6b2084ea663f8..9878bb3e204a3 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts @@ -133,9 +133,7 @@ export class DescribeDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts index c0a3b5d81e195..e00ea42a8b586 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts @@ -5094,9 +5094,7 @@ export class DescribeDashboardDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts index 4bf3191c21ef3..cce8e9e9d7174 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts @@ -110,9 +110,7 @@ export class DescribeDashboardPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts index 704a59cbfda10..b0436d3d196dd 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts @@ -180,9 +180,7 @@ export class DescribeDashboardSnapshotJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts index edea95adcd5cc..3cf976c0ac7bc 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts @@ -156,9 +156,7 @@ export class DescribeDashboardSnapshotJobResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts index 559de2ab2befd..86f69a9138fd3 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts @@ -340,9 +340,7 @@ export class DescribeDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts index a09c97b10603f..a51018887c2aa 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts @@ -96,9 +96,7 @@ export class DescribeDataSetPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts index 07743fd11e0b5..ca9ce2bf97e9f 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts @@ -107,9 +107,7 @@ export class DescribeDataSetRefreshPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts index 2f0d17ec50678..6f8be890a31bc 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts @@ -369,9 +369,7 @@ export class DescribeDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts index a05726f06446b..bfe8476c85c35 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts @@ -100,9 +100,7 @@ export class DescribeDataSourcePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts index a4cbedaf1e3a6..c3b7c05709042 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts @@ -103,9 +103,7 @@ export class DescribeFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts index 9435882d64566..0bdfae9aa6d44 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts @@ -108,9 +108,7 @@ export class DescribeFolderPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts index a145986a13290..92f8eab4916dc 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts @@ -116,9 +116,7 @@ export class DescribeFolderResolvedPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts index 4e5ee28c6702f..755eefcfd3026 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts @@ -98,9 +98,7 @@ export class DescribeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts index 026252d14a4ed..a3d8f5bd33f8e 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts @@ -99,9 +99,7 @@ export class DescribeGroupMembershipCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts index 518d736573a47..d47ec957d4c2e 100644 --- a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts @@ -107,9 +107,7 @@ export class DescribeIAMPolicyAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts index dd3be85ecbfb8..94a9d0913aff1 100644 --- a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts @@ -112,9 +112,7 @@ export class DescribeIngestionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts index fd5ac26174198..a57607299a949 100644 --- a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts @@ -95,9 +95,7 @@ export class DescribeIpRestrictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeKeyRegistrationCommand.ts b/clients/client-quicksight/src/commands/DescribeKeyRegistrationCommand.ts index 36c7d07d0ea43..1da77cb952dc4 100644 --- a/clients/client-quicksight/src/commands/DescribeKeyRegistrationCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeKeyRegistrationCommand.ts @@ -89,9 +89,7 @@ export class DescribeKeyRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts index abffff8ed8583..9b5564333fba2 100644 --- a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts @@ -99,9 +99,7 @@ export class DescribeNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts index 44941e50ba477..e53e12540fc04 100644 --- a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts @@ -105,9 +105,7 @@ export class DescribeRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeRoleCustomPermissionCommand.ts b/clients/client-quicksight/src/commands/DescribeRoleCustomPermissionCommand.ts index 93a64bc973166..243e9dcf7a04d 100644 --- a/clients/client-quicksight/src/commands/DescribeRoleCustomPermissionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeRoleCustomPermissionCommand.ts @@ -98,9 +98,7 @@ export class DescribeRoleCustomPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts index fbc4c6e92eb48..62a4874d50954 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts @@ -88,9 +88,7 @@ export class DescribeTemplateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts index dd60833be62d4..1035c9f1f17b9 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts @@ -155,9 +155,7 @@ export class DescribeTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts index 6a987b0c02d4b..379c8a704430b 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts @@ -5075,9 +5075,7 @@ export class DescribeTemplateDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts index 3b29992e4311e..9f1935ca8c3b3 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts @@ -103,9 +103,7 @@ export class DescribeTemplatePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts index f23f65470d73b..77afc4a693202 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts @@ -94,9 +94,7 @@ export class DescribeThemeAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts index 65c88486d9f33..f571cfd2ab904 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts @@ -169,9 +169,7 @@ export class DescribeThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts index 377b8cc3e8b27..4f57c5075574e 100644 --- a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts @@ -101,9 +101,7 @@ export class DescribeThemePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts index 43d0da85d95a3..0ec3d13d6a7f2 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts @@ -339,9 +339,7 @@ export class DescribeTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts index 5b8dee6c169b0..59b8052fa8446 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts @@ -95,9 +95,7 @@ export class DescribeTopicPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts index 49bf26a292c66..9512f7e9d9d61 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts @@ -91,9 +91,7 @@ export class DescribeTopicRefreshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts index d42681dff01da..183399dd7dba6 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts @@ -111,9 +111,7 @@ export class DescribeTopicRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeUserCommand.ts b/clients/client-quicksight/src/commands/DescribeUserCommand.ts index b581698357c7e..53c735fa4a1cb 100644 --- a/clients/client-quicksight/src/commands/DescribeUserCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeUserCommand.ts @@ -105,9 +105,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts index 4f9bbd4f5bc5d..78044cc95fcd8 100644 --- a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts @@ -118,9 +118,7 @@ export class DescribeVPCConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts index 1d182de09c54a..8444b62dc1cf0 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts @@ -177,9 +177,7 @@ export class GenerateEmbedUrlForAnonymousUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts index 8dfcba686f74d..355acf3b210a8 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts @@ -185,9 +185,7 @@ export class GenerateEmbedUrlForRegisteredUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts index bbb408c19cbb4..1b8942ecc04c4 100644 --- a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts @@ -158,9 +158,7 @@ export class GetDashboardEmbedUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts index ab82923f90955..ebea21f1a3c84 100644 --- a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts @@ -135,9 +135,7 @@ export class GetSessionEmbedUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts index dd3a08a7728c1..f70fd132ddb7e 100644 --- a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts @@ -94,9 +94,7 @@ export class ListAnalysesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts index daf79029d3d45..61ed9567df9a1 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts @@ -102,9 +102,7 @@ export class ListAssetBundleExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts index c13c036dd8434..18ce4a48edf4a 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts @@ -99,9 +99,7 @@ export class ListAssetBundleImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts index 7cfbdcf27ef6b..2c9d90b207c44 100644 --- a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts @@ -101,9 +101,7 @@ export class ListDashboardVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts index 2557ac873fbcf..9c6303d92fa6e 100644 --- a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts @@ -95,9 +95,7 @@ export class ListDashboardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts index fe4ff8b2988b0..b7cb5e9b07de2 100644 --- a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts @@ -107,9 +107,7 @@ export class ListDataSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts index 34369655a278f..7afdd9c86482b 100644 --- a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts @@ -373,9 +373,7 @@ export class ListDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts index 09981fec211f3..01daae117a122 100644 --- a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts @@ -103,9 +103,7 @@ export class ListFolderMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListFoldersCommand.ts b/clients/client-quicksight/src/commands/ListFoldersCommand.ts index 45eeca0cccb71..6b74bbb1353cb 100644 --- a/clients/client-quicksight/src/commands/ListFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFoldersCommand.ts @@ -107,9 +107,7 @@ export class ListFoldersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts index 007ef7597e42e..a546e087b32a6 100644 --- a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts @@ -104,9 +104,7 @@ export class ListGroupMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListGroupsCommand.ts b/clients/client-quicksight/src/commands/ListGroupsCommand.ts index 43fa799b6f1cd..6b4783fb26e97 100644 --- a/clients/client-quicksight/src/commands/ListGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupsCommand.ts @@ -105,9 +105,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts index cb5175685425e..0da6f5c52e071 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts @@ -100,9 +100,7 @@ export class ListIAMPolicyAssignmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts index 9793298840d63..2e5b5067ed53b 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts @@ -113,9 +113,7 @@ export class ListIAMPolicyAssignmentsForUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListIdentityPropagationConfigsCommand.ts b/clients/client-quicksight/src/commands/ListIdentityPropagationConfigsCommand.ts index 63fce9866fac8..1c4c382634a75 100644 --- a/clients/client-quicksight/src/commands/ListIdentityPropagationConfigsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIdentityPropagationConfigsCommand.ts @@ -101,9 +101,7 @@ export class ListIdentityPropagationConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts index 4df8396610792..6a9c6af75cb68 100644 --- a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts @@ -119,9 +119,7 @@ export class ListIngestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts index ebb5c35157a38..f46ede2eebe3b 100644 --- a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts +++ b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts @@ -109,9 +109,7 @@ export class ListNamespacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts index 1bc16d52d382d..9345333118aec 100644 --- a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts @@ -105,9 +105,7 @@ export class ListRefreshSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListRoleMembershipsCommand.ts b/clients/client-quicksight/src/commands/ListRoleMembershipsCommand.ts index 36a5540303094..789c084fdc3b0 100644 --- a/clients/client-quicksight/src/commands/ListRoleMembershipsCommand.ts +++ b/clients/client-quicksight/src/commands/ListRoleMembershipsCommand.ts @@ -104,9 +104,7 @@ export class ListRoleMembershipsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts index 414758953fb48..ffb0dca4c9345 100644 --- a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts index 6499d905f9d90..851883a7deb6b 100644 --- a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts @@ -95,9 +95,7 @@ export class ListTemplateAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts index 77424c39bc931..56bc5bb85e479 100644 --- a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts @@ -100,9 +100,7 @@ export class ListTemplateVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts index 82c94736b6350..fd3abadb4ab40 100644 --- a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts @@ -100,9 +100,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts index 43abaff8e93fa..0e7ef95333141 100644 --- a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts @@ -101,9 +101,7 @@ export class ListThemeAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts index 34bb63e25e823..25b54e873412b 100644 --- a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts @@ -106,9 +106,7 @@ export class ListThemeVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListThemesCommand.ts b/clients/client-quicksight/src/commands/ListThemesCommand.ts index 3e7a7b69abf46..47d756898e56a 100644 --- a/clients/client-quicksight/src/commands/ListThemesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemesCommand.ts @@ -107,9 +107,7 @@ export class ListThemesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts index 75ee1d468182b..f051246169d84 100644 --- a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts @@ -111,9 +111,7 @@ export class ListTopicRefreshSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTopicReviewedAnswersCommand.ts b/clients/client-quicksight/src/commands/ListTopicReviewedAnswersCommand.ts index 67c4c8c5481fa..4cf85a5befc4a 100644 --- a/clients/client-quicksight/src/commands/ListTopicReviewedAnswersCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicReviewedAnswersCommand.ts @@ -565,9 +565,7 @@ export class ListTopicReviewedAnswersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListTopicsCommand.ts b/clients/client-quicksight/src/commands/ListTopicsCommand.ts index 62a751c0b9c53..867056d2c2970 100644 --- a/clients/client-quicksight/src/commands/ListTopicsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicsCommand.ts @@ -95,9 +95,7 @@ export class ListTopicsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts index d8f7a0ee704f8..a33f4c3aefd72 100644 --- a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts @@ -103,9 +103,7 @@ export class ListUserGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListUsersCommand.ts b/clients/client-quicksight/src/commands/ListUsersCommand.ts index 069ee5b63b352..325a918ecc832 100644 --- a/clients/client-quicksight/src/commands/ListUsersCommand.ts +++ b/clients/client-quicksight/src/commands/ListUsersCommand.ts @@ -112,9 +112,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts index 392eeb7646528..3e571187c1f24 100644 --- a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts @@ -122,9 +122,7 @@ export class ListVPCConnectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts index 6048c9189115f..78ec883d856c0 100644 --- a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts @@ -110,9 +110,7 @@ export class PutDataSetRefreshPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/RegisterUserCommand.ts b/clients/client-quicksight/src/commands/RegisterUserCommand.ts index ed053c5b81eaf..8776b2ac7623c 100644 --- a/clients/client-quicksight/src/commands/RegisterUserCommand.ts +++ b/clients/client-quicksight/src/commands/RegisterUserCommand.ts @@ -127,9 +127,7 @@ export class RegisterUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts index 0ff18925cc7f2..249b6acea0dec 100644 --- a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts @@ -90,9 +90,7 @@ export class RestoreAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts index 3cf6e0af48d44..ecb770b1c8d0d 100644 --- a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts @@ -110,9 +110,7 @@ export class SearchAnalysesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts index f2fa25b08a1e2..d5c952e5f4a7e 100644 --- a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts @@ -111,9 +111,7 @@ export class SearchDashboardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts index 3c917f9516f4f..824e9ddc37c14 100644 --- a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts @@ -116,9 +116,7 @@ export class SearchDataSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts index 132271ca40355..affbcf1b2b84f 100644 --- a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts @@ -107,9 +107,7 @@ export class SearchDataSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts index 142cf61c11031..2166a6c8c7f6a 100644 --- a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts @@ -117,9 +117,7 @@ export class SearchFoldersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts index cf16fc529575e..c551f39e8e3c4 100644 --- a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts @@ -112,9 +112,7 @@ export class SearchGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts index 834d70a4e75a1..e5fbbb8146fe7 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts @@ -169,9 +169,7 @@ export class StartAssetBundleExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts index b79cb0e85be53..99ad89c57f886 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts @@ -455,9 +455,7 @@ export class StartAssetBundleImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts b/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts index 0ea303185d7bf..b16de49f2f5ff 100644 --- a/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts @@ -251,9 +251,7 @@ export class StartDashboardSnapshotJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/TagResourceCommand.ts b/clients/client-quicksight/src/commands/TagResourceCommand.ts index 0c87b31362643..63f1369742843 100644 --- a/clients/client-quicksight/src/commands/TagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/TagResourceCommand.ts @@ -112,9 +112,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UntagResourceCommand.ts b/clients/client-quicksight/src/commands/UntagResourceCommand.ts index 09cd23de6c26e..c2e873abf7cbe 100644 --- a/clients/client-quicksight/src/commands/UntagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/UntagResourceCommand.ts @@ -87,9 +87,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts index 9efcfb2b23607..157b3c4e76b21 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts @@ -106,9 +106,7 @@ export class UpdateAccountCustomizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts index 43955649946cf..9e298e879ce11 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts @@ -90,9 +90,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts index 1dd195363b366..56e675c53a1b1 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts @@ -5079,9 +5079,7 @@ export class UpdateAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts index 89d1854b7a43a..32282914f9ac0 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts @@ -117,9 +117,7 @@ export class UpdateAnalysisPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts index bdc05bb2effab..3b3a285a0b5b0 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts @@ -5120,9 +5120,7 @@ export class UpdateDashboardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDashboardLinksCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardLinksCommand.ts index 74a626b48c92c..06525ebc9dde5 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardLinksCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardLinksCommand.ts @@ -101,9 +101,7 @@ export class UpdateDashboardLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts index c96863c966426..d813a35de642d 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts @@ -143,9 +143,7 @@ export class UpdateDashboardPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts index 62895f5c5d35e..1d857a0a51b11 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts @@ -96,9 +96,7 @@ export class UpdateDashboardPublishedVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts index 7604d5c2b91ce..fa9aa3b779e3a 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts @@ -341,9 +341,7 @@ export class UpdateDataSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts index 22805b0b20d81..3e9720c72949a 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts @@ -107,9 +107,7 @@ export class UpdateDataSetPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts index fcfd71f942703..9780da7e90d7e 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts @@ -377,9 +377,7 @@ export class UpdateDataSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts index 57a62be991e3c..efb28ce1d827e 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts @@ -111,9 +111,7 @@ export class UpdateDataSourcePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts index 46a2ff926faef..304ea8489496a 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts @@ -100,9 +100,7 @@ export class UpdateFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts index b9df21b10f8b8..a293c696a9140 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts @@ -120,9 +120,7 @@ export class UpdateFolderPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts index a7fe05a87236b..30a0ed3e22fcf 100644 --- a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts @@ -99,9 +99,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts index 5ce8d11d3fdee..1684370e97363 100644 --- a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts @@ -111,9 +111,7 @@ export class UpdateIAMPolicyAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateIdentityPropagationConfigCommand.ts b/clients/client-quicksight/src/commands/UpdateIdentityPropagationConfigCommand.ts index d76ba3b9f78e0..d8d69d9a67ea8 100644 --- a/clients/client-quicksight/src/commands/UpdateIdentityPropagationConfigCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIdentityPropagationConfigCommand.ts @@ -94,9 +94,7 @@ export class UpdateIdentityPropagationConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts index 68aedeea292b4..a756fe1e39647 100644 --- a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts @@ -98,9 +98,7 @@ export class UpdateIpRestrictionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateKeyRegistrationCommand.ts b/clients/client-quicksight/src/commands/UpdateKeyRegistrationCommand.ts index f39d700e64765..83c16a319395d 100644 --- a/clients/client-quicksight/src/commands/UpdateKeyRegistrationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateKeyRegistrationCommand.ts @@ -100,9 +100,7 @@ export class UpdateKeyRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts index f7c84a5477dbc..ecfd5c4233a1c 100644 --- a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts @@ -109,9 +109,7 @@ export class UpdatePublicSharingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts index fcebab26581e1..366b0fe9797c7 100644 --- a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts @@ -108,9 +108,7 @@ export class UpdateRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateRoleCustomPermissionCommand.ts b/clients/client-quicksight/src/commands/UpdateRoleCustomPermissionCommand.ts index 049179181b49c..1f6bf17583226 100644 --- a/clients/client-quicksight/src/commands/UpdateRoleCustomPermissionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateRoleCustomPermissionCommand.ts @@ -93,9 +93,7 @@ export class UpdateRoleCustomPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateSPICECapacityConfigurationCommand.ts b/clients/client-quicksight/src/commands/UpdateSPICECapacityConfigurationCommand.ts index d7e3461ff759d..863c9b3390bea 100644 --- a/clients/client-quicksight/src/commands/UpdateSPICECapacityConfigurationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateSPICECapacityConfigurationCommand.ts @@ -90,9 +90,7 @@ export class UpdateSPICECapacityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts index d65a41f557be7..681fb0320d37e 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts @@ -92,9 +92,7 @@ export class UpdateTemplateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts index bf53a7ed88708..766ca61bd4cdc 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts @@ -5070,9 +5070,7 @@ export class UpdateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts index 58765cc6dbab8..333246aa2d39f 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts @@ -117,9 +117,7 @@ export class UpdateTemplatePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts index 3e400f86603c6..de65968e1545d 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts @@ -98,9 +98,7 @@ export class UpdateThemeAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts index 867c29625d4dc..d6381fa73267f 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts @@ -155,9 +155,7 @@ export class UpdateThemeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts index db915fc3970d3..6b77b7479f391 100644 --- a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts @@ -213,9 +213,7 @@ export class UpdateThemePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts index 5befe78a7c9a6..7a7357939d6f4 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts @@ -345,9 +345,7 @@ export class UpdateTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts index 81b344034b35c..2f7dd97b0e8f6 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts @@ -123,9 +123,7 @@ export class UpdateTopicPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts index 5100b3c5ffcf9..4ef7a05d7fbae 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts @@ -106,9 +106,7 @@ export class UpdateTopicRefreshScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateUserCommand.ts b/clients/client-quicksight/src/commands/UpdateUserCommand.ts index b1783d6b609f9..c6c8cc730f79e 100644 --- a/clients/client-quicksight/src/commands/UpdateUserCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateUserCommand.ts @@ -112,9 +112,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts index d4ec2b0636699..d40cf47a33856 100644 --- a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts @@ -112,9 +112,7 @@ export class UpdateVPCConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: QuickSightClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts index fea2ac6410977..f425d676b34d5 100644 --- a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts @@ -132,9 +132,7 @@ export class AcceptResourceShareInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts index 77812084aed76..1b00bf5893f3e 100644 --- a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts @@ -131,9 +131,7 @@ export class AssociateResourceShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts index 3da1006a4480d..9acc4c0675c57 100644 --- a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts @@ -101,9 +101,7 @@ export class AssociateResourceSharePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/CreatePermissionCommand.ts b/clients/client-ram/src/commands/CreatePermissionCommand.ts index 0b57cb6ec5d8d..1f9f68d1456e0 100644 --- a/clients/client-ram/src/commands/CreatePermissionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionCommand.ts @@ -130,9 +130,7 @@ export class CreatePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts index 43f8a13889c12..59146ec83de11 100644 --- a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts @@ -128,9 +128,7 @@ export class CreatePermissionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/CreateResourceShareCommand.ts b/clients/client-ram/src/commands/CreateResourceShareCommand.ts index 0f7d7e98411d7..fb6cc4da96155 100644 --- a/clients/client-ram/src/commands/CreateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/CreateResourceShareCommand.ts @@ -154,9 +154,7 @@ export class CreateResourceShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/DeletePermissionCommand.ts b/clients/client-ram/src/commands/DeletePermissionCommand.ts index 388b89f54ae52..e958b2a5de3bc 100644 --- a/clients/client-ram/src/commands/DeletePermissionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionCommand.ts @@ -95,9 +95,7 @@ export class DeletePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts index e29556903dfd2..9d43f8d138961 100644 --- a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts @@ -100,9 +100,7 @@ export class DeletePermissionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts index 4ea6c47092b0e..9f7095ac9d44f 100644 --- a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts @@ -103,9 +103,7 @@ export class DeleteResourceShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts index c155522dae0ba..2175b236ca183 100644 --- a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts @@ -126,9 +126,7 @@ export class DisassociateResourceShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts index 465c80a12bf72..fe69a9de73318 100644 --- a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts @@ -105,9 +105,7 @@ export class DisassociateResourceSharePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts index 70b7b4879c128..c41ffa6351d4f 100644 --- a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts +++ b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts @@ -88,9 +88,7 @@ export class EnableSharingWithAwsOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/GetPermissionCommand.ts b/clients/client-ram/src/commands/GetPermissionCommand.ts index f6d7b6e8c2c40..afd8f80c0c1f7 100644 --- a/clients/client-ram/src/commands/GetPermissionCommand.ts +++ b/clients/client-ram/src/commands/GetPermissionCommand.ts @@ -105,9 +105,7 @@ export class GetPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts index 1dfd91a519d34..9fbc301c949be 100644 --- a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts @@ -96,9 +96,7 @@ export class GetResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts index c9f5f4eab104a..705a2220ab0cd 100644 --- a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts @@ -117,9 +117,7 @@ export class GetResourceShareAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts index 23558cbf33514..74cf84c6db5cb 100644 --- a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts @@ -132,9 +132,7 @@ export class GetResourceShareInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/GetResourceSharesCommand.ts b/clients/client-ram/src/commands/GetResourceSharesCommand.ts index e7ff91c157339..83a0dbd9c5be9 100644 --- a/clients/client-ram/src/commands/GetResourceSharesCommand.ts +++ b/clients/client-ram/src/commands/GetResourceSharesCommand.ts @@ -123,9 +123,7 @@ export class GetResourceSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts index 11f892cc84e2d..4346c7417e951 100644 --- a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts @@ -121,9 +121,7 @@ export class ListPendingInvitationResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts index 3598cafb2d10f..5f4c32551b98b 100644 --- a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts @@ -105,9 +105,7 @@ export class ListPermissionAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts index 8c2622ae2db7c..580e112367d01 100644 --- a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts @@ -113,9 +113,7 @@ export class ListPermissionVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListPermissionsCommand.ts b/clients/client-ram/src/commands/ListPermissionsCommand.ts index 7a135126a72a2..6ccf1133a0ae1 100644 --- a/clients/client-ram/src/commands/ListPermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionsCommand.ts @@ -108,9 +108,7 @@ export class ListPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListPrincipalsCommand.ts b/clients/client-ram/src/commands/ListPrincipalsCommand.ts index a5998219ec4c5..eaaba020c7fc5 100644 --- a/clients/client-ram/src/commands/ListPrincipalsCommand.ts +++ b/clients/client-ram/src/commands/ListPrincipalsCommand.ts @@ -107,9 +107,7 @@ export class ListPrincipalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts index 25c64ec3d172b..a3428332252a5 100644 --- a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts +++ b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts @@ -108,9 +108,7 @@ export class ListReplacePermissionAssociationsWorkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts index 7f361f970e489..f107dc4a3ae40 100644 --- a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts @@ -118,9 +118,7 @@ export class ListResourceSharePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListResourceTypesCommand.ts b/clients/client-ram/src/commands/ListResourceTypesCommand.ts index d9d18d7687ceb..82d2aa9b4acec 100644 --- a/clients/client-ram/src/commands/ListResourceTypesCommand.ts +++ b/clients/client-ram/src/commands/ListResourceTypesCommand.ts @@ -89,9 +89,7 @@ export class ListResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ListResourcesCommand.ts b/clients/client-ram/src/commands/ListResourcesCommand.ts index 0a53feb4f92fc..3ac1293795510 100644 --- a/clients/client-ram/src/commands/ListResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListResourcesCommand.ts @@ -115,9 +115,7 @@ export class ListResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts index d373232fe6cf0..53df45a81bd59 100644 --- a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts @@ -148,9 +148,7 @@ export class PromotePermissionCreatedFromPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts index 6ffb285fdeb3b..cbfa3e605d835 100644 --- a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts @@ -123,9 +123,7 @@ export class PromoteResourceShareCreatedFromPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts index e911bdd6bafee..1ceb70269be86 100644 --- a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts @@ -130,9 +130,7 @@ export class RejectResourceShareInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts index 41e291126bc86..3e1679ae12001 100644 --- a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts @@ -126,9 +126,7 @@ export class ReplacePermissionAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts index fa628209756b0..4f3685d2530d5 100644 --- a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts @@ -100,9 +100,7 @@ export class SetDefaultPermissionVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/TagResourceCommand.ts b/clients/client-ram/src/commands/TagResourceCommand.ts index 4a541c14a7145..a971bf9d05346 100644 --- a/clients/client-ram/src/commands/TagResourceCommand.ts +++ b/clients/client-ram/src/commands/TagResourceCommand.ts @@ -100,9 +100,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/UntagResourceCommand.ts b/clients/client-ram/src/commands/UntagResourceCommand.ts index 2c2268e890bb5..7a708ee0dd6ee 100644 --- a/clients/client-ram/src/commands/UntagResourceCommand.ts +++ b/clients/client-ram/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts index 0fab77d2b983a..5e9e99c26399c 100644 --- a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts @@ -116,9 +116,7 @@ export class UpdateResourceShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RAMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/CreateRuleCommand.ts b/clients/client-rbin/src/commands/CreateRuleCommand.ts index 8bd9b47b93ff0..7489c47f54d86 100644 --- a/clients/client-rbin/src/commands/CreateRuleCommand.ts +++ b/clients/client-rbin/src/commands/CreateRuleCommand.ts @@ -125,9 +125,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/DeleteRuleCommand.ts b/clients/client-rbin/src/commands/DeleteRuleCommand.ts index ee9a96a6b296b..f52bc6c2c7206 100644 --- a/clients/client-rbin/src/commands/DeleteRuleCommand.ts +++ b/clients/client-rbin/src/commands/DeleteRuleCommand.ts @@ -76,9 +76,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/GetRuleCommand.ts b/clients/client-rbin/src/commands/GetRuleCommand.ts index f4491534391af..e3666c18b19cf 100644 --- a/clients/client-rbin/src/commands/GetRuleCommand.ts +++ b/clients/client-rbin/src/commands/GetRuleCommand.ts @@ -96,9 +96,7 @@ export class GetRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/ListRulesCommand.ts b/clients/client-rbin/src/commands/ListRulesCommand.ts index 536fd975f8cbd..ab071c72f7a81 100644 --- a/clients/client-rbin/src/commands/ListRulesCommand.ts +++ b/clients/client-rbin/src/commands/ListRulesCommand.ts @@ -92,9 +92,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts index 9d09ffdf113ae..85a34602f2f1b 100644 --- a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/LockRuleCommand.ts b/clients/client-rbin/src/commands/LockRuleCommand.ts index 892bc009d7f01..c5d9985672e24 100644 --- a/clients/client-rbin/src/commands/LockRuleCommand.ts +++ b/clients/client-rbin/src/commands/LockRuleCommand.ts @@ -104,9 +104,7 @@ export class LockRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/TagResourceCommand.ts b/clients/client-rbin/src/commands/TagResourceCommand.ts index b59d15524677d..0d80d4c31f263 100644 --- a/clients/client-rbin/src/commands/TagResourceCommand.ts +++ b/clients/client-rbin/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/UnlockRuleCommand.ts b/clients/client-rbin/src/commands/UnlockRuleCommand.ts index 1773c8efd3dcd..6dde25f8d5c3c 100644 --- a/clients/client-rbin/src/commands/UnlockRuleCommand.ts +++ b/clients/client-rbin/src/commands/UnlockRuleCommand.ts @@ -100,9 +100,7 @@ export class UnlockRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/UntagResourceCommand.ts b/clients/client-rbin/src/commands/UntagResourceCommand.ts index 7ac62b7a60a2f..bfb7b9b775c5f 100644 --- a/clients/client-rbin/src/commands/UntagResourceCommand.ts +++ b/clients/client-rbin/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rbin/src/commands/UpdateRuleCommand.ts b/clients/client-rbin/src/commands/UpdateRuleCommand.ts index 95f960d3ce53b..33b673e02814e 100644 --- a/clients/client-rbin/src/commands/UpdateRuleCommand.ts +++ b/clients/client-rbin/src/commands/UpdateRuleCommand.ts @@ -111,9 +111,7 @@ export class UpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RbinClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts index 739ad2bab2cbe..5592368d08fb2 100644 --- a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts @@ -229,9 +229,7 @@ export class BatchExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts index 66604f99d7549..6c3e013cf6a41 100644 --- a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts @@ -127,9 +127,7 @@ export class BeginTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts index 44e670d44a09b..23a0d41de38d0 100644 --- a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts @@ -122,9 +122,7 @@ export class CommitTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts index 8f07bbaa1c051..55e1702c2dac6 100644 --- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts @@ -155,9 +155,7 @@ export class ExecuteSqlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts index ef09d1f41bdae..a52bc029d732b 100644 --- a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts @@ -270,9 +270,7 @@ export class ExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts index b86729cb7f3ce..dd152081e3953 100644 --- a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts @@ -121,9 +121,7 @@ export class RollbackTransactionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts index b2141014a41ad..8fb00160251e4 100644 --- a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts @@ -90,9 +90,7 @@ export class AddRoleToDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts index f8269eeb0c725..806b434917995 100644 --- a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts @@ -95,9 +95,7 @@ export class AddRoleToDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index ef12d2b0c9f71..e7e2d068fcc26 100644 --- a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -126,9 +126,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts index 877ccd9058527..3de4b7c7b8ffc 100644 --- a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts @@ -121,9 +121,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts index a65c61132a8ec..df3652a9f58f1 100644 --- a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -121,9 +121,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts index 269d2b2212a91..d9044e6c92582 100644 --- a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts @@ -140,9 +140,7 @@ export class AuthorizeDBSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts index f07c357808450..e34d33b26b677 100644 --- a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts +++ b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts @@ -87,9 +87,7 @@ export class BacktrackDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CancelExportTaskCommand.ts b/clients/client-rds/src/commands/CancelExportTaskCommand.ts index 76dfbad535fd1..970ec19e19438 100644 --- a/clients/client-rds/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-rds/src/commands/CancelExportTaskCommand.ts @@ -114,9 +114,7 @@ export class CancelExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts index 285e4a9daf2a7..fc22cf98f1eeb 100644 --- a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -117,9 +117,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts index c420e92ae1b84..43e053da2ba92 100644 --- a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts @@ -208,9 +208,7 @@ export class CopyDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts index de2100fcca419..93ceb33b06418 100644 --- a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts @@ -117,9 +117,7 @@ export class CopyDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts index 777182161e572..1d9d268c5128c 100644 --- a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts @@ -198,9 +198,7 @@ export class CopyDBSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts index 12dcfbcd25411..2b9c21a43303a 100644 --- a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts @@ -154,9 +154,7 @@ export class CopyOptionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts index 0520d2eeb5a56..f82aa2f1c802a 100644 --- a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts @@ -287,9 +287,7 @@ export class CreateBlueGreenDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts index 91ea4ce71f3df..5e3980c25f2cd 100644 --- a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts @@ -178,9 +178,7 @@ export class CreateCustomDBEngineVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBClusterCommand.ts b/clients/client-rds/src/commands/CreateDBClusterCommand.ts index a6e5c0e0996c0..90f87f124aa9d 100644 --- a/clients/client-rds/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterCommand.ts @@ -546,9 +546,7 @@ export class CreateDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts index dbbee3d1a10c5..32cd2c83f304e 100644 --- a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts @@ -149,9 +149,7 @@ export class CreateDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts index 53ba57887f037..821e62ae03ef5 100644 --- a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -142,9 +142,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts index 3de244f17be10..a1d692d87d9cb 100644 --- a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts @@ -169,9 +169,7 @@ export class CreateDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts index 570da19cf76d2..77f0844d325ed 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts @@ -565,9 +565,7 @@ export class CreateDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index c844c32d7e2cd..686c4a7974e59 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -472,9 +472,7 @@ export class CreateDBInstanceReadReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts index 5404c61639d5e..00a999feae2cb 100644 --- a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts @@ -127,9 +127,7 @@ export class CreateDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBProxyCommand.ts b/clients/client-rds/src/commands/CreateDBProxyCommand.ts index 6e7e5669965e6..8e411b72f89c7 100644 --- a/clients/client-rds/src/commands/CreateDBProxyCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyCommand.ts @@ -130,9 +130,7 @@ export class CreateDBProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts index fa6d43b4e8e97..8991a98abea0d 100644 --- a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts @@ -112,9 +112,7 @@ export class CreateDBProxyEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts index c848df8e64935..3dc0fdc3ac3f7 100644 --- a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts @@ -128,9 +128,7 @@ export class CreateDBSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBShardGroupCommand.ts b/clients/client-rds/src/commands/CreateDBShardGroupCommand.ts index 67f7c380dd896..055ff34acbbcf 100644 --- a/clients/client-rds/src/commands/CreateDBShardGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBShardGroupCommand.ts @@ -102,9 +102,7 @@ export class CreateDBShardGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts index b6366492dfd6a..fc66a7be3bf29 100644 --- a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts @@ -176,9 +176,7 @@ export class CreateDBSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts index 2cfee071e7e73..dc292b42484d2 100644 --- a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts @@ -165,9 +165,7 @@ export class CreateDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts index 5c49cebd8ea83..204b1a0e74dc5 100644 --- a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts @@ -174,9 +174,7 @@ export class CreateEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index c97fac620931e..7f8138b15d9bb 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -152,9 +152,7 @@ export class CreateGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateIntegrationCommand.ts b/clients/client-rds/src/commands/CreateIntegrationCommand.ts index e9d5ed0c7a1ac..bc1214217ffbc 100644 --- a/clients/client-rds/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-rds/src/commands/CreateIntegrationCommand.ts @@ -149,9 +149,7 @@ export class CreateIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts index c25f8254c2c43..f229a3767ec4a 100644 --- a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts @@ -154,9 +154,7 @@ export class CreateOptionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts b/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts index 1861996d95cca..f8b682f369066 100644 --- a/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts @@ -119,9 +119,7 @@ export class CreateTenantDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts index d3e318a804156..1d7b954d17a4a 100644 --- a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts @@ -247,9 +247,7 @@ export class DeleteBlueGreenDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts index 3a98497d33089..92145aeae7ab7 100644 --- a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts @@ -175,9 +175,7 @@ export class DeleteCustomDBEngineVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts index 3dcf9cf8d6822..56d1e02738c37 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts @@ -109,9 +109,7 @@ export class DeleteDBClusterAutomatedBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts index ad20327777e80..2620c152c7dbe 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts @@ -315,9 +315,7 @@ export class DeleteDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts index 87d1581edddb0..a586574d41a89 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts @@ -119,9 +119,7 @@ export class DeleteDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts index 1cb7d5dd25062..98fda00075b4a 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -93,9 +93,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts index fa3054bd7e024..58a0f4bf16f1b 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -156,9 +156,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts index 265e929e1d4a6..0a246f311129f 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts @@ -155,9 +155,7 @@ export class DeleteDBInstanceAutomatedBackupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts index 7750aaf7b6dc5..6032741aa214f 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts @@ -357,9 +357,7 @@ export class DeleteDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts index ed15c646989c1..f615a7e9edaeb 100644 --- a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts @@ -84,9 +84,7 @@ export class DeleteDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts index 5453efe463afb..f91c07519eae6 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts @@ -100,9 +100,7 @@ export class DeleteDBProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts index 734ce02b1500b..3182488250282 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts @@ -89,9 +89,7 @@ export class DeleteDBProxyEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts index 1ec725b52411b..481e3792fa46e 100644 --- a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts @@ -89,9 +89,7 @@ export class DeleteDBSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBShardGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBShardGroupCommand.ts index 62b741ad2b052..13f7bd6f75a26 100644 --- a/clients/client-rds/src/commands/DeleteDBShardGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBShardGroupCommand.ts @@ -82,9 +82,7 @@ export class DeleteDBShardGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts index 1921f5c6ded82..85d798ee6c627 100644 --- a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts @@ -164,9 +164,7 @@ export class DeleteDBSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts index ce65bb5c660e7..43ebe16664ddc 100644 --- a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts @@ -87,9 +87,7 @@ export class DeleteDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts index 9e2bf31600147..63ff41a2e2569 100644 --- a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts @@ -118,9 +118,7 @@ export class DeleteEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts index b36fd8b83111d..56969a99b5016 100644 --- a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts @@ -129,9 +129,7 @@ export class DeleteGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteIntegrationCommand.ts b/clients/client-rds/src/commands/DeleteIntegrationCommand.ts index 901ee205e27a2..66d467a762259 100644 --- a/clients/client-rds/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-rds/src/commands/DeleteIntegrationCommand.ts @@ -122,9 +122,7 @@ export class DeleteIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts index 9d4009858c8a0..37061dacfff15 100644 --- a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts @@ -80,9 +80,7 @@ export class DeleteOptionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts b/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts index d03b809ca5227..e0b59dd1f3b0b 100644 --- a/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts @@ -104,9 +104,7 @@ export class DeleteTenantDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts index 19741fe5d03ca..b9918888ed483 100644 --- a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts @@ -82,9 +82,7 @@ export class DeregisterDBProxyTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts index 897b94408aa41..155767651055d 100644 --- a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts @@ -161,9 +161,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts index 42a83c9cb7918..ccb0126c27ebd 100644 --- a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts +++ b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts @@ -332,9 +332,7 @@ export class DescribeBlueGreenDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts index ba06fb1593458..c26300c737363 100644 --- a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts @@ -150,9 +150,7 @@ export class DescribeCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts index e7fa7da757fbb..db689332f4b58 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts @@ -121,9 +121,7 @@ export class DescribeDBClusterAutomatedBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts index 51450893edc94..8803876ca26ef 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts @@ -133,9 +133,7 @@ export class DescribeDBClusterBacktracksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts index 9112cfb0398d8..be8b34516d534 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -163,9 +163,7 @@ export class DescribeDBClusterEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 2fc9c56f4216d..101b9952f890b 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -146,9 +146,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts index 149cbace2f1ac..a78f93ddb5fda 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts @@ -148,9 +148,7 @@ export class DescribeDBClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index be873e4629e41..70ad79760228b 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -120,9 +120,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts index 200c54d4e7cb2..03957652bd732 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -194,9 +194,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts index 1d47b61edcce6..c563dcdedc2ef 100644 --- a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts @@ -374,9 +374,7 @@ export class DescribeDBClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts index 352f49d904f49..19f8cb3815231 100644 --- a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts @@ -209,9 +209,7 @@ export class DescribeDBEngineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts index 22113b140dc47..6ed428fe7ef48 100644 --- a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts @@ -174,9 +174,7 @@ export class DescribeDBInstanceAutomatedBackupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts index 03de9b2814d20..e78d014125daf 100644 --- a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts @@ -337,9 +337,7 @@ export class DescribeDBInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts index 999888bd163ff..361ff68da832c 100644 --- a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts @@ -137,9 +137,7 @@ export class DescribeDBLogFilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts index c2131f313f817..fe0a3f3cb9b54 100644 --- a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts @@ -128,9 +128,7 @@ export class DescribeDBParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts index e3810e68bdccb..54e6d2ad0216f 100644 --- a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts @@ -135,9 +135,7 @@ export class DescribeDBParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts index 459ab2ec59cac..30452d6244c0f 100644 --- a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts @@ -110,9 +110,7 @@ export class DescribeDBProxiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts index a69cec5fba454..06767113b5e3f 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts @@ -101,9 +101,7 @@ export class DescribeDBProxyEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts index 05c621077dc62..c1bbaaf33bb81 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts @@ -107,9 +107,7 @@ export class DescribeDBProxyTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts index 5f3c9de15af27..b89626a2b97ea 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts @@ -104,9 +104,7 @@ export class DescribeDBProxyTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBRecommendationsCommand.ts b/clients/client-rds/src/commands/DescribeDBRecommendationsCommand.ts index af7b4c186963e..c65bbdf75b6fd 100644 --- a/clients/client-rds/src/commands/DescribeDBRecommendationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBRecommendationsCommand.ts @@ -196,9 +196,7 @@ export class DescribeDBRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts index 6a38f847258e4..6416537a06512 100644 --- a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts @@ -121,9 +121,7 @@ export class DescribeDBSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBShardGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBShardGroupsCommand.ts index 2d48220dd238c..66caac5f6592b 100644 --- a/clients/client-rds/src/commands/DescribeDBShardGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBShardGroupsCommand.ts @@ -95,9 +95,7 @@ export class DescribeDBShardGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts index 7c5451df813e1..400d0cdf00f01 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts @@ -115,9 +115,7 @@ export class DescribeDBSnapshotAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts index bb350c1403fcf..74292c5aab681 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts @@ -114,9 +114,7 @@ export class DescribeDBSnapshotTenantDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts index 47b597a46608f..69e27237bb7e0 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts @@ -175,9 +175,7 @@ export class DescribeDBSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts index f13d911fd5ac8..5de0d85b2eabf 100644 --- a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -157,9 +157,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 3950365a29264..abdb9f55cd3ab 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -137,9 +137,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts index aca33c97916eb..91931e4681cac 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -128,9 +128,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts index fb8b9a53a4834..5cf37002bf5b7 100644 --- a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts @@ -159,9 +159,7 @@ export class DescribeEventCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts index a66387bd9e415..ec785910aad1f 100644 --- a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts @@ -127,9 +127,7 @@ export class DescribeEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeEventsCommand.ts b/clients/client-rds/src/commands/DescribeEventsCommand.ts index 3980db560b810..caaac9f158ad6 100644 --- a/clients/client-rds/src/commands/DescribeEventsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventsCommand.ts @@ -139,9 +139,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts index 1e0d75c56795d..babb55432fa07 100644 --- a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts @@ -144,9 +144,7 @@ export class DescribeExportTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts index a19d9d3abda63..1c1fadac8922e 100644 --- a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts @@ -140,9 +140,7 @@ export class DescribeGlobalClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts b/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts index 9ccb316615e9c..ac8999ae62e0c 100644 --- a/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts @@ -133,9 +133,7 @@ export class DescribeIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts index 8d99098833520..735bd1acb74cf 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts @@ -172,9 +172,7 @@ export class DescribeOptionGroupOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts index 62e2887178f8a..06f7afb8f4af4 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts @@ -156,9 +156,7 @@ export class DescribeOptionGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 699ca799bf987..a4690c9bede56 100644 --- a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -189,9 +189,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts index 5b0fe43b6b48a..2ed27be0db335 100644 --- a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -127,9 +127,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts index 99e04b0be6b39..10eef81f8d486 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts @@ -148,9 +148,7 @@ export class DescribeReservedDBInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts index 1824e5a7cb80a..020c28d6d43f7 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts @@ -141,9 +141,7 @@ export class DescribeReservedDBInstancesOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts index cf825dc6e1481..6d0f58ad7da7b 100644 --- a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts @@ -233,9 +233,7 @@ export class DescribeSourceRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts b/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts index 814b702204023..90098c2a95514 100644 --- a/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts +++ b/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts @@ -110,9 +110,7 @@ export class DescribeTenantDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts index 4097b5f3f4b9e..a101c96ca55bc 100644 --- a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -164,9 +164,7 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DisableHttpEndpointCommand.ts b/clients/client-rds/src/commands/DisableHttpEndpointCommand.ts index 6476cf900e0d4..7d79468ead007 100644 --- a/clients/client-rds/src/commands/DisableHttpEndpointCommand.ts +++ b/clients/client-rds/src/commands/DisableHttpEndpointCommand.ts @@ -78,9 +78,7 @@ export class DisableHttpEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts index 4f35ab2a8718a..da4e9b53a723c 100644 --- a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts +++ b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts @@ -91,9 +91,7 @@ export class DownloadDBLogFilePortionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/EnableHttpEndpointCommand.ts b/clients/client-rds/src/commands/EnableHttpEndpointCommand.ts index 1e4554f9bc2a2..bd47b86ad7be2 100644 --- a/clients/client-rds/src/commands/EnableHttpEndpointCommand.ts +++ b/clients/client-rds/src/commands/EnableHttpEndpointCommand.ts @@ -82,9 +82,7 @@ export class EnableHttpEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts index d2a0ece7f4930..d7fe40bd33b27 100644 --- a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts @@ -297,9 +297,7 @@ export class FailoverDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts index 49d7ee71767c4..cfac2c6076856 100644 --- a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts @@ -144,9 +144,7 @@ export class FailoverGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts index b0b1a850038ca..97b3d63c4aedc 100644 --- a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts @@ -137,9 +137,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts index 4dcbebd804369..bdf29a1b8cac3 100644 --- a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts @@ -85,9 +85,7 @@ export class ModifyActivityStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts index ed30ca1315f9f..932124326d785 100644 --- a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts +++ b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts @@ -129,9 +129,7 @@ export class ModifyCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts index 73fe47c6f06ee..6d92c2dd4a3e9 100644 --- a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -126,9 +126,7 @@ export class ModifyCurrentDBClusterCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts index 362cdf1fc34cb..9879179f70c23 100644 --- a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts @@ -168,9 +168,7 @@ export class ModifyCustomDBEngineVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts index dc94d1be47efa..8fff575f78079 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts @@ -447,9 +447,7 @@ export class ModifyDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts index 82ce7c4ff04ef..9fa7d4278d61c 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts @@ -139,9 +139,7 @@ export class ModifyDBClusterEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts index 4a9c4f6eadd5b..70c921ec9babe 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -150,9 +150,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 657009fef7122..e8cfab8db77b4 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -145,9 +145,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts index f3220e4e93a84..b4eaf47a29d1d 100644 --- a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts @@ -495,9 +495,7 @@ export class ModifyDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts index 1aeeddc6807ee..0748340b00b8b 100644 --- a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts @@ -128,9 +128,7 @@ export class ModifyDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts index b2f6f5014dc61..d7812e30c3f8f 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts @@ -121,9 +121,7 @@ export class ModifyDBProxyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts index 51ec1ed606c39..b3612e38d6b9b 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts @@ -97,9 +97,7 @@ export class ModifyDBProxyEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts index 8a326849db82f..1ea54023b3ed5 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts @@ -102,9 +102,7 @@ export class ModifyDBProxyTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBRecommendationCommand.ts b/clients/client-rds/src/commands/ModifyDBRecommendationCommand.ts index 4e2f25f1d559d..74d6a8679750b 100644 --- a/clients/client-rds/src/commands/ModifyDBRecommendationCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBRecommendationCommand.ts @@ -189,9 +189,7 @@ export class ModifyDBRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBShardGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBShardGroupCommand.ts index 09ca500eaa97b..901c1bbf07bb1 100644 --- a/clients/client-rds/src/commands/ModifyDBShardGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBShardGroupCommand.ts @@ -89,9 +89,7 @@ export class ModifyDBShardGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts index d59586db9c794..6287e368bbb39 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts @@ -170,9 +170,7 @@ export class ModifyDBSnapshotAttributeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts index 73ddea451efe5..dec5cdf81f010 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts @@ -163,9 +163,7 @@ export class ModifyDBSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts index 2be1e759ee655..03006ff253e7b 100644 --- a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts @@ -166,9 +166,7 @@ export class ModifyDBSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts index 3e3701bb2fe7e..2db869e775e46 100644 --- a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts @@ -138,9 +138,7 @@ export class ModifyEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts index 93d7e868fe969..3d5cd994f76c5 100644 --- a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts @@ -142,9 +142,7 @@ export class ModifyGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyIntegrationCommand.ts b/clients/client-rds/src/commands/ModifyIntegrationCommand.ts index 8c8668c1ffd56..25c78ab8ebab6 100644 --- a/clients/client-rds/src/commands/ModifyIntegrationCommand.ts +++ b/clients/client-rds/src/commands/ModifyIntegrationCommand.ts @@ -131,9 +131,7 @@ export class ModifyIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts index c00e042f2ff3b..beb0122b2d9e3 100644 --- a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts @@ -172,9 +172,7 @@ export class ModifyOptionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts b/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts index 15765c78a666d..4f0da57f6d21c 100644 --- a/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts @@ -111,9 +111,7 @@ export class ModifyTenantDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts index e96177a55fdbf..8ae1c898fdec8 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts @@ -335,9 +335,7 @@ export class PromoteReadReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts index b6ba306353e5b..e4d8cdab815b1 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -258,9 +258,7 @@ export class PromoteReadReplicaDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts index f4b32230d4cc6..c99cb9677f4fd 100644 --- a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts +++ b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts @@ -150,9 +150,7 @@ export class PurchaseReservedDBInstancesOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RebootDBClusterCommand.ts b/clients/client-rds/src/commands/RebootDBClusterCommand.ts index d71b0bfd5a951..a2808c4625404 100644 --- a/clients/client-rds/src/commands/RebootDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RebootDBClusterCommand.ts @@ -271,9 +271,7 @@ export class RebootDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts index 5c45fa0bff514..62601117ad535 100644 --- a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts @@ -332,9 +332,7 @@ export class RebootDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RebootDBShardGroupCommand.ts b/clients/client-rds/src/commands/RebootDBShardGroupCommand.ts index c34948674e09b..ece354a5cea56 100644 --- a/clients/client-rds/src/commands/RebootDBShardGroupCommand.ts +++ b/clients/client-rds/src/commands/RebootDBShardGroupCommand.ts @@ -82,9 +82,7 @@ export class RebootDBShardGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts index fae0ee3701c16..5fdfe9caeb6ca 100644 --- a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts @@ -118,9 +118,7 @@ export class RegisterDBProxyTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts index f882d8ef27123..d0fb6d8ea0cf7 100644 --- a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts @@ -150,9 +150,7 @@ export class RemoveFromGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts index 6c736ae348038..55e86cd0faa2d 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -95,9 +95,7 @@ export class RemoveRoleFromDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts index 362023d7e9f7c..0a61c4a949506 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts @@ -76,9 +76,7 @@ export class RemoveRoleFromDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 4c0a7b109e879..a2290e5e47855 100644 --- a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -129,9 +129,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts index f6fca5c96aeac..55df2edcaa84d 100644 --- a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts @@ -116,9 +116,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts index 89c6d3976b8fc..97c354e6b93bf 100644 --- a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -127,9 +127,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts index 3d29eb1779576..bc0b1c9ea90e1 100644 --- a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts @@ -117,9 +117,7 @@ export class ResetDBParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts index 1a00e89e8ce5b..671b0ce8c8f6b 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts @@ -440,9 +440,7 @@ export class RestoreDBClusterFromS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 9e2f1a72221a8..c7ef1fdb2a64e 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -460,9 +460,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index ca6ea346bd03e..93f5ea4ec3e3c 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -462,9 +462,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index b1cc27529fea2..67ad808de7cd9 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -486,9 +486,7 @@ export class RestoreDBInstanceFromDBSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts index 314275b8ff20a..bdf25f300fe4e 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts @@ -432,9 +432,7 @@ export class RestoreDBInstanceFromS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts index a2799ab7d8289..2fcfe33330dcd 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -550,9 +550,7 @@ export class RestoreDBInstanceToPointInTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts index 177cc955722e7..14a034748a546 100644 --- a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts @@ -130,9 +130,7 @@ export class RevokeDBSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StartActivityStreamCommand.ts b/clients/client-rds/src/commands/StartActivityStreamCommand.ts index da1ddfed17a7d..6b536e989b85e 100644 --- a/clients/client-rds/src/commands/StartActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StartActivityStreamCommand.ts @@ -124,9 +124,7 @@ export class StartActivityStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StartDBClusterCommand.ts b/clients/client-rds/src/commands/StartDBClusterCommand.ts index 72c8d5f09d351..77c22c9b4bee3 100644 --- a/clients/client-rds/src/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StartDBClusterCommand.ts @@ -294,9 +294,7 @@ export class StartDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts index 0a4788ba2cdea..fc725c377df19 100644 --- a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts @@ -176,9 +176,7 @@ export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StartDBInstanceCommand.ts b/clients/client-rds/src/commands/StartDBInstanceCommand.ts index cbcf7c66c1111..91f85137be73f 100644 --- a/clients/client-rds/src/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceCommand.ts @@ -356,9 +356,7 @@ export class StartDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StartExportTaskCommand.ts b/clients/client-rds/src/commands/StartExportTaskCommand.ts index 678812c0f0248..7f0c7c59cfd2b 100644 --- a/clients/client-rds/src/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/src/commands/StartExportTaskCommand.ts @@ -163,9 +163,7 @@ export class StartExportTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StopActivityStreamCommand.ts b/clients/client-rds/src/commands/StopActivityStreamCommand.ts index a8266ae2d848f..b4423a4ff79cf 100644 --- a/clients/client-rds/src/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StopActivityStreamCommand.ts @@ -112,9 +112,7 @@ export class StopActivityStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StopDBClusterCommand.ts b/clients/client-rds/src/commands/StopDBClusterCommand.ts index 0c5e0849883be..825e33f6910fc 100644 --- a/clients/client-rds/src/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StopDBClusterCommand.ts @@ -295,9 +295,7 @@ export class StopDBClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts index bd333e7167997..5d5848ee2d68a 100644 --- a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts @@ -163,9 +163,7 @@ export class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/StopDBInstanceCommand.ts b/clients/client-rds/src/commands/StopDBInstanceCommand.ts index 6fb1a44221e4c..fd102797572ba 100644 --- a/clients/client-rds/src/commands/StopDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceCommand.ts @@ -336,9 +336,7 @@ export class StopDBInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts index 6a9fe96025b22..0f86dee1bdaf8 100644 --- a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts @@ -252,9 +252,7 @@ export class SwitchoverBlueGreenDeploymentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts index 962a93c9b352d..be502241462a4 100644 --- a/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts @@ -117,9 +117,7 @@ export class SwitchoverGlobalClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts index 47133ab731565..9b22ef11ddc8a 100644 --- a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts @@ -296,9 +296,7 @@ export class SwitchoverReadReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RDSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts index 193e46a8b4654..d64997302c1aa 100644 --- a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts @@ -138,9 +138,7 @@ export class BatchExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts index 4783969225daa..1a3a83fd29a1d 100644 --- a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts @@ -80,9 +80,7 @@ export class CancelStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts index 9b1c7dd2329ca..c745d9cf88a67 100644 --- a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts @@ -117,9 +117,7 @@ export class DescribeStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts index bb7b06b71d281..7ba232f7e5194 100644 --- a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts @@ -141,9 +141,7 @@ export class DescribeTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts index 44f6c58d70bd9..f2c69a77d0944 100644 --- a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts @@ -142,9 +142,7 @@ export class ExecuteStatementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts index 5443046c2a08f..3152569d0cffc 100644 --- a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts +++ b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts @@ -109,9 +109,7 @@ export class GetStatementResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts index a0dd5363d1915..aef4796c9cc95 100644 --- a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts @@ -122,9 +122,7 @@ export class ListDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts index 8d851dd336c78..39cdd6058deb4 100644 --- a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts +++ b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts @@ -124,9 +124,7 @@ export class ListSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts index bc74f3023f645..7d0832456849c 100644 --- a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts +++ b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts @@ -101,9 +101,7 @@ export class ListStatementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-data/src/commands/ListTablesCommand.ts b/clients/client-redshift-data/src/commands/ListTablesCommand.ts index 3735c2f30802a..03763656335a4 100644 --- a/clients/client-redshift-data/src/commands/ListTablesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListTablesCommand.ts @@ -130,9 +130,7 @@ export class ListTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftDataClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts index f91107825ecdd..af455a3c502fd 100644 --- a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts @@ -128,9 +128,7 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts index 2d1a534251e0c..2e145dffa41ee 100644 --- a/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts @@ -97,9 +97,7 @@ export class CreateCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts index 6e2bcddb8acf4..3950c9d1f7097 100644 --- a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts @@ -125,9 +125,7 @@ export class CreateEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts index c3bbed2f113f7..0c80a2968ce8c 100644 --- a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts @@ -124,9 +124,7 @@ export class CreateNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateScheduledActionCommand.ts b/clients/client-redshift-serverless/src/commands/CreateScheduledActionCommand.ts index 8e4b8faea64a8..3f45ee63a6782 100644 --- a/clients/client-redshift-serverless/src/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateScheduledActionCommand.ts @@ -134,9 +134,7 @@ export class CreateScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts index 10ba26f3d574a..48d23c59ad4ec 100644 --- a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts @@ -125,9 +125,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateSnapshotCopyConfigurationCommand.ts b/clients/client-redshift-serverless/src/commands/CreateSnapshotCopyConfigurationCommand.ts index bbb0bc06b5ccd..b5a4ee8724476 100644 --- a/clients/client-redshift-serverless/src/commands/CreateSnapshotCopyConfigurationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateSnapshotCopyConfigurationCommand.ts @@ -102,9 +102,7 @@ export class CreateSnapshotCopyConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts index 7a238be38b8a5..970abc1c4874b 100644 --- a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts @@ -97,9 +97,7 @@ export class CreateUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts index 09f9e86eed64a..3042c5ac889f6 100644 --- a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts @@ -167,9 +167,7 @@ export class CreateWorkgroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts index d21a21677781d..8b78c17d99792 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts @@ -91,9 +91,7 @@ export class DeleteCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts index ef3710d509fa4..24162680060ae 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts @@ -111,9 +111,7 @@ export class DeleteEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts index 53f7e528c67b2..7fd1b96647bf6 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts @@ -106,9 +106,7 @@ export class DeleteNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts index 415ee820cc35f..18d7565202d9e 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts @@ -76,9 +76,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteScheduledActionCommand.ts index 37c8c403b4090..794c20d17d752 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteScheduledActionCommand.ts @@ -107,9 +107,7 @@ export class DeleteScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts index 3b8150679ca63..888b5618abffb 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts @@ -108,9 +108,7 @@ export class DeleteSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCopyConfigurationCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCopyConfigurationCommand.ts index f2594bd34b1c8..5eb9218cb46f8 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCopyConfigurationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCopyConfigurationCommand.ts @@ -96,9 +96,7 @@ export class DeleteSnapshotCopyConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts index 68a5be695db4d..c684b53b67c57 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts @@ -89,9 +89,7 @@ export class DeleteUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts index 6740f5a60cad0..07add4d002552 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts @@ -133,9 +133,7 @@ export class DeleteWorkgroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts index 403bd44f679b7..6d3dbe3de15d0 100644 --- a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts @@ -98,9 +98,7 @@ export class GetCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts index e2c786ac72af5..e0afe57960534 100644 --- a/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts @@ -91,9 +91,7 @@ export class GetCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts index 02075f35c5cea..683f41dc894e5 100644 --- a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts @@ -111,9 +111,7 @@ export class GetEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts index 77e076ad49c82..288cb5c7f6d14 100644 --- a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts @@ -96,9 +96,7 @@ export class GetNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts index 3a6a611fb32a8..ca09dd5294752 100644 --- a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts @@ -88,9 +88,7 @@ export class GetRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts index 24140987ce2da..f8b702308775b 100644 --- a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts @@ -81,9 +81,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetScheduledActionCommand.ts b/clients/client-redshift-serverless/src/commands/GetScheduledActionCommand.ts index d1699aaf35e94..8ea197aeae4ec 100644 --- a/clients/client-redshift-serverless/src/commands/GetScheduledActionCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetScheduledActionCommand.ts @@ -107,9 +107,7 @@ export class GetScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts index a14a5c90b9a71..233328d1847d8 100644 --- a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts @@ -107,9 +107,7 @@ export class GetSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts index 0550f096662ea..31c29a828fc31 100644 --- a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts @@ -92,9 +92,7 @@ export class GetTableRestoreStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts index 1746809872007..341f27a812141 100644 --- a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts @@ -89,9 +89,7 @@ export class GetUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts index 1ace008f9956d..11857cf40ff5f 100644 --- a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts @@ -130,9 +130,7 @@ export class GetWorkgroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts b/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts index a7facac5a551e..27252161a62da 100644 --- a/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts @@ -100,9 +100,7 @@ export class ListCustomDomainAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts index 712443c580f19..4885b33b28d88 100644 --- a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts @@ -118,9 +118,7 @@ export class ListEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts index 07eb67944e8bc..d91e94b9aced4 100644 --- a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts @@ -101,9 +101,7 @@ export class ListNamespacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts index d0848b4eac49f..b51e30bec9d9c 100644 --- a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts @@ -90,9 +90,7 @@ export class ListRecoveryPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListScheduledActionsCommand.ts b/clients/client-redshift-serverless/src/commands/ListScheduledActionsCommand.ts index 5696264b6e220..86c7b7ee78a8f 100644 --- a/clients/client-redshift-serverless/src/commands/ListScheduledActionsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListScheduledActionsCommand.ts @@ -89,9 +89,7 @@ export class ListScheduledActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListSnapshotCopyConfigurationsCommand.ts b/clients/client-redshift-serverless/src/commands/ListSnapshotCopyConfigurationsCommand.ts index ccd3637d7305a..2e3520d82b989 100644 --- a/clients/client-redshift-serverless/src/commands/ListSnapshotCopyConfigurationsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListSnapshotCopyConfigurationsCommand.ts @@ -101,9 +101,7 @@ export class ListSnapshotCopyConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts index 68e43cdffd844..3251451e846fb 100644 --- a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts @@ -114,9 +114,7 @@ export class ListSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts index 41ca891b561a5..f89781bfa48ce 100644 --- a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts @@ -101,9 +101,7 @@ export class ListTableRestoreStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts index 08c0770c7c7c5..54122a06ea56d 100644 --- a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts index a767436c95657..17abcb949c5d1 100644 --- a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts @@ -98,9 +98,7 @@ export class ListUsageLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts index bb3d0d64041a4..3cc836e1d275e 100644 --- a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts @@ -132,9 +132,7 @@ export class ListWorkgroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts index 0d198e8e8ffc1..845caeb17b57f 100644 --- a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts @@ -88,9 +88,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts index db6797583b372..f9bdb00099062 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts @@ -106,9 +106,7 @@ export class RestoreFromRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts index 916a4e0d6aae0..e579e3f038353 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts @@ -114,9 +114,7 @@ export class RestoreFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/RestoreTableFromRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreTableFromRecoveryPointCommand.ts index 3aab70704e258..306e03e99b16c 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreTableFromRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreTableFromRecoveryPointCommand.ts @@ -112,9 +112,7 @@ export class RestoreTableFromRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts index b0f0cc0aa3a7b..0196b868357a5 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts @@ -108,9 +108,7 @@ export class RestoreTableFromSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts index 1724482ba3621..e1d0d7700349f 100644 --- a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts index 767a865ee7cfb..28d77e8b7edd5 100644 --- a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts index 528f4db660cd2..8bc969409a5db 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts @@ -97,9 +97,7 @@ export class UpdateCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts index 05ead0afdb243..22af63c3928c0 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts @@ -117,9 +117,7 @@ export class UpdateEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts index a1f5547203755..43997303fffba 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts @@ -118,9 +118,7 @@ export class UpdateNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateScheduledActionCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateScheduledActionCommand.ts index e80bfa0bef72f..7ab0c423dc9fd 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateScheduledActionCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateScheduledActionCommand.ts @@ -132,9 +132,7 @@ export class UpdateScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts index be4aee0945b24..df97d2eb9c5ae 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts @@ -109,9 +109,7 @@ export class UpdateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCopyConfigurationCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCopyConfigurationCommand.ts index b12566533547d..92dce27a2415a 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCopyConfigurationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCopyConfigurationCommand.ts @@ -97,9 +97,7 @@ export class UpdateSnapshotCopyConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts index 6589704662bb0..84ffcb48e25bd 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts @@ -91,9 +91,7 @@ export class UpdateUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts index b84beafaad968..605fb4f2d816b 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts @@ -158,9 +158,7 @@ export class UpdateWorkgroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftServerlessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts index 702e986340964..ca075cdf35faa 100644 --- a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts +++ b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts @@ -111,9 +111,7 @@ export class AcceptReservedNodeExchangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AddPartnerCommand.ts b/clients/client-redshift/src/commands/AddPartnerCommand.ts index 2b7a899d220f2..9e683746ea394 100644 --- a/clients/client-redshift/src/commands/AddPartnerCommand.ts +++ b/clients/client-redshift/src/commands/AddPartnerCommand.ts @@ -84,9 +84,7 @@ export class AddPartnerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts index 7e716b947131f..fc0fc3d4ce914 100644 --- a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts @@ -91,9 +91,7 @@ export class AssociateDataShareConsumerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts index c7e9601a5ca8d..599e5b068e054 100644 --- a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts @@ -139,9 +139,7 @@ export class AuthorizeClusterSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts index 8a9fc9bd83c1f..bacda8ead0500 100644 --- a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts @@ -86,9 +86,7 @@ export class AuthorizeDataShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts index 03a462ef6da41..e5747b8f1afae 100644 --- a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts @@ -98,9 +98,7 @@ export class AuthorizeEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts index a307f0e735b74..64a39bfc00fc2 100644 --- a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts @@ -147,9 +147,7 @@ export class AuthorizeSnapshotAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts index 7fd3a391816fc..5fc314b59cb01 100644 --- a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts @@ -84,9 +84,7 @@ export class BatchDeleteClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts index 3c2cb685633ab..dbb4d70bb9c47 100644 --- a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts @@ -89,9 +89,7 @@ export class BatchModifyClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CancelResizeCommand.ts b/clients/client-redshift/src/commands/CancelResizeCommand.ts index 9371164cb9ea9..e8394737bd587 100644 --- a/clients/client-redshift/src/commands/CancelResizeCommand.ts +++ b/clients/client-redshift/src/commands/CancelResizeCommand.ts @@ -99,9 +99,7 @@ export class CancelResizeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts index 406a990663a2e..6faadc16a9d2e 100644 --- a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts @@ -152,9 +152,7 @@ export class CopyClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts index 166f68447fe26..634be7c975138 100644 --- a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts @@ -78,9 +78,7 @@ export class CreateAuthenticationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateClusterCommand.ts b/clients/client-redshift/src/commands/CreateClusterCommand.ts index fd0bf7dd482a9..a076b2e4501e4 100644 --- a/clients/client-redshift/src/commands/CreateClusterCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterCommand.ts @@ -404,9 +404,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts index 595cae850be6b..54f89c52ca952 100644 --- a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts @@ -107,9 +107,7 @@ export class CreateClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts index 19902cec3f90d..4a77dece31f39 100644 --- a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts @@ -127,9 +127,7 @@ export class CreateClusterSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts index f99bdcdd95388..1cf7d201dca82 100644 --- a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts @@ -153,9 +153,7 @@ export class CreateClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts index bee5c8f0a344d..1902cec49665b 100644 --- a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts @@ -144,9 +144,7 @@ export class CreateClusterSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts index c21dc389aec1a..220e7e4f81bbd 100644 --- a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts @@ -86,9 +86,7 @@ export class CreateCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts index 0bc9567a611a3..af98130409863 100644 --- a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts @@ -129,9 +129,7 @@ export class CreateEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts index bb66164287753..0127813367c15 100644 --- a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts @@ -162,9 +162,7 @@ export class CreateEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts index f75fd43af6ee8..4627884f960b3 100644 --- a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts @@ -103,9 +103,7 @@ export class CreateHsmClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts index dbd6b9123d6b6..42b4d527671c0 100644 --- a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts @@ -109,9 +109,7 @@ export class CreateHsmConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateRedshiftIdcApplicationCommand.ts b/clients/client-redshift/src/commands/CreateRedshiftIdcApplicationCommand.ts index d87a828bd77d3..f6034c0004c0d 100644 --- a/clients/client-redshift/src/commands/CreateRedshiftIdcApplicationCommand.ts +++ b/clients/client-redshift/src/commands/CreateRedshiftIdcApplicationCommand.ts @@ -134,9 +134,7 @@ export class CreateRedshiftIdcApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts index ff125e44e6736..c3e934e2e9e8e 100644 --- a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts @@ -141,9 +141,7 @@ export class CreateScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts index 783bced80fcbe..53661bde7aabf 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts @@ -109,9 +109,7 @@ export class CreateSnapshotCopyGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts index d61715203d323..256789f0e2bba 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts @@ -115,9 +115,7 @@ export class CreateSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateTagsCommand.ts b/clients/client-redshift/src/commands/CreateTagsCommand.ts index 394f97c67d472..5e57e49bde753 100644 --- a/clients/client-redshift/src/commands/CreateTagsCommand.ts +++ b/clients/client-redshift/src/commands/CreateTagsCommand.ts @@ -85,9 +85,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts index eed0e4c030960..92fae28d40cd9 100644 --- a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts @@ -111,9 +111,7 @@ export class CreateUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts index c733efb725fbc..4f028c8235c8b 100644 --- a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts @@ -83,9 +83,7 @@ export class DeauthorizeDataShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts index cf54f844613e5..129f171911237 100644 --- a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts @@ -72,9 +72,7 @@ export class DeleteAuthenticationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteClusterCommand.ts b/clients/client-redshift/src/commands/DeleteClusterCommand.ts index d2465d7f6aea1..46f8e55322a4e 100644 --- a/clients/client-redshift/src/commands/DeleteClusterCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterCommand.ts @@ -290,9 +290,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts index 48ec52d288fda..8662f57cab26c 100644 --- a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts @@ -75,9 +75,7 @@ export class DeleteClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts index 446ac941150c0..91281288c58e6 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts @@ -78,9 +78,7 @@ export class DeleteClusterSecurityGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts index 9dc1effe58997..8cd0c4510dd91 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts @@ -129,9 +129,7 @@ export class DeleteClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts index fc4f470fdb1b4..2a48e683c644c 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteClusterSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts index 65d232d7f375a..3d63a86a40dab 100644 --- a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts @@ -80,9 +80,7 @@ export class DeleteCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts index ab8ee5dc379bc..e4235206a9848 100644 --- a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts @@ -107,9 +107,7 @@ export class DeleteEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts index 63c93ba9a59c9..dcd864c6abd7b 100644 --- a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts @@ -71,9 +71,7 @@ export class DeleteEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts index 2cf22fc8f56ca..a7abff9ff3493 100644 --- a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts @@ -71,9 +71,7 @@ export class DeleteHsmClientCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts index f2575c89c87ac..b0bf255b5f925 100644 --- a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts @@ -70,9 +70,7 @@ export class DeleteHsmConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeletePartnerCommand.ts b/clients/client-redshift/src/commands/DeletePartnerCommand.ts index 34d0c7625b95b..ff04a5a5478a5 100644 --- a/clients/client-redshift/src/commands/DeletePartnerCommand.ts +++ b/clients/client-redshift/src/commands/DeletePartnerCommand.ts @@ -82,9 +82,7 @@ export class DeletePartnerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteRedshiftIdcApplicationCommand.ts b/clients/client-redshift/src/commands/DeleteRedshiftIdcApplicationCommand.ts index 9460710007c97..7f920e86341fb 100644 --- a/clients/client-redshift/src/commands/DeleteRedshiftIdcApplicationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteRedshiftIdcApplicationCommand.ts @@ -76,9 +76,7 @@ export class DeleteRedshiftIdcApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts index 1c6e8f4a038cd..ce6d9b05baa0a 100644 --- a/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts @@ -69,9 +69,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts index da19189dded39..d8d522f0b3f12 100644 --- a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts @@ -70,9 +70,7 @@ export class DeleteScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts index bc32ad9125713..1f6907315f493 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts @@ -71,9 +71,7 @@ export class DeleteSnapshotCopyGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts index 41461e2334117..b8fc402c3a931 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts @@ -69,9 +69,7 @@ export class DeleteSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteTagsCommand.ts b/clients/client-redshift/src/commands/DeleteTagsCommand.ts index 53bb7558aba53..01a27cc35256d 100644 --- a/clients/client-redshift/src/commands/DeleteTagsCommand.ts +++ b/clients/client-redshift/src/commands/DeleteTagsCommand.ts @@ -73,9 +73,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts index 897ae0d863d73..b55c48b5e50f0 100644 --- a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts @@ -69,9 +69,7 @@ export class DeleteUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts index 1cc5a3b95952c..e0c6f5f4202c4 100644 --- a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts @@ -76,9 +76,7 @@ export class DescribeAccountAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts index 0923d60fb094a..84ed5002068ae 100644 --- a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts @@ -82,9 +82,7 @@ export class DescribeAuthenticationProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts index 65036ff5619e6..c5ffd4a996022 100644 --- a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts @@ -88,9 +88,7 @@ export class DescribeClusterDbRevisionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts index 5782448071acc..ce34202476156 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts @@ -111,9 +111,7 @@ export class DescribeClusterParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts index c69ce54229393..5172836f2ad51 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts @@ -95,9 +95,7 @@ export class DescribeClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts index 6405dd9bf156c..40eff274b41fb 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts @@ -134,9 +134,7 @@ export class DescribeClusterSecurityGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts index ae8e2ec1398aa..f67e3ee39c38b 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts @@ -164,9 +164,7 @@ export class DescribeClusterSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts index 64fad61c6a479..2e60619297332 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts @@ -121,9 +121,7 @@ export class DescribeClusterSubnetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts index 77fff10e6c108..9a5277a74b2d0 100644 --- a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts @@ -90,9 +90,7 @@ export class DescribeClusterTracksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts index 44b08b6c2ad8d..4e32e54e52fec 100644 --- a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts @@ -81,9 +81,7 @@ export class DescribeClusterVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeClustersCommand.ts b/clients/client-redshift/src/commands/DescribeClustersCommand.ts index 87e8aa053c87b..be26a75dd6650 100644 --- a/clients/client-redshift/src/commands/DescribeClustersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClustersCommand.ts @@ -283,9 +283,7 @@ export class DescribeClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts index 6ac67ae382abf..0f3fca0c8b255 100644 --- a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts @@ -92,9 +92,7 @@ export class DescribeCustomDomainAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts index 5e071f89d5575..9aaddd4ca4837 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts @@ -90,9 +90,7 @@ export class DescribeDataSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts index dae79cfb4e219..1d848467adbd6 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts @@ -95,9 +95,7 @@ export class DescribeDataSharesForConsumerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts index 59d5b4886c830..578718d4cceb1 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts @@ -95,9 +95,7 @@ export class DescribeDataSharesForProducerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts index b1b2acb8f4e29..0377f6f920daf 100644 --- a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts @@ -93,9 +93,7 @@ export class DescribeDefaultClusterParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts index 6140e10b1e1c7..d5fa631eac95e 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts @@ -111,9 +111,7 @@ export class DescribeEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts index 198835226ced7..dce06bb37d49c 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts @@ -94,9 +94,7 @@ export class DescribeEndpointAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts index bedca2e4e3c5e..4b8b6bee7ed13 100644 --- a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts @@ -81,9 +81,7 @@ export class DescribeEventCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts index 63fc557eb005f..018d12e44fc4a 100644 --- a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts @@ -114,9 +114,7 @@ export class DescribeEventSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeEventsCommand.ts b/clients/client-redshift/src/commands/DescribeEventsCommand.ts index 86a9409f63546..41992064fbc8f 100644 --- a/clients/client-redshift/src/commands/DescribeEventsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventsCommand.ts @@ -87,9 +87,7 @@ export class DescribeEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts index 3fbf7554b2327..295e45f518bbf 100644 --- a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts @@ -104,9 +104,7 @@ export class DescribeHsmClientCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts index ce03bb2085d17..4fb969ced742d 100644 --- a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts @@ -103,9 +103,7 @@ export class DescribeHsmConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts b/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts index 98e8dec954748..cc2afae03d0d3 100644 --- a/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts @@ -92,9 +92,7 @@ export class DescribeInboundIntegrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts index 4dda1a2aa2b85..e83462016ac6b 100644 --- a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts @@ -82,9 +82,7 @@ export class DescribeLoggingStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts index a38455cb5cd22..cc270781a0d06 100644 --- a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts @@ -112,9 +112,7 @@ export class DescribeNodeConfigurationOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts index 094059584e6d6..c823912d1939e 100644 --- a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts @@ -98,9 +98,7 @@ export class DescribeOrderableClusterOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribePartnersCommand.ts b/clients/client-redshift/src/commands/DescribePartnersCommand.ts index fa816a09f920d..736fd947ec1b2 100644 --- a/clients/client-redshift/src/commands/DescribePartnersCommand.ts +++ b/clients/client-redshift/src/commands/DescribePartnersCommand.ts @@ -87,9 +87,7 @@ export class DescribePartnersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeRedshiftIdcApplicationsCommand.ts b/clients/client-redshift/src/commands/DescribeRedshiftIdcApplicationsCommand.ts index 858216f6e980d..e85fbf103e9da 100644 --- a/clients/client-redshift/src/commands/DescribeRedshiftIdcApplicationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeRedshiftIdcApplicationsCommand.ts @@ -116,9 +116,7 @@ export class DescribeRedshiftIdcApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts index d0d17a5981549..d9e272e04cd99 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts @@ -100,9 +100,7 @@ export class DescribeReservedNodeExchangeStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts index f31e8a1a93e36..51a98e104da3c 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts @@ -107,9 +107,7 @@ export class DescribeReservedNodeOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts index 4ee1df63ea375..1debff473260d 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts @@ -96,9 +96,7 @@ export class DescribeReservedNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeResizeCommand.ts b/clients/client-redshift/src/commands/DescribeResizeCommand.ts index a762a896490fe..ddead09efca9d 100644 --- a/clients/client-redshift/src/commands/DescribeResizeCommand.ts +++ b/clients/client-redshift/src/commands/DescribeResizeCommand.ts @@ -102,9 +102,7 @@ export class DescribeResizeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts index f610a515bdcb4..6cf994237ed31 100644 --- a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts @@ -117,9 +117,7 @@ export class DescribeScheduledActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts index fdaccde6e9c44..dfdb90aebee29 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts @@ -98,9 +98,7 @@ export class DescribeSnapshotCopyGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts index 01a5d5d178b1b..c6d2121bc974b 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts @@ -101,9 +101,7 @@ export class DescribeSnapshotSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeStorageCommand.ts b/clients/client-redshift/src/commands/DescribeStorageCommand.ts index e0618ec5480d2..3687f8746935f 100644 --- a/clients/client-redshift/src/commands/DescribeStorageCommand.ts +++ b/clients/client-redshift/src/commands/DescribeStorageCommand.ts @@ -64,9 +64,7 @@ export class DescribeStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts index 5ba56045a1293..412e387e5c497 100644 --- a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts @@ -98,9 +98,7 @@ export class DescribeTableRestoreStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeTagsCommand.ts b/clients/client-redshift/src/commands/DescribeTagsCommand.ts index 500a8475538a1..5ac45f44bb356 100644 --- a/clients/client-redshift/src/commands/DescribeTagsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTagsCommand.ts @@ -114,9 +114,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts index 994ef524f6e13..c37f1c90a2598 100644 --- a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts @@ -118,9 +118,7 @@ export class DescribeUsageLimitsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DisableLoggingCommand.ts b/clients/client-redshift/src/commands/DisableLoggingCommand.ts index 12a553a941060..ec30efeab10a2 100644 --- a/clients/client-redshift/src/commands/DisableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/DisableLoggingCommand.ts @@ -85,9 +85,7 @@ export class DisableLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts index a5db892b155e7..f72d908a097c5 100644 --- a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts @@ -277,9 +277,7 @@ export class DisableSnapshotCopyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts index 53cb888cf9242..9d44502830a8c 100644 --- a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts @@ -93,9 +93,7 @@ export class DisassociateDataShareConsumerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/EnableLoggingCommand.ts b/clients/client-redshift/src/commands/EnableLoggingCommand.ts index 4de212e07deda..2a642b510065d 100644 --- a/clients/client-redshift/src/commands/EnableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/EnableLoggingCommand.ts @@ -108,9 +108,7 @@ export class EnableLoggingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts index 1890d1b8e2458..48cb88e97fd2f 100644 --- a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts @@ -300,9 +300,7 @@ export class EnableSnapshotCopyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts b/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts index 05559f6ad3ef9..656804ffea9c0 100644 --- a/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts +++ b/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts @@ -270,9 +270,7 @@ export class FailoverPrimaryComputeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts index 2854907d5092e..0595cc6b48aa2 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts @@ -103,9 +103,7 @@ export class GetClusterCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts index fc20b7a90f1fa..a23a2edd35cc6 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts @@ -88,9 +88,7 @@ export class GetClusterCredentialsWithIAMCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts index a9c0db04b63ac..90a9c70085fbd 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts @@ -147,9 +147,7 @@ export class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts index 9b59e4d2c1323..a07e3261f8a90 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts @@ -113,9 +113,7 @@ export class GetReservedNodeExchangeOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts index 658e9ab2f1db3..8fee0d41520e3 100644 --- a/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts @@ -77,9 +77,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ListRecommendationsCommand.ts b/clients/client-redshift/src/commands/ListRecommendationsCommand.ts index a5d06d2568a62..2164ce96d9ee0 100644 --- a/clients/client-redshift/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-redshift/src/commands/ListRecommendationsCommand.ts @@ -103,9 +103,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts index 0187ad7c9eeba..5c8d881785db6 100644 --- a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts @@ -79,9 +79,7 @@ export class ModifyAquaConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts index 27c40ea32c0f4..ed8c2398a8107 100644 --- a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts @@ -78,9 +78,7 @@ export class ModifyAuthenticationProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterCommand.ts b/clients/client-redshift/src/commands/ModifyClusterCommand.ts index e4424c0c1cfc7..074f0f71f3a88 100644 --- a/clients/client-redshift/src/commands/ModifyClusterCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterCommand.ts @@ -376,9 +376,7 @@ export class ModifyClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts index f44dae3518530..1032e126d19da 100644 --- a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts @@ -272,9 +272,7 @@ export class ModifyClusterDbRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts index 8e4167ae4ae3f..976295405b9f1 100644 --- a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts @@ -275,9 +275,7 @@ export class ModifyClusterIamRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts index 46aec1000b1c7..f3a1790cc0423 100644 --- a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts @@ -269,9 +269,7 @@ export class ModifyClusterMaintenanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts index 6ac17c8b8b91f..97c765e7cdc15 100644 --- a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts @@ -92,9 +92,7 @@ export class ModifyClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts index 80defdf637c70..8479e886d98d6 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts @@ -129,9 +129,7 @@ export class ModifyClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts index 2cc1cb94d8152..bdae623b93555 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts @@ -78,9 +78,7 @@ export class ModifyClusterSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts index a33333fdfec01..b963aca15596b 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts @@ -123,9 +123,7 @@ export class ModifyClusterSubnetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts index b8a75e354cb4d..3a61bfd21a7d9 100644 --- a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts @@ -88,9 +88,7 @@ export class ModifyCustomDomainAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts index 76ed232dc615d..3306f4d44029c 100644 --- a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts @@ -114,9 +114,7 @@ export class ModifyEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts index fcfeaf65a6232..fde0767b3c47f 100644 --- a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts @@ -131,9 +131,7 @@ export class ModifyEventSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyRedshiftIdcApplicationCommand.ts b/clients/client-redshift/src/commands/ModifyRedshiftIdcApplicationCommand.ts index 8bc4375b47090..c2b155671d735 100644 --- a/clients/client-redshift/src/commands/ModifyRedshiftIdcApplicationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyRedshiftIdcApplicationCommand.ts @@ -130,9 +130,7 @@ export class ModifyRedshiftIdcApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts index 6351553e93d91..fff498efc2ad6 100644 --- a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts @@ -138,9 +138,7 @@ export class ModifyScheduledActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts index 557586dee865d..44300e6736db5 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts @@ -288,9 +288,7 @@ export class ModifySnapshotCopyRetentionPeriodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts index c4f1813df91e0..b797a881baac7 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts @@ -99,9 +99,7 @@ export class ModifySnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts index f2a92565b210f..ab79f4f93c197 100644 --- a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts @@ -90,9 +90,7 @@ export class ModifyUsageLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/PauseClusterCommand.ts b/clients/client-redshift/src/commands/PauseClusterCommand.ts index aad5860841d79..10075eeae22fb 100644 --- a/clients/client-redshift/src/commands/PauseClusterCommand.ts +++ b/clients/client-redshift/src/commands/PauseClusterCommand.ts @@ -264,9 +264,7 @@ export class PauseClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts index 7e36ff098d69e..a70d867b4ee15 100644 --- a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts +++ b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts @@ -110,9 +110,7 @@ export class PurchaseReservedNodeOfferingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts index 9586e7bbbd336..2a74099ab927d 100644 --- a/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts @@ -81,9 +81,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RebootClusterCommand.ts b/clients/client-redshift/src/commands/RebootClusterCommand.ts index 944a4f38f02f3..910c6bc81d32b 100644 --- a/clients/client-redshift/src/commands/RebootClusterCommand.ts +++ b/clients/client-redshift/src/commands/RebootClusterCommand.ts @@ -267,9 +267,7 @@ export class RebootClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RejectDataShareCommand.ts b/clients/client-redshift/src/commands/RejectDataShareCommand.ts index 33991c2efcc0a..67ab5f59f2259 100644 --- a/clients/client-redshift/src/commands/RejectDataShareCommand.ts +++ b/clients/client-redshift/src/commands/RejectDataShareCommand.ts @@ -83,9 +83,7 @@ export class RejectDataShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts index b229814f68589..9f60a3478f75c 100644 --- a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts @@ -92,9 +92,7 @@ export class ResetClusterParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ResizeClusterCommand.ts b/clients/client-redshift/src/commands/ResizeClusterCommand.ts index 08eb05394c904..fd04bb55ffa35 100644 --- a/clients/client-redshift/src/commands/ResizeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResizeClusterCommand.ts @@ -342,9 +342,7 @@ export class ResizeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts index d6dedf1b54c18..3f044295f2b72 100644 --- a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts @@ -427,9 +427,7 @@ export class RestoreFromClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts index 273c81f9487d2..b8c746db5d651 100644 --- a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts @@ -132,9 +132,7 @@ export class RestoreTableFromClusterSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/ResumeClusterCommand.ts b/clients/client-redshift/src/commands/ResumeClusterCommand.ts index d32e99601c4bb..bcdffca5c58e6 100644 --- a/clients/client-redshift/src/commands/ResumeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResumeClusterCommand.ts @@ -268,9 +268,7 @@ export class ResumeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts index ace716d14cded..4e535b0e1aa50 100644 --- a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts @@ -122,9 +122,7 @@ export class RevokeClusterSecurityGroupIngressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts index 806d1aaeb861e..a7e439ab19e40 100644 --- a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts @@ -103,9 +103,7 @@ export class RevokeEndpointAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts index 4fdd7d8288557..2d6cc30c0bf62 100644 --- a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts @@ -138,9 +138,7 @@ export class RevokeSnapshotAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts index 36b461c5a0aad..4772e09b7def6 100644 --- a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts +++ b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts @@ -271,9 +271,7 @@ export class RotateEncryptionKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts index b4ab8eb96050f..f85dff4f96045 100644 --- a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts +++ b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts @@ -85,9 +85,7 @@ export class UpdatePartnerStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RedshiftClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts index 42f4110ceb8a4..693c8ecbf7aa0 100644 --- a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts @@ -194,9 +194,7 @@ export class AssociateFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CompareFacesCommand.ts b/clients/client-rekognition/src/commands/CompareFacesCommand.ts index 1da49f2c55be6..98ac3efc0ca24 100644 --- a/clients/client-rekognition/src/commands/CompareFacesCommand.ts +++ b/clients/client-rekognition/src/commands/CompareFacesCommand.ts @@ -293,9 +293,7 @@ export class CompareFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts index b2135404828de..604d5e58b1bcf 100644 --- a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts @@ -162,9 +162,7 @@ export class CopyProjectVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts index 0904e13f05900..1ec7fcacea683 100644 --- a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts @@ -126,9 +126,7 @@ export class CreateCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts index d1b54af6ff230..2097ca0134c5d 100644 --- a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts @@ -158,9 +158,7 @@ export class CreateDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts index 36c1a45d6674b..173a4d4e4a371 100644 --- a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts @@ -99,9 +99,7 @@ export class CreateFaceLivenessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateProjectCommand.ts b/clients/client-rekognition/src/commands/CreateProjectCommand.ts index 3076eefe54de9..f1d1190bc9938 100644 --- a/clients/client-rekognition/src/commands/CreateProjectCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectCommand.ts @@ -118,9 +118,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts index 45a543e5a1264..7b820da838c69 100644 --- a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts @@ -191,9 +191,7 @@ export class CreateProjectVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts index cc1e92272ebd7..049ebf8844820 100644 --- a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts @@ -180,9 +180,7 @@ export class CreateStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/CreateUserCommand.ts b/clients/client-rekognition/src/commands/CreateUserCommand.ts index 4f81ced0a98d4..b2ba4c639d966 100644 --- a/clients/client-rekognition/src/commands/CreateUserCommand.ts +++ b/clients/client-rekognition/src/commands/CreateUserCommand.ts @@ -117,9 +117,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts index a8b16dccd4b78..26aaeb6501727 100644 --- a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts @@ -105,9 +105,7 @@ export class DeleteCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts index 91a454a932d85..e47775d2b9758 100644 --- a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts @@ -116,9 +116,7 @@ export class DeleteDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts index 9de75b922747c..65decf0dcc1b6 100644 --- a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts @@ -123,9 +123,7 @@ export class DeleteFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts index 7980e53f3f9bd..c1fcac0e70122 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts @@ -112,9 +112,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts index b52f458d3f8b7..f5508c5bae7f1 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts @@ -106,9 +106,7 @@ export class DeleteProjectPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts index a67763f1052b0..0269e500118b1 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts @@ -110,9 +110,7 @@ export class DeleteProjectVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts index f1892b52c1907..d15595c1ab097 100644 --- a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts @@ -87,9 +87,7 @@ export class DeleteStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DeleteUserCommand.ts b/clients/client-rekognition/src/commands/DeleteUserCommand.ts index b37a2b8e8326e..31b4a0db1ca99 100644 --- a/clients/client-rekognition/src/commands/DeleteUserCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteUserCommand.ts @@ -110,9 +110,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts index 6ea0a71f9b448..9f67960a19fcc 100644 --- a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts @@ -93,9 +93,7 @@ export class DescribeCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts index 4420374503cf2..5241f68f52181 100644 --- a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts @@ -132,9 +132,7 @@ export class DescribeDatasetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts index 6b32e562a789d..f583140a11644 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts @@ -309,9 +309,7 @@ export class DescribeProjectVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts index b3629bca91bac..1c258ad952757 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts @@ -154,9 +154,7 @@ export class DescribeProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts index 832d2fb831839..9181598a1a420 100644 --- a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts @@ -141,9 +141,7 @@ export class DescribeStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts index 5763a88735052..dc64593a0b68b 100644 --- a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts @@ -207,9 +207,7 @@ export class DetectCustomLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectFacesCommand.ts b/clients/client-rekognition/src/commands/DetectFacesCommand.ts index 7ee09304a042e..5e0310b01d699 100644 --- a/clients/client-rekognition/src/commands/DetectFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DetectFacesCommand.ts @@ -268,9 +268,7 @@ export class DetectFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts index b7a956a8b3f2d..b7deffe30bd5c 100644 --- a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts @@ -350,9 +350,7 @@ export class DetectLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts index a5356007a89cf..7419c0d5c8980 100644 --- a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts @@ -159,9 +159,7 @@ export class DetectModerationLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts index 856e55b5a3a6b..48ddd3e93574c 100644 --- a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts +++ b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts @@ -188,9 +188,7 @@ export class DetectProtectiveEquipmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DetectTextCommand.ts b/clients/client-rekognition/src/commands/DetectTextCommand.ts index f22756f7fb622..a1ec0732f48ae 100644 --- a/clients/client-rekognition/src/commands/DetectTextCommand.ts +++ b/clients/client-rekognition/src/commands/DetectTextCommand.ts @@ -169,9 +169,7 @@ export class DetectTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts index 06bcf79d848ec..16a8271349bc1 100644 --- a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts @@ -155,9 +155,7 @@ export class DisassociateFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts index 3761f641ca19b..c6f0e10382234 100644 --- a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts @@ -123,9 +123,7 @@ export class DistributeDatasetEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts index a92f1fad17c0e..5f31ffd42a507 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts @@ -97,9 +97,7 @@ export class GetCelebrityInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts index a72123dd4a979..014c4fcfe2867 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts @@ -247,9 +247,7 @@ export class GetCelebrityRecognitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts index 79efb77f659af..a788f27cdadde 100644 --- a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts @@ -163,9 +163,7 @@ export class GetContentModerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts index 4d6efc058caff..a6add842118b8 100644 --- a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts @@ -205,9 +205,7 @@ export class GetFaceDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts index de8e11291e47d..2172ad0c6dde2 100644 --- a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts @@ -134,9 +134,7 @@ export class GetFaceLivenessSessionResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts index 737b153d7ec6e..f270bd45bd9c0 100644 --- a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts @@ -243,9 +243,7 @@ export class GetFaceSearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts index 6e951c83aac62..30208e4b02523 100644 --- a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts @@ -233,9 +233,7 @@ export class GetLabelDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts b/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts index a94754968473c..4cb9cf77870f6 100644 --- a/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts +++ b/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts @@ -177,9 +177,7 @@ export class GetMediaAnalysisJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts index 8fd098fcb9f3c..eb6e7cf8fa283 100644 --- a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts @@ -225,9 +225,7 @@ export class GetPersonTrackingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts index 5ce57a9b270ad..6e70e2326d1d2 100644 --- a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts @@ -169,9 +169,7 @@ export class GetSegmentDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts index 9297b92949c69..cf6594a41504a 100644 --- a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts @@ -155,9 +155,7 @@ export class GetTextDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/IndexFacesCommand.ts b/clients/client-rekognition/src/commands/IndexFacesCommand.ts index c74926672896d..0f4cd515dc4a2 100644 --- a/clients/client-rekognition/src/commands/IndexFacesCommand.ts +++ b/clients/client-rekognition/src/commands/IndexFacesCommand.ts @@ -528,9 +528,7 @@ export class IndexFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts index a55e656f4d299..379e5207373f3 100644 --- a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts +++ b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts @@ -117,9 +117,7 @@ export class ListCollectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts index 0b8558c65c0b3..910155c64e57a 100644 --- a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts @@ -150,9 +150,7 @@ export class ListDatasetEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts index 09923d1c88b44..ed59c6a4ef1f2 100644 --- a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts @@ -152,9 +152,7 @@ export class ListDatasetLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListFacesCommand.ts b/clients/client-rekognition/src/commands/ListFacesCommand.ts index 5020bcf54557e..dcb888cc341d4 100644 --- a/clients/client-rekognition/src/commands/ListFacesCommand.ts +++ b/clients/client-rekognition/src/commands/ListFacesCommand.ts @@ -172,9 +172,7 @@ export class ListFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts b/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts index 46c7315776c4e..602894f208101 100644 --- a/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts +++ b/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts @@ -186,9 +186,7 @@ export class ListMediaAnalysisJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts index 0d38554e4a790..2dca8541d35e0 100644 --- a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts +++ b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts @@ -133,9 +133,7 @@ export class ListProjectPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts index 4a8a4ad88833a..029e82d06d07a 100644 --- a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts +++ b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts @@ -92,9 +92,7 @@ export class ListStreamProcessorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts index c7d120d0b7b93..33a73353c493b 100644 --- a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/ListUsersCommand.ts b/clients/client-rekognition/src/commands/ListUsersCommand.ts index 9c5667da6cedb..9b01acc296887 100644 --- a/clients/client-rekognition/src/commands/ListUsersCommand.ts +++ b/clients/client-rekognition/src/commands/ListUsersCommand.ts @@ -126,9 +126,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts index 062c655e22446..1067d930b39fc 100644 --- a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts @@ -146,9 +146,7 @@ export class PutProjectPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts index 05e82209a0cd8..f2ff098628067 100644 --- a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts +++ b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts @@ -212,9 +212,7 @@ export class RecognizeCelebritiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts index d039a1c17ba33..81447528d5a5e 100644 --- a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts @@ -216,9 +216,7 @@ export class SearchFacesByImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/SearchFacesCommand.ts b/clients/client-rekognition/src/commands/SearchFacesCommand.ts index e25ed66102627..a6d7fe044c481 100644 --- a/clients/client-rekognition/src/commands/SearchFacesCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesCommand.ts @@ -186,9 +186,7 @@ export class SearchFacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts index 3161d2f9e5b3d..672580c081999 100644 --- a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts @@ -358,9 +358,7 @@ export class SearchUsersByImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/SearchUsersCommand.ts b/clients/client-rekognition/src/commands/SearchUsersCommand.ts index 43366f4e5756a..3f92a26ea6444 100644 --- a/clients/client-rekognition/src/commands/SearchUsersCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersCommand.ts @@ -140,9 +140,7 @@ export class SearchUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts index 802d107aaf98a..e8c99cc1ddd24 100644 --- a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts @@ -122,9 +122,7 @@ export class StartCelebrityRecognitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts index 4315088f68243..bd1073d5608c4 100644 --- a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts @@ -123,9 +123,7 @@ export class StartContentModerationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts index 0d84d1f175c06..0681d8cf2d843 100644 --- a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts @@ -124,9 +124,7 @@ export class StartFaceDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts index 71ecafbaba361..d6467a48d30c9 100644 --- a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts @@ -127,9 +127,7 @@ export class StartFaceSearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts index 2c742c802511d..173bef3f7cd91 100644 --- a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts @@ -156,9 +156,7 @@ export class StartLabelDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts b/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts index b6a6b6874d278..2ea6fd91d5ffe 100644 --- a/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts +++ b/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts @@ -159,9 +159,7 @@ export class StartMediaAnalysisJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts index 14c0d88b7a71c..77b7b5f9e8235 100644 --- a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts @@ -120,9 +120,7 @@ export class StartPersonTrackingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts index 689fe5799aa2d..bcaebc19479f2 100644 --- a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts @@ -127,9 +127,7 @@ export class StartProjectVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts index 0bcb942bea99e..14c4a1040319c 100644 --- a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts @@ -140,9 +140,7 @@ export class StartSegmentDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts index f45eb650120cf..c7c35b275f875 100644 --- a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts @@ -100,9 +100,7 @@ export class StartStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts index 73fdf9fda6803..935c1dbbb465f 100644 --- a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts @@ -142,9 +142,7 @@ export class StartTextDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts index 6707e196cd255..f5675f99e9864 100644 --- a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts @@ -110,9 +110,7 @@ export class StopProjectVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts index ba7e8eaa4cf84..c007d33bd0fb8 100644 --- a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts @@ -86,9 +86,7 @@ export class StopStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/TagResourceCommand.ts b/clients/client-rekognition/src/commands/TagResourceCommand.ts index 441c9c4dda929..8562841cb7d7a 100644 --- a/clients/client-rekognition/src/commands/TagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/TagResourceCommand.ts @@ -95,9 +95,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/UntagResourceCommand.ts b/clients/client-rekognition/src/commands/UntagResourceCommand.ts index c64a96b955ab2..07d9a8339fb98 100644 --- a/clients/client-rekognition/src/commands/UntagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/UntagResourceCommand.ts @@ -89,9 +89,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts index 229f7d6adf660..7d96b3fd6b04e 100644 --- a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts @@ -134,9 +134,7 @@ export class UpdateDatasetEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts index 1eef65ded07e2..8a29b4e538fed 100644 --- a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts @@ -118,9 +118,7 @@ export class UpdateStreamProcessorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts index 576cf36d9d8f0..f33c96043c7ed 100644 --- a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts +++ b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts @@ -227,9 +227,7 @@ export class StartFaceLivenessSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RekognitionStreamingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/CreateSpaceCommand.ts b/clients/client-repostspace/src/commands/CreateSpaceCommand.ts index 638b8e7a22477..fa8496c79de9b 100644 --- a/clients/client-repostspace/src/commands/CreateSpaceCommand.ts +++ b/clients/client-repostspace/src/commands/CreateSpaceCommand.ts @@ -94,9 +94,7 @@ export class CreateSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/DeleteSpaceCommand.ts b/clients/client-repostspace/src/commands/DeleteSpaceCommand.ts index 4a2d0bf2ca9cb..26e8368b46f5a 100644 --- a/clients/client-repostspace/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-repostspace/src/commands/DeleteSpaceCommand.ts @@ -78,9 +78,7 @@ export class DeleteSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/DeregisterAdminCommand.ts b/clients/client-repostspace/src/commands/DeregisterAdminCommand.ts index 8c34c6626eda7..f4da6f85a2fd6 100644 --- a/clients/client-repostspace/src/commands/DeregisterAdminCommand.ts +++ b/clients/client-repostspace/src/commands/DeregisterAdminCommand.ts @@ -79,9 +79,7 @@ export class DeregisterAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/GetSpaceCommand.ts b/clients/client-repostspace/src/commands/GetSpaceCommand.ts index fb292d6c4ce86..bd12c5c22179a 100644 --- a/clients/client-repostspace/src/commands/GetSpaceCommand.ts +++ b/clients/client-repostspace/src/commands/GetSpaceCommand.ts @@ -103,9 +103,7 @@ export class GetSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/ListSpacesCommand.ts b/clients/client-repostspace/src/commands/ListSpacesCommand.ts index 52e5006fb8eb9..5f91b00b85f00 100644 --- a/clients/client-repostspace/src/commands/ListSpacesCommand.ts +++ b/clients/client-repostspace/src/commands/ListSpacesCommand.ts @@ -98,9 +98,7 @@ export class ListSpacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-repostspace/src/commands/ListTagsForResourceCommand.ts index 693ebae9642aa..d52d909bd14eb 100644 --- a/clients/client-repostspace/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-repostspace/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/RegisterAdminCommand.ts b/clients/client-repostspace/src/commands/RegisterAdminCommand.ts index 8a13befc9b6f2..4bdecd681f299 100644 --- a/clients/client-repostspace/src/commands/RegisterAdminCommand.ts +++ b/clients/client-repostspace/src/commands/RegisterAdminCommand.ts @@ -79,9 +79,7 @@ export class RegisterAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/SendInvitesCommand.ts b/clients/client-repostspace/src/commands/SendInvitesCommand.ts index 9d98dbe98d978..b4cfb000705e7 100644 --- a/clients/client-repostspace/src/commands/SendInvitesCommand.ts +++ b/clients/client-repostspace/src/commands/SendInvitesCommand.ts @@ -83,9 +83,7 @@ export class SendInvitesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/TagResourceCommand.ts b/clients/client-repostspace/src/commands/TagResourceCommand.ts index b9066f779d40b..4697d948a014b 100644 --- a/clients/client-repostspace/src/commands/TagResourceCommand.ts +++ b/clients/client-repostspace/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/UntagResourceCommand.ts b/clients/client-repostspace/src/commands/UntagResourceCommand.ts index 4af1726df2680..f03d78ff760b6 100644 --- a/clients/client-repostspace/src/commands/UntagResourceCommand.ts +++ b/clients/client-repostspace/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-repostspace/src/commands/UpdateSpaceCommand.ts b/clients/client-repostspace/src/commands/UpdateSpaceCommand.ts index 338e547679302..78113c7a59c77 100644 --- a/clients/client-repostspace/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-repostspace/src/commands/UpdateSpaceCommand.ts @@ -84,9 +84,7 @@ export class UpdateSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RepostspaceClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/AcceptResourceGroupingRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/AcceptResourceGroupingRecommendationsCommand.ts index 5793c857636c4..63988c26fa27a 100644 --- a/clients/client-resiliencehub/src/commands/AcceptResourceGroupingRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/AcceptResourceGroupingRecommendationsCommand.ts @@ -103,9 +103,7 @@ export class AcceptResourceGroupingRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts index a4886c81c636d..3d3982ffda72d 100644 --- a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts @@ -141,9 +141,7 @@ export class AddDraftAppVersionResourceMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts b/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts index f7db47f6e815b..38bfedddcaf02 100644 --- a/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts @@ -120,9 +120,7 @@ export class BatchUpdateRecommendationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts index 5c768b92f8cf0..d107301862086 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts @@ -162,9 +162,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts index aaf69cacd16cb..73b15e7a47d2b 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts @@ -123,9 +123,7 @@ export class CreateAppVersionAppComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts index 7efd1b42b9d3d..09054bea374dd 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts @@ -170,9 +170,7 @@ export class CreateAppVersionResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts index cbd798386a8a6..9b6f8821a31b2 100644 --- a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts @@ -140,9 +140,7 @@ export class CreateRecommendationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts index 3a17716d32683..e2f1b2769e40c 100644 --- a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts @@ -134,9 +134,7 @@ export class CreateResiliencyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts index 076912a649c26..8de7a9170f1e4 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts @@ -92,9 +92,7 @@ export class DeleteAppAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts index 0056f28343d60..2b9de4eb15ab8 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts @@ -87,9 +87,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts index 091dea1a2212a..d370a1e46fa07 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts @@ -112,9 +112,7 @@ export class DeleteAppInputSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts index e4938cc13e32a..7e65b293bc3fb 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts @@ -120,9 +120,7 @@ export class DeleteAppVersionAppComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts index a1635a11d316e..3f6fb5742249e 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts @@ -155,9 +155,7 @@ export class DeleteAppVersionResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts index 774b50eea7c9a..df968a5f022f8 100644 --- a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts @@ -91,9 +91,7 @@ export class DeleteRecommendationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts index 61a228b93ae41..965111fb734f1 100644 --- a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts @@ -90,9 +90,7 @@ export class DeleteResiliencyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts index 61c3243d949f5..a27e76c0ef443 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts @@ -176,9 +176,7 @@ export class DescribeAppAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts index b7034199c562f..053892c035b13 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts @@ -116,9 +116,7 @@ export class DescribeAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts index 5905c7850e60d..9c1bcb8566abc 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts @@ -107,9 +107,7 @@ export class DescribeAppVersionAppComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts index 63e74fe3bfea2..65331469f61f3 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts @@ -90,9 +90,7 @@ export class DescribeAppVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts index a8506c3f38151..bc6743b2ba21d 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts @@ -159,9 +159,7 @@ export class DescribeAppVersionResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts index 7f5c477023d6d..9986c22160709 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts @@ -100,9 +100,7 @@ export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts index 3e5f2368e6beb..e8eb4ce7a7b45 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts @@ -86,9 +86,7 @@ export class DescribeAppVersionTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts index 11bb94d1d515a..1cc8161d8abb5 100644 --- a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts @@ -103,9 +103,7 @@ export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Comman ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts index 402bb0b552476..d99d5db062650 100644 --- a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts @@ -106,9 +106,7 @@ export class DescribeResiliencyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/DescribeResourceGroupingRecommendationTaskCommand.ts b/clients/client-resiliencehub/src/commands/DescribeResourceGroupingRecommendationTaskCommand.ts index e067774daa1d5..70df7f8d68ac7 100644 --- a/clients/client-resiliencehub/src/commands/DescribeResourceGroupingRecommendationTaskCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeResourceGroupingRecommendationTaskCommand.ts @@ -95,9 +95,7 @@ export class DescribeResourceGroupingRecommendationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts index 96f65ba97d892..f32f1dbf3e68e 100644 --- a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts @@ -135,9 +135,7 @@ export class ImportResourcesToDraftAppVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts index fd5707724d6c4..ad4518b6e3470 100644 --- a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts @@ -110,9 +110,7 @@ export class ListAlarmRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts index a55581cd51c84..eb58d1ebb2c4d 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts @@ -130,9 +130,7 @@ export class ListAppAssessmentComplianceDriftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentResourceDriftsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentResourceDriftsCommand.ts index 601a4d6aa8a56..437e19a569a4a 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentResourceDriftsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentResourceDriftsCommand.ts @@ -106,9 +106,7 @@ export class ListAppAssessmentResourceDriftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts index eceeb7cd7662e..45d4a441bfafd 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts @@ -115,9 +115,7 @@ export class ListAppAssessmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts index 0938a1d8c3b92..964f622d4b8f3 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts @@ -130,9 +130,7 @@ export class ListAppComponentCompliancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts index 63278af8ceeeb..771ec00b9215c 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts @@ -137,9 +137,7 @@ export class ListAppComponentRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts index 4995d2690d270..8e397c37b5f58 100644 --- a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts @@ -103,9 +103,7 @@ export class ListAppInputSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts index 443e78ced4c5b..bd8267af40629 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts @@ -111,9 +111,7 @@ export class ListAppVersionAppComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts index a19d749a16736..bc346bd0cf406 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts @@ -110,9 +110,7 @@ export class ListAppVersionResourceMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts index 223bbe2457985..bc0f42e999e17 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts @@ -133,9 +133,7 @@ export class ListAppVersionResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts index 0354cbd8bf322..331f3ade2e499 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts @@ -92,9 +92,7 @@ export class ListAppVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts index 3599a9d9979cc..3bfaf0d58fe25 100644 --- a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts @@ -111,9 +111,7 @@ export class ListAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts index 4c742b9ce6a48..2eff5bce83ad7 100644 --- a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts @@ -124,9 +124,7 @@ export class ListRecommendationTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts index d5415e064e8a1..2743cc019a652 100644 --- a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts @@ -109,9 +109,7 @@ export class ListResiliencyPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListResourceGroupingRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListResourceGroupingRecommendationsCommand.ts index 995e268a9c4f7..0c471344c364d 100644 --- a/clients/client-resiliencehub/src/commands/ListResourceGroupingRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListResourceGroupingRecommendationsCommand.ts @@ -133,9 +133,7 @@ export class ListResourceGroupingRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts index ee9897c989c6d..d8ebaf1555948 100644 --- a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts @@ -113,9 +113,7 @@ export class ListSopRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts index 97cdf5f26a9eb..471feb6ccbc55 100644 --- a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts @@ -114,9 +114,7 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts index b1b437efee57f..a55b91d4918aa 100644 --- a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts index 45b1a32a0cd2f..50acd6a379d5e 100644 --- a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts @@ -118,9 +118,7 @@ export class ListTestRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts index 68198e66e74c9..f0cc6fa44b1bb 100644 --- a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts @@ -123,9 +123,7 @@ export class ListUnsupportedAppVersionResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts index 596b7e3792a15..61d920a797991 100644 --- a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts @@ -93,9 +93,7 @@ export class PublishAppVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts index 78cf90fc9620a..75363f211552e 100644 --- a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts @@ -92,9 +92,7 @@ export class PutDraftAppVersionTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/RejectResourceGroupingRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/RejectResourceGroupingRecommendationsCommand.ts index 05ed7ed6c56a4..0c1b053eea8d6 100644 --- a/clients/client-resiliencehub/src/commands/RejectResourceGroupingRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/RejectResourceGroupingRecommendationsCommand.ts @@ -104,9 +104,7 @@ export class RejectResourceGroupingRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts index 4c0d8f442c9e9..9a28cfa7af628 100644 --- a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts @@ -117,9 +117,7 @@ export class RemoveDraftAppVersionResourceMappingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts index b3dbb6716671f..4e1f9d2aa38b8 100644 --- a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts @@ -93,9 +93,7 @@ export class ResolveAppVersionResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts index 1e69525448ad8..00881cf16602c 100644 --- a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts @@ -193,9 +193,7 @@ export class StartAppAssessmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/StartResourceGroupingRecommendationTaskCommand.ts b/clients/client-resiliencehub/src/commands/StartResourceGroupingRecommendationTaskCommand.ts index 125d0ddab2047..eb44e97c8a450 100644 --- a/clients/client-resiliencehub/src/commands/StartResourceGroupingRecommendationTaskCommand.ts +++ b/clients/client-resiliencehub/src/commands/StartResourceGroupingRecommendationTaskCommand.ts @@ -101,9 +101,7 @@ export class StartResourceGroupingRecommendationTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts index a3ac2a92a790a..f76995ff51be7 100644 --- a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts index d96709dbad1b9..f4a4875359a38 100644 --- a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts index 1d4758defbcb6..1e4f9eaf15ecb 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts @@ -140,9 +140,7 @@ export class UpdateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts index cda12b49bc529..dae7fec0fbf76 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts @@ -118,9 +118,7 @@ export class UpdateAppVersionAppComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts index 5595b267bbad4..d05d40473a513 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts @@ -105,9 +105,7 @@ export class UpdateAppVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts index 329a7140520ec..72beaeadc716a 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts @@ -168,9 +168,7 @@ export class UpdateAppVersionResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts index 1f886bb2458ee..56c468b918213 100644 --- a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts @@ -129,9 +129,7 @@ export class UpdateResiliencyPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResiliencehubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts index 8f6c00329960b..f531bf52352a6 100644 --- a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts @@ -96,9 +96,7 @@ export class AssociateDefaultViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts index b79162ee4a0cf..2a80cc0564086 100644 --- a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts @@ -112,9 +112,7 @@ export class BatchGetViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts index d0a8050fdb11f..07538f6ef92f5 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts @@ -150,9 +150,7 @@ export class CreateIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts index 8ee8ed90ad60a..c6856ab9d6c7d 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts @@ -139,9 +139,7 @@ export class CreateViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts index ea7f5b8cefab5..97e6be2b0050c 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts @@ -103,9 +103,7 @@ export class DeleteIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts index 8ff7f59b6380a..22e3e8dad8e56 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts @@ -96,9 +96,7 @@ export class DeleteViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts index c6b56f651db61..cb7cef2a15461 100644 --- a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts @@ -90,9 +90,7 @@ export class DisassociateDefaultViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/GetAccountLevelServiceConfigurationCommand.ts b/clients/client-resource-explorer-2/src/commands/GetAccountLevelServiceConfigurationCommand.ts index 24ab0974be311..1890b37c43280 100644 --- a/clients/client-resource-explorer-2/src/commands/GetAccountLevelServiceConfigurationCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetAccountLevelServiceConfigurationCommand.ts @@ -95,9 +95,7 @@ export class GetAccountLevelServiceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts index 139d681ff35e2..59beb9b83bf45 100644 --- a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts @@ -89,9 +89,7 @@ export class GetDefaultViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts index 20c83d44e7ce3..9d43018065c1b 100644 --- a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts @@ -102,9 +102,7 @@ export class GetIndexCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts index 92ad097dff76b..6eb3167115430 100644 --- a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts @@ -109,9 +109,7 @@ export class GetViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts index 55fec7b25818f..7c946b5541c9c 100644 --- a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts @@ -99,9 +99,7 @@ export class ListIndexesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/ListIndexesForMembersCommand.ts b/clients/client-resource-explorer-2/src/commands/ListIndexesForMembersCommand.ts index a4ac4dc185216..a13cd8e8b58f4 100644 --- a/clients/client-resource-explorer-2/src/commands/ListIndexesForMembersCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListIndexesForMembersCommand.ts @@ -101,9 +101,7 @@ export class ListIndexesForMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts index b36f93c4466d7..480fcfe138a28 100644 --- a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts @@ -93,9 +93,7 @@ export class ListSupportedResourceTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts index 93fe8b87fb512..f0ee8c6a816ef 100644 --- a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts index a69c0661b669d..9b8927f57b4fc 100644 --- a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts @@ -99,9 +99,7 @@ export class ListViewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts index cde31e538f3a5..1412a00496aa5 100644 --- a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts @@ -130,9 +130,7 @@ export class SearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts index 0951f8791e032..09af410e2ceab 100644 --- a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts @@ -99,9 +99,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts index 3a71b1aba79e5..6de834b63db86 100644 --- a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts @@ -94,9 +94,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts index cd63b05530755..f56fd8640eccb 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts @@ -162,9 +162,7 @@ export class UpdateIndexTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts index b9329032f753d..63f880857b63e 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts @@ -119,9 +119,7 @@ export class UpdateViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceExplorer2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d36b83d088813..5f2913e5ab8e1 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts @@ -124,9 +124,7 @@ export class DescribeReportCreationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 ebd9287373849..2169f2fc287c8 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts @@ -159,9 +159,7 @@ export class GetComplianceSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6e67e5e8a768c..664ffe74db1c6 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts @@ -164,9 +164,7 @@ export class GetResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3eb635b998afc..9fff284e6a11e 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts @@ -113,9 +113,7 @@ export class GetTagKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 63e10323d9e88..5073f10ebe878 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts @@ -114,9 +114,7 @@ export class GetTagValuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5e4b83cf9a1f1..e3186a56fd502 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts @@ -131,9 +131,7 @@ export class StartReportCreationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 db1c4bf170c41..3b2b162ec3a55 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts @@ -159,9 +159,7 @@ export class TagResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 d02c9e04c7e4d..eaa87c0752028 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts @@ -145,9 +145,7 @@ export class UntagResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsTaggingAPIClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts index b4cf34e90c924..278715fb5c394 100644 --- a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts @@ -158,9 +158,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts index 3ebee78ac3f8c..0517ae2bb73f6 100644 --- a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts @@ -101,9 +101,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts index 36ce18da94b2e..9f7fc052f950d 100644 --- a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts @@ -83,9 +83,7 @@ export class GetAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GetGroupCommand.ts b/clients/client-resource-groups/src/commands/GetGroupCommand.ts index 9c5e3e053c144..3b91496b03206 100644 --- a/clients/client-resource-groups/src/commands/GetGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupCommand.ts @@ -100,9 +100,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts index 00ef49a2da116..c4b3ee362e1bf 100644 --- a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts @@ -125,9 +125,7 @@ export class GetGroupConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts index fc0fa5721016d..dd5efe92504b6 100644 --- a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts @@ -104,9 +104,7 @@ export class GetGroupQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GetTagsCommand.ts b/clients/client-resource-groups/src/commands/GetTagsCommand.ts index b42685aaeab43..5e78bef21e585 100644 --- a/clients/client-resource-groups/src/commands/GetTagsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetTagsCommand.ts @@ -99,9 +99,7 @@ export class GetTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts index 8a79aa861751d..87454a84b0684 100644 --- a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts @@ -130,9 +130,7 @@ export class GroupResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts index c2143012669d6..76bd0c4b4b4cd 100644 --- a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts @@ -149,9 +149,7 @@ export class ListGroupResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts index 63ef6071ca9c5..cb646e0a3583b 100644 --- a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts @@ -114,9 +114,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts index 394d8eddf0b92..7e8c75d6149b9 100644 --- a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts @@ -108,9 +108,7 @@ export class PutGroupConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts index 15a67518017f6..252707b541adf 100644 --- a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts @@ -130,9 +130,7 @@ export class SearchResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/TagCommand.ts b/clients/client-resource-groups/src/commands/TagCommand.ts index e0e0c42201f43..42009f89e532e 100644 --- a/clients/client-resource-groups/src/commands/TagCommand.ts +++ b/clients/client-resource-groups/src/commands/TagCommand.ts @@ -108,9 +108,7 @@ export class TagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts index c4b1d3dfbd48c..0cd2ad21ada25 100644 --- a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts @@ -115,9 +115,7 @@ export class UngroupResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/UntagCommand.ts b/clients/client-resource-groups/src/commands/UntagCommand.ts index 448d421a86089..db7c5c0b222ae 100644 --- a/clients/client-resource-groups/src/commands/UntagCommand.ts +++ b/clients/client-resource-groups/src/commands/UntagCommand.ts @@ -101,9 +101,7 @@ export class UntagCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts index 94f2b9fba2ecf..ef928ffbd6114 100644 --- a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts @@ -89,9 +89,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts index 5e1e1a60ea49f..e78d37e3e960f 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts @@ -102,9 +102,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts index 843ad345a78dc..91679b2330324 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts @@ -107,9 +107,7 @@ export class UpdateGroupQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ResourceGroupsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts index 7fb8ff36e3751..d9870b57c081f 100644 --- a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts @@ -79,9 +79,7 @@ export class BatchDeleteWorldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts index a5ef12ac9770d..e10253b17ae12 100644 --- a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts @@ -235,9 +235,7 @@ export class BatchDescribeSimulationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index 576a75f3509a1..404381028a168 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -81,9 +81,7 @@ export class CancelDeploymentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts index f99fa2033214f..f053a63db8342 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts @@ -77,9 +77,7 @@ export class CancelSimulationJobBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts index 1cdf4c0f81be5..f016e88785f9a 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts @@ -76,9 +76,7 @@ export class CancelSimulationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts index 693f66f3ebce6..848352bea741c 100644 --- a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts @@ -76,9 +76,7 @@ export class CancelWorldExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts index 458ddfc91d5a7..bda9303ca403d 100644 --- a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts @@ -76,9 +76,7 @@ export class CancelWorldGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index aa39070ddb82e..caf918543443c 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -163,9 +163,7 @@ export class CreateDeploymentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index 0be202330fb54..c50774f9b855f 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -92,9 +92,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts index 65e49446e953f..0693176ee2c26 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts @@ -125,9 +125,7 @@ export class CreateRobotApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts index b23f048db3ab1..15e30bd4f4aaf 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts @@ -112,9 +112,7 @@ export class CreateRobotApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index 611334e28c134..f51f5710dc048 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -99,9 +99,7 @@ export class CreateRobotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts index f12689e3c66e0..a6d41426f8ecf 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts @@ -146,9 +146,7 @@ export class CreateSimulationApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts index 724b92b4e75c5..6fd86191a75ca 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts @@ -123,9 +123,7 @@ export class CreateSimulationApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts index a3d5583babc66..e4672c0dd9c40 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts @@ -365,9 +365,7 @@ export class CreateSimulationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts index 118dc77b6692c..fa9c73d3c9ba1 100644 --- a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts @@ -108,9 +108,7 @@ export class CreateWorldExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts index 375f96ff73ca1..7871b951c1aee 100644 --- a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts @@ -115,9 +115,7 @@ export class CreateWorldGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts index f6de372f1d681..1b711f4985d94 100644 --- a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts @@ -100,9 +100,7 @@ export class CreateWorldTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index 00389fe4296ad..69e61fae76ee8 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -78,9 +78,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts index 56bb6f97f02a6..290a3429cb5d3 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts @@ -74,9 +74,7 @@ export class DeleteRobotApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index f939128537fc5..e58874549b51c 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -78,9 +78,7 @@ export class DeleteRobotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts index 7e3d0d0ebc0d9..92e5ad0b48eef 100644 --- a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts @@ -79,9 +79,7 @@ export class DeleteSimulationApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts index 26a0f577a45ef..aa465bf164193 100644 --- a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts @@ -76,9 +76,7 @@ export class DeleteWorldTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index 504558f92fa18..8aad62684c003 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -85,9 +85,7 @@ export class DeregisterRobotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index 23e12bbe7b54d..744d18cf4c606 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -132,9 +132,7 @@ export class DescribeDeploymentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index 7e18a36edcabe..555cbbffd32fe 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -104,9 +104,7 @@ export class DescribeFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts index 287d36914bccc..d6f0872d86d0e 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts @@ -102,9 +102,7 @@ export class DescribeRobotApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index 3c085ecf71119..1ca52b7c0fc51 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -94,9 +94,7 @@ export class DescribeRobotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts index fc082b9b826e2..37e2c898b2520 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts @@ -115,9 +115,7 @@ export class DescribeSimulationApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts index ca5762f4b6d21..6eb161bd6e646 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts @@ -381,9 +381,7 @@ export class DescribeSimulationJobBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts index f77d5a21db663..389590b86f00a 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts @@ -226,9 +226,7 @@ export class DescribeSimulationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts index ce530efaaf4c1..a964fd29551e7 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts @@ -85,9 +85,7 @@ export class DescribeWorldCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts index d9fde583fabb5..c27da722cd6f7 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts @@ -94,9 +94,7 @@ export class DescribeWorldExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts index b1c058cbb621c..d3edbb990d6ae 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts @@ -110,9 +110,7 @@ export class DescribeWorldGenerationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts index 13e0019a36092..4b9d3ed07919d 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts @@ -86,9 +86,7 @@ export class DescribeWorldTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts index 562d572ecdc71..b429da0b63cb7 100644 --- a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts +++ b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts @@ -79,9 +79,7 @@ export class GetWorldTemplateBodyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index 1ee7fe7177cf8..ea180b7f23f62 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -127,9 +127,7 @@ export class ListDeploymentJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index a536f668b1247..3b71842db289a 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -102,9 +102,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts index 5a203050696f5..be09111a8ff6a 100644 --- a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts @@ -98,9 +98,7 @@ export class ListRobotApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index fa01e57ebb172..3d650160d9bb0 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -105,9 +105,7 @@ export class ListRobotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts index 310873563ab87..0d4bd08e1bfa6 100644 --- a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts @@ -102,9 +102,7 @@ export class ListSimulationApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts index 8774969b3683d..f76548d5b3d94 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts @@ -93,9 +93,7 @@ export class ListSimulationJobBatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts index 9a62959dc4507..c4df73116b946 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts @@ -103,9 +103,7 @@ export class ListSimulationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts index d6f8085b5b540..14c2307b878fe 100644 --- a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts index b6d5856370573..35ab9cdb76540 100644 --- a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts @@ -98,9 +98,7 @@ export class ListWorldExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts index 944ce62d85177..4a248bca1bb6a 100644 --- a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts @@ -98,9 +98,7 @@ export class ListWorldGenerationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts index e0a3fd0599a1a..fe08ff84b5c5b 100644 --- a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts @@ -85,9 +85,7 @@ export class ListWorldTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/ListWorldsCommand.ts b/clients/client-robomaker/src/commands/ListWorldsCommand.ts index 5961f0f6c3042..cb956f9d4ee59 100644 --- a/clients/client-robomaker/src/commands/ListWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldsCommand.ts @@ -92,9 +92,7 @@ export class ListWorldsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index 4623703a033d7..389e0146e873e 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -89,9 +89,7 @@ export class RegisterRobotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts index 62349474a5778..17eb7436ac442 100644 --- a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts @@ -80,9 +80,7 @@ export class RestartSimulationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts index e0f5e19e41759..a8463f2be425e 100644 --- a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts @@ -532,9 +532,7 @@ export class StartSimulationJobBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index d6d8ddb131293..bc8babc7f92aa 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -125,9 +125,7 @@ export class SyncDeploymentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/TagResourceCommand.ts b/clients/client-robomaker/src/commands/TagResourceCommand.ts index f623327bf41ee..ded6554e04f48 100644 --- a/clients/client-robomaker/src/commands/TagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/UntagResourceCommand.ts b/clients/client-robomaker/src/commands/UntagResourceCommand.ts index b4f8bd54d5a3f..7d777b7f817a6 100644 --- a/clients/client-robomaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts index 192e05d8d8279..be27e7b490af9 100644 --- a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts @@ -116,9 +116,7 @@ export class UpdateRobotApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts index 51a6e4f62b00c..7d79d4a6363e0 100644 --- a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts @@ -137,9 +137,7 @@ export class UpdateSimulationApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts index 266fe93732d66..3c2c56b4665f6 100644 --- a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts @@ -87,9 +87,7 @@ export class UpdateWorldTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RoboMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts index 28710c4ebac10..43b7de73d6d51 100644 --- a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts @@ -124,9 +124,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts index 2e85dd40548d8..4447adfbb051c 100644 --- a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts @@ -126,9 +126,7 @@ export class CreateTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DeleteAttributeMappingCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteAttributeMappingCommand.ts index 67a7e8f700303..4c995b037188f 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteAttributeMappingCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteAttributeMappingCommand.ts @@ -106,9 +106,7 @@ export class DeleteAttributeMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts index 20890933dae50..c9ff552615819 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts @@ -84,9 +84,7 @@ export class DeleteCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts index c14c5a90095cf..e574f90d00960 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts @@ -103,9 +103,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts index a5991de49eab4..cac0032b7c317 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts @@ -98,9 +98,7 @@ export class DeleteTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts index 99a9ec69d8551..69c234f7f585e 100644 --- a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts @@ -84,9 +84,7 @@ export class DisableCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts index 322508da4cfee..b68d430911200 100644 --- a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts @@ -103,9 +103,7 @@ export class DisableProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts index 945892ac0440c..951c32f6f530b 100644 --- a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts @@ -98,9 +98,7 @@ export class DisableTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts index c087f383c7651..9ca9675fcf4ca 100644 --- a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts @@ -84,9 +84,7 @@ export class EnableCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts index ffea421e13a6e..ac94f2cf7320f 100644 --- a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts @@ -103,9 +103,7 @@ export class EnableProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts index 3eee074dec672..85b7496d38fad 100644 --- a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts @@ -98,9 +98,7 @@ export class EnableTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts index e8737f549b289..5a191ac550cde 100644 --- a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts @@ -81,9 +81,7 @@ export class GetCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts index 3c41680c035bd..730a3d3453bdc 100644 --- a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts @@ -103,9 +103,7 @@ export class GetProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts index e618090d1f164..abe8ddfd38e29 100644 --- a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts @@ -105,9 +105,7 @@ export class GetSubjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts index 551f3d9fec036..3565feeb4ca5e 100644 --- a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts @@ -101,9 +101,7 @@ export class GetTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts index 883533aa39c68..aaa5fc6343c84 100644 --- a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts @@ -96,9 +96,7 @@ export class ImportCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts index e5e12ba8b8c4c..248eb02a4aee2 100644 --- a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts @@ -88,9 +88,7 @@ export class ListCrlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts index c6c034ea6b786..2a1e446fa520b 100644 --- a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts @@ -107,9 +107,7 @@ export class ListProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts index abd129435fc7b..a440931aa7bd2 100644 --- a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts @@ -87,9 +87,7 @@ export class ListSubjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts index 1010ddcab61e4..a0e3d1a9b9fcf 100644 --- a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts index fef3b8f5845c8..1cba3bd154c86 100644 --- a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts @@ -102,9 +102,7 @@ export class ListTrustAnchorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/PutAttributeMappingCommand.ts b/clients/client-rolesanywhere/src/commands/PutAttributeMappingCommand.ts index 4d9fda57f3b9f..c222dfedfe83d 100644 --- a/clients/client-rolesanywhere/src/commands/PutAttributeMappingCommand.ts +++ b/clients/client-rolesanywhere/src/commands/PutAttributeMappingCommand.ts @@ -109,9 +109,7 @@ export class PutAttributeMappingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts index 0d8190945c6a3..481e126002ebc 100644 --- a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts @@ -111,9 +111,7 @@ export class PutNotificationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts index c6e467f90f286..95510fb56cc3e 100644 --- a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts @@ -108,9 +108,7 @@ export class ResetNotificationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts index d06ae3c25cf46..801b553a98b24 100644 --- a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts index 976bd636e94fe..54aef0d7f2fdd 100644 --- a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts index c67be0c0e30fa..45d062566b80f 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts @@ -91,9 +91,7 @@ export class UpdateCrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts index e51be8136828c..d55ffcd778a4a 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts @@ -118,9 +118,7 @@ export class UpdateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts index 82a38b6a82de8..78d3dfc0ffc22 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts @@ -114,9 +114,7 @@ export class UpdateTrustAnchorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RolesAnywhereClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts index 34e7f7b7abd1e..ef4914262ab14 100644 --- a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts @@ -98,9 +98,7 @@ export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts index 9b410e5f9bebf..4cf9ea4ceaf86 100644 --- a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts @@ -109,9 +109,7 @@ export class AssociateDelegationSignerToDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts index 8b4991ac357b9..bd68ff8ddf9ed 100644 --- a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts @@ -94,9 +94,7 @@ export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts index 34746d8687a4e..3847ae47a824b 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts @@ -77,9 +77,7 @@ export class CheckDomainAvailabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts index 32dcba8529e4c..6d41a5823c075 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts @@ -82,9 +82,7 @@ export class CheckDomainTransferabilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts index 239320c6e2035..52e38acaae2ed 100644 --- a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts @@ -101,9 +101,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts index cf81a7d9b66f6..1058398ce25d5 100644 --- a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts @@ -81,9 +81,7 @@ export class DeleteTagsForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts index 062c5fc5aa684..9defb237d69a3 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts @@ -73,9 +73,7 @@ export class DisableDomainAutoRenewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts index 2e7fd535701ff..05c59ae22983a 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts @@ -89,9 +89,7 @@ export class DisableDomainTransferLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts index bc74a3b7e21d5..1ed4b0c7bc1cf 100644 --- a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts @@ -95,9 +95,7 @@ export class DisassociateDelegationSignerFromDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts index b0de9c207ef42..16f7aa865c809 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts @@ -82,9 +82,7 @@ export class EnableDomainAutoRenewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts index 2248f391480d5..f98eefdee8abf 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts @@ -88,9 +88,7 @@ export class EnableDomainTransferLockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts index edf7aaddc23cd..7371f2e89cb04 100644 --- a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts @@ -88,9 +88,7 @@ export class GetContactReachabilityStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts index 9ae632d5fadb1..65bdfb19b2427 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts @@ -202,9 +202,7 @@ export class GetDomainDetailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts index daaf0007d7c1a..4c0d5adb8022d 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts @@ -81,9 +81,7 @@ export class GetDomainSuggestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts index 1cb147cb44f6f..c96686d233698 100644 --- a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts @@ -79,9 +79,7 @@ export class GetOperationDetailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts index 4bec458ce0870..3e303e9dcda09 100644 --- a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts @@ -94,9 +94,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts index df4d0551264c3..5dd22e4c2ba5d 100644 --- a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts @@ -95,9 +95,7 @@ export class ListOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts index 8d0f44d11cfe5..b7149ff3b966d 100644 --- a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts @@ -119,9 +119,7 @@ export class ListPricesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts index f99153199c6b7..7663977b6ac55 100644 --- a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts index 177f28a8fde94..3b90005167587 100644 --- a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts @@ -84,9 +84,7 @@ export class PushDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts index db75d2e3e8230..8041f714a22e6 100644 --- a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts @@ -216,9 +216,7 @@ export class RegisterDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts index b605ac59a587f..7d0f48f36a682 100644 --- a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts @@ -90,9 +90,7 @@ export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts index b57ae407a7df1..20316a7048566 100644 --- a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts @@ -92,9 +92,7 @@ export class RenewDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts index a2cdfa53ef29b..6cd7fd1848b88 100644 --- a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts @@ -91,9 +91,7 @@ export class ResendContactReachabilityEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts index 9debbe7cef897..2306a3bad4afc 100644 --- a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts @@ -72,9 +72,7 @@ export class ResendOperationAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts index 51b4255e9b9b8..e083b61f912e7 100644 --- a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts +++ b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts @@ -79,9 +79,7 @@ export class RetrieveDomainAuthCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts index ba6f178d00e73..a70dea826f91f 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts @@ -228,9 +228,7 @@ export class TransferDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts index 8674d0a4ca360..ac2610cec316b 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts @@ -116,9 +116,7 @@ export class TransferDomainToAnotherAwsAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts index 63e5fc2e5fb52..5f897d34fedf3 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts @@ -181,9 +181,7 @@ export class UpdateDomainContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts index 62522b54a0fe8..b6da58338e9d3 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts @@ -110,9 +110,7 @@ export class UpdateDomainContactPrivacyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts index 19183d8cb96a5..20ff41ee151e2 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts @@ -102,9 +102,7 @@ export class UpdateDomainNameserversCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts index 3f4f6b66f0d41..a80e5e4ed0458 100644 --- a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts @@ -84,9 +84,7 @@ export class UpdateTagsForDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts index e22383648dad0..26ad90479a08d 100644 --- a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts @@ -83,9 +83,7 @@ export class ViewBillingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53DomainsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts index 6160128c2fd5e..a2a83d8c2a28c 100644 --- a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts @@ -95,9 +95,7 @@ export class ActivateKeySigningKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts index 3df9b38ca7d94..2eb8b45f2a266 100644 --- a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts @@ -192,9 +192,7 @@ export class AssociateVPCWithHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts index 0068cccbf1b22..e6df70b8f9c8a 100644 --- a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts @@ -122,9 +122,7 @@ export class ChangeCidrCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts index 82fd333b6e57f..8564cdb8b9617 100644 --- a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts @@ -825,9 +825,7 @@ export class ChangeResourceRecordSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts index be883f2368d6e..01b6b7a79dffe 100644 --- a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts @@ -119,9 +119,7 @@ export class ChangeTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts index b87e5293b854b..5f374ad4ece12 100644 --- a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts @@ -87,9 +87,7 @@ export class CreateCidrCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts index 931c296bbbb23..43197865a53ac 100644 --- a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts @@ -206,9 +206,7 @@ export class CreateHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts index 1e8898cf62faf..c4c81e92a7975 100644 --- a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts @@ -235,9 +235,7 @@ export class CreateHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts index c643212e0c9f0..f04a118079ec4 100644 --- a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts @@ -130,9 +130,7 @@ export class CreateKeySigningKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts index 70c309625b709..cde2b02f77c86 100644 --- a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts @@ -283,9 +283,7 @@ export class CreateQueryLoggingConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts index b4bccba1c7ae3..e4999c2d15e8c 100644 --- a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts @@ -160,9 +160,7 @@ export class CreateReusableDelegationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts index f1ba0ca77efbd..4d459c0e713d6 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts @@ -96,9 +96,7 @@ export class CreateTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts index 38d1709e90e57..763c0c500414a 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts @@ -117,9 +117,7 @@ export class CreateTrafficPolicyInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts index eec39d23a6194..8138b15483d1b 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts @@ -104,9 +104,7 @@ export class CreateTrafficPolicyVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts index f2d40db6e2bda..fd84241caed0c 100644 --- a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts @@ -113,9 +113,7 @@ export class CreateVPCAssociationAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts index 244a64e8b1d3f..64c38dcf6e675 100644 --- a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts @@ -99,9 +99,7 @@ export class DeactivateKeySigningKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts index 1918bd9ec4282..5299b139c366e 100644 --- a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts @@ -78,9 +78,7 @@ export class DeleteCidrCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts index a84f28aa03175..9fddccca10ff4 100644 --- a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts @@ -86,9 +86,7 @@ export class DeleteHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts index 72c7c7fd622c5..b4835ff0f167a 100644 --- a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts @@ -131,9 +131,7 @@ export class DeleteHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts index 0381f28a58c0a..b34e12fa85bca 100644 --- a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts @@ -99,9 +99,7 @@ export class DeleteKeySigningKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts index 2ba7d7dcbc740..1045c2521cfd5 100644 --- a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts @@ -77,9 +77,7 @@ export class DeleteQueryLoggingConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts index ed04907385f70..c5e911ba1f792 100644 --- a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts @@ -86,9 +86,7 @@ export class DeleteReusableDelegationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts index ab0d9bcdab4cb..410c33ae50fa3 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts @@ -94,9 +94,7 @@ export class DeleteTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts index edd2d4cd097f9..31090610c8345 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts @@ -84,9 +84,7 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts index f8b550686ba7e..8271a624d2ae6 100644 --- a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts @@ -105,9 +105,7 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts index 5d5e5e2195bd1..ae481e329a756 100644 --- a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts @@ -99,9 +99,7 @@ export class DisableHostedZoneDNSSECCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts index 0d3a43ce3dd43..424f28e4793cc 100644 --- a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts @@ -147,9 +147,7 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts index f7abed1e69ae4..74f83dd909e86 100644 --- a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts @@ -102,9 +102,7 @@ export class EnableHostedZoneDNSSECCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts index 621ec0f9f9dcd..0cd9ff971b46f 100644 --- a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts @@ -80,9 +80,7 @@ export class GetAccountLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetChangeCommand.ts b/clients/client-route-53/src/commands/GetChangeCommand.ts index 731f7b48b2b12..2b023e2f52afb 100644 --- a/clients/client-route-53/src/commands/GetChangeCommand.ts +++ b/clients/client-route-53/src/commands/GetChangeCommand.ts @@ -91,9 +91,7 @@ export class GetChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts index 6c11b89735ee2..9772fdc42600a 100644 --- a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts +++ b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts @@ -74,9 +74,7 @@ export class GetCheckerIpRangesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetDNSSECCommand.ts b/clients/client-route-53/src/commands/GetDNSSECCommand.ts index d067377ef9493..45e7a3bced938 100644 --- a/clients/client-route-53/src/commands/GetDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/GetDNSSECCommand.ts @@ -99,9 +99,7 @@ export class GetDNSSECCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts index 226fb0933a3af..8162ce40f8e27 100644 --- a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts +++ b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts @@ -107,9 +107,7 @@ export class GetGeoLocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts index 23b0fbc4265a1..cf933cd049d33 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts @@ -125,9 +125,7 @@ export class GetHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts index 8738bcf1fa309..77427b0e51e39 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts @@ -63,9 +63,7 @@ export class GetHealthCheckCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts index e93f8b7503e15..97072d181796f 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts @@ -85,9 +85,7 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts index 16eec1e9fc375..20edec2931569 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts @@ -85,9 +85,7 @@ export class GetHealthCheckStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts index 92e1a8a448daa..68583bdc4a6dc 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts @@ -131,9 +131,7 @@ export class GetHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts index 85ea0c8d101c9..0c29082011249 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts @@ -66,9 +66,7 @@ export class GetHostedZoneCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts index 5aef5a08d0426..1c54004fba69f 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts @@ -84,9 +84,7 @@ export class GetHostedZoneLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts index 427cfc9bb889f..48bb765ed81c3 100644 --- a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts @@ -78,9 +78,7 @@ export class GetQueryLoggingConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts index 2f455d726e349..79319b6b11b7e 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts @@ -82,9 +82,7 @@ export class GetReusableDelegationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts index ffca6f0b26d6e..a9f34a33c5a89 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts @@ -86,9 +86,7 @@ export class GetReusableDelegationSetLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts index 3dde6fd6fcb39..a6183bdf9e33c 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts @@ -82,9 +82,7 @@ export class GetTrafficPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts index 313c52aa5e537..54a6b5eb02165 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts @@ -93,9 +93,7 @@ export class GetTrafficPolicyInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts index 1d91a659d4e1f..d7a4253cd3397 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts @@ -69,9 +69,7 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts index 57237dd2979a9..5a61f052d1930 100644 --- a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts @@ -83,9 +83,7 @@ export class ListCidrBlocksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts index 0e002263c6dbc..f427b5799583a 100644 --- a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts @@ -78,9 +78,7 @@ export class ListCidrCollectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts index d68f19ac5d844..9db03b89f228f 100644 --- a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts @@ -79,9 +79,7 @@ export class ListCidrLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts index 9b0d128e7ddcc..6c36a4832f48b 100644 --- a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts @@ -93,9 +93,7 @@ export class ListGeoLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts index 5b47924f763f2..3141732bdc7f0 100644 --- a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts +++ b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts @@ -129,9 +129,7 @@ export class ListHealthChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts index db4a7411fc89b..2379df7384d27 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts @@ -150,9 +150,7 @@ export class ListHostedZonesByNameCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts index a1455b838575c..1ef46116fc417 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts @@ -125,9 +125,7 @@ export class ListHostedZonesByVPCCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts index a14479a3de44a..4f1fdb37b72d2 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts @@ -102,9 +102,7 @@ export class ListHostedZonesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts index ea4aa35bfcb7e..ad93c2f3507a9 100644 --- a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts +++ b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts @@ -90,9 +90,7 @@ export class ListQueryLoggingConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts index 8a3ac1f8fc09c..f8d17570faf52 100644 --- a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts @@ -192,9 +192,7 @@ export class ListResourceRecordSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts index 88abbcdc6c8ae..77ec145ea3350 100644 --- a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts @@ -82,9 +82,7 @@ export class ListReusableDelegationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts index c3790d33a6f92..058c311707537 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts index 3bc6c704ea112..5fc92cdacc07e 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts @@ -100,9 +100,7 @@ export class ListTagsForResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts index 1909c347b546a..8aa5246695439 100644 --- a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts @@ -84,9 +84,7 @@ export class ListTrafficPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts index 687aab3dc545c..5dcd2c8d802cd 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts @@ -114,9 +114,7 @@ export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts index 1e111798f0947..79931d15ed689 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts @@ -115,9 +115,7 @@ export class ListTrafficPolicyInstancesByPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts index 43336ab0dd644..42ae83bf52464 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts @@ -101,9 +101,7 @@ export class ListTrafficPolicyInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts index aff32da796ff3..081473fd9587c 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts @@ -88,9 +88,7 @@ export class ListTrafficPolicyVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts index 01202cf3414b0..31e173db9cdfc 100644 --- a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts +++ b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts @@ -94,9 +94,7 @@ export class ListVPCAssociationAuthorizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts index 5d6b711475448..f6b180d2e2e26 100644 --- a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts +++ b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts @@ -93,9 +93,7 @@ export class TestDNSAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts index ef0c8e9e73b15..491d4b2447918 100644 --- a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts @@ -153,9 +153,7 @@ export class UpdateHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts index 5874d2b6d7958..fb38f36c950e9 100644 --- a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts @@ -93,9 +93,7 @@ export class UpdateHostedZoneCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts index 45285862ae5b0..6600b341dc451 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts @@ -85,9 +85,7 @@ export class UpdateTrafficPolicyCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts index 39d8a23456a2d..ab1ce956ba3b6 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts @@ -131,9 +131,7 @@ export class UpdateTrafficPolicyInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts index 75bc14a119b05..ac63db4c1a037 100644 --- a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts @@ -119,9 +119,7 @@ export class GetRoutingControlStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryClusterClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts index f275bb81f35d3..b0d62f324d61a 100644 --- a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts @@ -130,9 +130,7 @@ export class ListRoutingControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryClusterClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts index 939dbb50cb3e2..201b79261fd03 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts @@ -125,9 +125,7 @@ export class UpdateRoutingControlStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryClusterClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts index 821f10bf46b07..3bf9e439c7af0 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts @@ -132,9 +132,7 @@ export class UpdateRoutingControlStatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryClusterClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 24ff8e7672f04..c2109a7310566 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts @@ -105,9 +105,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 be8dbd511ca6b..827b04e506810 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts @@ -103,9 +103,7 @@ export class CreateControlPanelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5898504a88aca..fc968545d47ad 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts @@ -99,9 +99,7 @@ export class CreateRoutingControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 fa7add119dd36..c4997d692def8 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts @@ -141,9 +141,7 @@ export class CreateSafetyRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 511ad3f59661c..f94181b31b01c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts @@ -85,9 +85,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2e930af054c2e..20487437932f9 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts @@ -85,9 +85,7 @@ export class DeleteControlPanelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7dda153c4ea47..dce90fc73bb79 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts @@ -85,9 +85,7 @@ export class DeleteRoutingControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 42d73f1a2525a..06fc556bebf2a 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts @@ -76,9 +76,7 @@ export class DeleteSafetyRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 e5185e8c14ca6..dfee3b0472a97 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts @@ -98,9 +98,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 17456a9c61200..225b77026f968 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts @@ -95,9 +95,7 @@ export class DescribeControlPanelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 0eb62874c3e83..568e283991dff 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts @@ -93,9 +93,7 @@ export class DescribeRoutingControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 f1929c3c03b09..69f715f5a717e 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts @@ -109,9 +109,7 @@ export class DescribeSafetyRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 2a3fc5040d044..b84d5714ed71e 100644 --- a/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts @@ -75,9 +75,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1cd45b0d80904..da141c80dabf6 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts @@ -91,9 +91,7 @@ export class ListAssociatedRoute53HealthChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 3ff6157cd5ddf..ca502a87180d7 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts @@ -99,9 +99,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6618d4f4fe8c8..edb845b4a8e73 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts @@ -97,9 +97,7 @@ export class ListControlPanelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1846f080ff12b..0c8d02e759823 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts @@ -95,9 +95,7 @@ export class ListRoutingControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 8e4234d3535ee..eafc5fdcdbf08 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts @@ -125,9 +125,7 @@ export class ListSafetyRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 6062dd70b9b89..c18f57338018f 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 1cc3e3f1b11a5..44d36d0e9f344 100644 --- a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b56992ca7f25a..c51e6b775fd85 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 7b9d8501060d0..14b6a8692b28b 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts @@ -96,9 +96,7 @@ export class UpdateControlPanelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 b47f7e752ea80..7f39c28c9408a 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts @@ -94,9 +94,7 @@ export class UpdateRoutingControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), 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 5309db8a41efe..1a25bce892e74 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts @@ -121,9 +121,7 @@ export class UpdateSafetyRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryControlConfigClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts index c80fbe87f9f07..1205696632e15 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts @@ -100,9 +100,7 @@ export class CreateCellCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts index 2ff05af17b590..1c5333618333b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts @@ -89,9 +89,7 @@ export class CreateCrossAccountAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts index 42dc1598c995a..6ce45de1ab611 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts @@ -93,9 +93,7 @@ export class CreateReadinessCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts index 8a30b8ea3d8ad..1b19ab3acd6b7 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts @@ -97,9 +97,7 @@ export class CreateRecoveryGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts index ee034c9f05b28..0cf4b39d8b908 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts @@ -141,9 +141,7 @@ export class CreateResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts index 44b98826b02ac..0d0a28ec60fda 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts @@ -82,9 +82,7 @@ export class DeleteCellCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts index 191934bb9f44f..0b307c86addfd 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts @@ -84,9 +84,7 @@ export class DeleteCrossAccountAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts index 257ffa96a5d42..c47c3e3fa0dae 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts @@ -82,9 +82,7 @@ export class DeleteReadinessCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts index 0d189b5482930..9d32572f3e34b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts @@ -82,9 +82,7 @@ export class DeleteRecoveryGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts index 6015f2a0f8b21..bb1d134824129 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts @@ -82,9 +82,7 @@ export class DeleteResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts index 4344080a5466c..4af0a9f2aa95b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts @@ -97,9 +97,7 @@ export class GetArchitectureRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts index 9fa758a12b7fa..12c90eacc7386 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts @@ -94,9 +94,7 @@ export class GetCellCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts index 5593335700df4..9fbfd8ac1b345 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts @@ -93,9 +93,7 @@ export class GetCellReadinessSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts index b05d645c7d0fd..c3080d0efaf58 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts @@ -89,9 +89,7 @@ export class GetReadinessCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts index b612df5b25d96..dbbb0607a2f5e 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts @@ -105,9 +105,7 @@ export class GetReadinessCheckResourceStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts index 559bda9dc493c..ed95d4a6142ce 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts @@ -100,9 +100,7 @@ export class GetReadinessCheckStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts index f78e3e24e9532..e76e8520e0227 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts @@ -91,9 +91,7 @@ export class GetRecoveryGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts index cbaeada04fd75..6af1a0e05a3f8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts @@ -98,9 +98,7 @@ export class GetRecoveryGroupReadinessSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts index 40a82f75a1b49..57b665b99a90d 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts @@ -113,9 +113,7 @@ export class GetResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts index c98dea72e07f7..a8d999a27267f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts @@ -97,9 +97,7 @@ export class ListCellsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts index c97ab9a37bbd7..64ffa2b15fb85 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts @@ -90,9 +90,7 @@ export class ListCrossAccountAuthorizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts index 356b66a38ad7d..bb489a12c2755 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts @@ -92,9 +92,7 @@ export class ListReadinessChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts index e479ed5c60bd4..d23d03f3a5dcd 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts @@ -94,9 +94,7 @@ export class ListRecoveryGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts index 85dbcf9cd0dc3..62d9abfd8d92d 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts @@ -116,9 +116,7 @@ export class ListResourceSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts index e140335e73405..2ea77519c56b2 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts @@ -90,9 +90,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts index 98620e168c39e..8b1d21ae637db 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts index 8a75f117679f7..213d1556c970a 100644 --- a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts index 1e1594062223f..3a1b20a0c7602 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts index 800cee3c424a8..13075137db645 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts @@ -97,9 +97,7 @@ export class UpdateCellCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts index 660f4a65a7885..9868bd5906f01 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts @@ -90,9 +90,7 @@ export class UpdateReadinessCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts index d73a93a501ee9..35ceb6c6bc2f9 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts @@ -94,9 +94,7 @@ export class UpdateRecoveryGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts index 536ba54c87a2e..b07ac12a6b200 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts @@ -138,9 +138,7 @@ export class UpdateResourceSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53RecoveryReadinessClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/AssociateProfileCommand.ts b/clients/client-route53profiles/src/commands/AssociateProfileCommand.ts index 2b69dcf6eab09..574340084c92d 100644 --- a/clients/client-route53profiles/src/commands/AssociateProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/AssociateProfileCommand.ts @@ -126,9 +126,7 @@ export class AssociateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/AssociateResourceToProfileCommand.ts b/clients/client-route53profiles/src/commands/AssociateResourceToProfileCommand.ts index 9a3776aba7ac9..a823a9e058370 100644 --- a/clients/client-route53profiles/src/commands/AssociateResourceToProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/AssociateResourceToProfileCommand.ts @@ -122,9 +122,7 @@ export class AssociateResourceToProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/CreateProfileCommand.ts b/clients/client-route53profiles/src/commands/CreateProfileCommand.ts index 2d614964a6702..37d0260229256 100644 --- a/clients/client-route53profiles/src/commands/CreateProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/CreateProfileCommand.ts @@ -110,9 +110,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/DeleteProfileCommand.ts b/clients/client-route53profiles/src/commands/DeleteProfileCommand.ts index 41290a8c29289..07ba62e9e2386 100644 --- a/clients/client-route53profiles/src/commands/DeleteProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/DeleteProfileCommand.ts @@ -103,9 +103,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/DisassociateProfileCommand.ts b/clients/client-route53profiles/src/commands/DisassociateProfileCommand.ts index 3a94fdc09ebd2..36e03715051e2 100644 --- a/clients/client-route53profiles/src/commands/DisassociateProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/DisassociateProfileCommand.ts @@ -108,9 +108,7 @@ export class DisassociateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/DisassociateResourceFromProfileCommand.ts b/clients/client-route53profiles/src/commands/DisassociateResourceFromProfileCommand.ts index fa7d2959195fa..814c240631d9e 100644 --- a/clients/client-route53profiles/src/commands/DisassociateResourceFromProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/DisassociateResourceFromProfileCommand.ts @@ -125,9 +125,7 @@ export class DisassociateResourceFromProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/GetProfileAssociationCommand.ts b/clients/client-route53profiles/src/commands/GetProfileAssociationCommand.ts index 0abc4388ef4d2..7245e76ae92c1 100644 --- a/clients/client-route53profiles/src/commands/GetProfileAssociationCommand.ts +++ b/clients/client-route53profiles/src/commands/GetProfileAssociationCommand.ts @@ -97,9 +97,7 @@ export class GetProfileAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/GetProfileCommand.ts b/clients/client-route53profiles/src/commands/GetProfileCommand.ts index 81ddfa455e326..e385369e4a10c 100644 --- a/clients/client-route53profiles/src/commands/GetProfileCommand.ts +++ b/clients/client-route53profiles/src/commands/GetProfileCommand.ts @@ -98,9 +98,7 @@ export class GetProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/GetProfileResourceAssociationCommand.ts b/clients/client-route53profiles/src/commands/GetProfileResourceAssociationCommand.ts index 4f61c368d0f59..93dff08e073fa 100644 --- a/clients/client-route53profiles/src/commands/GetProfileResourceAssociationCommand.ts +++ b/clients/client-route53profiles/src/commands/GetProfileResourceAssociationCommand.ts @@ -109,9 +109,7 @@ export class GetProfileResourceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/ListProfileAssociationsCommand.ts b/clients/client-route53profiles/src/commands/ListProfileAssociationsCommand.ts index dcb6da818bc32..657376a8b56f7 100644 --- a/clients/client-route53profiles/src/commands/ListProfileAssociationsCommand.ts +++ b/clients/client-route53profiles/src/commands/ListProfileAssociationsCommand.ts @@ -108,9 +108,7 @@ export class ListProfileAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/ListProfileResourceAssociationsCommand.ts b/clients/client-route53profiles/src/commands/ListProfileResourceAssociationsCommand.ts index e03065e77ec22..4e2a50dbf5e1e 100644 --- a/clients/client-route53profiles/src/commands/ListProfileResourceAssociationsCommand.ts +++ b/clients/client-route53profiles/src/commands/ListProfileResourceAssociationsCommand.ts @@ -125,9 +125,7 @@ export class ListProfileResourceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/ListProfilesCommand.ts b/clients/client-route53profiles/src/commands/ListProfilesCommand.ts index 7c17d32305fd4..365bd4696f37a 100644 --- a/clients/client-route53profiles/src/commands/ListProfilesCommand.ts +++ b/clients/client-route53profiles/src/commands/ListProfilesCommand.ts @@ -101,9 +101,7 @@ export class ListProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53profiles/src/commands/ListTagsForResourceCommand.ts index 8c47086f7436e..4fec4e4f7ba8d 100644 --- a/clients/client-route53profiles/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53profiles/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/TagResourceCommand.ts b/clients/client-route53profiles/src/commands/TagResourceCommand.ts index 51b3b16e33fc3..8ff8314509847 100644 --- a/clients/client-route53profiles/src/commands/TagResourceCommand.ts +++ b/clients/client-route53profiles/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/UntagResourceCommand.ts b/clients/client-route53profiles/src/commands/UntagResourceCommand.ts index fea6f52f08252..ed2610c83996f 100644 --- a/clients/client-route53profiles/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53profiles/src/commands/UntagResourceCommand.ts @@ -93,9 +93,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53profiles/src/commands/UpdateProfileResourceAssociationCommand.ts b/clients/client-route53profiles/src/commands/UpdateProfileResourceAssociationCommand.ts index 62c888b7a5f74..fcc404670dfdc 100644 --- a/clients/client-route53profiles/src/commands/UpdateProfileResourceAssociationCommand.ts +++ b/clients/client-route53profiles/src/commands/UpdateProfileResourceAssociationCommand.ts @@ -126,9 +126,7 @@ export class UpdateProfileResourceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ProfilesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts index 55b1500ba0ff8..cc1480f3cb792 100644 --- a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts @@ -116,9 +116,7 @@ export class AssociateFirewallRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts index 14e412c632cff..612671dd67367 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts @@ -125,9 +125,7 @@ export class AssociateResolverEndpointIpAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts index 00dfd76ef7c46..5c8b8be2b402b 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts @@ -113,9 +113,7 @@ export class AssociateResolverQueryLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts index 28f4a7d92523b..f5ac5965de56b 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts @@ -101,9 +101,7 @@ export class AssociateResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts index 7e5897d7407ba..ef88599074341 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts @@ -101,9 +101,7 @@ export class CreateFirewallDomainListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts index 2e3a9c4653671..b2e440e7b0d0d 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts @@ -112,9 +112,7 @@ export class CreateFirewallRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts index 3fdde51b598e3..14a6abd410d52 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts @@ -103,9 +103,7 @@ export class CreateFirewallRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts index 23eda1c77d800..20a9589c6fa41 100644 --- a/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts @@ -108,9 +108,7 @@ export class CreateOutpostResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts index 56b4f84ee31b4..670e34bda210e 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts @@ -146,9 +146,7 @@ export class CreateResolverEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts index 6b1917df163a7..040899be6c5fc 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts @@ -121,9 +121,7 @@ export class CreateResolverQueryLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts index 79637ac99f760..b51155678c9aa 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts @@ -135,9 +135,7 @@ export class CreateResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts index 38745b4ed5173..d6c30807fbc9c 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts @@ -95,9 +95,7 @@ export class DeleteFirewallDomainListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts index 2c6593206deb6..456d89516d80e 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts @@ -96,9 +96,7 @@ export class DeleteFirewallRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts index 7fd7032bbfc34..1d305b57585e0 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts @@ -100,9 +100,7 @@ export class DeleteFirewallRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts index ff93a6fb79cb6..cc9d030a2ce40 100644 --- a/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts @@ -100,9 +100,7 @@ export class DeleteOutpostResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts index 9066040d8adc5..450c4a78af824 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts @@ -113,9 +113,7 @@ export class DeleteResolverEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts index 33c994673621a..d12b043b4734d 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts @@ -109,9 +109,7 @@ export class DeleteResolverQueryLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts index beda18cc95763..6ad7f52322d26 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts @@ -104,9 +104,7 @@ export class DeleteResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts index 908b552c3a70a..cfdc029994c4f 100644 --- a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts @@ -107,9 +107,7 @@ export class DisassociateFirewallRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts index ed5b5f141ad27..05a0229b3d040 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts @@ -123,9 +123,7 @@ export class DisassociateResolverEndpointIpAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts index 024f3031975f4..feebff75b5db7 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts @@ -116,9 +116,7 @@ export class DisassociateResolverQueryLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts index e87d5d8226737..8da2aeb1e98cc 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts @@ -89,9 +89,7 @@ export class DisassociateResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts index 18ac028688278..f55b31ac695a0 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts @@ -89,9 +89,7 @@ export class GetFirewallConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts index a7345f28767fc..3b771aad3545c 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts @@ -90,9 +90,7 @@ export class GetFirewallDomainListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts index dbe5ea54144db..47d4eac16399e 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts @@ -98,9 +98,7 @@ export class GetFirewallRuleGroupAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts index 8fa4aad62b7c8..b3f2d1cbf35e7 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts @@ -91,9 +91,7 @@ export class GetFirewallRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts index 1a05fd8af2dd8..dee9eb0ff5c92 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts @@ -84,9 +84,7 @@ export class GetFirewallRuleGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts index 2fcfc9da56f74..1aaa379cddf51 100644 --- a/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts @@ -96,9 +96,7 @@ export class GetOutpostResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts index 4c169e21d489a..9b37ea2b120a3 100644 --- a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts @@ -92,9 +92,7 @@ export class GetResolverConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts index c0a814a51aa2a..b830530c8f40a 100644 --- a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts @@ -90,9 +90,7 @@ export class GetResolverDnssecConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts index 73fb8b069dca6..88a4bd4ce1354 100644 --- a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts @@ -99,9 +99,7 @@ export class GetResolverEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts index 981c03771c06f..4fcae03b4b198 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts @@ -102,9 +102,7 @@ export class GetResolverQueryLogConfigAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts index b756dbb2f2c81..6638150a1c080 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts @@ -97,9 +97,7 @@ export class GetResolverQueryLogConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts index d086db79c7e89..b5602c2f0cc3f 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts @@ -88,9 +88,7 @@ export class GetResolverQueryLogConfigPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts index 1e10c77dc5a93..cf1d21b0bcc46 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts @@ -85,9 +85,7 @@ export class GetResolverRuleAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts index 4a6278b43e238..662903301e029 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts @@ -100,9 +100,7 @@ export class GetResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts index a84a30cc624fa..c7a95a74ef4ad 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts @@ -80,9 +80,7 @@ export class GetResolverRulePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts index c965153fc481d..47d8c9bcedfd9 100644 --- a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts @@ -111,9 +111,7 @@ export class ImportFirewallDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts index defbd199fd04d..6833b48e0e88d 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts @@ -90,9 +90,7 @@ export class ListFirewallConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts index 02305326077bf..f6770dfac9800 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts @@ -91,9 +91,7 @@ export class ListFirewallDomainListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts index 01babf6f6444e..a692c636010f6 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts @@ -89,9 +89,7 @@ export class ListFirewallDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts index 7ced307791e63..57de81f27331c 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts @@ -111,9 +111,7 @@ export class ListFirewallRuleGroupAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts index cb373394b2ca5..2fd988e2d9fbe 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts @@ -92,9 +92,7 @@ export class ListFirewallRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts index eb71bc9edd992..2fa40120a9532 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts @@ -106,9 +106,7 @@ export class ListFirewallRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts b/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts index 26aabd7debd0e..df08930728437 100644 --- a/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts +++ b/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts @@ -100,9 +100,7 @@ export class ListOutpostResolversCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts index c966ab498a483..827084a9be6f3 100644 --- a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts @@ -99,9 +99,7 @@ export class ListResolverConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts index 0db246330bd74..4ee9c3c69ed90 100644 --- a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts @@ -102,9 +102,7 @@ export class ListResolverDnssecConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts index 0a879f66b427c..fd3a319c75436 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts @@ -100,9 +100,7 @@ export class ListResolverEndpointIpAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts index d712bb712ff67..de6fa5f3db56f 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts @@ -114,9 +114,7 @@ export class ListResolverEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts index 66bfdf954ee7b..49226151d1a34 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts @@ -118,9 +118,7 @@ export class ListResolverQueryLogConfigAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts index 8e71bdf6b9623..37d7d3993e44b 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts @@ -115,9 +115,7 @@ export class ListResolverQueryLogConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts index 01f2a92242e99..7733a2f8d7886 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts @@ -105,9 +105,7 @@ export class ListResolverRuleAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts index 6f7b506ae2d49..4ef7f136f35d0 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts @@ -115,9 +115,7 @@ export class ListResolverRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts index d42043332e152..f017a0e6a682c 100644 --- a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts index 81395f2b4b117..7f74cc1759bbe 100644 --- a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts @@ -86,9 +86,7 @@ export class PutFirewallRuleGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts index 1432f3f6cdd31..4d7d377f31c92 100644 --- a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts @@ -92,9 +92,7 @@ export class PutResolverQueryLogConfigPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts index 3f5623bf43932..834b90b900660 100644 --- a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts @@ -84,9 +84,7 @@ export class PutResolverRulePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/TagResourceCommand.ts b/clients/client-route53resolver/src/commands/TagResourceCommand.ts index 1a107c478dfb9..1c708b355cb4d 100644 --- a/clients/client-route53resolver/src/commands/TagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts index 250929b78cb6a..df576f9e89d97 100644 --- a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts index 32953ac5270a9..52dd3b178ac76 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts @@ -90,9 +90,7 @@ export class UpdateFirewallConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts index 972f0a37aae13..54b7cf2e15097 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts @@ -98,9 +98,7 @@ export class UpdateFirewallDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts index 24db3df8227fa..24b63166d21f4 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts @@ -113,9 +113,7 @@ export class UpdateFirewallRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts index d608524879908..37eed108b117d 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts @@ -113,9 +113,7 @@ export class UpdateFirewallRuleGroupAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts index 8101e8b66a14b..a736176f0fe2c 100644 --- a/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts @@ -106,9 +106,7 @@ export class UpdateOutpostResolverCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts index 9b9caeb4d0897..dfc2a74ef644a 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts @@ -102,9 +102,7 @@ export class UpdateResolverConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts index 89a324a566a8d..165119cd567e7 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts @@ -91,9 +91,7 @@ export class UpdateResolverDnssecConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts index 76e072e000601..806920f2a9038 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts @@ -118,9 +118,7 @@ export class UpdateResolverEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts index ab3ecad7ffb88..357a146d485cf 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts @@ -126,9 +126,7 @@ export class UpdateResolverRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: Route53ResolverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts index 7095d4ee0903e..314b929e60c2f 100644 --- a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts @@ -173,9 +173,7 @@ export class BatchCreateRumMetricDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts index 77fdd1061eed9..b4e08ee1817a5 100644 --- a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts @@ -107,9 +107,7 @@ export class BatchDeleteRumMetricDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts index e266fdbc17c9f..015df41740e73 100644 --- a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts @@ -99,9 +99,7 @@ export class BatchGetRumMetricDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts index 45d99f30c9d3b..b1351c4de48cc 100644 --- a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts @@ -121,9 +121,7 @@ export class CreateAppMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts index 9d8ee7c68f16f..b2d00dc40c27c 100644 --- a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts @@ -81,9 +81,7 @@ export class DeleteAppMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts index dcc3ddbf85cb9..1cfcdd864daf7 100644 --- a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts @@ -89,9 +89,7 @@ export class DeleteRumMetricsDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/GetAppMonitorCommand.ts b/clients/client-rum/src/commands/GetAppMonitorCommand.ts index cc2df3d0037c3..4d43429401494 100644 --- a/clients/client-rum/src/commands/GetAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorCommand.ts @@ -118,9 +118,7 @@ export class GetAppMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts index f3c18767b4091..3f053f749133c 100644 --- a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts @@ -98,9 +98,7 @@ export class GetAppMonitorDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts index 841d755c9ca22..26d14759430e0 100644 --- a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts +++ b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts @@ -87,9 +87,7 @@ export class ListAppMonitorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts index 9b954ddf718f9..efdf94f0f3821 100644 --- a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts +++ b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts @@ -88,9 +88,7 @@ export class ListRumMetricsDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts index ea13bbeea195e..906b4f0d126eb 100644 --- a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/PutRumEventsCommand.ts b/clients/client-rum/src/commands/PutRumEventsCommand.ts index 6af3bdf576516..cfe8040f4c3c8 100644 --- a/clients/client-rum/src/commands/PutRumEventsCommand.ts +++ b/clients/client-rum/src/commands/PutRumEventsCommand.ts @@ -100,9 +100,7 @@ export class PutRumEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts index f9f4cca1514ca..1916efac528ab 100644 --- a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts @@ -86,9 +86,7 @@ export class PutRumMetricsDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/TagResourceCommand.ts b/clients/client-rum/src/commands/TagResourceCommand.ts index 8d316abcd212b..9bb7262c1af09 100644 --- a/clients/client-rum/src/commands/TagResourceCommand.ts +++ b/clients/client-rum/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/UntagResourceCommand.ts b/clients/client-rum/src/commands/UntagResourceCommand.ts index f91ecd1daa05f..c5a31e297eadd 100644 --- a/clients/client-rum/src/commands/UntagResourceCommand.ts +++ b/clients/client-rum/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts index 40c643b959ba9..c40f400966c3e 100644 --- a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts @@ -115,9 +115,7 @@ export class UpdateAppMonitorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts index eb76d85e1d845..4850657637f0b 100644 --- a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts +++ b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts @@ -98,9 +98,7 @@ export class UpdateRumMetricDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: RUMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3/src/commands/ListBucketsCommand.ts b/clients/client-s3/src/commands/ListBucketsCommand.ts index 31b9a01fbb391..6de009fa79828 100644 --- a/clients/client-s3/src/commands/ListBucketsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketsCommand.ts @@ -114,9 +114,7 @@ export class ListBucketsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts index c9e7a70689e10..dad4ccbecbba8 100644 --- a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts @@ -107,9 +107,7 @@ export class CreateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts index f09081b285263..4e086b1fbf60c 100644 --- a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts @@ -99,9 +99,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts index e0455ed927c42..fcdabb4aa675a 100644 --- a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts @@ -117,9 +117,7 @@ export class ListEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts index 7b5ec5b54ef1a..3f965f6d0fc49 100644 --- a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts +++ b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts @@ -89,9 +89,7 @@ export class ListOutpostsWithS3Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts index 183127bf2618d..73416878e4c7d 100644 --- a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts @@ -118,9 +118,7 @@ export class ListSharedEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: S3OutpostsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts index 6dbbc735e943e..974a9753e30b4 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts @@ -86,9 +86,7 @@ export class DeleteHumanLoopCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerA2IRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts index ce485656055ab..c5eb03082e485 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts @@ -96,9 +96,7 @@ export class DescribeHumanLoopCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerA2IRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts index 60c418a05c68b..49d36796af62a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts @@ -100,9 +100,7 @@ export class ListHumanLoopsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerA2IRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts index 85c8abcc395f4..5fa7dea4441f3 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts @@ -103,9 +103,7 @@ export class StartHumanLoopCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerA2IRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts index 84258bc1f7e91..e0501b24676a5 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts @@ -84,9 +84,7 @@ export class StopHumanLoopCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerA2IRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts index a4f728f19390b..abd859a99bc19 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts @@ -87,9 +87,7 @@ export class GetDeploymentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SagemakerEdgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts index 5b4ecd5cd2b65..5d114859db089 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts @@ -71,9 +71,7 @@ export class GetDeviceRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SagemakerEdgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts index a9443b577e702..3b2e3f1b9a331 100644 --- a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts @@ -112,9 +112,7 @@ export class SendHeartbeatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SagemakerEdgeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts index 2f4e394c4a40e..52bf15351e925 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts @@ -127,9 +127,7 @@ export class BatchGetRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerFeatureStoreRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts index 5cce1538bb6a8..ec9cbfc47d381 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts @@ -119,9 +119,7 @@ export class DeleteRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerFeatureStoreRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts index 8fa74b8b657b1..c4d5c4034f1ff 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts @@ -101,9 +101,7 @@ export class GetRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerFeatureStoreRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts index 411e66da8c314..5b20935d1b74c 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts @@ -111,9 +111,7 @@ export class PutRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerFeatureStoreRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts index d936da4e5cf39..a03c088246ad2 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts @@ -85,9 +85,7 @@ export class DeleteEarthObservationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts index e44c49f1a39d1..03d6da71d30dd 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts @@ -85,9 +85,7 @@ export class DeleteVectorEnrichmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts index 6386b99a7740f..7d95d725c410c 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts @@ -109,9 +109,7 @@ export class ExportEarthObservationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts index ac4a88b166a74..009f461bb290b 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts @@ -107,9 +107,7 @@ export class ExportVectorEnrichmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts index 7ecd306d9b684..c68ea70f175fd 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts @@ -256,9 +256,7 @@ export class GetEarthObservationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts index 5490d4b7ce1af..9736b0918af13 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts @@ -102,9 +102,7 @@ export class GetRasterDataCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts index 2000e57b64ec7..5644e1308538f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts @@ -99,9 +99,7 @@ export class GetTileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts index 796ad8e492a9c..6206a1bdb36a0 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts @@ -124,9 +124,7 @@ export class GetVectorEnrichmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts index 8a518aade2547..a06907cdb8c6c 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts @@ -106,9 +106,7 @@ export class ListEarthObservationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts index 024baa3f07841..3fb635be417af 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts @@ -110,9 +110,7 @@ export class ListRasterDataCollectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts index d49cfb203bb3c..2a2b31c5e88d8 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts index 624b45693d040..8bb82d65e64af 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts @@ -106,9 +106,7 @@ export class ListVectorEnrichmentJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts index f6d27b1d78cf7..f512dadc3c40d 100644 --- a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts @@ -186,9 +186,7 @@ export class SearchRasterDataCollectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts index 86a06f9620557..86627fe0786da 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts @@ -385,9 +385,7 @@ export class StartEarthObservationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts index 19aaf74737d88..1acab376b3930 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts @@ -148,9 +148,7 @@ export class StartVectorEnrichmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts index 807ea4041ca33..4124a1879a28f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts @@ -85,9 +85,7 @@ export class StopEarthObservationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts index 6ffa205a20bb1..9721daec167c3 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts @@ -85,9 +85,7 @@ export class StopVectorEnrichmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts index 99c2e14b0252f..d9aa6b05af6a9 100644 --- a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts index 13bd599e80296..e526bd822cab0 100644 --- a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerGeospatialClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts index 87c2e3f78a34b..44397c49829b6 100644 --- a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts +++ b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts @@ -80,9 +80,7 @@ export class BatchPutMetricsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerMetricsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts index ee0ac3bb740c1..ac2511726cd5b 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts @@ -98,9 +98,7 @@ export class InvokeEndpointAsyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts index 8a0e54062def8..9ea3543887c13 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts @@ -141,9 +141,7 @@ export class InvokeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts index 6c5c6d8b97b53..80df7fd61a581 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts @@ -160,9 +160,7 @@ export class InvokeEndpointWithResponseStreamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerRuntimeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts index f03f9dd1b452c..81b5cfb290b72 100644 --- a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts @@ -79,9 +79,7 @@ export class AddAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/AddTagsCommand.ts b/clients/client-sagemaker/src/commands/AddTagsCommand.ts index 2c96952d736ee..094229906d075 100644 --- a/clients/client-sagemaker/src/commands/AddTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/AddTagsCommand.ts @@ -101,9 +101,7 @@ export class AddTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts index 61af9e0bf1353..bdfac7efc8224 100644 --- a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts @@ -75,9 +75,7 @@ export class AssociateTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts index f028eff956416..f0c819db6d3a3 100644 --- a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts @@ -133,9 +133,7 @@ export class BatchDescribeModelPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateActionCommand.ts b/clients/client-sagemaker/src/commands/CreateActionCommand.ts index 927677ed48627..a866691491c93 100644 --- a/clients/client-sagemaker/src/commands/CreateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateActionCommand.ts @@ -96,9 +96,7 @@ export class CreateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts index d92c88ca7222c..9fb4875c3be32 100644 --- a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts @@ -288,9 +288,7 @@ export class CreateAlgorithmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateAppCommand.ts b/clients/client-sagemaker/src/commands/CreateAppCommand.ts index dd41facc24814..a78c6e9257ea5 100644 --- a/clients/client-sagemaker/src/commands/CreateAppCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppCommand.ts @@ -92,9 +92,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts index 3d6f2eab05dcf..598c223f423c2 100644 --- a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts @@ -125,9 +125,7 @@ export class CreateAppImageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts index 5cd6dd95c47bc..8fcaf473561a9 100644 --- a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts @@ -98,9 +98,7 @@ export class CreateArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts index df2a640237177..abd150e763022 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts @@ -163,9 +163,7 @@ export class CreateAutoMLJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts index ae47b9bc36170..0fc189ab42078 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts @@ -252,9 +252,7 @@ export class CreateAutoMLJobV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateClusterCommand.ts b/clients/client-sagemaker/src/commands/CreateClusterCommand.ts index 7084ec438653d..ead2c2d7e5430 100644 --- a/clients/client-sagemaker/src/commands/CreateClusterCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateClusterCommand.ts @@ -118,9 +118,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts index e90cdefab229e..2ec55af7eb627 100644 --- a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts @@ -82,9 +82,7 @@ export class CreateCodeRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts index 2bb95792b8eb6..9b8d480611f19 100644 --- a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts @@ -140,9 +140,7 @@ export class CreateCompilationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateContextCommand.ts b/clients/client-sagemaker/src/commands/CreateContextCommand.ts index 9cc40eb90ce5f..5677dfcc9a46b 100644 --- a/clients/client-sagemaker/src/commands/CreateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateContextCommand.ts @@ -89,9 +89,7 @@ export class CreateContextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts index 87171e08f8811..708d39435493d 100644 --- a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts @@ -181,9 +181,7 @@ export class CreateDataQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts index 6b37cf6247aaa..b717867ca2335 100644 --- a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts @@ -85,9 +85,7 @@ export class CreateDeviceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts index b498d5f8acba4..17b17636f098a 100644 --- a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts @@ -425,9 +425,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts index 78787fef35e13..e80a610f36522 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts @@ -99,9 +99,7 @@ export class CreateEdgeDeploymentPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts index a4c762f8f4f36..7fc1c90341f2d 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts @@ -83,9 +83,7 @@ export class CreateEdgeDeploymentStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts index 238b78a9de71d..1af069095f130 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts @@ -84,9 +84,7 @@ export class CreateEdgePackagingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts index b0047b3453a59..cf9a06e58de74 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts @@ -187,9 +187,7 @@ export class CreateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts index 3873a302eae3f..0362d7db3d4db 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts @@ -254,9 +254,7 @@ export class CreateEndpointConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts index 82bb71e1ea712..bd1fe7066c02c 100644 --- a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts @@ -96,9 +96,7 @@ export class CreateExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts index b7998ca2e1b3c..d333fb48f1659 100644 --- a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts @@ -141,9 +141,7 @@ export class CreateFeatureGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts index d1d207523baf3..df28316567ef8 100644 --- a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts @@ -110,9 +110,7 @@ export class CreateFlowDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateHubCommand.ts b/clients/client-sagemaker/src/commands/CreateHubCommand.ts index d78dec43663a5..b2602fdf0cf8e 100644 --- a/clients/client-sagemaker/src/commands/CreateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHubCommand.ts @@ -86,9 +86,7 @@ export class CreateHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateHubContentReferenceCommand.ts b/clients/client-sagemaker/src/commands/CreateHubContentReferenceCommand.ts index d5888b9978a4a..836c77ed3b878 100644 --- a/clients/client-sagemaker/src/commands/CreateHubContentReferenceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHubContentReferenceCommand.ts @@ -85,9 +85,7 @@ export class CreateHubContentReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts index d968a60583514..fc3f17375a2fa 100644 --- a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts @@ -81,9 +81,7 @@ export class CreateHumanTaskUiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts index 4b6bd9c4850d0..dcf8b4e0d576a 100644 --- a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts @@ -459,9 +459,7 @@ export class CreateHyperParameterTuningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateImageCommand.ts b/clients/client-sagemaker/src/commands/CreateImageCommand.ts index 611bddb915aa8..564f1092abdeb 100644 --- a/clients/client-sagemaker/src/commands/CreateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageCommand.ts @@ -83,9 +83,7 @@ export class CreateImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts index 4a484757edb8a..ad684c46785d8 100644 --- a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts @@ -88,9 +88,7 @@ export class CreateImageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateInferenceComponentCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceComponentCommand.ts index 40ed970e432c5..8f0ea5f0e2e2f 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceComponentCommand.ts @@ -107,9 +107,7 @@ export class CreateInferenceComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts index 99a069ba4a4ef..9b4dc01492d87 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts @@ -135,9 +135,7 @@ export class CreateInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts index 31fd8621ee28c..f9d214dc5f037 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts @@ -186,9 +186,7 @@ export class CreateInferenceRecommendationsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts index a2b4a8f2589a3..f62f4311e75a6 100644 --- a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts @@ -184,9 +184,7 @@ export class CreateLabelingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/CreateMlflowTrackingServerCommand.ts index 569522da7ee1b..3741d37b91921 100644 --- a/clients/client-sagemaker/src/commands/CreateMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateMlflowTrackingServerCommand.ts @@ -83,9 +83,7 @@ export class CreateMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts index 3a008a041c9b8..07d486818dd35 100644 --- a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts @@ -172,9 +172,7 @@ export class CreateModelBiasJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts index d9969525c77c5..c7492cc3c1963 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts @@ -89,9 +89,7 @@ export class CreateModelCardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts index 3fd7a18b2bcee..4b23bef7a64d1 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts @@ -81,9 +81,7 @@ export class CreateModelCardExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCommand.ts index a64199217f44b..b30960e5db584 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCommand.ts @@ -194,9 +194,7 @@ export class CreateModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts index 015f21cd15e7e..1d10eb950c6b3 100644 --- a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts @@ -173,9 +173,7 @@ export class CreateModelExplainabilityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts index d3ff20e9cc213..b4c66ff576ebc 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts @@ -356,9 +356,7 @@ export class CreateModelPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts index cedb8210ae3d7..1ef2d62cc14a2 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts @@ -76,9 +76,7 @@ export class CreateModelPackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts index f7bb20d84e12e..c2aa730256f76 100644 --- a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts @@ -182,9 +182,7 @@ export class CreateModelQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts index 7f7dd19aa83ac..2f49c3c63f31c 100644 --- a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts @@ -188,9 +188,7 @@ export class CreateMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts index 0121fa1cf8405..ea513d18d81f7 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts @@ -131,9 +131,7 @@ export class CreateNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts index 18947e4166a50..46d867fc6da72 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts @@ -100,9 +100,7 @@ export class CreateNotebookInstanceLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateOptimizationJobCommand.ts b/clients/client-sagemaker/src/commands/CreateOptimizationJobCommand.ts index 5170ea5d31a0c..2c0aa311e41c7 100644 --- a/clients/client-sagemaker/src/commands/CreateOptimizationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateOptimizationJobCommand.ts @@ -129,9 +129,7 @@ export class CreateOptimizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts index 87652ecd28ab4..1edfbbd0eebe5 100644 --- a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts @@ -95,9 +95,7 @@ export class CreatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts index 246703fa0d71c..69136c2818ecd 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts @@ -89,9 +89,7 @@ export class CreatePresignedDomainUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts index d7323fd36608e..7ffc6aa89715b 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedMlflowTrackingServerUrlCommand.ts @@ -78,9 +78,7 @@ export class CreatePresignedMlflowTrackingServerUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts index 8c2b6be11bfc4..a36e84297aa11 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts @@ -87,9 +87,7 @@ export class CreatePresignedNotebookInstanceUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts index a556a2b76c694..3ec701c16c6bf 100644 --- a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts @@ -180,9 +180,7 @@ export class CreateProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts index 3ff8ee63cefd0..8e694d5d7cfab 100644 --- a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts @@ -89,9 +89,7 @@ export class CreateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts index a3551c3e7bcf7..49253396bc3fa 100644 --- a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts @@ -170,9 +170,7 @@ export class CreateSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts index 27952b19a13fc..ca01cdaa6d084 100644 --- a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts @@ -78,9 +78,7 @@ export class CreateStudioLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts index 68552ce6f1fe6..9cabc17d267a1 100644 --- a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts @@ -330,9 +330,7 @@ export class CreateTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts index c10b11f72a37c..df7ba9bc6d2fa 100644 --- a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts @@ -164,9 +164,7 @@ export class CreateTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts index 1e071ea0d847a..e831b6458314d 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts @@ -96,9 +96,7 @@ export class CreateTrialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts index 40a4ad8db5daa..4cc2cc2b84245 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts @@ -115,9 +115,7 @@ export class CreateTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts index b6f3e5dc63be4..2fc520ae41fd9 100644 --- a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts @@ -287,9 +287,7 @@ export class CreateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts index 6ba86295bd5a6..cefb3a3c9b23b 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts @@ -124,9 +124,7 @@ export class CreateWorkforceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts index 429c4338f40b4..ac85350707144 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts @@ -108,9 +108,7 @@ export class CreateWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts index 0c6b77a5a2ea4..0c799bcda5922 100644 --- a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts @@ -68,9 +68,7 @@ export class DeleteActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts index 02e95a660b202..abd2f67f75702 100644 --- a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts @@ -67,9 +67,7 @@ export class DeleteAlgorithmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts index 9e9570db31626..9634ce6c221b0 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts @@ -73,9 +73,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts index 94783b679613e..e4ea94dadf974 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts @@ -66,9 +66,7 @@ export class DeleteAppImageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts index 351773f5bde4d..f74d5e66295d6 100644 --- a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts @@ -78,9 +78,7 @@ export class DeleteArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts index 5fca2aa1838c1..b7d67c6e97969 100644 --- a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts @@ -70,9 +70,7 @@ export class DeleteAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteClusterCommand.ts b/clients/client-sagemaker/src/commands/DeleteClusterCommand.ts index c3cd0fdf5e75a..fed9db1bb627e 100644 --- a/clients/client-sagemaker/src/commands/DeleteClusterCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteClusterCommand.ts @@ -72,9 +72,7 @@ export class DeleteClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts index a81560acc90fe..30621305b7945 100644 --- a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts @@ -63,9 +63,7 @@ export class DeleteCodeRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/DeleteCompilationJobCommand.ts index b502af3e99408..020fbd875ae2c 100644 --- a/clients/client-sagemaker/src/commands/DeleteCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteCompilationJobCommand.ts @@ -73,9 +73,7 @@ export class DeleteCompilationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts index 2d14fda678dbd..04bf33d7c67cd 100644 --- a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts @@ -68,9 +68,7 @@ export class DeleteContextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts index ce223c0a80f78..fb38947369d5d 100644 --- a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts @@ -69,9 +69,7 @@ export class DeleteDataQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts index e49ad4c2db3c3..dd014829dd54a 100644 --- a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts @@ -66,9 +66,7 @@ export class DeleteDeviceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts index 9ce04637ef5cf..677bbfc356f86 100644 --- a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts @@ -75,9 +75,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts index 2de033e520e9f..76c27e3105a74 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts @@ -67,9 +67,7 @@ export class DeleteEdgeDeploymentPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts index fba30c40fba5b..f102d5146100e 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts @@ -68,9 +68,7 @@ export class DeleteEdgeDeploymentStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts index 316fcfd9a3789..dbf8c9c371f8e 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts @@ -73,9 +73,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts index e724401ba9caf..666782bd2674b 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts @@ -71,9 +71,7 @@ export class DeleteEndpointConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts index 8cf64a41f6856..d61060d20a519 100644 --- a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts @@ -70,9 +70,7 @@ export class DeleteExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts index 072fec1210b3b..cbd46aae55a3d 100644 --- a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteFeatureGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts index 6d9fe3fc55448..ccfc69a7d1ece 100644 --- a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts @@ -69,9 +69,7 @@ export class DeleteFlowDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts index 931a0f1fc6458..e924b6506bc4a 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts @@ -69,9 +69,7 @@ export class DeleteHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts index 39dfa3d1eeb1f..20e72e970c09f 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts @@ -72,9 +72,7 @@ export class DeleteHubContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteHubContentReferenceCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubContentReferenceCommand.ts index ef49fe254aa00..d29b22ae66707 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubContentReferenceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubContentReferenceCommand.ts @@ -68,9 +68,7 @@ export class DeleteHubContentReferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts index a55ca70e8f09f..2d4e12e4e2588 100644 --- a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts @@ -70,9 +70,7 @@ export class DeleteHumanTaskUiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/DeleteHyperParameterTuningJobCommand.ts index 9c0be08997dbc..921f5d395a493 100644 --- a/clients/client-sagemaker/src/commands/DeleteHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHyperParameterTuningJobCommand.ts @@ -69,9 +69,7 @@ export class DeleteHyperParameterTuningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts index 99855c4d3ba97..76edce27d6cff 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts @@ -70,9 +70,7 @@ export class DeleteImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts index 5cadd7e1bb312..4af386c142ce4 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts @@ -72,9 +72,7 @@ export class DeleteImageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteInferenceComponentCommand.ts b/clients/client-sagemaker/src/commands/DeleteInferenceComponentCommand.ts index 136667952e2cf..4cee0ac13c0e0 100644 --- a/clients/client-sagemaker/src/commands/DeleteInferenceComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteInferenceComponentCommand.ts @@ -63,9 +63,7 @@ export class DeleteInferenceComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts index 21ff2abf748f1..c2070f0e9e195 100644 --- a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts @@ -78,9 +78,7 @@ export class DeleteInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/DeleteMlflowTrackingServerCommand.ts index c34eead03c267..d4c2be1421b1f 100644 --- a/clients/client-sagemaker/src/commands/DeleteMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteMlflowTrackingServerCommand.ts @@ -68,9 +68,7 @@ export class DeleteMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts index 3e9894734560b..f9fe4a387f231 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts @@ -69,9 +69,7 @@ export class DeleteModelBiasJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts index 41a31bc9460cb..f18c2b94b7d6f 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts @@ -70,9 +70,7 @@ export class DeleteModelCardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts index b8f340ba156fd..d08b5788f610e 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts @@ -66,9 +66,7 @@ export class DeleteModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts index a79a77650dadc..edb5955bbab85 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts @@ -70,9 +70,7 @@ export class DeleteModelExplainabilityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts index 474ab231fc747..223f9dc962965 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts @@ -69,9 +69,7 @@ export class DeleteModelPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts index f40d164993e97..8c5c3c4e0468a 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts @@ -67,9 +67,7 @@ export class DeleteModelPackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts index 8a1de8ae2e6e1..a23b1ba7bbb20 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts @@ -66,9 +66,7 @@ export class DeleteModelPackageGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts index 5a337da02490d..beffb1f883bdd 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts @@ -69,9 +69,7 @@ export class DeleteModelQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts index a5e76122851ca..e375151916757 100644 --- a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts @@ -67,9 +67,7 @@ export class DeleteMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts index 48f6f1527f933..8368737a76a83 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts @@ -69,9 +69,7 @@ export class DeleteNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts index e11ee9ee258dc..2932a2ab83ab8 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts @@ -66,9 +66,7 @@ export class DeleteNotebookInstanceLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteOptimizationJobCommand.ts b/clients/client-sagemaker/src/commands/DeleteOptimizationJobCommand.ts index 9747be8e9573f..4b7757ab90cb2 100644 --- a/clients/client-sagemaker/src/commands/DeleteOptimizationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteOptimizationJobCommand.ts @@ -66,9 +66,7 @@ export class DeleteOptimizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts index dd81770484a44..26052f58b92d7 100644 --- a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts @@ -76,9 +76,7 @@ export class DeletePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts index 9af689b3f084b..56015f0406d0d 100644 --- a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts @@ -67,9 +67,7 @@ export class DeleteProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts index 0126934bdad8b..057d079fae861 100644 --- a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts @@ -70,9 +70,7 @@ export class DeleteSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts index a8e240dbaf9f0..8ce285fdf6b32 100644 --- a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts @@ -72,9 +72,7 @@ export class DeleteStudioLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts index b9b1123dfa59c..1ffc6e4480afc 100644 --- a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts @@ -77,9 +77,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts index 26afaab49574c..950d08577fdc4 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts @@ -70,9 +70,7 @@ export class DeleteTrialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts index f1ecf1f8b6902..f3fec64341dfb 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts @@ -70,9 +70,7 @@ export class DeleteTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts index 773e3e05ab778..b7b4534b807ce 100644 --- a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts @@ -71,9 +71,7 @@ export class DeleteUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts index 4f2ee34e3fd29..84174865a70be 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts @@ -74,9 +74,7 @@ export class DeleteWorkforceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts index f9db3345d4094..284d03e0eb421 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts @@ -69,9 +69,7 @@ export class DeleteWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts index 3b1becab97888..afb07925acad5 100644 --- a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts @@ -66,9 +66,7 @@ export class DeregisterDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts index 9f9996dadae41..1a5dfa89aae51 100644 --- a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts @@ -109,9 +109,7 @@ export class DescribeActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts index f8af1e02251e2..5fdd18fc000bd 100644 --- a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts @@ -302,9 +302,7 @@ export class DescribeAlgorithmCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts index 955028f270f2f..f724e9c0d4955 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts @@ -89,9 +89,7 @@ export class DescribeAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts index b4e87d9d5870f..2c6862bf2c1af 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts @@ -120,9 +120,7 @@ export class DescribeAppImageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts index c0836c07b8ca6..4d77fa021d25a 100644 --- a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts @@ -111,9 +111,7 @@ export class DescribeArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts index 39da57811020b..93e203e59dc39 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts @@ -221,9 +221,7 @@ export class DescribeAutoMLJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts index b62f6fc6cb981..73f6508c35ebe 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts @@ -304,9 +304,7 @@ export class DescribeAutoMLJobV2Command extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeClusterCommand.ts b/clients/client-sagemaker/src/commands/DescribeClusterCommand.ts index 13a60980b28ea..fa70f09a820b7 100644 --- a/clients/client-sagemaker/src/commands/DescribeClusterCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeClusterCommand.ts @@ -110,9 +110,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeClusterNodeCommand.ts b/clients/client-sagemaker/src/commands/DescribeClusterNodeCommand.ts index 02966ad7d36b0..9e403fdc48fca 100644 --- a/clients/client-sagemaker/src/commands/DescribeClusterNodeCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeClusterNodeCommand.ts @@ -97,9 +97,7 @@ export class DescribeClusterNodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts index 24cadcd59ea91..2ecfdb94d0937 100644 --- a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts @@ -73,9 +73,7 @@ export class DescribeCodeRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts index d3829dc6f3934..bd68d7c17ce19 100644 --- a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts @@ -119,9 +119,7 @@ export class DescribeCompilationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts index 48bad96b8953e..fde2668760db9 100644 --- a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts @@ -102,9 +102,7 @@ export class DescribeContextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts index ccdbf9409d887..f8f1d3f0297e5 100644 --- a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts @@ -171,9 +171,7 @@ export class DescribeDataQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts index 8437a756d50a4..c5b1947bb4bc0 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts @@ -87,9 +87,7 @@ export class DescribeDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts index 882f09951c51d..a40fe9c97df7a 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts @@ -80,9 +80,7 @@ export class DescribeDeviceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts index e2a4b869aff5a..06afd769e1d25 100644 --- a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts @@ -382,9 +382,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts index efa98523a9a9b..7b4bcfe3595de 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts @@ -108,9 +108,7 @@ export class DescribeEdgeDeploymentPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts index 7035aefae8045..9e5980b784bf6 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts @@ -92,9 +92,7 @@ export class DescribeEdgePackagingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts index 81220edc5631b..7ed86846df9d5 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts @@ -330,9 +330,7 @@ export class DescribeEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts index e77f68ab335eb..5729db3be83dc 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts @@ -217,9 +217,7 @@ export class DescribeEndpointConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts index ed6be311fe607..b7750387f1af3 100644 --- a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts @@ -97,9 +97,7 @@ export class DescribeExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts index 80516434a8792..ba8ad92f5248f 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts @@ -132,9 +132,7 @@ export class DescribeFeatureGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts index 3371a6abff5a3..23f581bd0f356 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts @@ -81,9 +81,7 @@ export class DescribeFeatureMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts index e2760fd4bfbd4..a4defcb573060 100644 --- a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts @@ -104,9 +104,7 @@ export class DescribeFlowDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts index f26c9fa9063a4..327463cb53921 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts @@ -81,9 +81,7 @@ export class DescribeHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts index d72dca1fb3243..0c3d539c59856 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts @@ -96,9 +96,7 @@ export class DescribeHubContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts index 45e4404e7c310..7936c1af2aa3a 100644 --- a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts @@ -75,9 +75,7 @@ export class DescribeHumanTaskUiCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts index 5d6990076ff98..614e566596e6d 100644 --- a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts @@ -502,9 +502,7 @@ export class DescribeHyperParameterTuningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts index 2b4ba19ecdac9..36b56e7032f7b 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts @@ -76,9 +76,7 @@ export class DescribeImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts index 9cb57db930b6a..39c4389e58562 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts @@ -85,9 +85,7 @@ export class DescribeImageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceComponentCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceComponentCommand.ts index 4ebbd46b32da6..abeb2cbfffb22 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceComponentCommand.ts @@ -101,9 +101,7 @@ export class DescribeInferenceComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts index 201ed2d74458b..e1bb968025d27 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts @@ -125,9 +125,7 @@ export class DescribeInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts index 34e9b2052a43d..e7c44c5072747 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts @@ -225,9 +225,7 @@ export class DescribeInferenceRecommendationsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts index 9d18b7c01f3cb..ddf91adce3bcb 100644 --- a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts @@ -160,9 +160,7 @@ export class DescribeLabelingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts index 4dbc0fb7d751c..7255e3bbd4285 100644 --- a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts @@ -95,9 +95,7 @@ export class DescribeLineageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/DescribeMlflowTrackingServerCommand.ts index 700a4a5b3b43f..611466a602005 100644 --- a/clients/client-sagemaker/src/commands/DescribeMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeMlflowTrackingServerCommand.ts @@ -105,9 +105,7 @@ export class DescribeMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts index e50f39fcbf311..ccae9ba1bd641 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts @@ -164,9 +164,7 @@ export class DescribeModelBiasJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts index c665a363c033a..8ffce9bc4b938 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts @@ -103,9 +103,7 @@ export class DescribeModelCardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts index 6ba5cd309732d..b1f8e81d35c30 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts @@ -81,9 +81,7 @@ export class DescribeModelCardExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts index fbe28453bee83..4e58f860623aa 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts @@ -181,9 +181,7 @@ export class DescribeModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts index 5f4d1cedbe8e3..080e56f10f148 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts @@ -165,9 +165,7 @@ export class DescribeModelExplainabilityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts index 035685be17e1f..4b76e02347acf 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts @@ -372,9 +372,7 @@ export class DescribeModelPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts index 124a2eb5a7363..9c73ccf0390e1 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts @@ -79,9 +79,7 @@ export class DescribeModelPackageGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts index 44c56de4da6ea..1eb3191eb7e88 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts @@ -175,9 +175,7 @@ export class DescribeModelQualityJobDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts index 0408b2efe7846..2f3bf2435a786 100644 --- a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts @@ -196,9 +196,7 @@ export class DescribeMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts index 8b167a51c2b98..546c663f6a937 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts @@ -94,9 +94,7 @@ export class DescribeNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts index 8ee6497a4b29d..a5c4eb7f21d7e 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts @@ -89,9 +89,7 @@ export class DescribeNotebookInstanceLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeOptimizationJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeOptimizationJobCommand.ts index e33a26db4342c..5a1b3fcb60ee0 100644 --- a/clients/client-sagemaker/src/commands/DescribeOptimizationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeOptimizationJobCommand.ts @@ -124,9 +124,7 @@ export class DescribeOptimizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts index 87816c2323b6f..e50f15522a017 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts @@ -100,9 +100,7 @@ export class DescribePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts index b86957af39c0b..c4da50aa43513 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts @@ -78,9 +78,7 @@ export class DescribePipelineDefinitionForExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts index 1ec1e353c12fa..ba7beeda96908 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts @@ -110,9 +110,7 @@ export class DescribePipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts index 1704ac2edca12..70daea47eff43 100644 --- a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts @@ -178,9 +178,7 @@ export class DescribeProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts index 423f71bf92570..2ecd309b4c01e 100644 --- a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts @@ -106,9 +106,7 @@ export class DescribeProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts index ca5c76fd64eae..d00afad2b3bbe 100644 --- a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts @@ -168,9 +168,7 @@ export class DescribeSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts index 63f57f14ae373..2f7fb52dfb17f 100644 --- a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts @@ -78,9 +78,7 @@ export class DescribeStudioLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts index e53777d8735e7..0037d54183276 100644 --- a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts @@ -72,9 +72,7 @@ export class DescribeSubscribedWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts index 4face6d688eea..dac20bf983162 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts @@ -298,9 +298,7 @@ export class DescribeTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts index 58803b5a548a4..a9d8f0731c7de 100644 --- a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts @@ -125,9 +125,7 @@ export class DescribeTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts index f8851e58db8e3..150893b2c96f2 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts @@ -103,9 +103,7 @@ export class DescribeTrialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts index 83246c8eb605b..a42c607f5dfef 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts @@ -146,9 +146,7 @@ export class DescribeTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts index b82d9ed098603..d0fd2a7a710bd 100644 --- a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts @@ -282,9 +282,7 @@ export class DescribeUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts index 175d2a25ccc23..7694d2e78c14d 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts @@ -110,9 +110,7 @@ export class DescribeWorkforceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts index 785169c8e72d9..d91f6970df532 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts @@ -103,9 +103,7 @@ export class DescribeWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts index 834482becaf86..d78d8ebe49f13 100644 --- a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts @@ -71,9 +71,7 @@ export class DisableSagemakerServicecatalogPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts index 188cf298f751e..decdf12f041cf 100644 --- a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts @@ -75,9 +75,7 @@ export class DisassociateTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts index 16ba4060be82f..298aab9c3d33b 100644 --- a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts @@ -71,9 +71,7 @@ export class EnableSagemakerServicecatalogPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts index 63a139ed046a1..07b65a7c4d89c 100644 --- a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts +++ b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts @@ -94,9 +94,7 @@ export class GetDeviceFleetReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts index 99ea6eb998243..7b74df58e95d7 100644 --- a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts @@ -69,9 +69,7 @@ export class GetLineageGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts index 7c40ee58329d5..b56ad46c489f0 100644 --- a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts @@ -68,9 +68,7 @@ export class GetModelPackageGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts index 60bfbe666099b..06aa06f5bcedc 100644 --- a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts @@ -73,9 +73,7 @@ export class GetSagemakerServicecatalogPortfolioStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts b/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts index 1d53af475545a..63de6d64902a4 100644 --- a/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts +++ b/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts @@ -119,9 +119,7 @@ export class GetScalingConfigurationRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts index 9f39899f0eb20..f0f3adc38dbf9 100644 --- a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts @@ -77,9 +77,7 @@ export class GetSearchSuggestionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts index 3c3d6bff9c0a6..226a055a13a8e 100644 --- a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts @@ -93,9 +93,7 @@ export class ImportHubContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListActionsCommand.ts b/clients/client-sagemaker/src/commands/ListActionsCommand.ts index c802ff975b9cb..d6b2056eb78c5 100644 --- a/clients/client-sagemaker/src/commands/ListActionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListActionsCommand.ts @@ -90,9 +90,7 @@ export class ListActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts index 921ca6f367f3a..b6f0d4b76666c 100644 --- a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts @@ -80,9 +80,7 @@ export class ListAlgorithmsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts index dbf97a97b1de2..f5067a100b509 100644 --- a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts @@ -75,9 +75,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts index d9f7df9e0f527..c1a40de6627ed 100644 --- a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts @@ -132,9 +132,7 @@ export class ListAppImageConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAppsCommand.ts b/clients/client-sagemaker/src/commands/ListAppsCommand.ts index 150307f790eeb..6400d27737d04 100644 --- a/clients/client-sagemaker/src/commands/ListAppsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppsCommand.ts @@ -89,9 +89,7 @@ export class ListAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts index d36d28aff23c7..a580e60d0f5a8 100644 --- a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts @@ -93,9 +93,7 @@ export class ListArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts index ba0e69c5c7aaf..15b9c6c7abfb7 100644 --- a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts @@ -100,9 +100,7 @@ export class ListAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts index e20fdd4d3adfb..13fb23e3bc5de 100644 --- a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts @@ -91,9 +91,7 @@ export class ListAutoMLJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts index 03e4f11f1bc97..db36797e2b75f 100644 --- a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts @@ -133,9 +133,7 @@ export class ListCandidatesForAutoMLJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListClusterNodesCommand.ts b/clients/client-sagemaker/src/commands/ListClusterNodesCommand.ts index 5b64b3152219a..602df26f371f4 100644 --- a/clients/client-sagemaker/src/commands/ListClusterNodesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListClusterNodesCommand.ts @@ -88,9 +88,7 @@ export class ListClusterNodesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListClustersCommand.ts b/clients/client-sagemaker/src/commands/ListClustersCommand.ts index d126665481583..b1645427db246 100644 --- a/clients/client-sagemaker/src/commands/ListClustersCommand.ts +++ b/clients/client-sagemaker/src/commands/ListClustersCommand.ts @@ -79,9 +79,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts index 3c9ad1918f90f..614aa337164bf 100644 --- a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts @@ -86,9 +86,7 @@ export class ListCodeRepositoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts index b020a11613841..065c73fe32ad2 100644 --- a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts @@ -91,9 +91,7 @@ export class ListCompilationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListContextsCommand.ts b/clients/client-sagemaker/src/commands/ListContextsCommand.ts index 803c9f9117aa0..9b2a211f7734a 100644 --- a/clients/client-sagemaker/src/commands/ListContextsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListContextsCommand.ts @@ -89,9 +89,7 @@ export class ListContextsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts index ba76081a74c9b..9e9f8c7c40643 100644 --- a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts @@ -85,9 +85,7 @@ export class ListDataQualityJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts index c046506251fcd..b9ce222daff0a 100644 --- a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts @@ -81,9 +81,7 @@ export class ListDeviceFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts index 991808f70fb35..4c3a2ee1ea1db 100644 --- a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts @@ -87,9 +87,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts index 9270eb29e39b9..f67b16debe53b 100644 --- a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts @@ -77,9 +77,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts index e632b412a9281..2c72d815595d5 100644 --- a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts @@ -86,9 +86,7 @@ export class ListEdgeDeploymentPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts index 939edc8a13751..69f7848291b78 100644 --- a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts @@ -87,9 +87,7 @@ export class ListEdgePackagingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts index 29f0cf787799c..c59fc8081c56b 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts @@ -78,9 +78,7 @@ export class ListEndpointConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts index 3c527f0999e48..f71bbd1cd62c5 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts @@ -83,9 +83,7 @@ export class ListEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts index f9b95c9b58046..cb1b456e9e265 100644 --- a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts @@ -85,9 +85,7 @@ export class ListExperimentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts index 8d5da903f85a1..21b5c9cfedae7 100644 --- a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts @@ -85,9 +85,7 @@ export class ListFeatureGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts index df9b0965dd6ea..e6cdcfb691197 100644 --- a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts @@ -78,9 +78,7 @@ export class ListFlowDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts index 6e72be369c39a..0a28ab6aed2e6 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts @@ -97,9 +97,7 @@ export class ListHubContentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts index ba9b5a2c7d641..4b76a4ab8dcb8 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts @@ -96,9 +96,7 @@ export class ListHubContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListHubsCommand.ts b/clients/client-sagemaker/src/commands/ListHubsCommand.ts index 306cdad7ba5a2..7707592fa3054 100644 --- a/clients/client-sagemaker/src/commands/ListHubsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubsCommand.ts @@ -87,9 +87,7 @@ export class ListHubsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts index 422b95943973f..7f117afe50a1b 100644 --- a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts @@ -76,9 +76,7 @@ export class ListHumanTaskUisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts index 45d28e11fcd3a..740caa37ff555 100644 --- a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts @@ -109,9 +109,7 @@ export class ListHyperParameterTuningJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts index c43102c77b0f0..0187ed4105ad9 100644 --- a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts @@ -88,9 +88,7 @@ export class ListImageVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListImagesCommand.ts b/clients/client-sagemaker/src/commands/ListImagesCommand.ts index 137453e554e79..f34e6414fd758 100644 --- a/clients/client-sagemaker/src/commands/ListImagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImagesCommand.ts @@ -86,9 +86,7 @@ export class ListImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListInferenceComponentsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceComponentsCommand.ts index c6ab9a50aa953..335bd940a47fa 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceComponentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceComponentsCommand.ts @@ -88,9 +88,7 @@ export class ListInferenceComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts index 03d7c7d6bab76..57b0b4895b33e 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts @@ -92,9 +92,7 @@ export class ListInferenceExperimentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts index 208c75a0b3528..92d3b104bac4c 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts @@ -128,9 +128,7 @@ export class ListInferenceRecommendationsJobStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts index 4c5f7e6545381..4316f79bd86e5 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts @@ -98,9 +98,7 @@ export class ListInferenceRecommendationsJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts index bf8857a850f64..cc645d2c091a0 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts @@ -113,9 +113,7 @@ export class ListLabelingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts index b1a27e1802fdf..784a094ee7dc9 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts @@ -91,9 +91,7 @@ export class ListLabelingJobsForWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts index 12098ffbf2963..9a80c1ae845ae 100644 --- a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts @@ -81,9 +81,7 @@ export class ListLineageGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListMlflowTrackingServersCommand.ts b/clients/client-sagemaker/src/commands/ListMlflowTrackingServersCommand.ts index 64bf9064f3111..09992fb406433 100644 --- a/clients/client-sagemaker/src/commands/ListMlflowTrackingServersCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMlflowTrackingServersCommand.ts @@ -83,9 +83,7 @@ export class ListMlflowTrackingServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts index 4869409eeac95..fe10dc6347978 100644 --- a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts @@ -82,9 +82,7 @@ export class ListModelBiasJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts index 74bd2ec4439ac..d443ee89d4254 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts @@ -85,9 +85,7 @@ export class ListModelCardExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts index 63a55073d356b..bf01c9b94a74d 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts @@ -85,9 +85,7 @@ export class ListModelCardVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts index e3835c1f88e20..12c5c1984d5af 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts @@ -81,9 +81,7 @@ export class ListModelCardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts index 852e89864df23..1e115b40f9fb0 100644 --- a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts @@ -89,9 +89,7 @@ export class ListModelExplainabilityJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts index fd786cfddd4a1..d5f5e6a3da527 100644 --- a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts @@ -84,9 +84,7 @@ export class ListModelMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts index a52b2e45d10fb..dfb2a73b767ac 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts @@ -81,9 +81,7 @@ export class ListModelPackageGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts index 8e3c516c180ec..2eab87e61bc7a 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts @@ -86,9 +86,7 @@ export class ListModelPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts index 967584472c5fb..49ff4988f540e 100644 --- a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts @@ -85,9 +85,7 @@ export class ListModelQualityJobDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListModelsCommand.ts b/clients/client-sagemaker/src/commands/ListModelsCommand.ts index 779f2412de788..dd7a199889e5b 100644 --- a/clients/client-sagemaker/src/commands/ListModelsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelsCommand.ts @@ -78,9 +78,7 @@ export class ListModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts index cb6d8ef5fcf4a..4860b27021787 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts @@ -84,9 +84,7 @@ export class ListMonitoringAlertHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts index d53d232f99677..a5dba2ca84f51 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts @@ -85,9 +85,7 @@ export class ListMonitoringAlertsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts index 532f56cc04661..573e237535c3e 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts @@ -93,9 +93,7 @@ export class ListMonitoringExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts index 4d5f1aa8acf63..43263b9bdf26d 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts @@ -89,9 +89,7 @@ export class ListMonitoringSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts index a22f8f6201a63..dfb47d747c59a 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts @@ -89,9 +89,7 @@ export class ListNotebookInstanceLifecycleConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts index d9fa25f8f53e8..f0df46b080ff0 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts @@ -94,9 +94,7 @@ export class ListNotebookInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListOptimizationJobsCommand.ts b/clients/client-sagemaker/src/commands/ListOptimizationJobsCommand.ts index 83ed5be4706a1..391b9f1e0f0c5 100644 --- a/clients/client-sagemaker/src/commands/ListOptimizationJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListOptimizationJobsCommand.ts @@ -90,9 +90,7 @@ export class ListOptimizationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts index 5edea4b226dc8..f2629cd817947 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts @@ -171,9 +171,7 @@ export class ListPipelineExecutionStepsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts index 4c30ff794e342..062e07d8f6456 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts @@ -84,9 +84,7 @@ export class ListPipelineExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts index 6bef4a75c7eee..4c97546ca4189 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts @@ -84,9 +84,7 @@ export class ListPipelineParametersForExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts index 472ed231e6fdc..d8d9c41eacd01 100644 --- a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts @@ -83,9 +83,7 @@ export class ListPipelinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts index 8bc51be4f282e..32fc5658c60e2 100644 --- a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts @@ -86,9 +86,7 @@ export class ListProcessingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts index 161b497d1eb5a..7827a6372f9ac 100644 --- a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts @@ -81,9 +81,7 @@ export class ListProjectsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts b/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts index 1b5345c88bc62..e555aa88d942a 100644 --- a/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts @@ -80,9 +80,7 @@ export class ListResourceCatalogsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts index d378eb4e4c810..9bea5a7f857aa 100644 --- a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts @@ -94,9 +94,7 @@ export class ListSpacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts index 7c71c6f589289..bf096f03df2ca 100644 --- a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts @@ -85,9 +85,7 @@ export class ListStageDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts index c38da196469f6..f8a12b80fa87c 100644 --- a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts @@ -87,9 +87,7 @@ export class ListStudioLifecycleConfigsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts index 7e511d8ea5ff6..0cfc533d5dc9d 100644 --- a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts @@ -78,9 +78,7 @@ export class ListSubscribedWorkteamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTagsCommand.ts b/clients/client-sagemaker/src/commands/ListTagsCommand.ts index e06e10f7e15e5..e9153dc658e9a 100644 --- a/clients/client-sagemaker/src/commands/ListTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTagsCommand.ts @@ -73,9 +73,7 @@ export class ListTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts index 1326ecfd251a5..816cb7c8e9cba 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts @@ -111,9 +111,7 @@ export class ListTrainingJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts index 5aab8ee54474a..53feab801f355 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts @@ -105,9 +105,7 @@ export class ListTrainingJobsForHyperParameterTuningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts index 4a8fb6476f4b1..82f25dcaf2683 100644 --- a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts @@ -85,9 +85,7 @@ export class ListTransformJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts index 50a38922cd8da..556c2f719907c 100644 --- a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts @@ -134,9 +134,7 @@ export class ListTrialComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts index 4d6e767be3a83..8f4043ceac321 100644 --- a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts @@ -92,9 +92,7 @@ export class ListTrialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts index e67507a3c7887..6fd554a6f629d 100644 --- a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts @@ -79,9 +79,7 @@ export class ListUserProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts index 62df652316f02..ae4a7b10d37bf 100644 --- a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts @@ -113,9 +113,7 @@ export class ListWorkforcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts index 14d13c764aa5d..e9363791f353f 100644 --- a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts @@ -110,9 +110,7 @@ export class ListWorkteamsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts index 8b3da7331764b..c9f448e5148db 100644 --- a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts @@ -72,9 +72,7 @@ export class PutModelPackageGroupPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts index b921c8b9c2a29..2ee738671d5e9 100644 --- a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts +++ b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts @@ -106,9 +106,7 @@ export class QueryLineageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts index 6277e700358ee..7203ecc18ce15 100644 --- a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts @@ -80,9 +80,7 @@ export class RegisterDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts index 61bd6577786a9..0d66c9137b034 100644 --- a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts +++ b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts @@ -81,9 +81,7 @@ export class RenderUiTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts index 04ee2d05bb965..63a4791e3953b 100644 --- a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts @@ -80,9 +80,7 @@ export class RetryPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index a97b320effeee..5af1e8931db73 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -2161,9 +2161,7 @@ export class SearchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts index dec2729cd3c40..543d4d108c1a4 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts @@ -85,9 +85,7 @@ export class SendPipelineExecutionStepFailureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts index 829f165103845..c5fc6f6af991f 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts @@ -90,9 +90,7 @@ export class SendPipelineExecutionStepSuccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts index c43f0191c8c41..cb5e168ca276d 100644 --- a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts @@ -64,9 +64,7 @@ export class StartEdgeDeploymentStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts index 6a75d03abe760..1964a1e469cdb 100644 --- a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts @@ -72,9 +72,7 @@ export class StartInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/StartMlflowTrackingServerCommand.ts index 795a4c189d9c0..5d00fb6495236 100644 --- a/clients/client-sagemaker/src/commands/StartMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/StartMlflowTrackingServerCommand.ts @@ -72,9 +72,7 @@ export class StartMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts index 07c16e6a590fe..648f26338f941 100644 --- a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts @@ -70,9 +70,7 @@ export class StartMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts index 7cc55616a8dc1..64b6718e5bfbe 100644 --- a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts @@ -70,9 +70,7 @@ export class StartNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts index 436db4ef75b75..48d4a44e6b4b2 100644 --- a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts @@ -96,9 +96,7 @@ export class StartPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts index 0597d9f18432d..0b5603cfcbdec 100644 --- a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts @@ -66,9 +66,7 @@ export class StopAutoMLJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts index 9d1ae67bf3053..67d4e0adba173 100644 --- a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts @@ -72,9 +72,7 @@ export class StopCompilationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts index 96a43366dabda..cb31240d4d18a 100644 --- a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts @@ -64,9 +64,7 @@ export class StopEdgeDeploymentStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts index 7b120eae6cfd6..7f95ded5db3b6 100644 --- a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts @@ -63,9 +63,7 @@ export class StopEdgePackagingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts index 061e158c163fc..146be9868cd5c 100644 --- a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts @@ -72,9 +72,7 @@ export class StopHyperParameterTuningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts index 768c44098dca3..8112528180bff 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts @@ -90,9 +90,7 @@ export class StopInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts index a69bf719b0927..dd0aee9d39151 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts @@ -69,9 +69,7 @@ export class StopInferenceRecommendationsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts index 8c2213d62f8df..052f4040c80d1 100644 --- a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts @@ -67,9 +67,7 @@ export class StopLabelingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/StopMlflowTrackingServerCommand.ts index b01bee7811290..4aa7973c2493c 100644 --- a/clients/client-sagemaker/src/commands/StopMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/StopMlflowTrackingServerCommand.ts @@ -72,9 +72,7 @@ export class StopMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts index e24fab8368c4d..2f0ffef7ef1f4 100644 --- a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts @@ -66,9 +66,7 @@ export class StopMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts index 245cb04153cea..169a72eaa003d 100644 --- a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts @@ -71,9 +71,7 @@ export class StopNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopOptimizationJobCommand.ts b/clients/client-sagemaker/src/commands/StopOptimizationJobCommand.ts index 7e7db98c72747..443a8cfa2a5c9 100644 --- a/clients/client-sagemaker/src/commands/StopOptimizationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopOptimizationJobCommand.ts @@ -66,9 +66,7 @@ export class StopOptimizationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts index f9ffd83ed6a04..5b1bce43092d5 100644 --- a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts @@ -95,9 +95,7 @@ export class StopPipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts index 13aea310f124f..a3b07b737fa70 100644 --- a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts @@ -66,9 +66,7 @@ export class StopProcessingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts index 30f23f23d6dd5..8f38af4eeaf12 100644 --- a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts @@ -72,9 +72,7 @@ export class StopTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts index cb65acc6ced23..27d54a61edc66 100644 --- a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts @@ -71,9 +71,7 @@ export class StopTransformJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts index 536b12bb05056..160cf798ace33 100644 --- a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts @@ -80,9 +80,7 @@ export class UpdateActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts index b13023c37982b..392b86ccc6975 100644 --- a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts @@ -117,9 +117,7 @@ export class UpdateAppImageConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts index 960a22bba5f82..791190c09dc23 100644 --- a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts @@ -79,9 +79,7 @@ export class UpdateArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateClusterCommand.ts b/clients/client-sagemaker/src/commands/UpdateClusterCommand.ts index cf5281bb7ddc5..9adbd7c24d4c0 100644 --- a/clients/client-sagemaker/src/commands/UpdateClusterCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateClusterCommand.ts @@ -100,9 +100,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateClusterSoftwareCommand.ts b/clients/client-sagemaker/src/commands/UpdateClusterSoftwareCommand.ts index 786838e6e77a1..4afd87a014bd2 100644 --- a/clients/client-sagemaker/src/commands/UpdateClusterSoftwareCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateClusterSoftwareCommand.ts @@ -73,9 +73,7 @@ export class UpdateClusterSoftwareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts index cedb7723a24eb..aba1c8d52cf06 100644 --- a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts @@ -72,9 +72,7 @@ export class UpdateCodeRepositoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts index 9ef649770219a..ec4cbf3d6cec2 100644 --- a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts @@ -79,9 +79,7 @@ export class UpdateContextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts index 4bf72fafb6af5..0bd255e166977 100644 --- a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts @@ -75,9 +75,7 @@ export class UpdateDeviceFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts index c28b5c2c79125..5a6e17361fa70 100644 --- a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts @@ -70,9 +70,7 @@ export class UpdateDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts index 70da982fb89c6..367a91a520e13 100644 --- a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts @@ -374,9 +374,7 @@ export class UpdateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts index 232bb90cc7d1f..4106d8c6f9fac 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts @@ -133,9 +133,7 @@ export class UpdateEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts index 3ad483f2b02bd..4ba7b5ad04559 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts @@ -89,9 +89,7 @@ export class UpdateEndpointWeightsAndCapacitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts index dbfe74eb52687..c4db8f469fe6a 100644 --- a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts @@ -75,9 +75,7 @@ export class UpdateExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts index 65c7c540dcc05..aa01c28355915 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts @@ -109,9 +109,7 @@ export class UpdateFeatureGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts index f113f32637662..07932e7b1f4cf 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts @@ -77,9 +77,7 @@ export class UpdateFeatureMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts index 394a105e92ff9..67d4bd574880d 100644 --- a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts @@ -73,9 +73,7 @@ export class UpdateHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts index 954042858a8b0..cc82c46ff5ffe 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts @@ -78,9 +78,7 @@ export class UpdateImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts index 17ddb65e16c9e..9b7365f3f712d 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts @@ -86,9 +86,7 @@ export class UpdateImageVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceComponentCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceComponentCommand.ts index 103df13a6bcea..cb034047575e2 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceComponentCommand.ts @@ -92,9 +92,7 @@ export class UpdateInferenceComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceComponentRuntimeConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceComponentRuntimeConfigCommand.ts index 21e388c47c8f5..29c1390ee72ff 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceComponentRuntimeConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceComponentRuntimeConfigCommand.ts @@ -80,9 +80,7 @@ export class UpdateInferenceComponentRuntimeConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts index 38c0bc3dd27cc..2ec2a669a4620 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts @@ -115,9 +115,7 @@ export class UpdateInferenceExperimentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateMlflowTrackingServerCommand.ts b/clients/client-sagemaker/src/commands/UpdateMlflowTrackingServerCommand.ts index ad48ded701c7f..cd1687ee8cf9b 100644 --- a/clients/client-sagemaker/src/commands/UpdateMlflowTrackingServerCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMlflowTrackingServerCommand.ts @@ -80,9 +80,7 @@ export class UpdateMlflowTrackingServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts index 68ff3185fa1ab..71213a99bc43c 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts @@ -85,9 +85,7 @@ export class UpdateModelCardCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts index d03db67537b1d..b6eea4b48a749 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts @@ -190,9 +190,7 @@ export class UpdateModelPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts index ead93d64721d9..b77a466e0dedf 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts @@ -76,9 +76,7 @@ export class UpdateMonitoringAlertCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts index add66ca9b7ac2..f2514a4ae0551 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts @@ -181,9 +181,7 @@ export class UpdateMonitoringScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts index 6d3960136915a..ccf20046f5d27 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts @@ -88,9 +88,7 @@ export class UpdateNotebookInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts index 5b341357983e1..4e705307416cf 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts @@ -85,9 +85,7 @@ export class UpdateNotebookInstanceLifecycleConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts index f38c54dcaeb19..b1e8e4087d095 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts @@ -84,9 +84,7 @@ export class UpdatePipelineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts index 5bb2b287c73e4..2915d112e97ce 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts @@ -77,9 +77,7 @@ export class UpdatePipelineExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts index f0b0870a950d6..0b3ccb0ca8856 100644 --- a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts @@ -92,9 +92,7 @@ export class UpdateProjectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts index 561ff3232d224..b1bc9a3b64d62 100644 --- a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts @@ -161,9 +161,7 @@ export class UpdateSpaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts index 3f07136f7442a..df46f44883f75 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts @@ -100,9 +100,7 @@ export class UpdateTrainingJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts index 0f75ca2a52abf..ad625aef101da 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts @@ -73,9 +73,7 @@ export class UpdateTrialCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts index a770cfe6eb330..b1269b8c0a6c3 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts @@ -106,9 +106,7 @@ export class UpdateTrialComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts index 07e89dc109cf0..67ec9e7e6cd26 100644 --- a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts @@ -276,9 +276,7 @@ export class UpdateUserProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts index 21be43ffed789..a422c5998f843 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts @@ -166,9 +166,7 @@ export class UpdateWorkforceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts index 3153e9fb19f3c..748f971461ed5 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts @@ -131,9 +131,7 @@ export class UpdateWorkteamCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SageMakerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts index d2c7705769229..49b0db69921c4 100644 --- a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts @@ -84,9 +84,7 @@ export class CreateSavingsPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts index 57b61f130e309..db1f8b164555b 100644 --- a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts @@ -75,9 +75,7 @@ export class DeleteQueuedSavingsPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts index 82a60daaaab7d..87007e39530fd 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts @@ -99,9 +99,7 @@ export class DescribeSavingsPlanRatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts index f9dbf07cfc6b5..22d03abee0c67 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts @@ -116,9 +116,7 @@ export class DescribeSavingsPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts index c74c1949b33be..880fa13ac0f0c 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts @@ -133,9 +133,7 @@ export class DescribeSavingsPlansOfferingRatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts index 6d2b668a8a3cf..aa84f5cb06023 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts @@ -135,9 +135,7 @@ export class DescribeSavingsPlansOfferingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts index d0950aa0a0fb9..3cac06d119b20 100644 --- a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/ReturnSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/ReturnSavingsPlanCommand.ts index d20d5fd3fe300..c3b6b7ed86e88 100644 --- a/clients/client-savingsplans/src/commands/ReturnSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/ReturnSavingsPlanCommand.ts @@ -78,9 +78,7 @@ export class ReturnSavingsPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/TagResourceCommand.ts b/clients/client-savingsplans/src/commands/TagResourceCommand.ts index 3ac448e71e691..12e814c475a3a 100644 --- a/clients/client-savingsplans/src/commands/TagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/TagResourceCommand.ts @@ -78,9 +78,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts index bbe926df7acc7..59890c194c623 100644 --- a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SavingsplansClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts index 2cb5aee6828dd..5c93217796b48 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts @@ -173,9 +173,7 @@ export class CreateScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts index 9b6f09d5e28bb..1bc1fc0504f28 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts @@ -87,9 +87,7 @@ export class CreateScheduleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts index e81ac8f158bca..a32c81dd20fbf 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts @@ -80,9 +80,7 @@ export class DeleteScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts index 4e66fe898cccd..9bf5c63432569 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts @@ -87,9 +87,7 @@ export class DeleteScheduleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/GetScheduleCommand.ts b/clients/client-scheduler/src/commands/GetScheduleCommand.ts index 7f3a459e5e7de..95d0d31012f8a 100644 --- a/clients/client-scheduler/src/commands/GetScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleCommand.ts @@ -170,9 +170,7 @@ export class GetScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts index a6a0a5fd8cdb3..c9cb0b538a813 100644 --- a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts @@ -81,9 +81,7 @@ export class GetScheduleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts index a0f7615ba461c..0853fb02e079f 100644 --- a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts +++ b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts @@ -85,9 +85,7 @@ export class ListScheduleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts index 7bf014fe91977..d9b60ebcf2938 100644 --- a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts +++ b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts @@ -94,9 +94,7 @@ export class ListSchedulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts index 87ae0e7fb28bc..f6f7b356fe64d 100644 --- a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/TagResourceCommand.ts b/clients/client-scheduler/src/commands/TagResourceCommand.ts index 8e974caf0f801..51336171f1d3c 100644 --- a/clients/client-scheduler/src/commands/TagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/UntagResourceCommand.ts b/clients/client-scheduler/src/commands/UntagResourceCommand.ts index 8e20503c6ee52..ea640c8d41216 100644 --- a/clients/client-scheduler/src/commands/UntagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts index 55b6d98aed5f4..934df5b66efed 100644 --- a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts @@ -178,9 +178,7 @@ export class UpdateScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchedulerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts index 1185148672e97..e81e7e71faa30 100644 --- a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts @@ -90,9 +90,7 @@ export class CreateDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/CreateRegistryCommand.ts b/clients/client-schemas/src/commands/CreateRegistryCommand.ts index 40176bb026c2b..0d9974588f0d2 100644 --- a/clients/client-schemas/src/commands/CreateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/CreateRegistryCommand.ts @@ -86,9 +86,7 @@ export class CreateRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/CreateSchemaCommand.ts b/clients/client-schemas/src/commands/CreateSchemaCommand.ts index 94f4793aadc0a..d7914ab84fe78 100644 --- a/clients/client-schemas/src/commands/CreateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/CreateSchemaCommand.ts @@ -89,9 +89,7 @@ export class CreateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts index b1e0c6f603df7..00adc4263d084 100644 --- a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts @@ -75,9 +75,7 @@ export class DeleteDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts index 89fba307ae439..ab278bfd1f438 100644 --- a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts @@ -75,9 +75,7 @@ export class DeleteRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts index a814e3557bd39..49e68f824d4a3 100644 --- a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts @@ -75,9 +75,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts index 6b7ccee1575ae..0e6b749f554ab 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts @@ -76,9 +76,7 @@ export class DeleteSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts index e3d78a1713f35..e8efa47736021 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts @@ -77,9 +77,7 @@ export class DeleteSchemaVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts index 0b2b9a603b434..29d5103f01401 100644 --- a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts @@ -83,9 +83,7 @@ export class DescribeCodeBindingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts index 0a9e8134476a9..c068028cba84b 100644 --- a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts @@ -85,9 +85,7 @@ export class DescribeDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts index 8d297c815ae46..d78f90629a662 100644 --- a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts @@ -82,9 +82,7 @@ export class DescribeRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts index 35f3331c22c10..c2404b63d162f 100644 --- a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts @@ -89,9 +89,7 @@ export class DescribeSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ExportSchemaCommand.ts b/clients/client-schemas/src/commands/ExportSchemaCommand.ts index 711b8cac29530..aa4061e56c2e2 100644 --- a/clients/client-schemas/src/commands/ExportSchemaCommand.ts +++ b/clients/client-schemas/src/commands/ExportSchemaCommand.ts @@ -86,9 +86,7 @@ export class ExportSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts index 4127f2afa61d0..cda2a61e6037a 100644 --- a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts @@ -88,9 +88,7 @@ export class GetCodeBindingSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts index 69bad4051127d..5cc43afcdc224 100644 --- a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts +++ b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts @@ -78,9 +78,7 @@ export class GetDiscoveredSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts index 5156f329cfa94..1025e48119315 100644 --- a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts @@ -78,9 +78,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts index 6c76186593315..28628f1e96881 100644 --- a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts +++ b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts @@ -90,9 +90,7 @@ export class ListDiscoverersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ListRegistriesCommand.ts b/clients/client-schemas/src/commands/ListRegistriesCommand.ts index 1cfb7b3ad92c1..84062d71ec01f 100644 --- a/clients/client-schemas/src/commands/ListRegistriesCommand.ts +++ b/clients/client-schemas/src/commands/ListRegistriesCommand.ts @@ -87,9 +87,7 @@ export class ListRegistriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts index bd6cdfa62885f..d165125685964 100644 --- a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts @@ -88,9 +88,7 @@ export class ListSchemaVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ListSchemasCommand.ts b/clients/client-schemas/src/commands/ListSchemasCommand.ts index 101e8761f8701..baa66fa2244db 100644 --- a/clients/client-schemas/src/commands/ListSchemasCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemasCommand.ts @@ -89,9 +89,7 @@ export class ListSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts index 3c8a0c0a9c599..b38f5bcd16b66 100644 --- a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts index ee1bddf116b12..218ff5f825696 100644 --- a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts @@ -85,9 +85,7 @@ export class PutCodeBindingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts index 1d8d40144b292..9a734a76fd8eb 100644 --- a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts @@ -82,9 +82,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/SearchSchemasCommand.ts b/clients/client-schemas/src/commands/SearchSchemasCommand.ts index b53df677bfd1c..de570b470f466 100644 --- a/clients/client-schemas/src/commands/SearchSchemasCommand.ts +++ b/clients/client-schemas/src/commands/SearchSchemasCommand.ts @@ -92,9 +92,7 @@ export class SearchSchemasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/StartDiscovererCommand.ts b/clients/client-schemas/src/commands/StartDiscovererCommand.ts index 31a4648daaea7..9811862c629a3 100644 --- a/clients/client-schemas/src/commands/StartDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StartDiscovererCommand.ts @@ -78,9 +78,7 @@ export class StartDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/StopDiscovererCommand.ts b/clients/client-schemas/src/commands/StopDiscovererCommand.ts index 8fad2be06bce9..7a5f6222d6191 100644 --- a/clients/client-schemas/src/commands/StopDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StopDiscovererCommand.ts @@ -78,9 +78,7 @@ export class StopDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/TagResourceCommand.ts b/clients/client-schemas/src/commands/TagResourceCommand.ts index 255f1e5317705..d93344e04a881 100644 --- a/clients/client-schemas/src/commands/TagResourceCommand.ts +++ b/clients/client-schemas/src/commands/TagResourceCommand.ts @@ -74,9 +74,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/UntagResourceCommand.ts b/clients/client-schemas/src/commands/UntagResourceCommand.ts index 4e692fe0de9e7..02f3bfb3e0065 100644 --- a/clients/client-schemas/src/commands/UntagResourceCommand.ts +++ b/clients/client-schemas/src/commands/UntagResourceCommand.ts @@ -74,9 +74,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts index 2c712800d5e32..ba756785ab272 100644 --- a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts @@ -87,9 +87,7 @@ export class UpdateDiscovererCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts index 7ad405a54b5cb..79614356b686c 100644 --- a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts @@ -83,9 +83,7 @@ export class UpdateRegistryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts index 17f7cf94ad4ab..6e56232550b38 100644 --- a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts @@ -89,9 +89,7 @@ export class UpdateSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SchemasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/BatchGetSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/BatchGetSecretValueCommand.ts index 6e69ad0998ff8..444558eeedd16 100644 --- a/clients/client-secrets-manager/src/commands/BatchGetSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/BatchGetSecretValueCommand.ts @@ -195,9 +195,7 @@ export class BatchGetSecretValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts index 355e6fac529e3..8f0b5ba6526b4 100644 --- a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts @@ -129,9 +129,7 @@ export class CancelRotateSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts index a125c27409322..2d53f97f892d9 100644 --- a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts @@ -200,9 +200,7 @@ export class CreateSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts index 8c8033a4e268d..b74285d372d85 100644 --- a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts @@ -118,9 +118,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts index d279a236adbe7..867a4151d1bb4 100644 --- a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts @@ -143,9 +143,7 @@ export class DeleteSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts index 027244169efae..384b1c0feefef 100644 --- a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts @@ -168,9 +168,7 @@ export class DescribeSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts index 207ddc951e0b0..c33da2b6deef7 100644 --- a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts @@ -128,9 +128,7 @@ export class GetRandomPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts index 93d4c1c5fca5f..0987244e95480 100644 --- a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts @@ -122,9 +122,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts index e1b4eb43a0454..3f9d101ab57e8 100644 --- a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts @@ -149,9 +149,7 @@ export class GetSecretValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts index 3df6cb9468bbd..b9df79658c73f 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts @@ -143,9 +143,7 @@ export class ListSecretVersionIdsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts index 5c7eaa27ad26b..92f2a4e8382c7 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts @@ -186,9 +186,7 @@ export class ListSecretsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts index 3b8440bcc6f0f..db45885027a43 100644 --- a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts @@ -130,9 +130,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts index 6e4be8afbaaca..255f658ee3d69 100644 --- a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts @@ -175,9 +175,7 @@ export class PutSecretValueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts index 362c46ab9be48..7de2a8b003cd6 100644 --- a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts +++ b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts @@ -116,9 +116,7 @@ export class RemoveRegionsFromReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts index 894abcdd14a9c..a33b5e825d398 100644 --- a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts @@ -144,9 +144,7 @@ export class ReplicateSecretToRegionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts index 89a0e56ad8cf3..a0caee69076a7 100644 --- a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts @@ -118,9 +118,7 @@ export class RestoreSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts index 7f4c8579a0df0..735739c6e7b1e 100644 --- a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts @@ -158,9 +158,7 @@ export class RotateSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts index 3747a40b23a84..b99ffd365c02d 100644 --- a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts +++ b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts @@ -100,9 +100,7 @@ export class StopReplicationToReplicaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts index b0f037e008925..330547867c3df 100644 --- a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts @@ -133,9 +133,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts index 6b4b5f19c892a..db47396f1f724 100644 --- a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts @@ -123,9 +123,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts index 9705f4babae2b..a0a6b7ac65f61 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts @@ -204,9 +204,7 @@ export class UpdateSecretCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts index be4964380b9e7..e93ab8321a923 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts @@ -178,9 +178,7 @@ export class UpdateSecretVersionStageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts index 8faebe3dfbdf9..b3d4fd6ed11d8 100644 --- a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts @@ -141,9 +141,7 @@ export class ValidateResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecretsManagerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts index 46e787d7a9d0d..53367ac94257d 100644 --- a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts @@ -103,9 +103,7 @@ export class AcceptAdministratorInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index 2a3b7f21ee18f..172f99ba13038 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -90,9 +90,7 @@ export class AcceptInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts index 3064020c232d5..4f69bc12c6477 100644 --- a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts @@ -123,9 +123,7 @@ export class BatchDeleteAutomationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts index bb68ff6d43334..c8340d1ce8302 100644 --- a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts @@ -124,9 +124,7 @@ export class BatchDisableStandardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts index 2632361608428..ac0da58631d42 100644 --- a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts @@ -132,9 +132,7 @@ export class BatchEnableStandardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts index e1403c9dc4404..22870bff11fe6 100644 --- a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts @@ -383,9 +383,7 @@ export class BatchGetAutomationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchGetConfigurationPolicyAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchGetConfigurationPolicyAssociationsCommand.ts index 1c3a3dbaa5003..510f902388a01 100644 --- a/clients/client-securityhub/src/commands/BatchGetConfigurationPolicyAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetConfigurationPolicyAssociationsCommand.ts @@ -177,9 +177,7 @@ export class BatchGetConfigurationPolicyAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts index e48fabe758400..d402df66f7762 100644 --- a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts @@ -181,9 +181,7 @@ export class BatchGetSecurityControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts index 11a73fe0c126c..eb315c7d8fcef 100644 --- a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts @@ -171,9 +171,7 @@ export class BatchGetStandardsControlAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts index eb9619ce89cd7..6d335ec1e2551 100644 --- a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts @@ -4390,9 +4390,7 @@ export class BatchImportFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts index 0ff6698051268..bfdb1379fa79f 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts @@ -310,9 +310,7 @@ export class BatchUpdateAutomationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts index df31839f3d638..8aaed5f4f0aaa 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts @@ -244,9 +244,7 @@ export class BatchUpdateFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts index 52767258bb9af..3f4dd7a910b02 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts @@ -151,9 +151,7 @@ export class BatchUpdateStandardsControlAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts index 490134bc94716..43a752c7d4220 100644 --- a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts @@ -104,9 +104,7 @@ export class CreateActionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts index 985f6c140dffd..8f2abde4fa2a4 100644 --- a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts +++ b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts @@ -338,9 +338,7 @@ export class CreateAutomationRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateConfigurationPolicyCommand.ts b/clients/client-securityhub/src/commands/CreateConfigurationPolicyCommand.ts index 814488776948e..2d29f79c61229 100644 --- a/clients/client-securityhub/src/commands/CreateConfigurationPolicyCommand.ts +++ b/clients/client-securityhub/src/commands/CreateConfigurationPolicyCommand.ts @@ -257,9 +257,7 @@ export class CreateConfigurationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts index ee2b784a06fc2..464aff88d572f 100644 --- a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts @@ -118,9 +118,7 @@ export class CreateFindingAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateInsightCommand.ts b/clients/client-securityhub/src/commands/CreateInsightCommand.ts index 438428d3dbdb1..70269f3b35989 100644 --- a/clients/client-securityhub/src/commands/CreateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/CreateInsightCommand.ts @@ -385,9 +385,7 @@ export class CreateInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/CreateMembersCommand.ts b/clients/client-securityhub/src/commands/CreateMembersCommand.ts index 301cb7fc4a825..512ce709cb58d 100644 --- a/clients/client-securityhub/src/commands/CreateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/CreateMembersCommand.ts @@ -152,9 +152,7 @@ export class CreateMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts index 3270f2dea2a6a..e8398c527358d 100644 --- a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts @@ -107,9 +107,7 @@ export class DeclineInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts index 669685e48ac8d..8ad046d85a4cd 100644 --- a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts @@ -96,9 +96,7 @@ export class DeleteActionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteConfigurationPolicyCommand.ts b/clients/client-securityhub/src/commands/DeleteConfigurationPolicyCommand.ts index e88ace0dc5327..10f4183fdf07e 100644 --- a/clients/client-securityhub/src/commands/DeleteConfigurationPolicyCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteConfigurationPolicyCommand.ts @@ -101,9 +101,7 @@ export class DeleteConfigurationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts index 409e4edfc004c..ebbafc86e7d27 100644 --- a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts @@ -96,9 +96,7 @@ export class DeleteFindingAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts index b9a145a370caa..516ba62bf4033 100644 --- a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts @@ -98,9 +98,7 @@ export class DeleteInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts index 0947cc21617d5..3adf7505915bc 100644 --- a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts @@ -110,9 +110,7 @@ export class DeleteInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts index a09d6623384fc..4cb9a20f39eb3 100644 --- a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts @@ -110,9 +110,7 @@ export class DeleteMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts index cbd6c9933e4a1..e0df71456240d 100644 --- a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts @@ -113,9 +113,7 @@ export class DescribeActionTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeHubCommand.ts b/clients/client-securityhub/src/commands/DescribeHubCommand.ts index 4e0181907acd9..f13c4a36ac2b9 100644 --- a/clients/client-securityhub/src/commands/DescribeHubCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeHubCommand.ts @@ -105,9 +105,7 @@ export class DescribeHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts index 83bd84d29926a..b270bf5f6a96d 100644 --- a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -113,9 +113,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts index 4110f2d027949..a5c77fd133c29 100644 --- a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts @@ -141,9 +141,7 @@ export class DescribeProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts index 8035e8fde1d57..c9e72f4e95ed9 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts @@ -128,9 +128,7 @@ export class DescribeStandardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts index 03031ab1c2de8..55ae2d727f9d7 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts @@ -144,9 +144,7 @@ export class DescribeStandardsControlsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts index 0b993e022874d..353080902c500 100644 --- a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts @@ -97,9 +97,7 @@ export class DisableImportFindingsForProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts index 2c24871eccfba..ca3bbc9b30b3b 100644 --- a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -97,9 +97,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts index f37099e9d9b14..b0a2aff615647 100644 --- a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts @@ -93,9 +93,7 @@ export class DisableSecurityHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts index 459f35388b985..9999f6b245340 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -99,9 +99,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 121a01d2ce085..f083206d0aab9 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -91,9 +91,7 @@ export class DisassociateFromMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts index 134af8d2e9b17..daa3a93411bd4 100644 --- a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts @@ -101,9 +101,7 @@ export class DisassociateMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts index bb3ae1c9ccb82..f2444954ce397 100644 --- a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts @@ -106,9 +106,7 @@ export class EnableImportFindingsForProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts index 2dbd7a096e494..fede8100d2a8c 100644 --- a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -97,9 +97,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts index f1b497363fbcb..8bd25c9a92a67 100644 --- a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts @@ -116,9 +116,7 @@ export class EnableSecurityHubCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts index bed17607817f1..7dc631d63037c 100644 --- a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts @@ -106,9 +106,7 @@ export class GetAdministratorAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetConfigurationPolicyAssociationCommand.ts b/clients/client-securityhub/src/commands/GetConfigurationPolicyAssociationCommand.ts index 94fd0a5a26969..3e713d5f32a58 100644 --- a/clients/client-securityhub/src/commands/GetConfigurationPolicyAssociationCommand.ts +++ b/clients/client-securityhub/src/commands/GetConfigurationPolicyAssociationCommand.ts @@ -131,9 +131,7 @@ export class GetConfigurationPolicyAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetConfigurationPolicyCommand.ts b/clients/client-securityhub/src/commands/GetConfigurationPolicyCommand.ts index 4785c097bd813..37780440adc06 100644 --- a/clients/client-securityhub/src/commands/GetConfigurationPolicyCommand.ts +++ b/clients/client-securityhub/src/commands/GetConfigurationPolicyCommand.ts @@ -183,9 +183,7 @@ export class GetConfigurationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts index f0c7edf6aaa96..01f14f383177f 100644 --- a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts @@ -121,9 +121,7 @@ export class GetEnabledStandardsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts index ccb4c26ed77d7..5a529c474158d 100644 --- a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts @@ -112,9 +112,7 @@ export class GetFindingAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts index 243b03a81688b..0916bc8320937 100644 --- a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts @@ -153,9 +153,7 @@ export class GetFindingHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetFindingsCommand.ts b/clients/client-securityhub/src/commands/GetFindingsCommand.ts index d0016f0a129df..1cfb07482ed9f 100644 --- a/clients/client-securityhub/src/commands/GetFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingsCommand.ts @@ -4649,9 +4649,7 @@ export class GetFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts index 7ceeb00d59079..186a5e99a3aeb 100644 --- a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts @@ -120,9 +120,7 @@ export class GetInsightResultsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetInsightsCommand.ts b/clients/client-securityhub/src/commands/GetInsightsCommand.ts index e08a4290b2361..47fac01303622 100644 --- a/clients/client-securityhub/src/commands/GetInsightsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightsCommand.ts @@ -399,9 +399,7 @@ export class GetInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts index ce222690a937f..21fda15cc7fb3 100644 --- a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts @@ -94,9 +94,7 @@ export class GetInvitationsCountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index c0f2fce7f2559..ff990794b32a2 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -91,9 +91,7 @@ export class GetMasterAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetMembersCommand.ts b/clients/client-securityhub/src/commands/GetMembersCommand.ts index 0be8ef4ff00a5..ddc5d890541e5 100644 --- a/clients/client-securityhub/src/commands/GetMembersCommand.ts +++ b/clients/client-securityhub/src/commands/GetMembersCommand.ts @@ -141,9 +141,7 @@ export class GetMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/GetSecurityControlDefinitionCommand.ts b/clients/client-securityhub/src/commands/GetSecurityControlDefinitionCommand.ts index 088e779334fa0..9c5b576209424 100644 --- a/clients/client-securityhub/src/commands/GetSecurityControlDefinitionCommand.ts +++ b/clients/client-securityhub/src/commands/GetSecurityControlDefinitionCommand.ts @@ -190,9 +190,7 @@ export class GetSecurityControlDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/InviteMembersCommand.ts b/clients/client-securityhub/src/commands/InviteMembersCommand.ts index 597f6e9a74988..dedf6dcc62496 100644 --- a/clients/client-securityhub/src/commands/InviteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/InviteMembersCommand.ts @@ -114,9 +114,7 @@ export class InviteMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts index 024da50df2e71..996797a6e7925 100644 --- a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts @@ -137,9 +137,7 @@ export class ListAutomationRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListConfigurationPoliciesCommand.ts b/clients/client-securityhub/src/commands/ListConfigurationPoliciesCommand.ts index 7264960763900..3aae395674113 100644 --- a/clients/client-securityhub/src/commands/ListConfigurationPoliciesCommand.ts +++ b/clients/client-securityhub/src/commands/ListConfigurationPoliciesCommand.ts @@ -123,9 +123,7 @@ export class ListConfigurationPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListConfigurationPolicyAssociationsCommand.ts b/clients/client-securityhub/src/commands/ListConfigurationPolicyAssociationsCommand.ts index 79754abf47be0..208152ddb0bd1 100644 --- a/clients/client-securityhub/src/commands/ListConfigurationPolicyAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListConfigurationPolicyAssociationsCommand.ts @@ -140,9 +140,7 @@ export class ListConfigurationPolicyAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts index e689170b5ab62..83db19556abc6 100644 --- a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts +++ b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts @@ -102,9 +102,7 @@ export class ListEnabledProductsForImportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts index fae2f3b784a49..1df36f3532ade 100644 --- a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts +++ b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts @@ -106,9 +106,7 @@ export class ListFindingAggregatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts index 6effad0d8087a..bf0669ff88816 100644 --- a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts @@ -111,9 +111,7 @@ export class ListInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListMembersCommand.ts b/clients/client-securityhub/src/commands/ListMembersCommand.ts index 035b849aa2193..6e9f1fbab9be7 100644 --- a/clients/client-securityhub/src/commands/ListMembersCommand.ts +++ b/clients/client-securityhub/src/commands/ListMembersCommand.ts @@ -126,9 +126,7 @@ export class ListMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts index e332e886c949a..cf7318942e4a4 100644 --- a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -113,9 +113,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts index a28d08ca44d64..e559a06a959c0 100644 --- a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts +++ b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts @@ -207,9 +207,7 @@ export class ListSecurityControlDefinitionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts index 30410fbef6ec6..8cee27231b411 100644 --- a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts @@ -147,9 +147,7 @@ export class ListStandardsControlAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts index 1215188d85809..931768db70c4c 100644 --- a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/StartConfigurationPolicyAssociationCommand.ts b/clients/client-securityhub/src/commands/StartConfigurationPolicyAssociationCommand.ts index 5f61603984379..d4d1baafb603f 100644 --- a/clients/client-securityhub/src/commands/StartConfigurationPolicyAssociationCommand.ts +++ b/clients/client-securityhub/src/commands/StartConfigurationPolicyAssociationCommand.ts @@ -133,9 +133,7 @@ export class StartConfigurationPolicyAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/StartConfigurationPolicyDisassociationCommand.ts b/clients/client-securityhub/src/commands/StartConfigurationPolicyDisassociationCommand.ts index 0bc0c9b9706de..f73fddae21283 100644 --- a/clients/client-securityhub/src/commands/StartConfigurationPolicyDisassociationCommand.ts +++ b/clients/client-securityhub/src/commands/StartConfigurationPolicyDisassociationCommand.ts @@ -117,9 +117,7 @@ export class StartConfigurationPolicyDisassociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/TagResourceCommand.ts b/clients/client-securityhub/src/commands/TagResourceCommand.ts index fdf0728d2451a..48f008b1300be 100644 --- a/clients/client-securityhub/src/commands/TagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UntagResourceCommand.ts b/clients/client-securityhub/src/commands/UntagResourceCommand.ts index 496bad580cd22..817b02855533a 100644 --- a/clients/client-securityhub/src/commands/UntagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts index 31a4dd28068c5..5121c2e864971 100644 --- a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts @@ -91,9 +91,7 @@ export class UpdateActionTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateConfigurationPolicyCommand.ts b/clients/client-securityhub/src/commands/UpdateConfigurationPolicyCommand.ts index 34375b7df3c57..e5f1be7033441 100644 --- a/clients/client-securityhub/src/commands/UpdateConfigurationPolicyCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateConfigurationPolicyCommand.ts @@ -263,9 +263,7 @@ export class UpdateConfigurationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts index 30a92129505a6..e0f1ab477b377 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts @@ -123,9 +123,7 @@ export class UpdateFindingAggregatorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts index 426515c688bb3..97cafef88ffca 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts @@ -360,9 +360,7 @@ export class UpdateFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts index 021663542fc5b..f987dc5c818a9 100644 --- a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts @@ -376,9 +376,7 @@ export class UpdateInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts index 8d35da9fc865b..d811ea3e5971c 100644 --- a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -113,9 +113,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateSecurityControlCommand.ts b/clients/client-securityhub/src/commands/UpdateSecurityControlCommand.ts index 2d532dc1ecf7a..0d0fdbcbd2555 100644 --- a/clients/client-securityhub/src/commands/UpdateSecurityControlCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateSecurityControlCommand.ts @@ -133,9 +133,7 @@ export class UpdateSecurityControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts index 79b2806d9fb14..5f2ab35b4aa2b 100644 --- a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts @@ -101,9 +101,7 @@ export class UpdateSecurityHubConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts index d27dfa089e8ad..98723c6fcea70 100644 --- a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts @@ -95,9 +95,7 @@ export class UpdateStandardsControlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityHubClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts index e20530a823b69..4439d17596cb7 100644 --- a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts @@ -109,9 +109,7 @@ export class CreateAwsLogSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts index b74cf62fa2408..dc4767df66553 100644 --- a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts @@ -121,9 +121,7 @@ export class CreateCustomLogSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts index e84551b1966be..4208c590749ef 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts @@ -169,9 +169,7 @@ export class CreateDataLakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts index 960e3548eefaa..a5b249d1e8066 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts @@ -99,9 +99,7 @@ export class CreateDataLakeExceptionSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts index 9f4800ccf7bde..7a173876930d4 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts @@ -109,9 +109,7 @@ export class CreateDataLakeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts index 028379082cb27..a76dd5777649c 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts @@ -167,9 +167,7 @@ export class CreateSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts index df9e2c327f19c..8cbe59bdc7e82 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts @@ -107,9 +107,7 @@ export class CreateSubscriberNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts index 2d2322c48efc5..39fadfcb1792e 100644 --- a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts @@ -109,9 +109,7 @@ export class DeleteAwsLogSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts index 029b559c7bb0b..341a86b57208d 100644 --- a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts @@ -90,9 +90,7 @@ export class DeleteCustomLogSourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts index 108e557a9fe0b..32359b99ff686 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts @@ -97,9 +97,7 @@ export class DeleteDataLakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts index d396143b43b00..db9a77e6a53fc 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts @@ -95,9 +95,7 @@ export class DeleteDataLakeExceptionSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts index a2ce176919f25..1809b169034ca 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts @@ -109,9 +109,7 @@ export class DeleteDataLakeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts index b09b7e64f02bc..dac70c6066b29 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts @@ -91,9 +91,7 @@ export class DeleteSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts index 261634227d782..ea6aac357a695 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts @@ -94,9 +94,7 @@ export class DeleteSubscriberNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts index 7424aeba3a35e..7b0185af2f7e0 100644 --- a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts @@ -97,9 +97,7 @@ export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts index 22e973359e1ec..bd22e46c4463d 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts @@ -95,9 +95,7 @@ export class GetDataLakeExceptionSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts index 40bab3a6b4600..094d8bbaa111e 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts @@ -108,9 +108,7 @@ export class GetDataLakeOrganizationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts index 67ce6986c270d..120459bb640f2 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts @@ -111,9 +111,7 @@ export class GetDataLakeSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts index da1ea0e35629c..595023ed997d4 100644 --- a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts @@ -132,9 +132,7 @@ export class GetSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts index 9d9af094a2479..7c927c3e8e0c4 100644 --- a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts @@ -103,9 +103,7 @@ export class ListDataLakeExceptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts index e077979236796..dc7f367af3be0 100644 --- a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts @@ -128,9 +128,7 @@ export class ListDataLakesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts index 3f9a619948f7d..7e01286d60ff1 100644 --- a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts @@ -145,9 +145,7 @@ export class ListLogSourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts index f7b880906bc83..20a1880814376 100644 --- a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts +++ b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts @@ -136,9 +136,7 @@ export class ListSubscribersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts b/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts index f0c15dd037156..bd3d0e67b9e9b 100644 --- a/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts index cf4e4dc2d2b40..8df138d87e07a 100644 --- a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts @@ -99,9 +99,7 @@ export class RegisterDataLakeDelegatedAdministratorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/TagResourceCommand.ts b/clients/client-securitylake/src/commands/TagResourceCommand.ts index 07ca07f2e79cb..8312ffcca8580 100644 --- a/clients/client-securitylake/src/commands/TagResourceCommand.ts +++ b/clients/client-securitylake/src/commands/TagResourceCommand.ts @@ -101,9 +101,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/UntagResourceCommand.ts b/clients/client-securitylake/src/commands/UntagResourceCommand.ts index 2944e6c29cb5c..2d735b6e1bd6b 100644 --- a/clients/client-securitylake/src/commands/UntagResourceCommand.ts +++ b/clients/client-securitylake/src/commands/UntagResourceCommand.ts @@ -92,9 +92,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts index f20efa53a1275..3963549be1299 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts @@ -151,9 +151,7 @@ export class UpdateDataLakeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts index dc21bed60b923..a2cfb545ab258 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts @@ -99,9 +99,7 @@ export class UpdateDataLakeExceptionSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts index 2eace52a84746..66e8a0ec4529e 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts @@ -159,9 +159,7 @@ export class UpdateSubscriberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts index 2c3589851b9e7..5ccd5c2819038 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts @@ -106,9 +106,7 @@ export class UpdateSubscriberNotificationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SecurityLakeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts index 67755141cd00d..86b0d04825fd7 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts @@ -146,9 +146,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts index ea1bebc30e1c5..962ba127f16fa 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts @@ -119,9 +119,7 @@ export class CreateApplicationVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts index ba530f8320261..1cf5ba31cb7b4 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts @@ -125,9 +125,7 @@ export class CreateCloudFormationChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts index fb3ddf1622493..967d812e1804d 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts @@ -96,9 +96,7 @@ export class CreateCloudFormationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts index 27a49172141c1..9af82573fc6fa 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts @@ -85,9 +85,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts index 7c681c2b13a38..1370d5d781c67 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts @@ -131,9 +131,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts index 622de1d4ac04f..d1e824fa41026 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts @@ -97,9 +97,7 @@ export class GetApplicationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts index 50e9f864a97e0..4a27398226444 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts @@ -91,9 +91,7 @@ export class GetCloudFormationTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts index 85b123d93b566..3280683897ed8 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts @@ -98,9 +98,7 @@ export class ListApplicationDependenciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts index 75e03191dcb31..ac94f4d461f1d 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts @@ -94,9 +94,7 @@ export class ListApplicationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts index 8e409b7a29300..28377366cc8f1 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts @@ -96,9 +96,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts index 473804ee50e3b..5fd26b43119c8 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts @@ -114,9 +114,7 @@ export class PutApplicationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts index 7b5faf3b7822e..57ccf5e8648d7 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts @@ -83,9 +83,7 @@ export class UnshareApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts index 4033d71d071a4..ba7856c89d3fd 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts @@ -141,9 +141,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServerlessApplicationRepositoryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts index aa2b465b841a1..50a96aa6d2944 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts @@ -92,9 +92,7 @@ export class AssociateAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts index bc7b4138b9b20..c1e25c51b1386 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts @@ -153,9 +153,7 @@ export class AssociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts index 6f4c208152169..a7407a9422504 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts @@ -110,9 +110,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts index bd53aded6752c..1419a2f2a727e 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts @@ -104,9 +104,7 @@ export class CreateAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts index 8be981d405539..f5a141a8e8c28 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts @@ -85,9 +85,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts index 344ae48597eb4..260e046574701 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts @@ -86,9 +86,7 @@ export class DeleteAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts index 7d4f156944d38..d19dec28d4393 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts @@ -80,9 +80,7 @@ export class DisassociateAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts index 8a0b58ad4995a..80a5bda75b14f 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts @@ -136,9 +136,7 @@ export class DisassociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts index 2a5c9e8bb7e07..5304e6402fca4 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts @@ -124,9 +124,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts index d117d1b7a167e..08a0a05bf4a77 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts @@ -112,9 +112,7 @@ export class GetAssociatedResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts index f0c8f9d503829..3308f2ebdb011 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts @@ -97,9 +97,7 @@ export class GetAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts index fa5304a035294..de6cf80e935b7 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts @@ -77,9 +77,7 @@ export class GetConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts index b08eb3952649b..c3770a872060b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts @@ -86,9 +86,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts index c0792bbd9f066..0f5477c6fbe08 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts @@ -88,9 +88,7 @@ export class ListAssociatedAttributeGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts index 74aa449d2d91b..75d5506d628b3 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts @@ -113,9 +113,7 @@ export class ListAssociatedResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts index 68509c9a9680b..bd03dfc396c13 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts @@ -87,9 +87,7 @@ export class ListAttributeGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts index 756827b2cf6d0..ed4957e5bd231 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts @@ -96,9 +96,7 @@ export class ListAttributeGroupsForApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts index 7256d015055e7..9700160ee8824 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts index 9c2b34b8c28a2..4dda006574735 100644 --- a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts @@ -84,9 +84,7 @@ export class PutConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts index 9704da127436f..7a97cbbf7752b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts @@ -93,9 +93,7 @@ export class SyncResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts index a9c2e01eb5daf..f8e09ec016740 100644 --- a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts index bf8af990ddd9c..abeb445048b9d 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts @@ -80,9 +80,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts index 8fd61f9b87cd5..b7bd788a3699b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts @@ -104,9 +104,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts index c6f448f367d44..5d5986542ef7f 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts @@ -95,9 +95,7 @@ export class UpdateAttributeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogAppRegistryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts index 499785e311b58..d4e71b3b39df6 100644 --- a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts @@ -75,9 +75,7 @@ export class AcceptPortfolioShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts index c1f3348e1d545..0423ff7f98838 100644 --- a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts @@ -77,9 +77,7 @@ export class AssociateBudgetWithResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts index 6ab8314b838a8..7ff86867b3146 100644 --- a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts @@ -95,9 +95,7 @@ export class AssociatePrincipalWithPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts index b39cdbf5d481d..8ae731c1b68f5 100644 --- a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts @@ -82,9 +82,7 @@ export class AssociateProductWithPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts index b240520e14cdc..882b603946c52 100644 --- a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts @@ -89,9 +89,7 @@ export class AssociateServiceActionWithProvisioningArtifactCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts index fc766798bd2af..f764174bd6897 100644 --- a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts @@ -91,9 +91,7 @@ export class AssociateTagOptionWithResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts index e875cb4125d21..4e1aa4559e2eb 100644 --- a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts @@ -92,9 +92,7 @@ export class BatchAssociateServiceActionWithProvisioningArtifactCommand extends ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts index 3db585d756377..d9c59be04893b 100644 --- a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -92,9 +92,7 @@ export class BatchDisassociateServiceActionFromProvisioningArtifactCommand exten ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CopyProductCommand.ts b/clients/client-service-catalog/src/commands/CopyProductCommand.ts index 8368d153456c9..330c277720cf0 100644 --- a/clients/client-service-catalog/src/commands/CopyProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CopyProductCommand.ts @@ -89,9 +89,7 @@ export class CopyProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts index a0a9f195d4150..207616af37207 100644 --- a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts @@ -94,9 +94,7 @@ export class CreateConstraintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts index be9ec5e83c30d..bf222c53e6ce7 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts @@ -101,9 +101,7 @@ export class CreatePortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts index 0753d1fd28ee5..2e73a2f7b9d6c 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts @@ -108,9 +108,7 @@ export class CreatePortfolioShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateProductCommand.ts b/clients/client-service-catalog/src/commands/CreateProductCommand.ts index 37ba3c72b95e5..d8212b93eda3a 100644 --- a/clients/client-service-catalog/src/commands/CreateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProductCommand.ts @@ -168,9 +168,7 @@ export class CreateProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts index 3002be842ee34..ac25b62c6b131 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts @@ -114,9 +114,7 @@ export class CreateProvisionedProductPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts index b0dd7770baeb4..c8f1b01186be2 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts @@ -103,9 +103,7 @@ export class CreateProvisioningArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts index a5446282191aa..fdc9ce54810c3 100644 --- a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts @@ -89,9 +89,7 @@ export class CreateServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts index 2fe9c5bee4520..8e1593f85c4d2 100644 --- a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts @@ -84,9 +84,7 @@ export class CreateTagOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts index e4ba1a6424610..63cb0583e449e 100644 --- a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts @@ -71,9 +71,7 @@ export class DeleteConstraintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts index 9b58c380cfc30..d0f8bb8e9c397 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts @@ -81,9 +81,7 @@ export class DeletePortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts index 2020698bdf8f9..4128ca8f51c09 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts @@ -87,9 +87,7 @@ export class DeletePortfolioShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts index 4f3c079279abf..809dffd79624d 100644 --- a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts @@ -80,9 +80,7 @@ export class DeleteProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts index 4bfe02007f37e..c0d8a2c5645ea 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts @@ -76,9 +76,7 @@ export class DeleteProvisionedProductPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts index 44f56a568e7fe..e2cd38b698e08 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts @@ -77,9 +77,7 @@ export class DeleteProvisioningArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts index 070b5be3fa5d0..c9315a9070694 100644 --- a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts @@ -71,9 +71,7 @@ export class DeleteServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts index 57a68528cf9de..79550d8fc451a 100644 --- a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts @@ -75,9 +75,7 @@ export class DeleteTagOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts index fa1faa6ac9746..90414a6d21fea 100644 --- a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts @@ -78,9 +78,7 @@ export class DescribeConstraintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts index c19842190a979..36b09fb2bb44b 100644 --- a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts @@ -71,9 +71,7 @@ export class DescribeCopyProductStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts index 87172159dfd56..0c4f57d3bab07 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts @@ -97,9 +97,7 @@ export class DescribePortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts index cfed6c07dd75c..61bebba25e8c2 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts @@ -97,9 +97,7 @@ export class DescribePortfolioShareStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts index 3302902038af8..27f9a902e764c 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts @@ -87,9 +87,7 @@ export class DescribePortfolioSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts index 5e63b545bb5f8..dcedb24ed86ed 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts @@ -140,9 +140,7 @@ export class DescribeProductAsAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts index 93c49a841f677..f3e627fa135ba 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts @@ -114,9 +114,7 @@ export class DescribeProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts index 92b451ac9e2bf..1f6f011f5f77e 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts @@ -93,9 +93,7 @@ export class DescribeProductViewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts index ab60d0c118aea..90545417e02b2 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts @@ -93,9 +93,7 @@ export class DescribeProvisionedProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts index aef19c6ebdc24..4ec8ae8fad00f 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts @@ -132,9 +132,7 @@ export class DescribeProvisionedProductPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts index 33bd9f0bd63cb..ffbcdb37108a5 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts @@ -115,9 +115,7 @@ export class DescribeProvisioningArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts index baa4561629290..5c77ce6cb966f 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts @@ -148,9 +148,7 @@ export class DescribeProvisioningParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts index afd8f4b5c7dee..1eaf1ca820933 100644 --- a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts @@ -112,9 +112,7 @@ export class DescribeRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts index 566441f82d16e..00874bf9b53da 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts @@ -79,9 +79,7 @@ export class DescribeServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts index 74a90b3e434c4..ba6a8ceac324c 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts @@ -90,9 +90,7 @@ export class DescribeServiceActionExecutionParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts index f755a111466f0..b55e038f68526 100644 --- a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts @@ -79,9 +79,7 @@ export class DescribeTagOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts index a1eba53b98e10..9f8f0b01fd8b8 100644 --- a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts @@ -88,9 +88,7 @@ export class DisableAWSOrganizationsAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts index e322dab2ed889..6015b02e0cd96 100644 --- a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts @@ -72,9 +72,7 @@ export class DisassociateBudgetFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts index 9d4e22ce4f8bf..b96cfe106f8b8 100644 --- a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts @@ -94,9 +94,7 @@ export class DisassociatePrincipalFromPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts index a3317a8291e3d..4ae85be8e98d6 100644 --- a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts @@ -80,9 +80,7 @@ export class DisassociateProductFromPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts index 8846d5d84c125..7f4e71fe12cf3 100644 --- a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -79,9 +79,7 @@ export class DisassociateServiceActionFromProvisioningArtifactCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts index d6970644015a9..b46270d455b1c 100644 --- a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts @@ -77,9 +77,7 @@ export class DisassociateTagOptionFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts index 156dbc06b15ce..8b9a2fe9bc45d 100644 --- a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts @@ -88,9 +88,7 @@ export class EnableAWSOrganizationsAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts index 2db061f910103..21c4845e42354 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts @@ -107,9 +107,7 @@ export class ExecuteProvisionedProductPlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts index 0f2233c71cb18..c45f8969029cb 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts @@ -117,9 +117,7 @@ export class ExecuteProvisionedProductServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts index 5e78da838eefb..f24908295e58a 100644 --- a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts @@ -75,9 +75,7 @@ export class GetAWSOrganizationsAccessStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts index e31900d872e1b..e6a8f11caae78 100644 --- a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts +++ b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts @@ -90,9 +90,7 @@ export class GetProvisionedProductOutputsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts index e62ba804a5abe..86c5cc92595a8 100644 --- a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts @@ -141,9 +141,7 @@ export class ImportAsProvisionedProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts index 8a09539be6c47..4219c61f1e35d 100644 --- a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts @@ -86,9 +86,7 @@ export class ListAcceptedPortfolioSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts index 268257a9875d7..8ad7f343d0720 100644 --- a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListBudgetsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts index fddbfdf90fb74..393bf1ec91613 100644 --- a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts @@ -85,9 +85,7 @@ export class ListConstraintsForPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts index d345f57b6f8cd..fb44b9cbf34c7 100644 --- a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts @@ -117,9 +117,7 @@ export class ListLaunchPathsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts index 8cb02bd940a53..2640f0aa17a85 100644 --- a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts @@ -92,9 +92,7 @@ export class ListOrganizationPortfolioAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts index c6dec81956790..83fc2818ea423 100644 --- a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts @@ -79,9 +79,7 @@ export class ListPortfolioAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts index 6a852de3776bf..577bc540df0db 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts @@ -80,9 +80,7 @@ export class ListPortfoliosCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts index 04576fb22f6ff..6e02cc0d404f9 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts @@ -84,9 +84,7 @@ export class ListPortfoliosForProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts index 1e7068a2d1498..fcb3442ecec31 100644 --- a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts @@ -80,9 +80,7 @@ export class ListPrincipalsForPortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts index 0434ee129223a..f3adb6f33808c 100644 --- a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts @@ -88,9 +88,7 @@ export class ListProvisionedProductPlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts index 1640ea1d98f22..70d4934946631 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts @@ -84,9 +84,7 @@ export class ListProvisioningArtifactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts index 8beb81b9ad6b8..9e590b4db21d4 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts @@ -107,9 +107,7 @@ export class ListProvisioningArtifactsForServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts index d3f2fcef258b7..b05fbb4a6613e 100644 --- a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts +++ b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts @@ -106,9 +106,7 @@ export class ListRecordHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts index c618b1222646b..715ecabca796d 100644 --- a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts @@ -88,9 +88,7 @@ export class ListResourcesForTagOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts index 4788b7ee626bc..79dbdff3b2e8b 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts @@ -78,9 +78,7 @@ export class ListServiceActionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts index 8ea6118ee279f..b07214918a66c 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts @@ -92,9 +92,7 @@ export class ListServiceActionsForProvisioningArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts index b35ca81f982d1..ee746dbf3c43d 100644 --- a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts @@ -90,9 +90,7 @@ export class ListStackInstancesForProvisionedProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts index 75e26c3ee1375..43bc2d735832b 100644 --- a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts @@ -88,9 +88,7 @@ export class ListTagOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts index d0a6b5b39aa03..9ca07a9c16cef 100644 --- a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts @@ -98,9 +98,7 @@ export class NotifyProvisionProductEngineWorkflowResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts index 0b36ad184b95a..0a78348208932 100644 --- a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts @@ -85,9 +85,7 @@ export class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extend ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts index 60bec9ae23c56..064fee84d1345 100644 --- a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts @@ -92,9 +92,7 @@ export class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $ ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts index 10cf18073604b..2e1075a965efb 100644 --- a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts @@ -170,9 +170,7 @@ export class ProvisionProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts index 51db0164fb474..10c58e733dbfc 100644 --- a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts @@ -68,9 +68,7 @@ export class RejectPortfolioShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts index 575d43e0ad7a4..ab753fb7cbe74 100644 --- a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts @@ -93,9 +93,7 @@ export class ScanProvisionedProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts index 0aa79b9cb7504..04151ad5555cc 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts @@ -120,9 +120,7 @@ export class SearchProductsAsAdminCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts index 95855ccb63f98..033e51a6dab71 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts @@ -100,9 +100,7 @@ export class SearchProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts index cfa3fdaf5115e..0031f2824e207 100644 --- a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts @@ -110,9 +110,7 @@ export class SearchProvisionedProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts index 5d9464eb186c3..66366d7e6ff1a 100644 --- a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts @@ -100,9 +100,7 @@ export class TerminateProvisionedProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts index 1dad1c84ad7ea..8759cf43af14c 100644 --- a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts @@ -83,9 +83,7 @@ export class UpdateConstraintCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts index 71729eaebd816..e8049973b52ca 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts @@ -107,9 +107,7 @@ export class UpdatePortfolioCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts index 625d52ddd61b3..c169c29dd856b 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts @@ -102,9 +102,7 @@ export class UpdatePortfolioShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts index b469397926a7a..bd337574f2fb1 100644 --- a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts @@ -145,9 +145,7 @@ export class UpdateProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts index 2dcac57e6693e..cf52b2835416a 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts @@ -135,9 +135,7 @@ export class UpdateProvisionedProductCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts index 202758116c25e..c66344b7ac512 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts @@ -90,9 +90,7 @@ export class UpdateProvisionedProductPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts index 2701153e09d20..cb474ee4c6cbc 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts @@ -91,9 +91,7 @@ export class UpdateProvisioningArtifactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts index 4d3de06a06dc1..20f09d3f2351e 100644 --- a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts @@ -87,9 +87,7 @@ export class UpdateServiceActionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts index ae0e70df4b4d7..cc6c84cce7d0a 100644 --- a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts @@ -87,9 +87,7 @@ export class UpdateTagOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceCatalogClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts index 022f9a771ee3f..b2100fd2b9bef 100644 --- a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts @@ -96,9 +96,7 @@ export class AssociateServiceQuotaTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts index 381291fa9a710..7b17babd2cb18 100644 --- a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -104,9 +104,7 @@ export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts index 46c265b224038..b50986f308393 100644 --- a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts @@ -94,9 +94,7 @@ export class DisassociateServiceQuotaTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts index 4ad1de935f2ff..1af23d21d4ac0 100644 --- a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts @@ -115,9 +115,7 @@ export class GetAWSDefaultServiceQuotaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts index ed1cfcac61086..dede8569be553 100644 --- a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts @@ -98,9 +98,7 @@ export class GetAssociationForServiceQuotaTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts index 3483ccebd12b5..91c71d65c9d31 100644 --- a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts +++ b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts @@ -107,9 +107,7 @@ export class GetRequestedServiceQuotaChangeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts index 7f7618487d174..5c45af807e5bd 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts @@ -117,9 +117,7 @@ export class GetServiceQuotaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts index 2271a9ab5e29a..5c6c0702a4be5 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -115,9 +115,7 @@ export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts index bc454c8eda45e..30e1895913524 100644 --- a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts @@ -124,9 +124,7 @@ export class ListAWSDefaultServiceQuotasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts index 36ed6ecfb849a..bf21c55bfca47 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts @@ -122,9 +122,7 @@ export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Comma ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts index 8f5e5bb73c981..ebe0cedea1658 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts @@ -121,9 +121,7 @@ export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts index 546259c450947..3790ff0a0f7a4 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts @@ -115,9 +115,7 @@ export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts index 670e7ce5a3fba..eabcba66fb057 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts @@ -125,9 +125,7 @@ export class ListServiceQuotasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListServicesCommand.ts b/clients/client-service-quotas/src/commands/ListServicesCommand.ts index e00f843b852ed..9bf52323a061a 100644 --- a/clients/client-service-quotas/src/commands/ListServicesCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServicesCommand.ts @@ -88,9 +88,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts index c859d496e5aef..430856eea74af 100644 --- a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts index 196e3f5de63fb..0fdd2f637a847 100644 --- a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts @@ -119,9 +119,7 @@ export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts index dc725e502c5b1..c3900dc9fa65c 100644 --- a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts +++ b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts @@ -120,9 +120,7 @@ export class RequestServiceQuotaIncreaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/TagResourceCommand.ts b/clients/client-service-quotas/src/commands/TagResourceCommand.ts index 8dc9f0051b3dc..432e9fe8fdb81 100644 --- a/clients/client-service-quotas/src/commands/TagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts index f0c98261a9a71..281fe5198c279 100644 --- a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceQuotasClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts index ca7882ba26137..9dca3c151892e 100644 --- a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts @@ -111,9 +111,7 @@ export class CreateHttpNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts index 43cd3d6f77acf..4ffd2c3421d09 100644 --- a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts @@ -122,9 +122,7 @@ export class CreatePrivateDnsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts index aa340c7fecd33..6a3b408477faf 100644 --- a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts @@ -125,9 +125,7 @@ export class CreatePublicDnsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts index a226db6e95566..125718ab70bfe 100644 --- a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts @@ -224,9 +224,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts index 281fe618a9533..b0445fadab799 100644 --- a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts @@ -96,9 +96,7 @@ export class DeleteNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts index 4dcee989eb8c3..55540da549c8d 100644 --- a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts @@ -86,9 +86,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts index faaa1ae0560cd..17e0c52ae37f5 100644 --- a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts @@ -102,9 +102,7 @@ export class DeregisterInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts index c139484bfe9d4..ae30c06214b73 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts @@ -133,9 +133,7 @@ export class DiscoverInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts index 4644bd12bede0..3ca0302de393c 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts @@ -98,9 +98,7 @@ export class DiscoverInstancesRevisionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts index 7e2320ca46cbf..42b37d2a60f58 100644 --- a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts @@ -109,9 +109,7 @@ export class GetInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts index ea0187d9f4381..f2a53268f60d2 100644 --- a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts @@ -108,9 +108,7 @@ export class GetInstancesHealthStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts index 3d1276f7d45ac..126c9057db950 100644 --- a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts @@ -122,9 +122,7 @@ export class GetNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts index faa46ab6d50dd..2c12318f238eb 100644 --- a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts @@ -112,9 +112,7 @@ export class GetOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts index 094e27c14d1cf..806e5c63ae213 100644 --- a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts @@ -129,9 +129,7 @@ export class GetServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts index 3da10383f870d..89718f850bd17 100644 --- a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts @@ -106,9 +106,7 @@ export class ListInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts index e773db42859a1..6691380d9b436 100644 --- a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts @@ -160,9 +160,7 @@ export class ListNamespacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts index 8c5e905e3c967..b346e6c6003ce 100644 --- a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts @@ -123,9 +123,7 @@ export class ListOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts index 83225c44b290f..1d4e2927fcdb1 100644 --- a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts @@ -139,9 +139,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts index 385a8677b410a..0562404a9abbf 100644 --- a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts @@ -102,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts index 02d747abbfa0f..51ad7f52069c7 100644 --- a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts @@ -148,9 +148,7 @@ export class RegisterInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts index 52d0c8dfc5d7f..2773476c57eb9 100644 --- a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts @@ -101,9 +101,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts index 255ef7a03bb43..00259e8b2bead 100644 --- a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts @@ -88,9 +88,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts index 50ed82ec64a2a..d555264576180 100644 --- a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts @@ -103,9 +103,7 @@ export class UpdateHttpNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts index 8c8f701d77c8c..126372d371e3c 100644 --- a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts @@ -100,9 +100,7 @@ export class UpdateInstanceCustomHealthStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts index 0198c5da4fc8d..34a012ea91635 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts @@ -131,9 +131,7 @@ export class UpdatePrivateDnsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts index d6c03d51d562b..aa0433cb95f4d 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts @@ -91,9 +91,7 @@ export class UpdatePublicDnsNamespaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts index 0ad072c408014..4e99ed671ada0 100644 --- a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts @@ -146,9 +146,7 @@ export class UpdateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ServiceDiscoveryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts index c8028c5a84adb..f5e39bfec79bd 100644 --- a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts @@ -91,9 +91,7 @@ export class CloneReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts index 75e92965bf658..458fdf49bbe8a 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts @@ -82,9 +82,7 @@ export class CreateConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 8302ad3fda6e3..70af8aa8982c0 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -128,9 +128,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts index 875a708953191..f84a91d2200d0 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -99,9 +99,7 @@ export class CreateConfigurationSetTrackingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index 97bd15c3ad287..24ba28f6cae4c 100644 --- a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -92,9 +92,7 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts index 57a259f760648..6e79e41207a5b 100644 --- a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts @@ -97,9 +97,7 @@ export class CreateReceiptFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts index 347bf4c8aaf71..e619bb03d0dc3 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts @@ -173,9 +173,7 @@ export class CreateReceiptRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts index e88996db085cb..33b9f0b453cdc 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts @@ -84,9 +84,7 @@ export class CreateReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/CreateTemplateCommand.ts b/clients/client-ses/src/commands/CreateTemplateCommand.ts index f9af8ea604063..fe04647f21fed 100644 --- a/clients/client-ses/src/commands/CreateTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateTemplateCommand.ts @@ -83,9 +83,7 @@ export class CreateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts index 84bfc2b461278..912a3ab141ede 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts @@ -69,9 +69,7 @@ export class DeleteConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index ade799c3c782e..512ccf8e3d62b 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -83,9 +83,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index d63659aa7139e..2621945441725 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -87,9 +87,7 @@ export class DeleteConfigurationSetTrackingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 19e88bba20e12..020d0f9658390 100644 --- a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -71,9 +71,7 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteIdentityCommand.ts b/clients/client-ses/src/commands/DeleteIdentityCommand.ts index f593647acb5fb..a9bdf98fc257a 100644 --- a/clients/client-ses/src/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityCommand.ts @@ -76,9 +76,7 @@ export class DeleteIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts index 5e56192af7ed8..39f84b061fd5f 100644 --- a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts @@ -87,9 +87,7 @@ export class DeleteIdentityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts index f48960dac8756..f44e5c4e6fbe4 100644 --- a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts @@ -77,9 +77,7 @@ export class DeleteReceiptFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts index a07926c21f2de..14b768ffa4c21 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts @@ -82,9 +82,7 @@ export class DeleteReceiptRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts index 2345af6bf94df..47b59fd6521c0 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts @@ -84,9 +84,7 @@ export class DeleteReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteTemplateCommand.ts b/clients/client-ses/src/commands/DeleteTemplateCommand.ts index f8255a09c0b67..54d2548e4105d 100644 --- a/clients/client-ses/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteTemplateCommand.ts @@ -64,9 +64,7 @@ export class DeleteTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts index 01597b23f6efc..fb87ba501610c 100644 --- a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts @@ -75,9 +75,7 @@ export class DeleteVerifiedEmailAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts index 76b137fe80d2c..5b4518365efba 100644 --- a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts @@ -154,9 +154,7 @@ export class DescribeActiveReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts index f404941b93de2..cd376e7d24a71 100644 --- a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts @@ -112,9 +112,7 @@ export class DescribeConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts index 540b190fa3f73..286e8c49ef22d 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts @@ -152,9 +152,7 @@ export class DescribeReceiptRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts index a1174ab58995d..63c4c049db5c5 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts @@ -159,9 +159,7 @@ export class DescribeReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts index 3f57ef98ec588..901f18a854f41 100644 --- a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts @@ -78,9 +78,7 @@ export class GetAccountSendingEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts index b6b992f38c92d..d6203ed3448ca 100644 --- a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -87,9 +87,7 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts index b1826d21f0ca9..08145d2b0e5fd 100644 --- a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts @@ -131,9 +131,7 @@ export class GetIdentityDkimAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts index 3f4d54c1df834..f90fac0af5540 100644 --- a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts @@ -108,9 +108,7 @@ export class GetIdentityMailFromDomainAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts index 0ac1f73c19a97..745fec1790968 100644 --- a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts @@ -118,9 +118,7 @@ export class GetIdentityNotificationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts index 68ac4b99a4189..a4a44cff4212f 100644 --- a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts @@ -102,9 +102,7 @@ export class GetIdentityPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts index 09d83cfb3d552..000c945588086 100644 --- a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts @@ -118,9 +118,7 @@ export class GetIdentityVerificationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetSendQuotaCommand.ts b/clients/client-ses/src/commands/GetSendQuotaCommand.ts index cf21cfc34925f..1872ab902e8b6 100644 --- a/clients/client-ses/src/commands/GetSendQuotaCommand.ts +++ b/clients/client-ses/src/commands/GetSendQuotaCommand.ts @@ -82,9 +82,7 @@ export class GetSendQuotaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts index f8bb2d4201e6a..a2405f80790b7 100644 --- a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts @@ -110,9 +110,7 @@ export class GetSendStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/GetTemplateCommand.ts b/clients/client-ses/src/commands/GetTemplateCommand.ts index 39e87492e0cd9..c2988f8d62bc1 100644 --- a/clients/client-ses/src/commands/GetTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetTemplateCommand.ts @@ -76,9 +76,7 @@ export class GetTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts index 3ad033ae15d8e..dacf125e89204 100644 --- a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts @@ -81,9 +81,7 @@ export class ListConfigurationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 5adfdf431f34c..0f6628dfc90ae 100644 --- a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -88,9 +88,7 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListIdentitiesCommand.ts b/clients/client-ses/src/commands/ListIdentitiesCommand.ts index 880bcbb21ba56..2812326b6be81 100644 --- a/clients/client-ses/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentitiesCommand.ts @@ -103,9 +103,7 @@ export class ListIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts index 5d19ba137f16c..e4c32fc1073f7 100644 --- a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts @@ -96,9 +96,7 @@ export class ListIdentityPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts index 9bf13191b9b67..4e75688ba44ce 100644 --- a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts @@ -97,9 +97,7 @@ export class ListReceiptFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts index 4fc3ebe6485c2..8b2b24a126156 100644 --- a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts @@ -99,9 +99,7 @@ export class ListReceiptRuleSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListTemplatesCommand.ts b/clients/client-ses/src/commands/ListTemplatesCommand.ts index 377a59ae92696..affdd8c60e26f 100644 --- a/clients/client-ses/src/commands/ListTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListTemplatesCommand.ts @@ -74,9 +74,7 @@ export class ListTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts index df45e6ba96750..cfd906c3f8402 100644 --- a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts +++ b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts @@ -83,9 +83,7 @@ export class ListVerifiedEmailAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index eb6cb3e915024..ae29c7b9f7d3d 100644 --- a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -80,9 +80,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts index ed5a3e464e505..5f1b975c96c45 100644 --- a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts @@ -92,9 +92,7 @@ export class PutIdentityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts index b0ad70831f567..d2e088d6a6070 100644 --- a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts @@ -94,9 +94,7 @@ export class ReorderReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendBounceCommand.ts b/clients/client-ses/src/commands/SendBounceCommand.ts index 427c0a8253efd..3d37c4f284593 100644 --- a/clients/client-ses/src/commands/SendBounceCommand.ts +++ b/clients/client-ses/src/commands/SendBounceCommand.ts @@ -112,9 +112,7 @@ export class SendBounceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts index 0b86f86588b9c..c1d0f2fe8c089 100644 --- a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts @@ -176,9 +176,7 @@ export class SendBulkTemplatedEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts index cda393fcfb9aa..1f63f1b4b8cc3 100644 --- a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts @@ -95,9 +95,7 @@ export class SendCustomVerificationEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendEmailCommand.ts b/clients/client-ses/src/commands/SendEmailCommand.ts index 719b8f5943a56..84af55e94bd1b 100644 --- a/clients/client-ses/src/commands/SendEmailCommand.ts +++ b/clients/client-ses/src/commands/SendEmailCommand.ts @@ -214,9 +214,7 @@ export class SendEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendRawEmailCommand.ts b/clients/client-ses/src/commands/SendRawEmailCommand.ts index 92a3f3c6a0697..4d48f9dcd6aeb 100644 --- a/clients/client-ses/src/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/src/commands/SendRawEmailCommand.ts @@ -225,9 +225,7 @@ export class SendRawEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts index 67e4fe10343ee..056f88615a0e6 100644 --- a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts @@ -165,9 +165,7 @@ export class SendTemplatedEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts index 7ec33e4320338..a873ab6430b0a 100644 --- a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts @@ -84,9 +84,7 @@ export class SetActiveReceiptRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts index 1158a9b895a23..7ecfc7562e7ea 100644 --- a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts @@ -89,9 +89,7 @@ export class SetIdentityDkimEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index 4e830f13bc9db..8b7d469167215 100644 --- a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -94,9 +94,7 @@ export class SetIdentityFeedbackForwardingEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index 63df17bc05d8b..0d440d0f789a2 100644 --- a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -92,9 +92,7 @@ export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts index fb7d2bdf2c043..3a962a881009d 100644 --- a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts @@ -86,9 +86,7 @@ export class SetIdentityMailFromDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts index fb81b98897063..316f6c0fbbf2f 100644 --- a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts @@ -88,9 +88,7 @@ export class SetIdentityNotificationTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts index 3401d44ee7e95..e52b14116b537 100644 --- a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts @@ -87,9 +87,7 @@ export class SetReceiptRulePositionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts index 66d79408b5156..740cab19e6597 100644 --- a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts +++ b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts @@ -81,9 +81,7 @@ export class TestRenderTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts index 65e4894250cf4..51ace6b91cb8d 100644 --- a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts @@ -79,9 +79,7 @@ export class UpdateAccountSendingEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 3e41e4a06ec2d..938388c57fae2 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -124,9 +124,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts index 498cb78334031..e9461c680fc4a 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts @@ -87,9 +87,7 @@ export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Comm ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts index 0deb0e99c5834..24b74a85da42a 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts @@ -87,9 +87,7 @@ export class UpdateConfigurationSetSendingEnabledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts index b3cdb64b95f93..242956e83aa8b 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts @@ -98,9 +98,7 @@ export class UpdateConfigurationSetTrackingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 6eb98a0948dbe..8b58bbf22c8ac 100644 --- a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -87,9 +87,7 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts index f5e514fe291a3..965e4a75c836c 100644 --- a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts @@ -168,9 +168,7 @@ export class UpdateReceiptRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/UpdateTemplateCommand.ts b/clients/client-ses/src/commands/UpdateTemplateCommand.ts index fdc330c704c9b..0fb20dd1320f2 100644 --- a/clients/client-ses/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateTemplateCommand.ts @@ -79,9 +79,7 @@ export class UpdateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts index 2e03a07f3879e..9d2533024019a 100644 --- a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts @@ -125,9 +125,7 @@ export class VerifyDomainDkimCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts index ea50eed15b257..610af0c0c6712 100644 --- a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts @@ -86,9 +86,7 @@ export class VerifyDomainIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts index 29d00cf88a45f..c0aca7e99e0eb 100644 --- a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts @@ -75,9 +75,7 @@ export class VerifyEmailAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts index 4652694a0b998..e621490da9207 100644 --- a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts @@ -77,9 +77,7 @@ export class VerifyEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts index 6a7ab65fb9951..e12fc3827ad9d 100644 --- a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts +++ b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts @@ -107,9 +107,7 @@ export class BatchGetMetricDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CancelExportJobCommand.ts b/clients/client-sesv2/src/commands/CancelExportJobCommand.ts index 83364cd9c4746..46742735f235d 100644 --- a/clients/client-sesv2/src/commands/CancelExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CancelExportJobCommand.ts @@ -83,9 +83,7 @@ export class CancelExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts index 5ba53ce12a3d0..ab83f6b652b7f 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts @@ -118,9 +118,7 @@ export class CreateConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts index fe58f89a5eeee..0f2cf6ed0b847 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -121,9 +121,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateContactCommand.ts b/clients/client-sesv2/src/commands/CreateContactCommand.ts index 249c5632984ac..cfc43b77e77de 100644 --- a/clients/client-sesv2/src/commands/CreateContactCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactCommand.ts @@ -85,9 +85,7 @@ export class CreateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateContactListCommand.ts b/clients/client-sesv2/src/commands/CreateContactListCommand.ts index de14bd6f78623..6d6c3f487c8a1 100644 --- a/clients/client-sesv2/src/commands/CreateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactListCommand.ts @@ -90,9 +90,7 @@ export class CreateContactListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index 08a1447d927d8..65630995a5fa3 100644 --- a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -96,9 +96,7 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts index 714a349851d69..0ab1893d9dd8b 100644 --- a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts @@ -88,9 +88,7 @@ export class CreateDedicatedIpPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts index 9d38040ab9a8a..4373281e71d17 100644 --- a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -151,9 +151,7 @@ export class CreateDeliverabilityTestReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts index c47809f4faf50..e19d3619bbed2 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts @@ -136,9 +136,7 @@ export class CreateEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts index 82a6bb5560f3a..4ac461c9b9e38 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts @@ -90,9 +90,7 @@ export class CreateEmailIdentityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts index ffb456743cf97..b7d74948e84ea 100644 --- a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts @@ -83,9 +83,7 @@ export class CreateEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateExportJobCommand.ts b/clients/client-sesv2/src/commands/CreateExportJobCommand.ts index 2c015d5bc01f3..79cd1eb897256 100644 --- a/clients/client-sesv2/src/commands/CreateExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateExportJobCommand.ts @@ -226,9 +226,7 @@ export class CreateExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts index fa7edfaf8451e..bce2c343f9ef0 100644 --- a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts @@ -86,9 +86,7 @@ export class CreateImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts index 2c7491408f7b2..4a5636c7d37b7 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts @@ -80,9 +80,7 @@ export class DeleteConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 39215788f064a..2a898e892c6eb 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -87,9 +87,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteContactCommand.ts b/clients/client-sesv2/src/commands/DeleteContactCommand.ts index 9b8d604cd1574..16677391b89d5 100644 --- a/clients/client-sesv2/src/commands/DeleteContactCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactCommand.ts @@ -73,9 +73,7 @@ export class DeleteContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts index 7f1cae42195c4..614cdd549fee9 100644 --- a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts @@ -75,9 +75,7 @@ export class DeleteContactListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index dff712010d7ef..58c806ab27809 100644 --- a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -85,9 +85,7 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts index 38e842d424637..a0db5537cb993 100644 --- a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -75,9 +75,7 @@ export class DeleteDedicatedIpPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts index 3ffccb0c9d6f6..b24434f8d8c8e 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts @@ -76,9 +76,7 @@ export class DeleteEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts index f66492bb04c8f..011f24b84c8d3 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts @@ -84,9 +84,7 @@ export class DeleteEmailIdentityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts index 7bd4cbb788869..3f2832eb38024 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts @@ -73,9 +73,7 @@ export class DeleteEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts index 99f62baa3b8dd..ec9d70cde3bc4 100644 --- a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts @@ -77,9 +77,7 @@ export class DeleteSuppressedDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetAccountCommand.ts b/clients/client-sesv2/src/commands/GetAccountCommand.ts index b75be57e5612d..f135887520d3b 100644 --- a/clients/client-sesv2/src/commands/GetAccountCommand.ts +++ b/clients/client-sesv2/src/commands/GetAccountCommand.ts @@ -105,9 +105,7 @@ export class GetAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts index aa35f39618adb..9abe13ad5a43a 100644 --- a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts @@ -84,9 +84,7 @@ export class GetBlacklistReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts index 49262a232d673..d9285a3d19349 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts @@ -114,9 +114,7 @@ export class GetConfigurationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts index f97f43a7be0de..e8890b168a3f7 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -118,9 +118,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetContactCommand.ts b/clients/client-sesv2/src/commands/GetContactCommand.ts index b57ac071ccb08..5415002cb1f0b 100644 --- a/clients/client-sesv2/src/commands/GetContactCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactCommand.ts @@ -92,9 +92,7 @@ export class GetContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetContactListCommand.ts b/clients/client-sesv2/src/commands/GetContactListCommand.ts index e0169b0c77ee6..8e3c07b143e7b 100644 --- a/clients/client-sesv2/src/commands/GetContactListCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactListCommand.ts @@ -92,9 +92,7 @@ export class GetContactListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts index 97828c4499d04..cd5c376fafc54 100644 --- a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -92,9 +92,7 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts index 34faf75be2e39..f7692eb71b161 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts @@ -81,9 +81,7 @@ export class GetDedicatedIpCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts index 59c4a29990111..5d77f4395add0 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts @@ -77,9 +77,7 @@ export class GetDedicatedIpPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts index 6a8fb9c9fb0ad..2cd4ca0d6d8ad 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts @@ -85,9 +85,7 @@ export class GetDedicatedIpsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index ef677e1ac800a..0005ea8b69365 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -112,9 +112,7 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts index 34c6935123ccd..80bc95de8ffcc 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts @@ -112,9 +112,7 @@ export class GetDeliverabilityTestReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts index 8f01add678a3a..18e7920c523cf 100644 --- a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -100,9 +100,7 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts index fd88934a75dba..982681ca1284e 100644 --- a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts @@ -114,9 +114,7 @@ export class GetDomainStatisticsReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts index 8414fa6d40658..e4c2456f31213 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts @@ -115,9 +115,7 @@ export class GetEmailIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts index afd2c194f03c8..a53c9d92b6862 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts @@ -87,9 +87,7 @@ export class GetEmailIdentityPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts index 8baf2dfda1644..da8120ca99b8b 100644 --- a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts @@ -81,9 +81,7 @@ export class GetEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetExportJobCommand.ts b/clients/client-sesv2/src/commands/GetExportJobCommand.ts index ea0e2b2bcd339..5836d1a410abf 100644 --- a/clients/client-sesv2/src/commands/GetExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetExportJobCommand.ts @@ -205,9 +205,7 @@ export class GetExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetImportJobCommand.ts b/clients/client-sesv2/src/commands/GetImportJobCommand.ts index 1236961660683..b59543c9771bf 100644 --- a/clients/client-sesv2/src/commands/GetImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetImportJobCommand.ts @@ -96,9 +96,7 @@ export class GetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts b/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts index 4d8262da8d3de..a281b3434b456 100644 --- a/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts +++ b/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts @@ -171,9 +171,7 @@ export class GetMessageInsightsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts index 67e20da872e18..ddab511bfcfeb 100644 --- a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts @@ -83,9 +83,7 @@ export class GetSuppressedDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts index 8ff63a49e34ae..04c34d6dc63b4 100644 --- a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts @@ -81,9 +81,7 @@ export class ListConfigurationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListContactListsCommand.ts b/clients/client-sesv2/src/commands/ListContactListsCommand.ts index 76f778fe6133d..33c6e2dc05388 100644 --- a/clients/client-sesv2/src/commands/ListContactListsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactListsCommand.ts @@ -78,9 +78,7 @@ export class ListContactListsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListContactsCommand.ts b/clients/client-sesv2/src/commands/ListContactsCommand.ts index 4f53dab9a9708..3ddcb6b1d25fe 100644 --- a/clients/client-sesv2/src/commands/ListContactsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactsCommand.ts @@ -102,9 +102,7 @@ export class ListContactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index bfcd47877eabb..77f0fb8925afc 100644 --- a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -94,9 +94,7 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts index ae0d52c2516fa..5ec03966dcacd 100644 --- a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts @@ -76,9 +76,7 @@ export class ListDedicatedIpPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts index ae30298ae8309..ad17fac1b4491 100644 --- a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -92,9 +92,7 @@ export class ListDeliverabilityTestReportsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index 041c8347d7334..6a170a0f73cd9 100644 --- a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -110,9 +110,7 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts index 6803b9a325bc9..67f7e32658c01 100644 --- a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts @@ -83,9 +83,7 @@ export class ListEmailIdentitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts index ef95f950103ee..1d693ed379d21 100644 --- a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts @@ -80,9 +80,7 @@ export class ListEmailTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListExportJobsCommand.ts b/clients/client-sesv2/src/commands/ListExportJobsCommand.ts index 8184a968b70bb..0cf5ec7d8bfd6 100644 --- a/clients/client-sesv2/src/commands/ListExportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListExportJobsCommand.ts @@ -108,9 +108,7 @@ export class ListExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts index 26c45b021ac1e..094a730e3cdda 100644 --- a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts @@ -91,9 +91,7 @@ export class ListImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts index 95ac287301312..2bc40d28782ab 100644 --- a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts @@ -90,9 +90,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts index 8a17ad0eacf24..f31541fb7beb7 100644 --- a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts @@ -88,9 +88,7 @@ export class ListSuppressedDestinationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts index 107b4e5298ea7..446eca2fdd471 100644 --- a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 72f46a2c911ec..372443c46a755 100644 --- a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts index 819d7cb3c826b..8125cb2e7f1ca 100644 --- a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts @@ -83,9 +83,7 @@ export class PutAccountDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts index 00bc1b150a04b..e20bbfe8f69f9 100644 --- a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts @@ -74,9 +74,7 @@ export class PutAccountSendingAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts index e7bc86f354c71..b19311153f851 100644 --- a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts @@ -76,9 +76,7 @@ export class PutAccountSuppressionAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts index 7215680fdee55..29173b2e60ad5 100644 --- a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutAccountVdmAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 6485b1ebdadaa..4886616e3e17b 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -83,9 +83,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts index e1a91109bb882..6cfe672ad3874 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts index 0a56263edf0aa..a5789b7326465 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts index 038781499d3ab..4a649d5de269f 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts @@ -84,9 +84,7 @@ export class PutConfigurationSetSuppressionOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index 14b4d549d67bb..0c541d1c2a2d5 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -82,9 +82,7 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts index c7c5dc2595595..c10bbef1c6e55 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts @@ -86,9 +86,7 @@ export class PutConfigurationSetVdmOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts index ae2b254f34d2c..a81ee36896441 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts @@ -81,9 +81,7 @@ export class PutDedicatedIpInPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts index 23333460b4994..f5fb67058b1ee 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts @@ -100,9 +100,7 @@ export class PutDedicatedIpPoolScalingAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 8527dfc8d8523..4d4420374f844 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts index bb22008d3cb60..32b712198bc1e 100644 --- a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -100,9 +100,7 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts index 451c6237c2624..0d1bc4b9e03e7 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts @@ -82,9 +82,7 @@ export class PutEmailIdentityConfigurationSetAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 233f25c002c7f..51e0443401f7e 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -78,9 +78,7 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index ea5454cf5e89c..6e226e262f7cc 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -115,9 +115,7 @@ export class PutEmailIdentityDkimSigningAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 6b772403f8fb3..872cf2acf7581 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -90,9 +90,7 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 3dee38dda8946..5ce6b3e570893 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -83,9 +83,7 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts index 4049490c596e5..d8d2c836044a8 100644 --- a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts @@ -70,9 +70,7 @@ export class PutSuppressedDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts index 54865f423afba..1157a380427d3 100644 --- a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts @@ -155,9 +155,7 @@ export class SendBulkEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts index dc0a320ac5e95..3b9f29ce1a035 100644 --- a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts @@ -102,9 +102,7 @@ export class SendCustomVerificationEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/SendEmailCommand.ts b/clients/client-sesv2/src/commands/SendEmailCommand.ts index 566e9c8a86ced..d312566da4449 100644 --- a/clients/client-sesv2/src/commands/SendEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendEmailCommand.ts @@ -180,9 +180,7 @@ export class SendEmailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/TagResourceCommand.ts b/clients/client-sesv2/src/commands/TagResourceCommand.ts index ec46e6f79df80..1b44a7285d7c7 100644 --- a/clients/client-sesv2/src/commands/TagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts index e1dc930d23d15..c53511ff78228 100644 --- a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts @@ -77,9 +77,7 @@ export class TestRenderEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UntagResourceCommand.ts b/clients/client-sesv2/src/commands/UntagResourceCommand.ts index 4a72ed410d21b..76a22e25704c5 100644 --- a/clients/client-sesv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 8199c3cfaa53f..f2d50bea8438c 100644 --- a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -115,9 +115,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateContactCommand.ts b/clients/client-sesv2/src/commands/UpdateContactCommand.ts index 318258a7cd718..450fadee67c4f 100644 --- a/clients/client-sesv2/src/commands/UpdateContactCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactCommand.ts @@ -89,9 +89,7 @@ export class UpdateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts index 182826861ae8d..0442b628ac449 100644 --- a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts @@ -84,9 +84,7 @@ export class UpdateContactListCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 6be0a94f7b450..655e4f59c282f 100644 --- a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -90,9 +90,7 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts index 3214fc2429946..ca36e65d1de5a 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts @@ -85,9 +85,7 @@ export class UpdateEmailIdentityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts index 9b63302ec5078..d4f30269162d4 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts @@ -80,9 +80,7 @@ export class UpdateEmailTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SESv2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/CreateActivityCommand.ts b/clients/client-sfn/src/commands/CreateActivityCommand.ts index e332ea78a3f9c..bc21a47693f83 100644 --- a/clients/client-sfn/src/commands/CreateActivityCommand.ts +++ b/clients/client-sfn/src/commands/CreateActivityCommand.ts @@ -116,9 +116,7 @@ export class CreateActivityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts index e97113220d8cd..2ea826c17cdcf 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts @@ -140,9 +140,7 @@ export class CreateStateMachineAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts index 175791687497d..0c9978f7d163a 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts @@ -175,9 +175,7 @@ export class CreateStateMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DeleteActivityCommand.ts b/clients/client-sfn/src/commands/DeleteActivityCommand.ts index 9dbe38af1d906..fb703cd6da1ea 100644 --- a/clients/client-sfn/src/commands/DeleteActivityCommand.ts +++ b/clients/client-sfn/src/commands/DeleteActivityCommand.ts @@ -66,9 +66,7 @@ export class DeleteActivityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts index 990955a8e288e..23cd8116497d1 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts @@ -104,9 +104,7 @@ export class DeleteStateMachineAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts index 49fc71a14363a..acaf5154e29dc 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts @@ -95,9 +95,7 @@ export class DeleteStateMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts index 0763150a38312..f16b48dc01a29 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts @@ -96,9 +96,7 @@ export class DeleteStateMachineVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeActivityCommand.ts b/clients/client-sfn/src/commands/DescribeActivityCommand.ts index c25ae53de0549..3a1ce8bc35805 100644 --- a/clients/client-sfn/src/commands/DescribeActivityCommand.ts +++ b/clients/client-sfn/src/commands/DescribeActivityCommand.ts @@ -81,9 +81,7 @@ export class DescribeActivityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts index 0e121357e37bb..066e276886ba9 100644 --- a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts @@ -114,9 +114,7 @@ export class DescribeExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts index d410417b3a1a9..704b51ef8cb26 100644 --- a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts +++ b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts @@ -104,9 +104,7 @@ export class DescribeMapRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts index 6f6f91e1a4289..73f5d2d468be7 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts @@ -113,9 +113,7 @@ export class DescribeStateMachineAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts index 1a79a8a27e0f0..cc680613e8e6f 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts @@ -146,9 +146,7 @@ export class DescribeStateMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts index 831a5f04f403f..0192a31214b14 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts @@ -123,9 +123,7 @@ export class DescribeStateMachineForExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts index 68d2e79e0872d..e98adc1829385 100644 --- a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts +++ b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts @@ -105,9 +105,7 @@ export class GetActivityTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts index 4c7f6e34095d3..45e9a3533e32f 100644 --- a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts +++ b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts @@ -286,9 +286,7 @@ export class GetExecutionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListActivitiesCommand.ts b/clients/client-sfn/src/commands/ListActivitiesCommand.ts index f01fa3a5a9edc..a295c80cd6306 100644 --- a/clients/client-sfn/src/commands/ListActivitiesCommand.ts +++ b/clients/client-sfn/src/commands/ListActivitiesCommand.ts @@ -81,9 +81,7 @@ export class ListActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListExecutionsCommand.ts b/clients/client-sfn/src/commands/ListExecutionsCommand.ts index 685ad715e3d46..23b7809b382ef 100644 --- a/clients/client-sfn/src/commands/ListExecutionsCommand.ts +++ b/clients/client-sfn/src/commands/ListExecutionsCommand.ts @@ -113,9 +113,7 @@ export class ListExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListMapRunsCommand.ts b/clients/client-sfn/src/commands/ListMapRunsCommand.ts index bfcffe8552cdb..f7e8100f8393e 100644 --- a/clients/client-sfn/src/commands/ListMapRunsCommand.ts +++ b/clients/client-sfn/src/commands/ListMapRunsCommand.ts @@ -85,9 +85,7 @@ export class ListMapRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts index 6e36dc2b94740..14eb7c80f3a90 100644 --- a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts @@ -116,9 +116,7 @@ export class ListStateMachineAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts index 6a5be5bc082dc..539596b1796eb 100644 --- a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts @@ -100,9 +100,7 @@ export class ListStateMachineVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts index 8cf173f660ad0..f2de8c19f4cce 100644 --- a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts @@ -82,9 +82,7 @@ export class ListStateMachinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts index 87bb8db82b8d6..ec7c3d240bff3 100644 --- a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts index e37d8b19b4cd1..ed61f115adc83 100644 --- a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts @@ -118,9 +118,7 @@ export class PublishStateMachineVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/RedriveExecutionCommand.ts b/clients/client-sfn/src/commands/RedriveExecutionCommand.ts index 12a1c6ab1afc1..4749dcacd031a 100644 --- a/clients/client-sfn/src/commands/RedriveExecutionCommand.ts +++ b/clients/client-sfn/src/commands/RedriveExecutionCommand.ts @@ -103,9 +103,7 @@ export class RedriveExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts index 5470c0d8cd147..0f0bcc6704ec8 100644 --- a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts @@ -90,9 +90,7 @@ export class SendTaskFailureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts index 44ec8a3dc90ad..b0d091f501877 100644 --- a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts @@ -86,9 +86,7 @@ export class SendTaskHeartbeatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts index 5ca1607ff2101..be5a00ce8d2b9 100644 --- a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts @@ -91,9 +91,7 @@ export class SendTaskSuccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/StartExecutionCommand.ts b/clients/client-sfn/src/commands/StartExecutionCommand.ts index 3abf3191eafa3..986f08a16eb7e 100644 --- a/clients/client-sfn/src/commands/StartExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartExecutionCommand.ts @@ -149,9 +149,7 @@ export class StartExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts index 54bde390861f5..cd9bad8679640 100644 --- a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts @@ -133,9 +133,7 @@ export class StartSyncExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/StopExecutionCommand.ts b/clients/client-sfn/src/commands/StopExecutionCommand.ts index 63858b1fb47b9..230772d3da787 100644 --- a/clients/client-sfn/src/commands/StopExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StopExecutionCommand.ts @@ -88,9 +88,7 @@ export class StopExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/TagResourceCommand.ts b/clients/client-sfn/src/commands/TagResourceCommand.ts index 84132e96bb118..949c703d05299 100644 --- a/clients/client-sfn/src/commands/TagResourceCommand.ts +++ b/clients/client-sfn/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/TestStateCommand.ts b/clients/client-sfn/src/commands/TestStateCommand.ts index 4d6b9213f82d1..43dc46113e8a0 100644 --- a/clients/client-sfn/src/commands/TestStateCommand.ts +++ b/clients/client-sfn/src/commands/TestStateCommand.ts @@ -161,9 +161,7 @@ export class TestStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/UntagResourceCommand.ts b/clients/client-sfn/src/commands/UntagResourceCommand.ts index 7adc6b043eafc..d8e4d9e9d13cf 100644 --- a/clients/client-sfn/src/commands/UntagResourceCommand.ts +++ b/clients/client-sfn/src/commands/UntagResourceCommand.ts @@ -72,9 +72,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts index 1f717681b0c21..adb2bf3cb259f 100644 --- a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts +++ b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts @@ -75,9 +75,7 @@ export class UpdateMapRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts index a3114bd69c45d..85c2a6da75198 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts @@ -131,9 +131,7 @@ export class UpdateStateMachineAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts index 6b74675ccdf04..6ba82f94631bd 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts @@ -182,9 +182,7 @@ export class UpdateStateMachineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sfn/src/commands/ValidateStateMachineDefinitionCommand.ts b/clients/client-sfn/src/commands/ValidateStateMachineDefinitionCommand.ts index ac0bfbc753de4..bdad43fad33ea 100644 --- a/clients/client-sfn/src/commands/ValidateStateMachineDefinitionCommand.ts +++ b/clients/client-sfn/src/commands/ValidateStateMachineDefinitionCommand.ts @@ -109,9 +109,7 @@ export class ValidateStateMachineDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SFNClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts index ad22b2acb3170..fd572a265d1ab 100644 --- a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts @@ -89,9 +89,7 @@ export class AssociateDRTLogBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts index bdb2d44ae5eed..844d121cedcb6 100644 --- a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts @@ -88,9 +88,7 @@ export class AssociateDRTRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts index 71dd8887ef591..3bda67eb11095 100644 --- a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts @@ -84,9 +84,7 @@ export class AssociateHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts index d6e110704d64f..dd0111e409031 100644 --- a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts +++ b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts @@ -98,9 +98,7 @@ export class AssociateProactiveEngagementDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/CreateProtectionCommand.ts b/clients/client-shield/src/commands/CreateProtectionCommand.ts index f5ac4a2189993..23adc306851b9 100644 --- a/clients/client-shield/src/commands/CreateProtectionCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionCommand.ts @@ -102,9 +102,7 @@ export class CreateProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts index 3d66f5fbc7b6c..733323f476167 100644 --- a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts @@ -94,9 +94,7 @@ export class CreateProtectionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts index 6eb064d224153..6bfd33ef46c74 100644 --- a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts @@ -72,9 +72,7 @@ export class CreateSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DeleteProtectionCommand.ts b/clients/client-shield/src/commands/DeleteProtectionCommand.ts index 5f2a2ca495795..b74302636454f 100644 --- a/clients/client-shield/src/commands/DeleteProtectionCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionCommand.ts @@ -73,9 +73,7 @@ export class DeleteProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts index 30b95ef59a3f0..e3a49c1cfbe4f 100644 --- a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts @@ -73,9 +73,7 @@ export class DeleteProtectionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts index d26185a6fbf6d..b64864fe4c8af 100644 --- a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts @@ -72,9 +72,7 @@ export class DeleteSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeAttackCommand.ts b/clients/client-shield/src/commands/DescribeAttackCommand.ts index f3271e103d628..500d4722a5a30 100644 --- a/clients/client-shield/src/commands/DescribeAttackCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackCommand.ts @@ -127,9 +127,7 @@ export class DescribeAttackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts index 9037c1e3d53d6..1420cbcf3d5e0 100644 --- a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts @@ -87,9 +87,7 @@ export class DescribeAttackStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts index 63e8ce2045a9c..fdbdff276bbca 100644 --- a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts +++ b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts @@ -72,9 +72,7 @@ export class DescribeDRTAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts index 22454a4cc7cf3..3d25aa4fe036d 100644 --- a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts @@ -80,9 +80,7 @@ export class DescribeEmergencyContactSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeProtectionCommand.ts b/clients/client-shield/src/commands/DescribeProtectionCommand.ts index d8ebce0cf14a4..b32b279a59209 100644 --- a/clients/client-shield/src/commands/DescribeProtectionCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionCommand.ts @@ -90,9 +90,7 @@ export class DescribeProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts index 4045cf83d7dbb..3bb5d4a56577c 100644 --- a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts @@ -80,9 +80,7 @@ export class DescribeProtectionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts index cc92523c23cc2..0e416b0b49c31 100644 --- a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts @@ -100,9 +100,7 @@ export class DescribeSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts index 4c1752054bd47..f89f26b1b0323 100644 --- a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts @@ -89,9 +89,7 @@ export class DisableApplicationLayerAutomaticResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts index d208ba479dc3d..179121e826693 100644 --- a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts @@ -77,9 +77,7 @@ export class DisableProactiveEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts index e6a39caaefccf..59970d678b089 100644 --- a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts @@ -82,9 +82,7 @@ export class DisassociateDRTLogBucketCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts index 641b3199a5702..8051ed32919af 100644 --- a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts @@ -74,9 +74,7 @@ export class DisassociateDRTRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts index eeca32f4ec397..9bea18f59ff61 100644 --- a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts @@ -81,9 +81,7 @@ export class DisassociateHealthCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts index 6319a8b77917a..e0a4b88a2c790 100644 --- a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts @@ -109,9 +109,7 @@ export class EnableApplicationLayerAutomaticResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts index 2d4c8beeebf5a..ccaba36cfb1f0 100644 --- a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts @@ -77,9 +77,7 @@ export class EnableProactiveEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts index 7ba24be95d7ba..b2a63889a694d 100644 --- a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts +++ b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts @@ -66,9 +66,7 @@ export class GetSubscriptionStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/ListAttacksCommand.ts b/clients/client-shield/src/commands/ListAttacksCommand.ts index 84b7bc85e942d..114c00c2d216d 100644 --- a/clients/client-shield/src/commands/ListAttacksCommand.ts +++ b/clients/client-shield/src/commands/ListAttacksCommand.ts @@ -100,9 +100,7 @@ export class ListAttacksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts index a1d51d8ac632d..908871a1fbf11 100644 --- a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts @@ -102,9 +102,7 @@ export class ListProtectionGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/ListProtectionsCommand.ts b/clients/client-shield/src/commands/ListProtectionsCommand.ts index 2c3bb9ea5075a..8e2454bd57a58 100644 --- a/clients/client-shield/src/commands/ListProtectionsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionsCommand.ts @@ -105,9 +105,7 @@ export class ListProtectionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts index 0c3af3a19289b..0bd8930bb3f12 100644 --- a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts @@ -84,9 +84,7 @@ export class ListResourcesInProtectionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts index 0b1b1468a5b7f..6a982ff16cb29 100644 --- a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/TagResourceCommand.ts b/clients/client-shield/src/commands/TagResourceCommand.ts index 495b5b7532710..06665523700f9 100644 --- a/clients/client-shield/src/commands/TagResourceCommand.ts +++ b/clients/client-shield/src/commands/TagResourceCommand.ts @@ -81,9 +81,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/UntagResourceCommand.ts b/clients/client-shield/src/commands/UntagResourceCommand.ts index c13b6eade4262..35098a8e4885b 100644 --- a/clients/client-shield/src/commands/UntagResourceCommand.ts +++ b/clients/client-shield/src/commands/UntagResourceCommand.ts @@ -78,9 +78,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts index a5381daefc3ae..90cc903e04993 100644 --- a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts @@ -92,9 +92,7 @@ export class UpdateApplicationLayerAutomaticResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts index 4dcb008ea6c8d..6088c489e623e 100644 --- a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts @@ -87,9 +87,7 @@ export class UpdateEmergencyContactSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts index 21bf4760d9e99..2d78c4cb95fb8 100644 --- a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts @@ -82,9 +82,7 @@ export class UpdateProtectionGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts index 03bc3894f464b..571876558ec8c 100644 --- a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts @@ -83,9 +83,7 @@ export class UpdateSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: ShieldClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts index 1a129e47a56ce..41f349dd9c8c6 100644 --- a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts @@ -92,9 +92,7 @@ export class AddProfilePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts index 70febf942f5a6..6c4477abb3c1c 100644 --- a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts @@ -79,9 +79,7 @@ export class CancelSigningProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts index 7c7a8759fd49f..0e3fc0f9232d8 100644 --- a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts +++ b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts @@ -123,9 +123,7 @@ export class DescribeSigningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts index b3570fd985cbd..c322faf2ba0c3 100644 --- a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts +++ b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts @@ -87,9 +87,7 @@ export class GetRevocationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts index a9578293ef5a5..992e61be0f5ee 100644 --- a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts +++ b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts @@ -104,9 +104,7 @@ export class GetSigningPlatformCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/GetSigningProfileCommand.ts b/clients/client-signer/src/commands/GetSigningProfileCommand.ts index 8e2eadadd00b7..b287abffd1d15 100644 --- a/clients/client-signer/src/commands/GetSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/GetSigningProfileCommand.ts @@ -111,9 +111,7 @@ export class GetSigningProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts index 08acf90c3dad1..5e239b36eecad 100644 --- a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts +++ b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts @@ -92,9 +92,7 @@ export class ListProfilePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/ListSigningJobsCommand.ts b/clients/client-signer/src/commands/ListSigningJobsCommand.ts index cce83e2a5677f..fd8d345dd4d35 100644 --- a/clients/client-signer/src/commands/ListSigningJobsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningJobsCommand.ts @@ -123,9 +123,7 @@ export class ListSigningJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts index 11d05f2506f93..6b324d2d7b5e5 100644 --- a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts @@ -119,9 +119,7 @@ export class ListSigningPlatformsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts index 1d7cbfce388b2..3d231e83b404f 100644 --- a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts +++ b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts @@ -112,9 +112,7 @@ export class ListSigningProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts index 1ae53d7c1c6b8..34b80f34a7950 100644 --- a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/PutSigningProfileCommand.ts b/clients/client-signer/src/commands/PutSigningProfileCommand.ts index 09a705839ee66..55ea76bc086ac 100644 --- a/clients/client-signer/src/commands/PutSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/PutSigningProfileCommand.ts @@ -106,9 +106,7 @@ export class PutSigningProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts index d3f3e3df84d3d..623dfd59877fc 100644 --- a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts @@ -86,9 +86,7 @@ export class RemoveProfilePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/RevokeSignatureCommand.ts b/clients/client-signer/src/commands/RevokeSignatureCommand.ts index 3a668d7d4c538..82fd27d93fa5c 100644 --- a/clients/client-signer/src/commands/RevokeSignatureCommand.ts +++ b/clients/client-signer/src/commands/RevokeSignatureCommand.ts @@ -82,9 +82,7 @@ export class RevokeSignatureCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts index c6d7c38faa3ef..c530bfacba0c3 100644 --- a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts @@ -84,9 +84,7 @@ export class RevokeSigningProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/SignPayloadCommand.ts b/clients/client-signer/src/commands/SignPayloadCommand.ts index 7568e4d659a2d..95c72e1117116 100644 --- a/clients/client-signer/src/commands/SignPayloadCommand.ts +++ b/clients/client-signer/src/commands/SignPayloadCommand.ts @@ -89,9 +89,7 @@ export class SignPayloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/StartSigningJobCommand.ts b/clients/client-signer/src/commands/StartSigningJobCommand.ts index 0b12b8158935c..d00246b0996c6 100644 --- a/clients/client-signer/src/commands/StartSigningJobCommand.ts +++ b/clients/client-signer/src/commands/StartSigningJobCommand.ts @@ -129,9 +129,7 @@ export class StartSigningJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/TagResourceCommand.ts b/clients/client-signer/src/commands/TagResourceCommand.ts index 8285d72780231..698cb16a02907 100644 --- a/clients/client-signer/src/commands/TagResourceCommand.ts +++ b/clients/client-signer/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-signer/src/commands/UntagResourceCommand.ts b/clients/client-signer/src/commands/UntagResourceCommand.ts index b2a62a76d8261..c3d6d6af3be62 100644 --- a/clients/client-signer/src/commands/UntagResourceCommand.ts +++ b/clients/client-signer/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SignerClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts index 726e788ffba2c..cc88b9fce0105 100644 --- a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts @@ -137,9 +137,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts index c50ce9a36c1e3..6e0b4bc7f1a5a 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts @@ -80,9 +80,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts index 291026b0b02fa..eff6ff7172fd4 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts @@ -82,9 +82,7 @@ export class DeleteSimulationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts index 5a8517eaf79e8..e5636a08f25a9 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts @@ -98,9 +98,7 @@ export class DescribeAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts index a8fae58449426..159c18f6ecf69 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts @@ -118,9 +118,7 @@ export class DescribeSimulationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts index 38b549233bcb3..802c57488ac93 100644 --- a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts @@ -89,9 +89,7 @@ export class ListAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts index 2ed486a35d796..6c49aa2713118 100644 --- a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts @@ -84,9 +84,7 @@ export class ListSimulationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts index 5cc4e6da9bc96..da2107cc8fbc8 100644 --- a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts index 5f5ba716f1523..1b17130b3c940 100644 --- a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts @@ -91,9 +91,7 @@ export class StartAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts index eb8cf77cd2d82..65ef2a9bc9e6d 100644 --- a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts @@ -78,9 +78,7 @@ export class StartClockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts index 87c37c05fb326..bab95ddd82c1b 100644 --- a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts @@ -106,9 +106,7 @@ export class StartSimulationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts index 03131cff3216b..d69c6968b2e88 100644 --- a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts @@ -80,9 +80,7 @@ export class StopAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts index 372f810ad05c0..7003ffd089b19 100644 --- a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts @@ -78,9 +78,7 @@ export class StopClockCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts index 5eb8d679df0f7..00514063244fc 100644 --- a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts @@ -82,9 +82,7 @@ export class StopSimulationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts index fcb8ad2087594..09d50c18cd7bc 100644 --- a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts @@ -76,9 +76,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts index 5f3e1442a42e5..b09b37dbe0910 100644 --- a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SimSpaceWeaverClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/CreateAppCommand.ts b/clients/client-sms/src/commands/CreateAppCommand.ts index fc0c86ad418bf..c04e8f57459ad 100644 --- a/clients/client-sms/src/commands/CreateAppCommand.ts +++ b/clients/client-sms/src/commands/CreateAppCommand.ts @@ -169,9 +169,7 @@ export class CreateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts index 8e7dfd45987f9..2b062933e2228 100644 --- a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts @@ -104,9 +104,7 @@ export class CreateReplicationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteAppCommand.ts b/clients/client-sms/src/commands/DeleteAppCommand.ts index b6d48c36f8553..19c9ac8558bdd 100644 --- a/clients/client-sms/src/commands/DeleteAppCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppCommand.ts @@ -82,9 +82,7 @@ export class DeleteAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts index fcdc67b09df15..1737c5b1e81a3 100644 --- a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts @@ -84,9 +84,7 @@ export class DeleteAppLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts index 40d29ad666227..8249af33a3893 100644 --- a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts @@ -87,9 +87,7 @@ export class DeleteAppReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts index f8228ca6344f7..ea6ab184a7a33 100644 --- a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts @@ -84,9 +84,7 @@ export class DeleteAppValidationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts index b57bc23a7070f..1c40d4a4b6283 100644 --- a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts @@ -82,9 +82,7 @@ export class DeleteReplicationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts index e4e49e2928ef1..0bc623b3edf4b 100644 --- a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts @@ -74,9 +74,7 @@ export class DeleteServerCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts index 5848869d74333..27a4c73114638 100644 --- a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts +++ b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts @@ -78,9 +78,7 @@ export class DisassociateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts index 8b66ee65fec3c..ccdb936ce41b1 100644 --- a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts +++ b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts @@ -86,9 +86,7 @@ export class GenerateChangeSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GenerateTemplateCommand.ts b/clients/client-sms/src/commands/GenerateTemplateCommand.ts index f87a739fe401e..297729343aa25 100644 --- a/clients/client-sms/src/commands/GenerateTemplateCommand.ts +++ b/clients/client-sms/src/commands/GenerateTemplateCommand.ts @@ -86,9 +86,7 @@ export class GenerateTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetAppCommand.ts b/clients/client-sms/src/commands/GetAppCommand.ts index 0b8a33c37876c..9aa13d74e6183 100644 --- a/clients/client-sms/src/commands/GetAppCommand.ts +++ b/clients/client-sms/src/commands/GetAppCommand.ts @@ -135,9 +135,7 @@ export class GetAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts index 26e66b8a1d4e4..9193c16a22f6d 100644 --- a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts @@ -128,9 +128,7 @@ export class GetAppLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts index 760691739c8b9..3904d29df13b2 100644 --- a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts @@ -120,9 +120,7 @@ export class GetAppReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts index 4162be5a6d0c4..7fab94068c4c2 100644 --- a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts @@ -142,9 +142,7 @@ export class GetAppValidationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts index af85db89f3e15..e533df61a7ae5 100644 --- a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts @@ -115,9 +115,7 @@ export class GetAppValidationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetConnectorsCommand.ts b/clients/client-sms/src/commands/GetConnectorsCommand.ts index f9f8c90edf721..06986faef3a24 100644 --- a/clients/client-sms/src/commands/GetConnectorsCommand.ts +++ b/clients/client-sms/src/commands/GetConnectorsCommand.ts @@ -86,9 +86,7 @@ export class GetConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts index 6c73989e9e724..79387df3b84e7 100644 --- a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts @@ -125,9 +125,7 @@ export class GetReplicationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts index 8d9d1fd5024dd..05041c0bbf61e 100644 --- a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts @@ -141,9 +141,7 @@ export class GetReplicationRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/GetServersCommand.ts b/clients/client-sms/src/commands/GetServersCommand.ts index fb20f81737e67..16fd368375407 100644 --- a/clients/client-sms/src/commands/GetServersCommand.ts +++ b/clients/client-sms/src/commands/GetServersCommand.ts @@ -106,9 +106,7 @@ export class GetServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts index ddb8d6f05eff2..1f8815195f4fc 100644 --- a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts @@ -79,9 +79,7 @@ export class ImportAppCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts index 90d7a25738aa9..4dea195322929 100644 --- a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts @@ -80,9 +80,7 @@ export class ImportServerCatalogCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/LaunchAppCommand.ts b/clients/client-sms/src/commands/LaunchAppCommand.ts index d76c1477034a4..fe7bd63cbb54d 100644 --- a/clients/client-sms/src/commands/LaunchAppCommand.ts +++ b/clients/client-sms/src/commands/LaunchAppCommand.ts @@ -79,9 +79,7 @@ export class LaunchAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/ListAppsCommand.ts b/clients/client-sms/src/commands/ListAppsCommand.ts index aa7681673cdaa..fd4d18c4a08d1 100644 --- a/clients/client-sms/src/commands/ListAppsCommand.ts +++ b/clients/client-sms/src/commands/ListAppsCommand.ts @@ -112,9 +112,7 @@ export class ListAppsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts index da48636b98104..b77aa17fadc94 100644 --- a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts @@ -84,9 +84,7 @@ export class NotifyAppValidationOutputCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts index 60214c56436d8..61a70b55c13df 100644 --- a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts @@ -126,9 +126,7 @@ export class PutAppLaunchConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts index 4418df0a74891..2e20c61eb8de9 100644 --- a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts @@ -118,9 +118,7 @@ export class PutAppReplicationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts index 39c308cb67529..704cc7391dbe3 100644 --- a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts @@ -141,9 +141,7 @@ export class PutAppValidationConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/StartAppReplicationCommand.ts b/clients/client-sms/src/commands/StartAppReplicationCommand.ts index fb3dced09622c..e27cd6a1a7374 100644 --- a/clients/client-sms/src/commands/StartAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartAppReplicationCommand.ts @@ -80,9 +80,7 @@ export class StartAppReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts index 78d0a7a7b5c2c..f8c6b14597b1d 100644 --- a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts @@ -82,9 +82,7 @@ export class StartOnDemandAppReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts index 1f94b98cb2f1c..bff64a9c129b8 100644 --- a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts @@ -93,9 +93,7 @@ export class StartOnDemandReplicationRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/StopAppReplicationCommand.ts b/clients/client-sms/src/commands/StopAppReplicationCommand.ts index 1faee98ff318e..1394ff808acde 100644 --- a/clients/client-sms/src/commands/StopAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StopAppReplicationCommand.ts @@ -80,9 +80,7 @@ export class StopAppReplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/TerminateAppCommand.ts b/clients/client-sms/src/commands/TerminateAppCommand.ts index e856bf434b86d..dd986ab74d093 100644 --- a/clients/client-sms/src/commands/TerminateAppCommand.ts +++ b/clients/client-sms/src/commands/TerminateAppCommand.ts @@ -79,9 +79,7 @@ export class TerminateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/UpdateAppCommand.ts b/clients/client-sms/src/commands/UpdateAppCommand.ts index 5dca647bb1822..24da887a1e966 100644 --- a/clients/client-sms/src/commands/UpdateAppCommand.ts +++ b/clients/client-sms/src/commands/UpdateAppCommand.ts @@ -168,9 +168,7 @@ export class UpdateAppCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts index 641981c123104..185c1704e3d68 100644 --- a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts @@ -96,9 +96,7 @@ export class UpdateReplicationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SMSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts index 4a33bf0321f70..0461fb44812cc 100644 --- a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts @@ -89,9 +89,7 @@ export class CancelTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts index daa02cf8cd668..806430ee65705 100644 --- a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts @@ -99,9 +99,7 @@ export class CreateTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts index 3ecaae842bee4..bbab81f1775ae 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts @@ -119,9 +119,7 @@ export class DescribeDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts index 9b271187e4832..f391795e259e4 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts @@ -129,9 +129,7 @@ export class DescribeDeviceEc2InstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts index bddca9170ad8e..182751715d4fd 100644 --- a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts @@ -90,9 +90,7 @@ export class DescribeExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts index 3d610d3171997..ffa237dcdfe6d 100644 --- a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts @@ -96,9 +96,7 @@ export class DescribeTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts index c01cf9618b0eb..7b530aab86e37 100644 --- a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts @@ -94,9 +94,7 @@ export class ListDeviceResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts index cdb24408bc3ef..9a68678f679df 100644 --- a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts @@ -94,9 +94,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts index 96ea8b5ed5a2a..754e1120381cb 100644 --- a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts @@ -95,9 +95,7 @@ export class ListExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts index dce24b706ea9c..3113407fa7718 100644 --- a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts index 98cf811dc984d..bef1310ff95e1 100644 --- a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts @@ -93,9 +93,7 @@ export class ListTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts index 4425f3102cf00..8056da2e0f00c 100644 --- a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts @@ -79,9 +79,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts index 45f4a97865caf..08166395b508c 100644 --- a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowDeviceManagementClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CancelClusterCommand.ts b/clients/client-snowball/src/commands/CancelClusterCommand.ts index 7ade404fff8be..4e2b45d447498 100644 --- a/clients/client-snowball/src/commands/CancelClusterCommand.ts +++ b/clients/client-snowball/src/commands/CancelClusterCommand.ts @@ -88,9 +88,7 @@ export class CancelClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CancelJobCommand.ts b/clients/client-snowball/src/commands/CancelJobCommand.ts index 74e7f627e83d9..f6e9df4e4cb33 100644 --- a/clients/client-snowball/src/commands/CancelJobCommand.ts +++ b/clients/client-snowball/src/commands/CancelJobCommand.ts @@ -89,9 +89,7 @@ export class CancelJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CreateAddressCommand.ts b/clients/client-snowball/src/commands/CreateAddressCommand.ts index 14b424cb4728a..bea1354869b60 100644 --- a/clients/client-snowball/src/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/src/commands/CreateAddressCommand.ts @@ -118,9 +118,7 @@ export class CreateAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CreateClusterCommand.ts b/clients/client-snowball/src/commands/CreateClusterCommand.ts index 4b47085cb33be..7e5e1d2e60d05 100644 --- a/clients/client-snowball/src/commands/CreateClusterCommand.ts +++ b/clients/client-snowball/src/commands/CreateClusterCommand.ts @@ -206,9 +206,7 @@ export class CreateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CreateJobCommand.ts b/clients/client-snowball/src/commands/CreateJobCommand.ts index a14fa860688a0..3f2857163ae32 100644 --- a/clients/client-snowball/src/commands/CreateJobCommand.ts +++ b/clients/client-snowball/src/commands/CreateJobCommand.ts @@ -368,9 +368,7 @@ export class CreateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts index 36d8c753cff31..52d9b99e9b17c 100644 --- a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts @@ -73,9 +73,7 @@ export class CreateLongTermPricingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts index ba0f1d0979afc..5798f8065e2db 100644 --- a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts @@ -86,9 +86,7 @@ export class CreateReturnShippingLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/DescribeAddressCommand.ts b/clients/client-snowball/src/commands/DescribeAddressCommand.ts index 488fd6932fe79..3021edaf190f9 100644 --- a/clients/client-snowball/src/commands/DescribeAddressCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressCommand.ts @@ -112,9 +112,7 @@ export class DescribeAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts index 7759bca23c417..59baafa1abfae 100644 --- a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts @@ -122,9 +122,7 @@ export class DescribeAddressesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/DescribeClusterCommand.ts b/clients/client-snowball/src/commands/DescribeClusterCommand.ts index 00ad5ed0260fb..9fd208055e975 100644 --- a/clients/client-snowball/src/commands/DescribeClusterCommand.ts +++ b/clients/client-snowball/src/commands/DescribeClusterCommand.ts @@ -186,9 +186,7 @@ export class DescribeClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/DescribeJobCommand.ts b/clients/client-snowball/src/commands/DescribeJobCommand.ts index 0ec7af511e55d..23f1aa910aaaf 100644 --- a/clients/client-snowball/src/commands/DescribeJobCommand.ts +++ b/clients/client-snowball/src/commands/DescribeJobCommand.ts @@ -357,9 +357,7 @@ export class DescribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts index 927a51e979a27..b93c65e56a0ba 100644 --- a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts @@ -79,9 +79,7 @@ export class DescribeReturnShippingLabelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/GetJobManifestCommand.ts b/clients/client-snowball/src/commands/GetJobManifestCommand.ts index 5e87b85a0b4ff..52c32e2512192 100644 --- a/clients/client-snowball/src/commands/GetJobManifestCommand.ts +++ b/clients/client-snowball/src/commands/GetJobManifestCommand.ts @@ -110,9 +110,7 @@ export class GetJobManifestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts index c66e4399d7433..1010f9ced1d89 100644 --- a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts +++ b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts @@ -105,9 +105,7 @@ export class GetJobUnlockCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts index c5a64a893ef08..6e0a5b0641433 100644 --- a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts +++ b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts @@ -84,9 +84,7 @@ export class GetSnowballUsageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts index 383a651395518..0645691989fba 100644 --- a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts +++ b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts @@ -74,9 +74,7 @@ export class GetSoftwareUpdatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts index b376a80a26b5b..e2e8ab0690cf5 100644 --- a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts @@ -151,9 +151,7 @@ export class ListClusterJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListClustersCommand.ts b/clients/client-snowball/src/commands/ListClustersCommand.ts index b9c92c8b2bac9..897e9a02e4db7 100644 --- a/clients/client-snowball/src/commands/ListClustersCommand.ts +++ b/clients/client-snowball/src/commands/ListClustersCommand.ts @@ -102,9 +102,7 @@ export class ListClustersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts index c2946f36b5c35..943f4851c92f5 100644 --- a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts +++ b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts @@ -84,9 +84,7 @@ export class ListCompatibleImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListJobsCommand.ts b/clients/client-snowball/src/commands/ListJobsCommand.ts index f343cd42d1890..11ae6951d3a9d 100644 --- a/clients/client-snowball/src/commands/ListJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListJobsCommand.ts @@ -110,9 +110,7 @@ export class ListJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts index 0d5b281fbb8a2..394b19aa70f23 100644 --- a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts @@ -91,9 +91,7 @@ export class ListLongTermPricingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts b/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts index ba809e3396e7b..583177e75404d 100644 --- a/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts +++ b/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts @@ -115,9 +115,7 @@ export class ListPickupLocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts index 7cf939832c359..c778fbbeb00b8 100644 --- a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts +++ b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts @@ -99,9 +99,7 @@ export class ListServiceVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/UpdateClusterCommand.ts b/clients/client-snowball/src/commands/UpdateClusterCommand.ts index 6f8b2c327088a..2a1eb3259203c 100644 --- a/clients/client-snowball/src/commands/UpdateClusterCommand.ts +++ b/clients/client-snowball/src/commands/UpdateClusterCommand.ts @@ -164,9 +164,7 @@ export class UpdateClusterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/UpdateJobCommand.ts b/clients/client-snowball/src/commands/UpdateJobCommand.ts index ad146db72786b..55eea9f824dce 100644 --- a/clients/client-snowball/src/commands/UpdateJobCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobCommand.ts @@ -180,9 +180,7 @@ export class UpdateJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts index ea8d56695be36..821860ce82a3a 100644 --- a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts @@ -72,9 +72,7 @@ export class UpdateJobShipmentStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts index a65054f28eda9..b899101067b77 100644 --- a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts @@ -69,9 +69,7 @@ export class UpdateLongTermPricingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SnowballClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/AddPermissionCommand.ts b/clients/client-sns/src/commands/AddPermissionCommand.ts index 04c488b6c2362..1f642ed3bcc55 100644 --- a/clients/client-sns/src/commands/AddPermissionCommand.ts +++ b/clients/client-sns/src/commands/AddPermissionCommand.ts @@ -89,9 +89,7 @@ export class AddPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts index f65c3ab98e1d6..80207c8d99f34 100644 --- a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts +++ b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts @@ -88,9 +88,7 @@ export class CheckIfPhoneNumberIsOptedOutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts index 23fa17d363987..5b24f20773ea7 100644 --- a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts +++ b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts @@ -96,9 +96,7 @@ export class ConfirmSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts index 5c182a86400e2..5e8f67b10cbc4 100644 --- a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts @@ -131,9 +131,7 @@ export class CreatePlatformApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts index cc3c47e7c2f5a..be5c65479c04f 100644 --- a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts @@ -96,9 +96,7 @@ export class CreatePlatformEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts index 983e082b9da8c..9bf1bcd060ab1 100644 --- a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts @@ -98,9 +98,7 @@ export class CreateSMSSandboxPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/CreateTopicCommand.ts b/clients/client-sns/src/commands/CreateTopicCommand.ts index e2acc5a402f68..63dc02f9c1145 100644 --- a/clients/client-sns/src/commands/CreateTopicCommand.ts +++ b/clients/client-sns/src/commands/CreateTopicCommand.ts @@ -111,9 +111,7 @@ export class CreateTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/DeleteEndpointCommand.ts b/clients/client-sns/src/commands/DeleteEndpointCommand.ts index 2d4fbbeaa2487..d3fe9d93f4b7a 100644 --- a/clients/client-sns/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sns/src/commands/DeleteEndpointCommand.ts @@ -77,9 +77,7 @@ export class DeleteEndpointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts index 8618fd55c951e..e2305f7f272b7 100644 --- a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts @@ -76,9 +76,7 @@ export class DeletePlatformApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts index 245f48c51069a..858c681177ecb 100644 --- a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts @@ -97,9 +97,7 @@ export class DeleteSMSSandboxPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/DeleteTopicCommand.ts b/clients/client-sns/src/commands/DeleteTopicCommand.ts index ded6af4c30fb7..46b77be0fa1ea 100644 --- a/clients/client-sns/src/commands/DeleteTopicCommand.ts +++ b/clients/client-sns/src/commands/DeleteTopicCommand.ts @@ -94,9 +94,7 @@ export class DeleteTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts index 0c7fdb2ae113b..54737b6162d91 100644 --- a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts @@ -83,9 +83,7 @@ export class GetDataProtectionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts index 3a26db59da2d2..c3bc0c6c30d02 100644 --- a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts @@ -82,9 +82,7 @@ export class GetEndpointAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts index bb24db771852c..89c37eae5d73e 100644 --- a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts @@ -87,9 +87,7 @@ export class GetPlatformApplicationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts index 2d1a19ed4801d..40e3237d013da 100644 --- a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts @@ -83,9 +83,7 @@ export class GetSMSAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts index 0673a2f9f3709..879dd361dcb10 100644 --- a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts +++ b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts @@ -81,9 +81,7 @@ export class GetSMSSandboxAccountStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts index 198dbe7fd1803..a9c87a4ef89d9 100644 --- a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts @@ -80,9 +80,7 @@ export class GetSubscriptionAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts index baf51217307c7..81c4a3ee8464b 100644 --- a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts @@ -85,9 +85,7 @@ export class GetTopicAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts index 667e4b34985a7..15f1ce6488d62 100644 --- a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts @@ -104,9 +104,7 @@ export class ListEndpointsByPlatformApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts index 9ea1204465600..1a56b81c74e5e 100644 --- a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts @@ -100,9 +100,7 @@ export class ListOriginationNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts index ec18775dbd8aa..b3d433b85e508 100644 --- a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts +++ b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts @@ -92,9 +92,7 @@ export class ListPhoneNumbersOptedOutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts index 516e78801a081..b5e304b7819fd 100644 --- a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts +++ b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts @@ -92,9 +92,7 @@ export class ListPlatformApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts index 26acf3d4fafa0..64803f0115bcd 100644 --- a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts @@ -102,9 +102,7 @@ export class ListSMSSandboxPhoneNumbersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts index 95ef75505dfaf..b475f7117d61e 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts @@ -92,9 +92,7 @@ export class ListSubscriptionsByTopicCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts index 5c171f0792df1..ba45972ed6530 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts @@ -88,9 +88,7 @@ export class ListSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts index 3bddcc791df22..c5799db2e31d0 100644 --- a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/ListTopicsCommand.ts b/clients/client-sns/src/commands/ListTopicsCommand.ts index c03b9ac4538a1..8a8baf81e9637 100644 --- a/clients/client-sns/src/commands/ListTopicsCommand.ts +++ b/clients/client-sns/src/commands/ListTopicsCommand.ts @@ -84,9 +84,7 @@ export class ListTopicsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts index 8140d38c9fbc2..7b31d09d9a1df 100644 --- a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts @@ -82,9 +82,7 @@ export class OptInPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/PublishBatchCommand.ts b/clients/client-sns/src/commands/PublishBatchCommand.ts index cb5a55f5e661b..6b45fca7d31a6 100644 --- a/clients/client-sns/src/commands/PublishBatchCommand.ts +++ b/clients/client-sns/src/commands/PublishBatchCommand.ts @@ -186,9 +186,7 @@ export class PublishBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/PublishCommand.ts b/clients/client-sns/src/commands/PublishCommand.ts index 501e517a05e1d..62f838559eaa2 100644 --- a/clients/client-sns/src/commands/PublishCommand.ts +++ b/clients/client-sns/src/commands/PublishCommand.ts @@ -152,9 +152,7 @@ export class PublishCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts index d308928112300..dd267bac6b77b 100644 --- a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts @@ -82,9 +82,7 @@ export class PutDataProtectionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/RemovePermissionCommand.ts b/clients/client-sns/src/commands/RemovePermissionCommand.ts index 0230cdaf451b3..28565c7118c96 100644 --- a/clients/client-sns/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sns/src/commands/RemovePermissionCommand.ts @@ -82,9 +82,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts index 6d6dbc42d5b4b..162fd3c421722 100644 --- a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts @@ -81,9 +81,7 @@ export class SetEndpointAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts index 2c19d9b770938..a3b7f12cf3eae 100644 --- a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts @@ -86,9 +86,7 @@ export class SetPlatformApplicationAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts index be8ee2ea07606..338423be75623 100644 --- a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts @@ -88,9 +88,7 @@ export class SetSMSAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts index 4a4c0486b0411..8c5bb8f5268d5 100644 --- a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts @@ -87,9 +87,7 @@ export class SetSubscriptionAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts index e658cc94f6887..34d7ed6b7ff0d 100644 --- a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts @@ -87,9 +87,7 @@ export class SetTopicAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/SubscribeCommand.ts b/clients/client-sns/src/commands/SubscribeCommand.ts index cf0754a5aa43c..d3fe50381555c 100644 --- a/clients/client-sns/src/commands/SubscribeCommand.ts +++ b/clients/client-sns/src/commands/SubscribeCommand.ts @@ -105,9 +105,7 @@ export class SubscribeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/TagResourceCommand.ts b/clients/client-sns/src/commands/TagResourceCommand.ts index 64ee063d3884e..7f7cfcbedefc7 100644 --- a/clients/client-sns/src/commands/TagResourceCommand.ts +++ b/clients/client-sns/src/commands/TagResourceCommand.ts @@ -117,9 +117,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/UnsubscribeCommand.ts b/clients/client-sns/src/commands/UnsubscribeCommand.ts index 590f4d0b062f1..d7636d54d9470 100644 --- a/clients/client-sns/src/commands/UnsubscribeCommand.ts +++ b/clients/client-sns/src/commands/UnsubscribeCommand.ts @@ -91,9 +91,7 @@ export class UnsubscribeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/UntagResourceCommand.ts b/clients/client-sns/src/commands/UntagResourceCommand.ts index 13eea8173fd86..716c7231e9429 100644 --- a/clients/client-sns/src/commands/UntagResourceCommand.ts +++ b/clients/client-sns/src/commands/UntagResourceCommand.ts @@ -93,9 +93,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts index 0d76a0e465a1e..a23cf83994784 100644 --- a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts @@ -97,9 +97,7 @@ export class VerifySMSSandboxPhoneNumberCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SNSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/AddPermissionCommand.ts b/clients/client-sqs/src/commands/AddPermissionCommand.ts index 8e67e8b42b64f..91593484b819c 100644 --- a/clients/client-sqs/src/commands/AddPermissionCommand.ts +++ b/clients/client-sqs/src/commands/AddPermissionCommand.ts @@ -140,9 +140,7 @@ export class AddPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts index a049a51b51838..c3bc7f79ec945 100644 --- a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts @@ -113,9 +113,7 @@ export class CancelMessageMoveTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts index f2e1c31659a8a..6146fb3ec8ffd 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts @@ -143,9 +143,7 @@ export class ChangeMessageVisibilityBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts index 8fb6807b1c6b8..bdde7e51ee612 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts @@ -143,9 +143,7 @@ export class ChangeMessageVisibilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/CreateQueueCommand.ts b/clients/client-sqs/src/commands/CreateQueueCommand.ts index 0dcae4da75590..1523dfcdd429c 100644 --- a/clients/client-sqs/src/commands/CreateQueueCommand.ts +++ b/clients/client-sqs/src/commands/CreateQueueCommand.ts @@ -164,9 +164,7 @@ export class CreateQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts index 44810fb1a661d..2ba689e424c03 100644 --- a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts @@ -133,9 +133,7 @@ export class DeleteMessageBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/DeleteMessageCommand.ts b/clients/client-sqs/src/commands/DeleteMessageCommand.ts index ff61c8eeba91f..22f5d3163762d 100644 --- a/clients/client-sqs/src/commands/DeleteMessageCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageCommand.ts @@ -120,9 +120,7 @@ export class DeleteMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/DeleteQueueCommand.ts b/clients/client-sqs/src/commands/DeleteQueueCommand.ts index 74f0ecbae3ee9..978cad15a3ce3 100644 --- a/clients/client-sqs/src/commands/DeleteQueueCommand.ts +++ b/clients/client-sqs/src/commands/DeleteQueueCommand.ts @@ -113,9 +113,7 @@ export class DeleteQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts index 8b00b9c45c996..dc7e950149a97 100644 --- a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts @@ -107,9 +107,7 @@ export class GetQueueAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts index 4582129cb34bc..4dadaa20fdf9f 100644 --- a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts @@ -105,9 +105,7 @@ export class GetQueueUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts index 37ba13ac7f658..508b678e075fb 100644 --- a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts @@ -111,9 +111,7 @@ export class ListDeadLetterSourceQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts index 87092f160af84..3688188ab1a45 100644 --- a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts +++ b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts @@ -124,9 +124,7 @@ export class ListMessageMoveTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts index c4b8122e99e23..0b1c582f19763 100644 --- a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts +++ b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts @@ -105,9 +105,7 @@ export class ListQueueTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ListQueuesCommand.ts b/clients/client-sqs/src/commands/ListQueuesCommand.ts index 50f851381bba6..ebffbc6599925 100644 --- a/clients/client-sqs/src/commands/ListQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListQueuesCommand.ts @@ -113,9 +113,7 @@ export class ListQueuesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/PurgeQueueCommand.ts b/clients/client-sqs/src/commands/PurgeQueueCommand.ts index be884dc3627f6..04a956c4e3155 100644 --- a/clients/client-sqs/src/commands/PurgeQueueCommand.ts +++ b/clients/client-sqs/src/commands/PurgeQueueCommand.ts @@ -111,9 +111,7 @@ export class PurgeQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts index adb07422c3e23..eb19573af5354 100644 --- a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts +++ b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts @@ -220,9 +220,7 @@ export class ReceiveMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/RemovePermissionCommand.ts b/clients/client-sqs/src/commands/RemovePermissionCommand.ts index 1c9b9874321b7..0cbd70020f2af 100644 --- a/clients/client-sqs/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sqs/src/commands/RemovePermissionCommand.ts @@ -111,9 +111,7 @@ export class RemovePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts index 5a676cfb685b4..7364b7e1a4c2e 100644 --- a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts @@ -217,9 +217,7 @@ export class SendMessageBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/SendMessageCommand.ts b/clients/client-sqs/src/commands/SendMessageCommand.ts index c32f71337ac7f..7f3c23dbd15ca 100644 --- a/clients/client-sqs/src/commands/SendMessageCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageCommand.ts @@ -175,9 +175,7 @@ export class SendMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts index a94293625a279..eeb66de6c4513 100644 --- a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts @@ -130,9 +130,7 @@ export class SetQueueAttributesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts index 7dfa8f9e4a932..9251ddf4ea872 100644 --- a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts @@ -119,9 +119,7 @@ export class StartMessageMoveTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/TagQueueCommand.ts b/clients/client-sqs/src/commands/TagQueueCommand.ts index 3b8a3f2d68177..550167434fca6 100644 --- a/clients/client-sqs/src/commands/TagQueueCommand.ts +++ b/clients/client-sqs/src/commands/TagQueueCommand.ts @@ -121,9 +121,7 @@ export class TagQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sqs/src/commands/UntagQueueCommand.ts b/clients/client-sqs/src/commands/UntagQueueCommand.ts index 5d2965680dc04..d5097ea820aa5 100644 --- a/clients/client-sqs/src/commands/UntagQueueCommand.ts +++ b/clients/client-sqs/src/commands/UntagQueueCommand.ts @@ -103,9 +103,7 @@ export class UntagQueueCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SQSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts index 935ed22ebf21d..6a22fc2366937 100644 --- a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts @@ -84,9 +84,7 @@ export class AcceptPageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts index 1ceffaf6baf33..34876239ad7fe 100644 --- a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts @@ -81,9 +81,7 @@ export class ActivateContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts index 35298654ed238..5f6854cf758a3 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts @@ -91,9 +91,7 @@ export class CreateContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts index 8871eba8ea905..53d612f26e27b 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts @@ -120,9 +120,7 @@ export class CreateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts index c33031e09dec0..6e9242e46859a 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts @@ -132,9 +132,7 @@ export class CreateRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts index 3846f97236af0..d617c0fa36011 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts @@ -90,9 +90,7 @@ export class CreateRotationOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts index 55c7e927feeea..90c187dd44b83 100644 --- a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts @@ -80,9 +80,7 @@ export class DeactivateContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts index 18ab1100e06e4..c77b7a2b121a1 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts @@ -82,9 +82,7 @@ export class DeleteContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts index 965e1f0818873..d4c533693f2b4 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts @@ -85,9 +85,7 @@ export class DeleteContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts index ce421c8ca09fd..d6234162d88e1 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts @@ -83,9 +83,7 @@ export class DeleteRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts index c67c858d32cfa..dd34a16957733 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts @@ -80,9 +80,7 @@ export class DeleteRotationOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts index bda3e07a3d661..ca9c00529fe12 100644 --- a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts @@ -94,9 +94,7 @@ export class DescribeEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts index 0a900126991dd..0822c6e7ccfff 100644 --- a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts @@ -95,9 +95,7 @@ export class DescribePageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts index 63d02b91cabb3..27c6f722eee80 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts @@ -91,9 +91,7 @@ export class GetContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts index b2ae5801176ae..cba7493b79e3c 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts @@ -109,9 +109,7 @@ export class GetContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts index a4467aeb67688..ef434ec1b5b08 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts @@ -83,9 +83,7 @@ export class GetContactPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts index 541e40f156663..c6f96c428b72d 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts @@ -123,9 +123,7 @@ export class GetRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts index 9ca6c8ba3210b..3f1eea5201a35 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts @@ -89,9 +89,7 @@ export class GetRotationOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts index 4f444d4fab1c3..0e1b92c255964 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts @@ -98,9 +98,7 @@ export class ListContactChannelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts index 87c9af584ffff..fe98190d29142 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts @@ -89,9 +89,7 @@ export class ListContactsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts index 508c6b667ebbb..d153a8d4980b0 100644 --- a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts @@ -94,9 +94,7 @@ export class ListEngagementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts index dbdef6fc0ca17..f708d1fcde5f7 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts @@ -91,9 +91,7 @@ export class ListPageReceiptsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts index ce8894ce015f4..70a432b484201 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts @@ -93,9 +93,7 @@ export class ListPageResolutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts index b7b18969082b7..064e53fea8a88 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts @@ -95,9 +95,7 @@ export class ListPagesByContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts index 1a2a964f7247f..08b20db823aa8 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts @@ -95,9 +95,7 @@ export class ListPagesByEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts index aa86180028a3a..0fcbd57add89a 100644 --- a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts @@ -149,9 +149,7 @@ export class ListPreviewRotationShiftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts index 81f181a33e277..488e625351244 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts @@ -96,9 +96,7 @@ export class ListRotationOverridesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts index 639c49160b1b8..80ce03929dcdc 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts @@ -103,9 +103,7 @@ export class ListRotationShiftsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts index 53cd226601c7a..1f32c2f58ea79 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts @@ -130,9 +130,7 @@ export class ListRotationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts index 1a38693404791..713b42c057784 100644 --- a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts index 120f1a627c947..269127852ffdc 100644 --- a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts @@ -85,9 +85,7 @@ export class PutContactPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts index 6e11e6d631b19..7249c825a3f74 100644 --- a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts +++ b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts @@ -87,9 +87,7 @@ export class SendActivationCodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts index 239946edad2ab..9cc5417715e01 100644 --- a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts @@ -92,9 +92,7 @@ export class StartEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts index 38db253d94afc..20c38812520b4 100644 --- a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts @@ -81,9 +81,7 @@ export class StopEngagementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts index 0c80ce8e2ba59..3e6e1750f9fee 100644 --- a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts index 073f78cad1436..a59d641f826a9 100644 --- a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts @@ -82,9 +82,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts index 7377981c37c4f..dffb309a1937e 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts @@ -89,9 +89,7 @@ export class UpdateContactChannelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts index 8204f29ec2ca0..76a406d8f45e3 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts @@ -108,9 +108,7 @@ export class UpdateContactCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts index 1ebd0b7b60cd7..bf032232799c8 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts @@ -123,9 +123,7 @@ export class UpdateRotationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMContactsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/BatchGetIncidentFindingsCommand.ts b/clients/client-ssm-incidents/src/commands/BatchGetIncidentFindingsCommand.ts index ddc9e13a6b877..af79278fb396d 100644 --- a/clients/client-ssm-incidents/src/commands/BatchGetIncidentFindingsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/BatchGetIncidentFindingsCommand.ts @@ -114,9 +114,7 @@ export class BatchGetIncidentFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts index cafb3e43a5034..6197b65c05a77 100644 --- a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts @@ -94,9 +94,7 @@ export class CreateReplicationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts index 8a364eb8b15ae..de1a967204f9e 100644 --- a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts @@ -146,9 +146,7 @@ export class CreateResponsePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts index 3c7d4bd6ec515..ddae54b5238d4 100644 --- a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts @@ -99,9 +99,7 @@ export class CreateTimelineEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts index 3f4336bfeffa8..4768a7f8ddfc2 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts @@ -77,9 +77,7 @@ export class DeleteIncidentRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts index 681e9ff2a84a3..3565aedc0344f 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts @@ -81,9 +81,7 @@ export class DeleteReplicationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts index 750d7111ff921..be4803b2e845a 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts @@ -82,9 +82,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts index 0d28818ea1707..8ddaf8b7e9996 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts @@ -78,9 +78,7 @@ export class DeleteResponsePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts index ebd10ec93f324..ec5a37676b84d 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts @@ -78,9 +78,7 @@ export class DeleteTimelineEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts index ec4a53ad0dc62..8819ab62d7062 100644 --- a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts @@ -115,9 +115,7 @@ export class GetIncidentRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts index 688d316523f1e..fe4d25aa746f8 100644 --- a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts @@ -98,9 +98,7 @@ export class GetReplicationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts index dcbccf9089cf2..1637b5ca2ab33 100644 --- a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts @@ -91,9 +91,7 @@ export class GetResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts index c235f40559f53..8e97b081abc11 100644 --- a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts @@ -138,9 +138,7 @@ export class GetResponsePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts index 1b5aae3005e99..13f657d31830a 100644 --- a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts @@ -96,9 +96,7 @@ export class GetTimelineEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListIncidentFindingsCommand.ts b/clients/client-ssm-incidents/src/commands/ListIncidentFindingsCommand.ts index a795d791de40d..704820be08ab7 100644 --- a/clients/client-ssm-incidents/src/commands/ListIncidentFindingsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListIncidentFindingsCommand.ts @@ -93,9 +93,7 @@ export class ListIncidentFindingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts index 7da4f02c68b57..c5cf033c8a0ea 100644 --- a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts @@ -114,9 +114,7 @@ export class ListIncidentRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts index 3bee7a107226f..63d20dc992772 100644 --- a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts @@ -100,9 +100,7 @@ export class ListRelatedItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts index aa789479625d3..ef09642c7c881 100644 --- a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts @@ -83,9 +83,7 @@ export class ListReplicationSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts index 8cfc664553158..a636e66176832 100644 --- a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts @@ -87,9 +87,7 @@ export class ListResponsePlansCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts index 54443fb969bf1..5759a52889331 100644 --- a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts index 2256853f15be7..b6ffc521eef6d 100644 --- a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts @@ -115,9 +115,7 @@ export class ListTimelineEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts index eb81a8cc3c196..5f7855ffdb80b 100644 --- a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts @@ -85,9 +85,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts index e82ade53ee0bc..c5dfc0ae3a8db 100644 --- a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts +++ b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts @@ -114,9 +114,7 @@ export class StartIncidentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts index e13e84860582e..0487b36620e36 100644 --- a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts index 5adae87cd92d0..5144de845652d 100644 --- a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts @@ -86,9 +86,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts index fa16b2ffefb02..bd7f6c23d1031 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts @@ -83,9 +83,7 @@ export class UpdateDeletionProtectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts index db75d7106ba1d..3eeb251979614 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts @@ -101,9 +101,7 @@ export class UpdateIncidentRecordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts index 404eba8e51bdf..13cc0fe003895 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts @@ -116,9 +116,7 @@ export class UpdateRelatedItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts index dbc9780db7954..df920bfdb70ea 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts @@ -95,9 +95,7 @@ export class UpdateReplicationSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts index fe684dc96934e..46a20866d7cf7 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts @@ -137,9 +137,7 @@ export class UpdateResponsePlanCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts index b96ae05915a62..079717b56202b 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts @@ -94,9 +94,7 @@ export class UpdateTimelineEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMIncidentsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/CreateConfigurationManagerCommand.ts b/clients/client-ssm-quicksetup/src/commands/CreateConfigurationManagerCommand.ts index e1218447409c2..e7a31c0fd606d 100644 --- a/clients/client-ssm-quicksetup/src/commands/CreateConfigurationManagerCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/CreateConfigurationManagerCommand.ts @@ -102,9 +102,7 @@ export class CreateConfigurationManagerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/DeleteConfigurationManagerCommand.ts b/clients/client-ssm-quicksetup/src/commands/DeleteConfigurationManagerCommand.ts index 2b80b06655e76..f5522612a6241 100644 --- a/clients/client-ssm-quicksetup/src/commands/DeleteConfigurationManagerCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/DeleteConfigurationManagerCommand.ts @@ -82,9 +82,7 @@ export class DeleteConfigurationManagerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/GetConfigurationManagerCommand.ts b/clients/client-ssm-quicksetup/src/commands/GetConfigurationManagerCommand.ts index 016c5404e7e14..9f232cec08f54 100644 --- a/clients/client-ssm-quicksetup/src/commands/GetConfigurationManagerCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/GetConfigurationManagerCommand.ts @@ -118,9 +118,7 @@ export class GetConfigurationManagerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/GetServiceSettingsCommand.ts b/clients/client-ssm-quicksetup/src/commands/GetServiceSettingsCommand.ts index 8d5a0c4ebdb24..36759608926af 100644 --- a/clients/client-ssm-quicksetup/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/GetServiceSettingsCommand.ts @@ -77,9 +77,7 @@ export class GetServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/ListConfigurationManagersCommand.ts b/clients/client-ssm-quicksetup/src/commands/ListConfigurationManagersCommand.ts index 97a22026fa80d..61223417b4ff8 100644 --- a/clients/client-ssm-quicksetup/src/commands/ListConfigurationManagersCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/ListConfigurationManagersCommand.ts @@ -118,9 +118,7 @@ export class ListConfigurationManagersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/ListQuickSetupTypesCommand.ts b/clients/client-ssm-quicksetup/src/commands/ListQuickSetupTypesCommand.ts index 7b96bae8a09c1..88bf4b3d1a9c0 100644 --- a/clients/client-ssm-quicksetup/src/commands/ListQuickSetupTypesCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/ListQuickSetupTypesCommand.ts @@ -80,9 +80,7 @@ export class ListQuickSetupTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-quicksetup/src/commands/ListTagsForResourceCommand.ts index d296896d37fc0..3471e0d90c814 100644 --- a/clients/client-ssm-quicksetup/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/TagResourceCommand.ts b/clients/client-ssm-quicksetup/src/commands/TagResourceCommand.ts index 7fdb94961ac68..ef8e9083b6dc0 100644 --- a/clients/client-ssm-quicksetup/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/TagResourceCommand.ts @@ -85,9 +85,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/UntagResourceCommand.ts b/clients/client-ssm-quicksetup/src/commands/UntagResourceCommand.ts index a40cc7dab5a44..064e71fd9c79a 100644 --- a/clients/client-ssm-quicksetup/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationDefinitionCommand.ts b/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationDefinitionCommand.ts index 8d4839d9f5582..e8c127af87a01 100644 --- a/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationDefinitionCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationDefinitionCommand.ts @@ -92,9 +92,7 @@ export class UpdateConfigurationDefinitionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationManagerCommand.ts b/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationManagerCommand.ts index f7ebd25e09233..5b0fe3e619c2e 100644 --- a/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationManagerCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/UpdateConfigurationManagerCommand.ts @@ -84,9 +84,7 @@ export class UpdateConfigurationManagerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-quicksetup/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-ssm-quicksetup/src/commands/UpdateServiceSettingsCommand.ts index b4c62758e77ad..4f924ec94d058 100644 --- a/clients/client-ssm-quicksetup/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-ssm-quicksetup/src/commands/UpdateServiceSettingsCommand.ts @@ -79,9 +79,7 @@ export class UpdateServiceSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMQuickSetupClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts index 21f423470636e..ed4b0c0b5eed9 100644 --- a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts @@ -76,9 +76,7 @@ export class DeleteResourcePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts index 37c8273ef2609..6b3515379c162 100644 --- a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts @@ -73,9 +73,7 @@ export class DeregisterApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts index 575ddbb11d3ae..21f47375127cf 100644 --- a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts @@ -92,9 +92,7 @@ export class GetApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts index 88ed9200071b9..da022fcce9023 100644 --- a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts @@ -134,9 +134,7 @@ export class GetComponentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts index b88faf21a67fe..b660b204eaa25 100644 --- a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts @@ -99,9 +99,7 @@ export class GetDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts index 50a01d896eca0..7b706d20519b7 100644 --- a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts @@ -85,9 +85,7 @@ export class GetOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts index 044534e70c938..13ed38c2855fd 100644 --- a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts @@ -75,9 +75,7 @@ export class GetResourcePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts index 36b5799df363f..09f184d4d6f36 100644 --- a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts @@ -93,9 +93,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts index fccd910a36509..e12beff76320f 100644 --- a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts @@ -90,9 +90,7 @@ export class ListComponentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts index e72a69f56185b..3612d544eea62 100644 --- a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts @@ -90,9 +90,7 @@ export class ListDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListOperationEventsCommand.ts b/clients/client-ssm-sap/src/commands/ListOperationEventsCommand.ts index fc7945d43e4bb..7c875a6218542 100644 --- a/clients/client-ssm-sap/src/commands/ListOperationEventsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListOperationEventsCommand.ts @@ -94,9 +94,7 @@ export class ListOperationEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts index 174ea00832b03..249e61d651681 100644 --- a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts @@ -97,9 +97,7 @@ export class ListOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts index 41fddfb6772be..12793d6bf8e29 100644 --- a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts index bc214dc0e1fdd..d17f09ef249d1 100644 --- a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts @@ -76,9 +76,7 @@ export class PutResourcePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts index 1b2c557454631..7a140c8cd5742 100644 --- a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts @@ -121,9 +121,7 @@ export class RegisterApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/StartApplicationCommand.ts b/clients/client-ssm-sap/src/commands/StartApplicationCommand.ts index d982b7b615707..08f79839614cc 100644 --- a/clients/client-ssm-sap/src/commands/StartApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/StartApplicationCommand.ts @@ -78,9 +78,7 @@ export class StartApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts b/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts index 67069e0cd1e3d..a99d34ebf8a28 100644 --- a/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts +++ b/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts @@ -80,9 +80,7 @@ export class StartApplicationRefreshCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/StopApplicationCommand.ts b/clients/client-ssm-sap/src/commands/StopApplicationCommand.ts index b194d651d2a6a..b58a6a085ebe1 100644 --- a/clients/client-ssm-sap/src/commands/StopApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/StopApplicationCommand.ts @@ -82,9 +82,7 @@ export class StopApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts index d63b80d8d41b8..bc3587c9a3e78 100644 --- a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts index 9ec059f9c3452..bba5369fc530d 100644 --- a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts index 9dfe1bf43861d..a9397abc91a6d 100644 --- a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts @@ -107,9 +107,7 @@ export class UpdateApplicationSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SsmSapClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts index 7f2e4afbde344..f8b8ea0111702 100644 --- a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts @@ -133,9 +133,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts index a53cd8d96179d..dcc24c3f88ac9 100644 --- a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts @@ -91,9 +91,7 @@ export class AssociateOpsItemRelatedItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CancelCommandCommand.ts b/clients/client-ssm/src/commands/CancelCommandCommand.ts index 60d033d4eec26..80047d43f3418 100644 --- a/clients/client-ssm/src/commands/CancelCommandCommand.ts +++ b/clients/client-ssm/src/commands/CancelCommandCommand.ts @@ -96,9 +96,7 @@ export class CancelCommandCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts index ed735945744a3..3641d5a24bcb7 100644 --- a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts @@ -81,9 +81,7 @@ export class CancelMaintenanceWindowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateActivationCommand.ts b/clients/client-ssm/src/commands/CreateActivationCommand.ts index e79362affe0be..03bc1c8d212c4 100644 --- a/clients/client-ssm/src/commands/CreateActivationCommand.ts +++ b/clients/client-ssm/src/commands/CreateActivationCommand.ts @@ -99,9 +99,7 @@ export class CreateActivationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts index 1261e015c55b4..58b136dffeb9d 100644 --- a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts @@ -373,9 +373,7 @@ export class CreateAssociationBatchCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateAssociationCommand.ts b/clients/client-ssm/src/commands/CreateAssociationCommand.ts index 510d9d4821440..615b50e04944b 100644 --- a/clients/client-ssm/src/commands/CreateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationCommand.ts @@ -313,9 +313,7 @@ export class CreateAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateDocumentCommand.ts b/clients/client-ssm/src/commands/CreateDocumentCommand.ts index 4f8de26ac7b68..6f34f09bbd38e 100644 --- a/clients/client-ssm/src/commands/CreateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/CreateDocumentCommand.ts @@ -181,9 +181,7 @@ export class CreateDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts index 33946c18fc140..ed9c9dc1851ed 100644 --- a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts @@ -106,9 +106,7 @@ export class CreateMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts index b76954c3c560b..b00416b218bb4 100644 --- a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts @@ -122,9 +122,7 @@ export class CreateOpsItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts index 9ea1f99e21100..6b61f7d4dd438 100644 --- a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts @@ -94,9 +94,7 @@ export class CreateOpsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts index c403d0969324f..a8011a23da0b0 100644 --- a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts @@ -143,9 +143,7 @@ export class CreatePatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts index c015af25157c6..b45541d48e956 100644 --- a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts @@ -122,9 +122,7 @@ export class CreateResourceDataSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteActivationCommand.ts b/clients/client-ssm/src/commands/DeleteActivationCommand.ts index 7de6591e293ae..935a8166b4968 100644 --- a/clients/client-ssm/src/commands/DeleteActivationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteActivationCommand.ts @@ -79,9 +79,7 @@ export class DeleteActivationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts index 893098f826e5d..7c41eb7ace473 100644 --- a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts @@ -103,9 +103,7 @@ export class DeleteAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts index 1b7e3b6d1cee6..a8257bfbfd0a0 100644 --- a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts @@ -81,9 +81,7 @@ export class DeleteDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts index 820b9a8309bbc..21400dd3571f7 100644 --- a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts +++ b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts @@ -97,9 +97,7 @@ export class DeleteInventoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts index 457aa09e9419b..111064bc3f068 100644 --- a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts @@ -68,9 +68,7 @@ export class DeleteMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts b/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts index 0f0b808392c4c..ef12294fa0516 100644 --- a/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts @@ -97,9 +97,7 @@ export class DeleteOpsItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts index 6aee49e78a95b..c9648cc1108dc 100644 --- a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts @@ -72,9 +72,7 @@ export class DeleteOpsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteParameterCommand.ts b/clients/client-ssm/src/commands/DeleteParameterCommand.ts index b5468e975e231..8b0597fc40c58 100644 --- a/clients/client-ssm/src/commands/DeleteParameterCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParameterCommand.ts @@ -70,9 +70,7 @@ export class DeleteParameterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteParametersCommand.ts b/clients/client-ssm/src/commands/DeleteParametersCommand.ts index 490d102771e6d..b6c9fa8d10133 100644 --- a/clients/client-ssm/src/commands/DeleteParametersCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParametersCommand.ts @@ -76,9 +76,7 @@ export class DeleteParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts index 03ad778fb46c6..4155754fccc70 100644 --- a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts @@ -72,9 +72,7 @@ export class DeletePatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts index 94605fddd04ac..b61721faf0460 100644 --- a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts @@ -75,9 +75,7 @@ export class DeleteResourceDataSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts index bf8f628f44745..1cbabc0850c52 100644 --- a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts @@ -102,9 +102,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts index 136404c2bd4b3..27dfb002ab1fe 100644 --- a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts @@ -88,9 +88,7 @@ export class DeregisterManagedInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts index cc7fe0d3e98ae..b4837d253d8b9 100644 --- a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts @@ -81,9 +81,7 @@ export class DeregisterPatchBaselineForPatchGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts index 9ae3471a5ab2b..f4149fe628137 100644 --- a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts @@ -90,9 +90,7 @@ export class DeregisterTargetFromMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts index 17e47797d98f3..c3e72aeadfc09 100644 --- a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts @@ -84,9 +84,7 @@ export class DeregisterTaskFromMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts index 122731efed4b7..c460cde91334d 100644 --- a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts @@ -105,9 +105,7 @@ export class DescribeActivationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts index dc8cceeb75f9d..576bde5671810 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts @@ -206,9 +206,7 @@ export class DescribeAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts index ca0d8359014ad..3bd53a29594d5 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts @@ -110,9 +110,7 @@ export class DescribeAssociationExecutionTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts index 8ce082e8ecfaa..f8fc89d7edab1 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts @@ -114,9 +114,7 @@ export class DescribeAssociationExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts index b410a1246fccd..7336c3269840b 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts @@ -208,9 +208,7 @@ export class DescribeAutomationExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts index a0c8a6ee104aa..c0260225eba43 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts @@ -182,9 +182,7 @@ export class DescribeAutomationStepExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts index 1638c77f2bc90..7d406324dd6cc 100644 --- a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts @@ -114,9 +114,7 @@ export class DescribeAvailablePatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts index adb2aab0e9cca..eeaa049ede371 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts @@ -142,9 +142,7 @@ export class DescribeDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts index 399ae53901e1f..718c6044b0573 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts @@ -96,9 +96,7 @@ export class DescribeDocumentPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts index d7b67400f9e89..7497792dce1cb 100644 --- a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts @@ -110,9 +110,7 @@ export class DescribeEffectiveInstanceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts index 484d1f8b4f500..042b099ae9bee 100644 --- a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts @@ -133,9 +133,7 @@ export class DescribeEffectivePatchesForPatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts index 21d2335a31308..2ffb4888a2b91 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts @@ -121,9 +121,7 @@ export class DescribeInstanceAssociationsStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts index 923c0ad3cca46..9838d430472ae 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts @@ -158,9 +158,7 @@ export class DescribeInstanceInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts index f0faea79aa600..d0fd400ae9c1c 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts @@ -105,9 +105,7 @@ export class DescribeInstancePatchStatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts index 685e26354c17d..43a9611807e86 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts @@ -122,9 +122,7 @@ export class DescribeInstancePatchStatesForPatchGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts index b94cc174f5469..2e24cca0576b7 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts @@ -116,9 +116,7 @@ export class DescribeInstancePatchesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInstancePropertiesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePropertiesCommand.ts index 9079fd80dc774..12ac4ad711c23 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePropertiesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePropertiesCommand.ts @@ -162,9 +162,7 @@ export class DescribeInstancePropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts index 89f93e1e93529..0e48929fe77a6 100644 --- a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts @@ -98,9 +98,7 @@ export class DescribeInventoryDeletionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts index f18971e7198b1..23e60a51d1951 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts @@ -112,9 +112,7 @@ export class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts index 13143891ce64e..f6a7be1f1749f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts @@ -119,9 +119,7 @@ export class DescribeMaintenanceWindowExecutionTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts index a05c618e385e1..0857f199a6aad 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts @@ -98,9 +98,7 @@ export class DescribeMaintenanceWindowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts index 796938555bf12..f9b16cff5b559 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts @@ -106,9 +106,7 @@ export class DescribeMaintenanceWindowScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts index f68e7bddeb283..e1e6717a8a627 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts @@ -111,9 +111,7 @@ export class DescribeMaintenanceWindowTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts index 9a0885817be08..28fc28309e3ef 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts @@ -142,9 +142,7 @@ export class DescribeMaintenanceWindowTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts index 73e9728fc9523..63c20e83c32a8 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts @@ -97,9 +97,7 @@ export class DescribeMaintenanceWindowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts index 71c43ee0875ac..4be14b9036a98 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts @@ -93,9 +93,7 @@ export class DescribeMaintenanceWindowsForTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts index b5db716831783..a94f2492c67ea 100644 --- a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts @@ -109,9 +109,7 @@ export class DescribeOpsItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeParametersCommand.ts b/clients/client-ssm/src/commands/DescribeParametersCommand.ts index 04d7f35bf5c64..850860b26894c 100644 --- a/clients/client-ssm/src/commands/DescribeParametersCommand.ts +++ b/clients/client-ssm/src/commands/DescribeParametersCommand.ts @@ -135,9 +135,7 @@ export class DescribeParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts index 8300c7cf8f6ca..df1d7a586bc41 100644 --- a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts @@ -86,9 +86,7 @@ export class DescribePatchBaselinesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts index bcf51d60a4425..4559bc083dea8 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts @@ -82,9 +82,7 @@ export class DescribePatchGroupStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts index 6765a826d84bc..61e24c2fbb8f5 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts @@ -89,9 +89,7 @@ export class DescribePatchGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts index ab7b0408b745f..3bf5c2a486ef5 100644 --- a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts @@ -146,9 +146,7 @@ export class DescribePatchPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts index 2f3067fd409d4..51385dd2958c1 100644 --- a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts @@ -101,9 +101,7 @@ export class DescribeSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts index 75a1cf22b9bc1..db68cb588c4eb 100644 --- a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts @@ -88,9 +88,7 @@ export class DisassociateOpsItemRelatedItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts index da700dc3c7c24..810650425ffdd 100644 --- a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts @@ -266,9 +266,7 @@ export class GetAutomationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts index 5bf8b43299144..c6b34888ef4b6 100644 --- a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts +++ b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts @@ -91,9 +91,7 @@ export class GetCalendarStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts index 4dc5469b28de8..1ab8aeb65db9f 100644 --- a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts @@ -128,9 +128,7 @@ export class GetCommandInvocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts index fdac7368e5baa..bb94c4dc18e6d 100644 --- a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts +++ b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts @@ -70,9 +70,7 @@ export class GetConnectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts index 2d54ccdfc05f4..8540932059147 100644 --- a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts @@ -72,9 +72,7 @@ export class GetDefaultPatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts index 511b9d9ebc86d..b9797baa12464 100644 --- a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +++ b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts @@ -151,9 +151,7 @@ export class GetDeployablePatchSnapshotForInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetDocumentCommand.ts b/clients/client-ssm/src/commands/GetDocumentCommand.ts index 8a2668b703c40..c07bc16d14a18 100644 --- a/clients/client-ssm/src/commands/GetDocumentCommand.ts +++ b/clients/client-ssm/src/commands/GetDocumentCommand.ts @@ -104,9 +104,7 @@ export class GetDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetInventoryCommand.ts b/clients/client-ssm/src/commands/GetInventoryCommand.ts index ed3e41b927d6d..7f351b24b6eaa 100644 --- a/clients/client-ssm/src/commands/GetInventoryCommand.ts +++ b/clients/client-ssm/src/commands/GetInventoryCommand.ts @@ -154,9 +154,7 @@ export class GetInventoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts index 36f81dde053b3..b09dc781e6dd1 100644 --- a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts +++ b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts @@ -92,9 +92,7 @@ export class GetInventorySchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts index 0891c2dec8168..576f4784c17c0 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts @@ -92,9 +92,7 @@ export class GetMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts index 046059dd0d82a..2c845f216f7d1 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts @@ -86,9 +86,7 @@ export class GetMaintenanceWindowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts index 27732f8a2ac5c..d9a7e982c6721 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts @@ -119,9 +119,7 @@ export class GetMaintenanceWindowExecutionTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts index 793fd9c42f6c1..e86ae446cc799 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts @@ -97,9 +97,7 @@ export class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts index 0b8363e5f0bc4..6fcc2fc7378d7 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts @@ -169,9 +169,7 @@ export class GetMaintenanceWindowTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetOpsItemCommand.ts b/clients/client-ssm/src/commands/GetOpsItemCommand.ts index fcb3d99a39d1f..c607c5a6ea2a6 100644 --- a/clients/client-ssm/src/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsItemCommand.ts @@ -119,9 +119,7 @@ export class GetOpsItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts index d22987bf23070..572dcb447de40 100644 --- a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts @@ -82,9 +82,7 @@ export class GetOpsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts index aa9c12617b47d..e99aa916bb568 100644 --- a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts @@ -151,9 +151,7 @@ export class GetOpsSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetParameterCommand.ts b/clients/client-ssm/src/commands/GetParameterCommand.ts index 20491733f3330..4208cc066fb40 100644 --- a/clients/client-ssm/src/commands/GetParameterCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterCommand.ts @@ -92,9 +92,7 @@ export class GetParameterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts index c4a453060a323..e51837871d353 100644 --- a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts @@ -115,9 +115,7 @@ export class GetParameterHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts index 3939fe9e3a319..40fbea8549fdf 100644 --- a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts @@ -120,9 +120,7 @@ export class GetParametersByPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetParametersCommand.ts b/clients/client-ssm/src/commands/GetParametersCommand.ts index df0ded958c593..e1e01f085f801 100644 --- a/clients/client-ssm/src/commands/GetParametersCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersCommand.ts @@ -93,9 +93,7 @@ export class GetParametersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts index 4f329848a03b0..94aea34f21954 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts @@ -137,9 +137,7 @@ export class GetPatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts index bc6aa6ff24102..a7bf29ebf9237 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts @@ -76,9 +76,7 @@ export class GetPatchBaselineForPatchGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts index a63fe97d38bdf..da0f8f3b659b1 100644 --- a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts @@ -84,9 +84,7 @@ export class GetResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts index f309f16128766..15ae1433f7cb0 100644 --- a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts @@ -92,9 +92,7 @@ export class GetServiceSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts index 879a2e1b78d1a..3b99cd6d25f0e 100644 --- a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts @@ -124,9 +124,7 @@ export class LabelParameterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts index 4251d558bf6a8..1711bb9a2a275 100644 --- a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts @@ -149,9 +149,7 @@ export class ListAssociationVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListAssociationsCommand.ts b/clients/client-ssm/src/commands/ListAssociationsCommand.ts index 52fd7b34cf9b4..974a74217bd64 100644 --- a/clients/client-ssm/src/commands/ListAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationsCommand.ts @@ -116,9 +116,7 @@ export class ListAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts index 69abccb0db415..4df073cd81226 100644 --- a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts @@ -155,9 +155,7 @@ export class ListCommandInvocationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListCommandsCommand.ts b/clients/client-ssm/src/commands/ListCommandsCommand.ts index d9c7235632609..4a273572e3a31 100644 --- a/clients/client-ssm/src/commands/ListCommandsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandsCommand.ts @@ -170,9 +170,7 @@ export class ListCommandsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts index 9c053eec6022d..aa1254acfac47 100644 --- a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts @@ -118,9 +118,7 @@ export class ListComplianceItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts index 6fc5b57c7e2b6..e81bd461c330b 100644 --- a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts @@ -113,9 +113,7 @@ export class ListComplianceSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts index 4281915207d17..e1d570b3bf1ba 100644 --- a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts @@ -102,9 +102,7 @@ export class ListDocumentMetadataHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts index 806aa2a3d6b29..dfaacb544fd40 100644 --- a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts @@ -90,9 +90,7 @@ export class ListDocumentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListDocumentsCommand.ts b/clients/client-ssm/src/commands/ListDocumentsCommand.ts index f3fec5aa28314..f1549c1b44405 100644 --- a/clients/client-ssm/src/commands/ListDocumentsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentsCommand.ts @@ -123,9 +123,7 @@ export class ListDocumentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts index 397c379849b7a..fdf103b0ff044 100644 --- a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts +++ b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts @@ -118,9 +118,7 @@ export class ListInventoryEntriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts index 2ded99d4af6df..493233b3b566f 100644 --- a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts @@ -102,9 +102,7 @@ export class ListOpsItemEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts index e739cb7b93479..f5db04000a630 100644 --- a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts @@ -101,9 +101,7 @@ export class ListOpsItemRelatedItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts index 3a3c3ce50eeaa..701f15eb6078a 100644 --- a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts @@ -90,9 +90,7 @@ export class ListOpsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts index c425cf657834a..37d30315c0e7b 100644 --- a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts @@ -127,9 +127,7 @@ export class ListResourceComplianceSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts index ea5f034741162..4e1a5c6e6bce2 100644 --- a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts @@ -123,9 +123,7 @@ export class ListResourceDataSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts index dc596fb7cedfc..09300db057fbd 100644 --- a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts index 2890adce588f5..50565d2709f66 100644 --- a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts @@ -95,9 +95,7 @@ export class ModifyDocumentPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts index fbcfa43f0c583..debabe2cef53d 100644 --- a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts @@ -163,9 +163,7 @@ export class PutComplianceItemsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/PutInventoryCommand.ts b/clients/client-ssm/src/commands/PutInventoryCommand.ts index 6718c8dab2c44..915d7a96a9e1b 100644 --- a/clients/client-ssm/src/commands/PutInventoryCommand.ts +++ b/clients/client-ssm/src/commands/PutInventoryCommand.ts @@ -141,9 +141,7 @@ export class PutInventoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/PutParameterCommand.ts b/clients/client-ssm/src/commands/PutParameterCommand.ts index 7481766155d28..bf5639c80c4a8 100644 --- a/clients/client-ssm/src/commands/PutParameterCommand.ts +++ b/clients/client-ssm/src/commands/PutParameterCommand.ts @@ -148,9 +148,7 @@ export class PutParameterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts index 2d8cdb0e504b2..c15bc551d5b5d 100644 --- a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts @@ -127,9 +127,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts index c633f5a9606d4..a9b32ec83ab7b 100644 --- a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts @@ -86,9 +86,7 @@ export class RegisterDefaultPatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts index 465704e872576..e0a7a4257816c 100644 --- a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts @@ -97,9 +97,7 @@ export class RegisterPatchBaselineForPatchGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts index b84d04119a4ab..50f4f7812701e 100644 --- a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts @@ -106,9 +106,7 @@ export class RegisterTargetWithMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts index b933443aa0caa..33668ab75454f 100644 --- a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts @@ -180,9 +180,7 @@ export class RegisterTaskWithMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts index e2bc6b1848f4f..a644f9c5e92ce 100644 --- a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts @@ -80,9 +80,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts index b24e74828f681..0e4e06f55d03f 100644 --- a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts @@ -96,9 +96,7 @@ export class ResetServiceSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/ResumeSessionCommand.ts b/clients/client-ssm/src/commands/ResumeSessionCommand.ts index ef024921a28c3..cfe121503228a 100644 --- a/clients/client-ssm/src/commands/ResumeSessionCommand.ts +++ b/clients/client-ssm/src/commands/ResumeSessionCommand.ts @@ -81,9 +81,7 @@ export class ResumeSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts index 93598040f4627..6a5a83e78e0dd 100644 --- a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts +++ b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts @@ -84,9 +84,7 @@ export class SendAutomationSignalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/SendCommandCommand.ts b/clients/client-ssm/src/commands/SendCommandCommand.ts index a34030ebf029c..bc5cacf4ba795 100644 --- a/clients/client-ssm/src/commands/SendCommandCommand.ts +++ b/clients/client-ssm/src/commands/SendCommandCommand.ts @@ -232,9 +232,7 @@ export class SendCommandCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts index b6f867f2d7b64..522fcc4dcdb5f 100644 --- a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts +++ b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts @@ -72,9 +72,7 @@ export class StartAssociationsOnceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts index 70aae22ae7b20..f6bdc9d6eda90 100644 --- a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts @@ -152,9 +152,7 @@ export class StartAutomationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts index 3684984fbc875..160943bfcfbcd 100644 --- a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts @@ -161,9 +161,7 @@ export class StartChangeRequestExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/StartSessionCommand.ts b/clients/client-ssm/src/commands/StartSessionCommand.ts index d35a579313ce0..2bb8b826a8daa 100644 --- a/clients/client-ssm/src/commands/StartSessionCommand.ts +++ b/clients/client-ssm/src/commands/StartSessionCommand.ts @@ -96,9 +96,7 @@ export class StartSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts index befee54ddf44b..3b6e0c58e5317 100644 --- a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts @@ -74,9 +74,7 @@ export class StopAutomationExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/TerminateSessionCommand.ts b/clients/client-ssm/src/commands/TerminateSessionCommand.ts index e8e7ef8155d17..fcae17ecf4952 100644 --- a/clients/client-ssm/src/commands/TerminateSessionCommand.ts +++ b/clients/client-ssm/src/commands/TerminateSessionCommand.ts @@ -69,9 +69,7 @@ export class TerminateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts index 854c6c8f4d3fc..9572df3e40fad 100644 --- a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts @@ -87,9 +87,7 @@ export class UnlabelParameterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts index e68f387499410..d18b68eeb3a8b 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts @@ -303,9 +303,7 @@ export class UpdateAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts index bc1dcc10390d6..d9087c53e44eb 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts @@ -214,9 +214,7 @@ export class UpdateAssociationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts index 4d70c47b9ddcb..13d953424f528 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts @@ -180,9 +180,7 @@ export class UpdateDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts index cb6b800853c6e..1eba050a92233 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts @@ -92,9 +92,7 @@ export class UpdateDocumentDefaultVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts index 864555dc5c645..d6a959e2f36cd 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts @@ -87,9 +87,7 @@ export class UpdateDocumentMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts index 5e3b53e82c6b0..48f74d1aa6053 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts @@ -110,9 +110,7 @@ export class UpdateMaintenanceWindowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts index 1aac2ad555e37..74f37752fe9fd 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts @@ -134,9 +134,7 @@ export class UpdateMaintenanceWindowTargetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts index 201e1666be5d1..9e08e34a08567 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts @@ -299,9 +299,7 @@ export class UpdateMaintenanceWindowTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts index 51db586816418..113428feb2827 100644 --- a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts +++ b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts @@ -89,9 +89,7 @@ export class UpdateManagedInstanceRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts index 712ab2d654d6b..79d546e640f31 100644 --- a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts @@ -122,9 +122,7 @@ export class UpdateOpsItemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts index ab150ef2e4d46..060291a368349 100644 --- a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts @@ -90,9 +90,7 @@ export class UpdateOpsMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts index 7cf2dd1ece71b..73cad38f96281 100644 --- a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts @@ -188,9 +188,7 @@ export class UpdatePatchBaselineCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts index 8225278b31c6e..ecfeffa6410db 100644 --- a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts @@ -102,9 +102,7 @@ export class UpdateResourceDataSyncCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts index e8121d7bc18db..fa30c2c759fc4 100644 --- a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts @@ -87,9 +87,7 @@ export class UpdateServiceSettingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSMClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts index ac1ef08db976a..7b67e9531a9a8 100644 --- a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts @@ -104,9 +104,7 @@ export class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts index 0c9bfe06cc203..2c716dccf6a0d 100644 --- a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts @@ -108,9 +108,7 @@ export class AttachManagedPolicyToPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts index b37c5799861e8..f0bb7545d6465 100644 --- a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts @@ -128,9 +128,7 @@ export class CreateAccountAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateApplicationAssignmentCommand.ts b/clients/client-sso-admin/src/commands/CreateApplicationAssignmentCommand.ts index 03efcb0b2c35a..662d20c6c5bcd 100644 --- a/clients/client-sso-admin/src/commands/CreateApplicationAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateApplicationAssignmentCommand.ts @@ -94,9 +94,7 @@ export class CreateApplicationAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateApplicationCommand.ts b/clients/client-sso-admin/src/commands/CreateApplicationCommand.ts index 99c18679bbe7c..541674d0f9cd2 100644 --- a/clients/client-sso-admin/src/commands/CreateApplicationCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateApplicationCommand.ts @@ -110,9 +110,7 @@ export class CreateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts index 5d1e58394be73..b8177347dd76a 100644 --- a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts @@ -114,9 +114,7 @@ export class CreateInstanceAccessControlAttributeConfigurationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateInstanceCommand.ts b/clients/client-sso-admin/src/commands/CreateInstanceCommand.ts index add964bf23773..dd4c693ad200b 100644 --- a/clients/client-sso-admin/src/commands/CreateInstanceCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateInstanceCommand.ts @@ -107,9 +107,7 @@ export class CreateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts index 33fc8603ca069..b2dec96eb51a7 100644 --- a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts @@ -114,9 +114,7 @@ export class CreatePermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/CreateTrustedTokenIssuerCommand.ts b/clients/client-sso-admin/src/commands/CreateTrustedTokenIssuerCommand.ts index c5eb30298b011..84b5dcdf7cd9e 100644 --- a/clients/client-sso-admin/src/commands/CreateTrustedTokenIssuerCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateTrustedTokenIssuerCommand.ts @@ -109,9 +109,7 @@ export class CreateTrustedTokenIssuerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts index ae5695d810621..9a4c28bd2dca5 100644 --- a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts @@ -109,9 +109,7 @@ export class DeleteAccountAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteApplicationAccessScopeCommand.ts b/clients/client-sso-admin/src/commands/DeleteApplicationAccessScopeCommand.ts index 48799a8e78964..4bdb3ccf8ffd5 100644 --- a/clients/client-sso-admin/src/commands/DeleteApplicationAccessScopeCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteApplicationAccessScopeCommand.ts @@ -90,9 +90,7 @@ export class DeleteApplicationAccessScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteApplicationAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DeleteApplicationAssignmentCommand.ts index c8585f146f7c7..b014ec986b795 100644 --- a/clients/client-sso-admin/src/commands/DeleteApplicationAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteApplicationAssignmentCommand.ts @@ -91,9 +91,7 @@ export class DeleteApplicationAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteApplicationAuthenticationMethodCommand.ts b/clients/client-sso-admin/src/commands/DeleteApplicationAuthenticationMethodCommand.ts index e1d955e83df2d..45c6e0196b85f 100644 --- a/clients/client-sso-admin/src/commands/DeleteApplicationAuthenticationMethodCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteApplicationAuthenticationMethodCommand.ts @@ -91,9 +91,7 @@ export class DeleteApplicationAuthenticationMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteApplicationCommand.ts b/clients/client-sso-admin/src/commands/DeleteApplicationCommand.ts index ef808e1b8f069..500835af2c1d6 100644 --- a/clients/client-sso-admin/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteApplicationCommand.ts @@ -87,9 +87,7 @@ export class DeleteApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteApplicationGrantCommand.ts b/clients/client-sso-admin/src/commands/DeleteApplicationGrantCommand.ts index 24662c26cfb76..0e49a1f7e7bb5 100644 --- a/clients/client-sso-admin/src/commands/DeleteApplicationGrantCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteApplicationGrantCommand.ts @@ -87,9 +87,7 @@ export class DeleteApplicationGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts index 0b82df8f30593..4427ef01c8871 100644 --- a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts @@ -95,9 +95,7 @@ export class DeleteInlinePolicyFromPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts index 9e82d67d47005..62312819fb167 100644 --- a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts @@ -98,9 +98,7 @@ export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteInstanceCommand.ts b/clients/client-sso-admin/src/commands/DeleteInstanceCommand.ts index 81d9b1ca66a17..39974dc84f011 100644 --- a/clients/client-sso-admin/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInstanceCommand.ts @@ -85,9 +85,7 @@ export class DeleteInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts index 49997e9af40a6..18ccea9475381 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts @@ -87,9 +87,7 @@ export class DeletePermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts index 07024d3c050b6..514b59831d32d 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts @@ -96,9 +96,7 @@ export class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DeleteTrustedTokenIssuerCommand.ts b/clients/client-sso-admin/src/commands/DeleteTrustedTokenIssuerCommand.ts index ad2d6cfb57724..25223ce16a8c0 100644 --- a/clients/client-sso-admin/src/commands/DeleteTrustedTokenIssuerCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteTrustedTokenIssuerCommand.ts @@ -89,9 +89,7 @@ export class DeleteTrustedTokenIssuerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts index 729f6bf01860c..e213aca5e152e 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts @@ -102,9 +102,7 @@ export class DescribeAccountAssignmentCreationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts index b59ebdba0fd7b..e14659a91c337 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts @@ -102,9 +102,7 @@ export class DescribeAccountAssignmentDeletionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeApplicationAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DescribeApplicationAssignmentCommand.ts index 0edc9ebaba70e..a5b309e6aee49 100644 --- a/clients/client-sso-admin/src/commands/DescribeApplicationAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeApplicationAssignmentCommand.ts @@ -93,9 +93,7 @@ export class DescribeApplicationAssignmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeApplicationCommand.ts b/clients/client-sso-admin/src/commands/DescribeApplicationCommand.ts index 8c3e3f94b0e74..6faea7b179644 100644 --- a/clients/client-sso-admin/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeApplicationCommand.ts @@ -96,9 +96,7 @@ export class DescribeApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeApplicationProviderCommand.ts b/clients/client-sso-admin/src/commands/DescribeApplicationProviderCommand.ts index 3575ae0032267..36b72b5fdcabe 100644 --- a/clients/client-sso-admin/src/commands/DescribeApplicationProviderCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeApplicationProviderCommand.ts @@ -98,9 +98,7 @@ export class DescribeApplicationProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts index c5f204beec0ae..8b31734d4cd86 100644 --- a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts @@ -107,9 +107,7 @@ export class DescribeInstanceAccessControlAttributeConfigurationCommand extends ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeInstanceCommand.ts b/clients/client-sso-admin/src/commands/DescribeInstanceCommand.ts index 9a14a82a155c9..4ad5669dae701 100644 --- a/clients/client-sso-admin/src/commands/DescribeInstanceCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeInstanceCommand.ts @@ -102,9 +102,7 @@ export class DescribeInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts index 6e7cf0eaa3ea5..ab560576af1fa 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts @@ -90,9 +90,7 @@ export class DescribePermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts index e90569a805c9b..c734bcf332e60 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts @@ -99,9 +99,7 @@ export class DescribePermissionSetProvisioningStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DescribeTrustedTokenIssuerCommand.ts b/clients/client-sso-admin/src/commands/DescribeTrustedTokenIssuerCommand.ts index c4210d50d0041..02f418d7ae004 100644 --- a/clients/client-sso-admin/src/commands/DescribeTrustedTokenIssuerCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeTrustedTokenIssuerCommand.ts @@ -93,9 +93,7 @@ export class DescribeTrustedTokenIssuerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts index 385a4faf78dac..91cee387a4afb 100644 --- a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts @@ -100,9 +100,7 @@ export class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extend ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts index adc4a4f77cac7..b96522a67cef3 100644 --- a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts @@ -97,9 +97,7 @@ export class DetachManagedPolicyFromPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetApplicationAccessScopeCommand.ts b/clients/client-sso-admin/src/commands/GetApplicationAccessScopeCommand.ts index fd4c135918db8..ba3c9547a06a3 100644 --- a/clients/client-sso-admin/src/commands/GetApplicationAccessScopeCommand.ts +++ b/clients/client-sso-admin/src/commands/GetApplicationAccessScopeCommand.ts @@ -86,9 +86,7 @@ export class GetApplicationAccessScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetApplicationAssignmentConfigurationCommand.ts b/clients/client-sso-admin/src/commands/GetApplicationAssignmentConfigurationCommand.ts index 3ea6db96801f4..3ff0ff31b7b3b 100644 --- a/clients/client-sso-admin/src/commands/GetApplicationAssignmentConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/GetApplicationAssignmentConfigurationCommand.ts @@ -91,9 +91,7 @@ export class GetApplicationAssignmentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetApplicationAuthenticationMethodCommand.ts b/clients/client-sso-admin/src/commands/GetApplicationAuthenticationMethodCommand.ts index 649a0279d1117..d8c23a2c60d88 100644 --- a/clients/client-sso-admin/src/commands/GetApplicationAuthenticationMethodCommand.ts +++ b/clients/client-sso-admin/src/commands/GetApplicationAuthenticationMethodCommand.ts @@ -95,9 +95,7 @@ export class GetApplicationAuthenticationMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetApplicationGrantCommand.ts b/clients/client-sso-admin/src/commands/GetApplicationGrantCommand.ts index ad741abbb0380..78a9d05f8020b 100644 --- a/clients/client-sso-admin/src/commands/GetApplicationGrantCommand.ts +++ b/clients/client-sso-admin/src/commands/GetApplicationGrantCommand.ts @@ -101,9 +101,7 @@ export class GetApplicationGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts index ad254bc096073..f3162c63a79fb 100644 --- a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts @@ -88,9 +88,7 @@ export class GetInlinePolicyForPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts index 52972bb96b205..9c50c1ed66614 100644 --- a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts @@ -98,9 +98,7 @@ export class GetPermissionsBoundaryForPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts index 5ff1522960a5c..78299e228c2b7 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts @@ -103,9 +103,7 @@ export class ListAccountAssignmentCreationStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts index 923350c3d4362..11d5ee9be913e 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts @@ -103,9 +103,7 @@ export class ListAccountAssignmentDeletionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts index 31e69d4f9a4c2..850100b3891cd 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts @@ -95,9 +95,7 @@ export class ListAccountAssignmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentsForPrincipalCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentsForPrincipalCommand.ts index a92c302bb6a67..087820d3854ef 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentsForPrincipalCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentsForPrincipalCommand.ts @@ -106,9 +106,7 @@ export class ListAccountAssignmentsForPrincipalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts index 3e8b83b962f24..eb61abe71930f 100644 --- a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts @@ -98,9 +98,7 @@ export class ListAccountsForProvisionedPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationAccessScopesCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationAccessScopesCommand.ts index 50ab22127f2eb..0d67885923805 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationAccessScopesCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationAccessScopesCommand.ts @@ -94,9 +94,7 @@ export class ListApplicationAccessScopesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationAssignmentsCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationAssignmentsCommand.ts index eb1f940945d20..389f44163d7ee 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationAssignmentsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationAssignmentsCommand.ts @@ -91,9 +91,7 @@ export class ListApplicationAssignmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationAssignmentsForPrincipalCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationAssignmentsForPrincipalCommand.ts index 95c13e353ba0f..3b7efe6882e60 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationAssignmentsForPrincipalCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationAssignmentsForPrincipalCommand.ts @@ -105,9 +105,7 @@ export class ListApplicationAssignmentsForPrincipalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationAuthenticationMethodsCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationAuthenticationMethodsCommand.ts index bb11e646bf6a6..7019a87f5611d 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationAuthenticationMethodsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationAuthenticationMethodsCommand.ts @@ -101,9 +101,7 @@ export class ListApplicationAuthenticationMethodsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationGrantsCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationGrantsCommand.ts index 3d7a2a5409ebd..17dd565c3cf79 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationGrantsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationGrantsCommand.ts @@ -107,9 +107,7 @@ export class ListApplicationGrantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationProvidersCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationProvidersCommand.ts index 1eaf581782268..219c078f33883 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationProvidersCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationProvidersCommand.ts @@ -99,9 +99,7 @@ export class ListApplicationProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListApplicationsCommand.ts b/clients/client-sso-admin/src/commands/ListApplicationsCommand.ts index 5a1ff4664f99b..e24f659e20c41 100644 --- a/clients/client-sso-admin/src/commands/ListApplicationsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListApplicationsCommand.ts @@ -106,9 +106,7 @@ export class ListApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts index e39d3d297e974..2cf6fe11196ca 100644 --- a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts @@ -100,9 +100,7 @@ export class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $ ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts index f5a8bbf7e47e5..7659038d5bf69 100644 --- a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts +++ b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts @@ -91,9 +91,7 @@ export class ListInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts index de94afb7b9822..3e5fb89ec036c 100644 --- a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts @@ -99,9 +99,7 @@ export class ListManagedPoliciesInPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts index 429eb2413e5b8..3514cee56f457 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts @@ -103,9 +103,7 @@ export class ListPermissionSetProvisioningStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts index 0915a99f77761..72468f3f4e782 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts @@ -87,9 +87,7 @@ export class ListPermissionSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts index 3bc04000e9f5b..ec4357bdc085c 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts @@ -99,9 +99,7 @@ export class ListPermissionSetsProvisionedToAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts index 8d264ea42df54..a03fde4609091 100644 --- a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ListTrustedTokenIssuersCommand.ts b/clients/client-sso-admin/src/commands/ListTrustedTokenIssuersCommand.ts index 47ab1b647cb13..198b9798de318 100644 --- a/clients/client-sso-admin/src/commands/ListTrustedTokenIssuersCommand.ts +++ b/clients/client-sso-admin/src/commands/ListTrustedTokenIssuersCommand.ts @@ -88,9 +88,7 @@ export class ListTrustedTokenIssuersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts index 09530e02ae7d3..a6698ae96a082 100644 --- a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts @@ -99,9 +99,7 @@ export class ProvisionPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutApplicationAccessScopeCommand.ts b/clients/client-sso-admin/src/commands/PutApplicationAccessScopeCommand.ts index 1721220d64465..d5d12d59606bd 100644 --- a/clients/client-sso-admin/src/commands/PutApplicationAccessScopeCommand.ts +++ b/clients/client-sso-admin/src/commands/PutApplicationAccessScopeCommand.ts @@ -91,9 +91,7 @@ export class PutApplicationAccessScopeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutApplicationAssignmentConfigurationCommand.ts b/clients/client-sso-admin/src/commands/PutApplicationAssignmentConfigurationCommand.ts index c71ee8f1093ec..6ae38dac7a11d 100644 --- a/clients/client-sso-admin/src/commands/PutApplicationAssignmentConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/PutApplicationAssignmentConfigurationCommand.ts @@ -98,9 +98,7 @@ export class PutApplicationAssignmentConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutApplicationAuthenticationMethodCommand.ts b/clients/client-sso-admin/src/commands/PutApplicationAuthenticationMethodCommand.ts index 098c68d2c990b..2de6c0426209f 100644 --- a/clients/client-sso-admin/src/commands/PutApplicationAuthenticationMethodCommand.ts +++ b/clients/client-sso-admin/src/commands/PutApplicationAuthenticationMethodCommand.ts @@ -95,9 +95,7 @@ export class PutApplicationAuthenticationMethodCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutApplicationGrantCommand.ts b/clients/client-sso-admin/src/commands/PutApplicationGrantCommand.ts index e54094eca8f23..9bc27545150f2 100644 --- a/clients/client-sso-admin/src/commands/PutApplicationGrantCommand.ts +++ b/clients/client-sso-admin/src/commands/PutApplicationGrantCommand.ts @@ -106,9 +106,7 @@ export class PutApplicationGrantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts index 9f0cf7d57be5b..7e5dcc9960acd 100644 --- a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts @@ -105,9 +105,7 @@ export class PutInlinePolicyToPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts index 66f6d487d789f..306cf3830e822 100644 --- a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts @@ -103,9 +103,7 @@ export class PutPermissionsBoundaryToPermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/TagResourceCommand.ts b/clients/client-sso-admin/src/commands/TagResourceCommand.ts index a4ad74d19de23..2648105e86395 100644 --- a/clients/client-sso-admin/src/commands/TagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/TagResourceCommand.ts @@ -97,9 +97,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts index c2393a710c4b8..2f73e2c9dd53a 100644 --- a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UpdateApplicationCommand.ts b/clients/client-sso-admin/src/commands/UpdateApplicationCommand.ts index 188cfc9ad7105..abdf452c02d94 100644 --- a/clients/client-sso-admin/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateApplicationCommand.ts @@ -95,9 +95,7 @@ export class UpdateApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts index 81ef0b762266c..86418579ae477 100644 --- a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts @@ -112,9 +112,7 @@ export class UpdateInstanceAccessControlAttributeConfigurationCommand extends $C ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UpdateInstanceCommand.ts b/clients/client-sso-admin/src/commands/UpdateInstanceCommand.ts index 11eaab700c3d8..e12e1e45a7110 100644 --- a/clients/client-sso-admin/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateInstanceCommand.ts @@ -85,9 +85,7 @@ export class UpdateInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts index 795a53a9d353c..1c710469f0028 100644 --- a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts @@ -90,9 +90,7 @@ export class UpdatePermissionSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-admin/src/commands/UpdateTrustedTokenIssuerCommand.ts b/clients/client-sso-admin/src/commands/UpdateTrustedTokenIssuerCommand.ts index 3db7691476690..fe044c05a8140 100644 --- a/clients/client-sso-admin/src/commands/UpdateTrustedTokenIssuerCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateTrustedTokenIssuerCommand.ts @@ -97,9 +97,7 @@ export class UpdateTrustedTokenIssuerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOAdminClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts index 432e666488c0c..ff459e04ff565 100644 --- a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts +++ b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts @@ -174,9 +174,7 @@ export class CreateTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOOIDCClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-oidc/src/commands/CreateTokenWithIAMCommand.ts b/clients/client-sso-oidc/src/commands/CreateTokenWithIAMCommand.ts index 303108dd67068..8f8f392958510 100644 --- a/clients/client-sso-oidc/src/commands/CreateTokenWithIAMCommand.ts +++ b/clients/client-sso-oidc/src/commands/CreateTokenWithIAMCommand.ts @@ -256,9 +256,7 @@ export class CreateTokenWithIAMCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOOIDCClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts index cbc73a29e9734..c714ab215be11 100644 --- a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts +++ b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts @@ -141,9 +141,7 @@ export class RegisterClientCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOOIDCClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts index 17b156516392c..1e034fe6641ad 100644 --- a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts +++ b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts @@ -121,9 +121,7 @@ export class StartDeviceAuthorizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOOIDCClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts index 8d976cc4115a6..456d3e8ac1afb 100644 --- a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts +++ b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts @@ -93,9 +93,7 @@ export class GetRoleCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso/src/commands/ListAccountRolesCommand.ts b/clients/client-sso/src/commands/ListAccountRolesCommand.ts index dd251b3e5e115..00c176e93e9e9 100644 --- a/clients/client-sso/src/commands/ListAccountRolesCommand.ts +++ b/clients/client-sso/src/commands/ListAccountRolesCommand.ts @@ -93,9 +93,7 @@ export class ListAccountRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso/src/commands/ListAccountsCommand.ts b/clients/client-sso/src/commands/ListAccountsCommand.ts index a8d03c4892f3b..7ffacdf1599b8 100644 --- a/clients/client-sso/src/commands/ListAccountsCommand.ts +++ b/clients/client-sso/src/commands/ListAccountsCommand.ts @@ -91,9 +91,7 @@ export class ListAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sso/src/commands/LogoutCommand.ts b/clients/client-sso/src/commands/LogoutCommand.ts index a38a7007b0198..3e740601755f5 100644 --- a/clients/client-sso/src/commands/LogoutCommand.ts +++ b/clients/client-sso/src/commands/LogoutCommand.ts @@ -88,9 +88,7 @@ export class LogoutCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SSOClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts index 54e6e5c7c7251..773863156fd71 100644 --- a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts @@ -114,9 +114,7 @@ export class ActivateGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts index dcd41ebefe328..bb76376a76e8c 100644 --- a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts @@ -99,9 +99,7 @@ export class AddCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts index 461e083f2a686..e8bdc6868b598 100644 --- a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts @@ -123,9 +123,7 @@ export class AddTagsToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts index f48a6d417ee92..753572fce0370 100644 --- a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts @@ -101,9 +101,7 @@ export class AddUploadBufferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts index dfb8eaeda2a39..283e382939166 100644 --- a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts @@ -106,9 +106,7 @@ export class AddWorkingStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts index e17264c24f86d..072bf05ffe8f3 100644 --- a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts @@ -78,9 +78,7 @@ export class AssignTapePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts index a993f23117564..5d80addd2c0e9 100644 --- a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts @@ -99,9 +99,7 @@ export class AssociateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts index 853125ffdf966..f35a610ddcb16 100644 --- a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts @@ -81,9 +81,7 @@ export class AttachVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts index 9ce10154d945c..dcde2cede588b 100644 --- a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts @@ -92,9 +92,7 @@ export class CancelArchivalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts index b3334f8e3f4d3..3627d5a8bb259 100644 --- a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts @@ -93,9 +93,7 @@ export class CancelRetrievalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts index 8be5370a6a186..2ef1702b278d1 100644 --- a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts @@ -124,9 +124,7 @@ export class CreateCachediSCSIVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts index 8961a7922cd19..93a48cffefa59 100644 --- a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts @@ -121,9 +121,7 @@ export class CreateNFSFileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts index aeee35722a01e..1a560bdf8ba00 100644 --- a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts @@ -125,9 +125,7 @@ export class CreateSMBFileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts index ea899dbaf0872..e88d65c8bdd6a 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts @@ -126,9 +126,7 @@ export class CreateSnapshotCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts index 8c32f0f01de63..cb061a0bbe425 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts @@ -130,9 +130,7 @@ export class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts index ba9703d2c5a1e..b45a398b7b05f 100644 --- a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts @@ -120,9 +120,7 @@ export class CreateStorediSCSIVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts index d3d9ec6d7f81e..89470f2d3f8b8 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts @@ -83,9 +83,7 @@ export class CreateTapePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts index 6f356fefb434f..0246108f1660f 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts @@ -110,9 +110,7 @@ export class CreateTapeWithBarcodeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts index 72d3d42d34b51..a733b56ef4a2a 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts @@ -118,9 +118,7 @@ export class CreateTapesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts index ced37e1ca6084..c746c885d0756 100644 --- a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts @@ -80,9 +80,7 @@ export class DeleteAutomaticTapeCreationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts index ebf7307b67427..208f5704a0b0f 100644 --- a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts @@ -95,9 +95,7 @@ export class DeleteBandwidthRateLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts index b5548d938a2e9..2a5aa07258f4c 100644 --- a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts @@ -95,9 +95,7 @@ export class DeleteChapCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts index f8d3bc60a60b4..a784712406c59 100644 --- a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts @@ -75,9 +75,7 @@ export class DeleteFileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts index 95c41f0586819..c7faa08c18a44 100644 --- a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts @@ -104,9 +104,7 @@ export class DeleteGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts index 22966086c1bcb..c3a0ace261cd2 100644 --- a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts @@ -100,9 +100,7 @@ export class DeleteSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts index 6eaeae880c4cf..677613d105d1f 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts @@ -91,9 +91,7 @@ export class DeleteTapeArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts index f3eb596bf9881..daae8873c8d08 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts @@ -93,9 +93,7 @@ export class DeleteTapeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts index af3d151f9569b..a5aecb06e2593 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts @@ -75,9 +75,7 @@ export class DeleteTapePoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts index 01ca25d13ca18..82f0b97ce7cb3 100644 --- a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts @@ -99,9 +99,7 @@ export class DeleteVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts index eb831539cd051..87f0fd219abab 100644 --- a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts @@ -82,9 +82,7 @@ export class DescribeAvailabilityMonitorTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts index 3bbc4711d1090..113c1e79f28e4 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts @@ -100,9 +100,7 @@ export class DescribeBandwidthRateLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts index 6384ae2f805ae..1d61bf7825e0a 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts @@ -104,9 +104,7 @@ export class DescribeBandwidthRateLimitScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts index 73d73910ea8c4..a415f276b4223 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts @@ -109,9 +109,7 @@ export class DescribeCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts index 381fc12b15c22..535634c9b06b0 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts @@ -134,9 +134,7 @@ export class DescribeCachediSCSIVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts index 3713cb1d92ea5..ff215f730a979 100644 --- a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts @@ -109,9 +109,7 @@ export class DescribeChapCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts index 9dbc3835c8ac4..5e76eda3f8dd5 100644 --- a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts @@ -108,9 +108,7 @@ export class DescribeFileSystemAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts index 11c7980a55285..cb7df325d4fc4 100644 --- a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts @@ -141,9 +141,7 @@ export class DescribeGatewayInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts index 47018fd52b4a9..d04eeb336c29c 100644 --- a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts @@ -108,9 +108,7 @@ export class DescribeMaintenanceStartTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts index 7acdc17d939e7..e3ff22314719d 100644 --- a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts @@ -117,9 +117,7 @@ export class DescribeNFSFileSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts index 2c3fdb2a38a40..b840332ea8d28 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts @@ -121,9 +121,7 @@ export class DescribeSMBFileSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts index 776cf21654159..51466d7d7fcd9 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts @@ -84,9 +84,7 @@ export class DescribeSMBSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts index ad9ff00e4e62b..7d1bd392d5574 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts @@ -106,9 +106,7 @@ export class DescribeSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts index 76b8a98af94ec..f36fc1202c490 100644 --- a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts @@ -135,9 +135,7 @@ export class DescribeStorediSCSIVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts index e4881a94272f1..042a6d425fc09 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts @@ -134,9 +134,7 @@ export class DescribeTapeArchivesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts index 8e7f369ba77e9..6dc14e787a0ad 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts @@ -116,9 +116,7 @@ export class DescribeTapeRecoveryPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts index dac1ac2101043..434fae7797a85 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts @@ -140,9 +140,7 @@ export class DescribeTapesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts index cf1aa94b50732..b92266579ab16 100644 --- a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts @@ -125,9 +125,7 @@ export class DescribeUploadBufferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts index e8f4c1511e922..abf0df0194631 100644 --- a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts @@ -153,9 +153,7 @@ export class DescribeVTLDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts index f869a624610e3..6711f862c6ae3 100644 --- a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts @@ -108,9 +108,7 @@ export class DescribeWorkingStorageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts index abdfb74dfbe3b..3f0c4ede54ced 100644 --- a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts @@ -78,9 +78,7 @@ export class DetachVolumeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts index e279f84e70231..0c041f8afbe7a 100644 --- a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts @@ -95,9 +95,7 @@ export class DisableGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts index cb59930b19a00..b62f18c60aa85 100644 --- a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts @@ -76,9 +76,7 @@ export class DisassociateFileSystemCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts index e8f69ec6b64d5..287ca238117d1 100644 --- a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts +++ b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts @@ -92,9 +92,7 @@ export class JoinDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts index c0262e50c3886..0b6456aaf3c82 100644 --- a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts @@ -93,9 +93,7 @@ export class ListAutomaticTapeCreationPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts index 714520d63a24d..d9b829384ba69 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts @@ -87,9 +87,7 @@ export class ListFileSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts index c3a60b3b441c4..ce9d7c165b61f 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts @@ -86,9 +86,7 @@ export class ListFileSystemAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts index 9cddc92fc3f34..b7a17212cdd34 100644 --- a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts @@ -122,9 +122,7 @@ export class ListGatewaysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts index 66416a7812867..0c8a39ed39548 100644 --- a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts @@ -129,9 +129,7 @@ export class ListLocalDisksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts index 9ce73fe94e54d..fc8b819f9741e 100644 --- a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts @@ -108,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts index 4a15a2dbdc14e..dd0b061e0086f 100644 --- a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts @@ -94,9 +94,7 @@ export class ListTapePoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts index 842c08db892ab..d2f586e3e3655 100644 --- a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts @@ -98,9 +98,7 @@ export class ListTapesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts index 57f891df92fa4..ba5b1b8c7f31e 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts @@ -77,9 +77,7 @@ export class ListVolumeInitiatorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts index 0ea91eb83d8ec..1b5132c78a1a5 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts @@ -109,9 +109,7 @@ export class ListVolumeRecoveryPointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts index e8286a5c16c56..b2f8e954d1996 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts @@ -132,9 +132,7 @@ export class ListVolumesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts index 23c503ecb6207..852db78622adc 100644 --- a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts +++ b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts @@ -83,9 +83,7 @@ export class NotifyWhenUploadedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts index fdcb4c4d2c8cf..c004225ad3301 100644 --- a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts @@ -118,9 +118,7 @@ export class RefreshCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts index 0bf1ae23a8a9e..156da65bf3756 100644 --- a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts @@ -97,9 +97,7 @@ export class RemoveTagsFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts index 58c73a352ad74..e4c4d742fd177 100644 --- a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts @@ -100,9 +100,7 @@ export class ResetCacheCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts index 9682937d387f6..baaa9192832c1 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts @@ -97,9 +97,7 @@ export class RetrieveTapeArchiveCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts index e6eaacbac9bcc..1705d15d92ebe 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts @@ -100,9 +100,7 @@ export class RetrieveTapeRecoveryPointCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts index abc93b16ba854..3e5ad1c0e728a 100644 --- a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts @@ -98,9 +98,7 @@ export class SetLocalConsolePasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts index beb289a4848c9..8068de8241e21 100644 --- a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts @@ -80,9 +80,7 @@ export class SetSMBGuestPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts index 61ad788ba6432..af4321758fb79 100644 --- a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts @@ -111,9 +111,7 @@ export class ShutdownGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts index 73d2975ef21d8..81df89b1d83dd 100644 --- a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts @@ -85,9 +85,7 @@ export class StartAvailabilityMonitorTestCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts index b1a7d4cce255d..619bb61c80198 100644 --- a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts @@ -99,9 +99,7 @@ export class StartGatewayCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts index 15d700e39f811..2bad39e1900db 100644 --- a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts @@ -93,9 +93,7 @@ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts index 5b8ebd318f54e..7ab58298de4bb 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts @@ -102,9 +102,7 @@ export class UpdateBandwidthRateLimitCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts index a32b588395558..086c114be2cec 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts @@ -96,9 +96,7 @@ export class UpdateBandwidthRateLimitScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts index 98b7ef050f08f..7a223c7caf538 100644 --- a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts @@ -108,9 +108,7 @@ export class UpdateChapCredentialsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts index abeb4212ca4a9..fb8473cca3695 100644 --- a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts @@ -84,9 +84,7 @@ export class UpdateFileSystemAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts index 9af0756193f80..110c66313e56e 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -104,9 +104,7 @@ export class UpdateGatewayInformationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 27ae302151489..d5291b09fb06c 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -102,9 +102,7 @@ export class UpdateGatewaySoftwareNowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts index 30c5e0d59b571..6a441a601be01 100644 --- a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts @@ -114,9 +114,7 @@ export class UpdateMaintenanceStartTimeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts index eb9f39a611935..6ddf368c41f0f 100644 --- a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts @@ -119,9 +119,7 @@ export class UpdateNFSFileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts index 8f9ee8fcefea2..9c6e40f5c9b44 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts @@ -115,9 +115,7 @@ export class UpdateSMBFileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts index 51b1dd6c7ae47..e26999c002147 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts @@ -80,9 +80,7 @@ export class UpdateSMBFileShareVisibilityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts index d499bd42bc36f..15ce47356bb00 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts @@ -79,9 +79,7 @@ export class UpdateSMBLocalGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts index 37851cb9b1def..a1684bd2ee5ba 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts @@ -81,9 +81,7 @@ export class UpdateSMBSecurityStrategyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts index 8e069826fe24e..c7f34eea74dc0 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts @@ -108,9 +108,7 @@ export class UpdateSnapshotScheduleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts index 45e3a03f53bc2..444e195b80162 100644 --- a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts @@ -94,9 +94,7 @@ export class UpdateVTLDeviceTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: StorageGatewayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/AssumeRoleCommand.ts b/clients/client-sts/src/commands/AssumeRoleCommand.ts index 25de9886b1564..1a005f0f9c1fa 100644 --- a/clients/client-sts/src/commands/AssumeRoleCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleCommand.ts @@ -263,9 +263,7 @@ export class AssumeRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts index d39daaa9dcd51..919fcd4bbdcc8 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts @@ -293,9 +293,7 @@ export class AssumeRoleWithSAMLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts index 6fd66c916370e..7d470cf6aaec0 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts @@ -302,9 +302,7 @@ export class AssumeRoleWithWebIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts index ead16fcd0fdd4..c22056f40c0b8 100644 --- a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts +++ b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts @@ -121,9 +121,7 @@ export class DecodeAuthorizationMessageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts index 199fa5ff4fe52..c08b6fd4a8515 100644 --- a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts +++ b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts @@ -81,9 +81,7 @@ export class GetAccessKeyInfoCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts index a2c7a7d1d9d22..b1074b5e2eee6 100644 --- a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts +++ b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts @@ -122,9 +122,7 @@ export class GetCallerIdentityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/GetFederationTokenCommand.ts b/clients/client-sts/src/commands/GetFederationTokenCommand.ts index ef3b9abba955a..b52f7370dda8d 100644 --- a/clients/client-sts/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-sts/src/commands/GetFederationTokenCommand.ts @@ -240,9 +240,7 @@ export class GetFederationTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-sts/src/commands/GetSessionTokenCommand.ts b/clients/client-sts/src/commands/GetSessionTokenCommand.ts index 7cd5832b77e0d..17a86ed42f090 100644 --- a/clients/client-sts/src/commands/GetSessionTokenCommand.ts +++ b/clients/client-sts/src/commands/GetSessionTokenCommand.ts @@ -164,9 +164,7 @@ export class GetSessionTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: STSClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-supplychain/src/commands/CreateBillOfMaterialsImportJobCommand.ts b/clients/client-supplychain/src/commands/CreateBillOfMaterialsImportJobCommand.ts index 9488a8d41f552..59077f37e06ed 100644 --- a/clients/client-supplychain/src/commands/CreateBillOfMaterialsImportJobCommand.ts +++ b/clients/client-supplychain/src/commands/CreateBillOfMaterialsImportJobCommand.ts @@ -112,9 +112,7 @@ export class CreateBillOfMaterialsImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupplyChainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-supplychain/src/commands/GetBillOfMaterialsImportJobCommand.ts b/clients/client-supplychain/src/commands/GetBillOfMaterialsImportJobCommand.ts index a3101eb3a4a5b..861c6f0e0321b 100644 --- a/clients/client-supplychain/src/commands/GetBillOfMaterialsImportJobCommand.ts +++ b/clients/client-supplychain/src/commands/GetBillOfMaterialsImportJobCommand.ts @@ -143,9 +143,7 @@ export class GetBillOfMaterialsImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupplyChainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-supplychain/src/commands/SendDataIntegrationEventCommand.ts b/clients/client-supplychain/src/commands/SendDataIntegrationEventCommand.ts index 54336bcda8bc9..bc6423e67a022 100644 --- a/clients/client-supplychain/src/commands/SendDataIntegrationEventCommand.ts +++ b/clients/client-supplychain/src/commands/SendDataIntegrationEventCommand.ts @@ -396,9 +396,7 @@ export class SendDataIntegrationEventCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupplyChainClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts index ae4d014a16c1d..b00f99d04e99b 100644 --- a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts @@ -138,9 +138,7 @@ export class CreateSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts index 5a5086d6be75f..199331e2bf81a 100644 --- a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts @@ -72,9 +72,7 @@ export class DeleteAccountAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts index 04ac1f58bdfae..4f8a2545347b3 100644 --- a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts @@ -112,9 +112,7 @@ export class DeleteSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts index 7f00acf8d1732..eca8e4f1035f1 100644 --- a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts @@ -111,9 +111,7 @@ export class DeleteSlackWorkspaceConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts index 3153051248dd6..0a20ae7b97376 100644 --- a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts @@ -67,9 +67,7 @@ export class GetAccountAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts index 45631781174e1..e84cbe45a965d 100644 --- a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts @@ -88,9 +88,7 @@ export class ListSlackChannelConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts index d9585c9d9f239..4e380455d2f37 100644 --- a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts @@ -83,9 +83,7 @@ export class ListSlackWorkspaceConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts index 69821022c685b..fb2a16b3327c5 100644 --- a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts @@ -74,9 +74,7 @@ export class PutAccountAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts index ecdd6d832fd9e..4a6dd5d324e2a 100644 --- a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts +++ b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts @@ -147,9 +147,7 @@ export class RegisterSlackWorkspaceForOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts index 291a8d00c0452..9706135be8700 100644 --- a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts @@ -126,9 +126,7 @@ export class UpdateSlackChannelConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportAppClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts index 680ed0d766fa7..4ea6ee1cdbf67 100644 --- a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts +++ b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts @@ -107,9 +107,7 @@ export class AddAttachmentsToSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts index 65de245feb008..5383047d0e295 100644 --- a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts +++ b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts @@ -101,9 +101,7 @@ export class AddCommunicationToCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/CreateCaseCommand.ts b/clients/client-support/src/commands/CreateCaseCommand.ts index 17187990d31f4..a4106e224f725 100644 --- a/clients/client-support/src/commands/CreateCaseCommand.ts +++ b/clients/client-support/src/commands/CreateCaseCommand.ts @@ -120,9 +120,7 @@ export class CreateCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeAttachmentCommand.ts b/clients/client-support/src/commands/DescribeAttachmentCommand.ts index 9f82d34673845..a6e4e92d71a62 100644 --- a/clients/client-support/src/commands/DescribeAttachmentCommand.ts +++ b/clients/client-support/src/commands/DescribeAttachmentCommand.ts @@ -96,9 +96,7 @@ export class DescribeAttachmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeCasesCommand.ts b/clients/client-support/src/commands/DescribeCasesCommand.ts index dd676aca9f4cb..a926144b678c6 100644 --- a/clients/client-support/src/commands/DescribeCasesCommand.ts +++ b/clients/client-support/src/commands/DescribeCasesCommand.ts @@ -145,9 +145,7 @@ export class DescribeCasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts index 458847492efea..1f7a2c6877d66 100644 --- a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts +++ b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts @@ -112,9 +112,7 @@ export class DescribeCommunicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts index a602f255bf78b..b896614ac837b 100644 --- a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts +++ b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts @@ -110,9 +110,7 @@ export class DescribeCreateCaseOptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeServicesCommand.ts b/clients/client-support/src/commands/DescribeServicesCommand.ts index eacddd8339063..7a99bd0004c85 100644 --- a/clients/client-support/src/commands/DescribeServicesCommand.ts +++ b/clients/client-support/src/commands/DescribeServicesCommand.ts @@ -104,9 +104,7 @@ export class DescribeServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts index 821c72d68cbc9..b58221738fff3 100644 --- a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts +++ b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts @@ -89,9 +89,7 @@ export class DescribeSeverityLevelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts index 1b099a6e248cc..3d8f4ba28de97 100644 --- a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts +++ b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts @@ -97,9 +97,7 @@ export class DescribeSupportedLanguagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts index 10da62d7374f3..2ebfc2c6e8371 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts @@ -113,9 +113,7 @@ export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts index 45e4b95983081..02988efb59bd7 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts @@ -167,9 +167,7 @@ export class DescribeTrustedAdvisorCheckResultCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts index fd630cc6d775a..56dababba998d 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts @@ -123,9 +123,7 @@ export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts index 5a8043e6c4f00..b358d7230bae6 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts @@ -113,9 +113,7 @@ export class DescribeTrustedAdvisorChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts index 44886253bf27a..f63f7dfcaa821 100644 --- a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts +++ b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts @@ -97,9 +97,7 @@ export class RefreshTrustedAdvisorCheckCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-support/src/commands/ResolveCaseCommand.ts b/clients/client-support/src/commands/ResolveCaseCommand.ts index e7ddceb55a95f..f7fc4bcc68689 100644 --- a/clients/client-support/src/commands/ResolveCaseCommand.ts +++ b/clients/client-support/src/commands/ResolveCaseCommand.ts @@ -87,9 +87,7 @@ export class ResolveCaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SupportClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts index 3f22961a56596..ed93fc8084ad5 100644 --- a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts @@ -142,9 +142,7 @@ export class CountClosedWorkflowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts index a04e0400c70e6..f14776bc830a3 100644 --- a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts @@ -132,9 +132,7 @@ export class CountOpenWorkflowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts index 763dc907494b1..b9e878efec46a 100644 --- a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts @@ -102,9 +102,7 @@ export class CountPendingActivityTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts index b21ab5a6c7287..cab6c738c98cf 100644 --- a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts @@ -102,9 +102,7 @@ export class CountPendingDecisionTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DeleteActivityTypeCommand.ts b/clients/client-swf/src/commands/DeleteActivityTypeCommand.ts index d6f0a8449422c..a8796e084259b 100644 --- a/clients/client-swf/src/commands/DeleteActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DeleteActivityTypeCommand.ts @@ -115,9 +115,7 @@ export class DeleteActivityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DeleteWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DeleteWorkflowTypeCommand.ts index 4437fef82d85f..b14afaa15860b 100644 --- a/clients/client-swf/src/commands/DeleteWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DeleteWorkflowTypeCommand.ts @@ -116,9 +116,7 @@ export class DeleteWorkflowTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts index 3679e9282eb54..ecfc3bd9d39bc 100644 --- a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts @@ -114,9 +114,7 @@ export class DeprecateActivityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DeprecateDomainCommand.ts b/clients/client-swf/src/commands/DeprecateDomainCommand.ts index a280c9b0fd242..fa6744974951b 100644 --- a/clients/client-swf/src/commands/DeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/DeprecateDomainCommand.ts @@ -103,9 +103,7 @@ export class DeprecateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts index b53b7fda6cf32..6cb8ca153b877 100644 --- a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts @@ -119,9 +119,7 @@ export class DeprecateWorkflowTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts index fd18f9e5aee3e..9efb8450ab8e8 100644 --- a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts @@ -132,9 +132,7 @@ export class DescribeActivityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DescribeDomainCommand.ts b/clients/client-swf/src/commands/DescribeDomainCommand.ts index 76354d78b69b0..02b5e80ab1f22 100644 --- a/clients/client-swf/src/commands/DescribeDomainCommand.ts +++ b/clients/client-swf/src/commands/DescribeDomainCommand.ts @@ -103,9 +103,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts index 9c533fcd74baf..3eeecb17f1639 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts @@ -143,9 +143,7 @@ export class DescribeWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts index 18b2cbfe2473d..c60040f5a1e50 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts @@ -132,9 +132,7 @@ export class DescribeWorkflowTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts index d5be683b5d37f..77761a948078e 100644 --- a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts +++ b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts @@ -493,9 +493,7 @@ export class GetWorkflowExecutionHistoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListActivityTypesCommand.ts b/clients/client-swf/src/commands/ListActivityTypesCommand.ts index ada98c60c8805..fb9c39a3142d9 100644 --- a/clients/client-swf/src/commands/ListActivityTypesCommand.ts +++ b/clients/client-swf/src/commands/ListActivityTypesCommand.ts @@ -115,9 +115,7 @@ export class ListActivityTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts index 114d6379ff5d4..be7ccf20aaf4f 100644 --- a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts @@ -169,9 +169,7 @@ export class ListClosedWorkflowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListDomainsCommand.ts b/clients/client-swf/src/commands/ListDomainsCommand.ts index 23d56ac3ab322..563d2d07eaf9d 100644 --- a/clients/client-swf/src/commands/ListDomainsCommand.ts +++ b/clients/client-swf/src/commands/ListDomainsCommand.ts @@ -110,9 +110,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts index 3fee63d61623b..c9b8006eae8f1 100644 --- a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts @@ -159,9 +159,7 @@ export class ListOpenWorkflowExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts index 3631ea4cc0053..beef6f5a7e3b4 100644 --- a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts @@ -79,9 +79,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts index 2d20d468afa52..f04955b7302ed 100644 --- a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts +++ b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts @@ -112,9 +112,7 @@ export class ListWorkflowTypesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts index 9fa255f951883..dbd75523c9ce6 100644 --- a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts @@ -124,9 +124,7 @@ export class PollForActivityTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts index 2a3edc5ed9656..bd94b01acd884 100644 --- a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts @@ -520,9 +520,7 @@ export class PollForDecisionTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts index e8be1879dcf5d..c0e393310db18 100644 --- a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts +++ b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts @@ -119,9 +119,7 @@ export class RecordActivityTaskHeartbeatCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts index 2a05c3762d169..1bb5f0a97f906 100644 --- a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts @@ -132,9 +132,7 @@ export class RegisterActivityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RegisterDomainCommand.ts b/clients/client-swf/src/commands/RegisterDomainCommand.ts index e7d2eca6e9d60..52f29a2a9a625 100644 --- a/clients/client-swf/src/commands/RegisterDomainCommand.ts +++ b/clients/client-swf/src/commands/RegisterDomainCommand.ts @@ -106,9 +106,7 @@ export class RegisterDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts index cc79598f5eb42..0282ca0fe4c44 100644 --- a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts @@ -133,9 +133,7 @@ export class RegisterWorkflowTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts index 34594a92cc85f..87047e5e4cfb8 100644 --- a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts @@ -110,9 +110,7 @@ export class RequestCancelWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts index 6d58f95abd33c..54c5366b2b718 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts @@ -107,9 +107,7 @@ export class RespondActivityTaskCanceledCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts index 41c5d991b5df8..3596c0fe7610b 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts @@ -109,9 +109,7 @@ export class RespondActivityTaskCompletedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts index 52501107ec4db..b40db0a8696c5 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts @@ -101,9 +101,7 @@ export class RespondActivityTaskFailedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts index cb96355181ddd..ecd556ee8e5d6 100644 --- a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts @@ -194,9 +194,7 @@ export class RespondDecisionTaskCompletedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts index 9cea37f2c4537..bc5b62a145584 100644 --- a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts @@ -108,9 +108,7 @@ export class SignalWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts index b5c6bd7f18ba7..5c8130ac73413 100644 --- a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts @@ -174,9 +174,7 @@ export class StartWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/TagResourceCommand.ts b/clients/client-swf/src/commands/TagResourceCommand.ts index 6c7e859cdf07b..2edf5907a1712 100644 --- a/clients/client-swf/src/commands/TagResourceCommand.ts +++ b/clients/client-swf/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts index ddabd969795b6..495289678091f 100644 --- a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts @@ -113,9 +113,7 @@ export class TerminateWorkflowExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts index a177ae5427f0f..66d0c7738fafc 100644 --- a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts @@ -117,9 +117,7 @@ export class UndeprecateActivityTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts index 9b0b85a85cef0..77cd63bdc574f 100644 --- a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts @@ -100,9 +100,7 @@ export class UndeprecateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts index 64a80ea1a9a02..c7a822b25a8c8 100644 --- a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts @@ -117,9 +117,7 @@ export class UndeprecateWorkflowTypeCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-swf/src/commands/UntagResourceCommand.ts b/clients/client-swf/src/commands/UntagResourceCommand.ts index 542b258b051ec..91d1476e060bb 100644 --- a/clients/client-swf/src/commands/UntagResourceCommand.ts +++ b/clients/client-swf/src/commands/UntagResourceCommand.ts @@ -75,9 +75,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SWFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts index 7dbdd603b34ee..a9b06a8004ccd 100644 --- a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts @@ -82,9 +82,7 @@ export class AssociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts index ae76fd909dd3b..8e036950d0c6e 100644 --- a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts @@ -190,9 +190,7 @@ export class CreateCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/CreateGroupCommand.ts b/clients/client-synthetics/src/commands/CreateGroupCommand.ts index 045f90afccda5..996d2d5b6a1fe 100644 --- a/clients/client-synthetics/src/commands/CreateGroupCommand.ts +++ b/clients/client-synthetics/src/commands/CreateGroupCommand.ts @@ -101,9 +101,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts index 88e6724a03daa..dbef86be88b97 100644 --- a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts @@ -107,9 +107,7 @@ export class DeleteCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts index 1f1dff7ab986b..96daad366ced1 100644 --- a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts @@ -79,9 +79,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts index b9e21bf4a2008..929ec5b04ea9e 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts @@ -149,9 +149,7 @@ export class DescribeCanariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts index ff270b5887f95..df7fe880cdc3a 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts @@ -102,9 +102,7 @@ export class DescribeCanariesLastRunCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts index bca5416f05658..6fe4bb38ff731 100644 --- a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts @@ -82,9 +82,7 @@ export class DescribeRuntimeVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts index 8cb6a23ec8e14..851439b26c2d8 100644 --- a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts @@ -76,9 +76,7 @@ export class DisassociateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/GetCanaryCommand.ts b/clients/client-synthetics/src/commands/GetCanaryCommand.ts index c199705722b3c..2ef04fb348daa 100644 --- a/clients/client-synthetics/src/commands/GetCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryCommand.ts @@ -135,9 +135,7 @@ export class GetCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts index f53066f751ae6..5dd501a659726 100644 --- a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts @@ -92,9 +92,7 @@ export class GetCanaryRunsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/GetGroupCommand.ts b/clients/client-synthetics/src/commands/GetGroupCommand.ts index 5ee06111350ab..9a42c95c79109 100644 --- a/clients/client-synthetics/src/commands/GetGroupCommand.ts +++ b/clients/client-synthetics/src/commands/GetGroupCommand.ts @@ -87,9 +87,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts index 50d61a61835e1..f713bf1defb41 100644 --- a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts @@ -84,9 +84,7 @@ export class ListAssociatedGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts index e2138aa84a3ab..81af1947427a5 100644 --- a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts @@ -82,9 +82,7 @@ export class ListGroupResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/ListGroupsCommand.ts b/clients/client-synthetics/src/commands/ListGroupsCommand.ts index 45417bae4d307..fa87ea80273cf 100644 --- a/clients/client-synthetics/src/commands/ListGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupsCommand.ts @@ -80,9 +80,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts index 6c4e9056b7ba9..b4e2c942259a6 100644 --- a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/StartCanaryCommand.ts b/clients/client-synthetics/src/commands/StartCanaryCommand.ts index d3ad021b70678..5e165569fa195 100644 --- a/clients/client-synthetics/src/commands/StartCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StartCanaryCommand.ts @@ -77,9 +77,7 @@ export class StartCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/StopCanaryCommand.ts b/clients/client-synthetics/src/commands/StopCanaryCommand.ts index 6925cac50eafe..925b320b3ca86 100644 --- a/clients/client-synthetics/src/commands/StopCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StopCanaryCommand.ts @@ -79,9 +79,7 @@ export class StopCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/TagResourceCommand.ts b/clients/client-synthetics/src/commands/TagResourceCommand.ts index aeb41163b40a2..5aab9db9af2e2 100644 --- a/clients/client-synthetics/src/commands/TagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/TagResourceCommand.ts @@ -92,9 +92,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/UntagResourceCommand.ts b/clients/client-synthetics/src/commands/UntagResourceCommand.ts index faa3ed4b15165..9e31640fffcd7 100644 --- a/clients/client-synthetics/src/commands/UntagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts index 812b6965b6f6e..00548ab975141 100644 --- a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts @@ -131,9 +131,7 @@ export class UpdateCanaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: SyntheticsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/BatchDeleteTaxRegistrationCommand.ts b/clients/client-taxsettings/src/commands/BatchDeleteTaxRegistrationCommand.ts index aca7850ab4c4c..ff82bb08f607f 100644 --- a/clients/client-taxsettings/src/commands/BatchDeleteTaxRegistrationCommand.ts +++ b/clients/client-taxsettings/src/commands/BatchDeleteTaxRegistrationCommand.ts @@ -91,9 +91,7 @@ export class BatchDeleteTaxRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/BatchPutTaxRegistrationCommand.ts b/clients/client-taxsettings/src/commands/BatchPutTaxRegistrationCommand.ts index e4d85aed7a22a..d712506c06deb 100644 --- a/clients/client-taxsettings/src/commands/BatchPutTaxRegistrationCommand.ts +++ b/clients/client-taxsettings/src/commands/BatchPutTaxRegistrationCommand.ts @@ -357,9 +357,7 @@ export class BatchPutTaxRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/DeleteTaxRegistrationCommand.ts b/clients/client-taxsettings/src/commands/DeleteTaxRegistrationCommand.ts index 9865e912f0c6a..4e995ab272310 100644 --- a/clients/client-taxsettings/src/commands/DeleteTaxRegistrationCommand.ts +++ b/clients/client-taxsettings/src/commands/DeleteTaxRegistrationCommand.ts @@ -79,9 +79,7 @@ export class DeleteTaxRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/GetTaxRegistrationCommand.ts b/clients/client-taxsettings/src/commands/GetTaxRegistrationCommand.ts index 7d570a520b77f..5fac393af29c1 100644 --- a/clients/client-taxsettings/src/commands/GetTaxRegistrationCommand.ts +++ b/clients/client-taxsettings/src/commands/GetTaxRegistrationCommand.ts @@ -168,9 +168,7 @@ export class GetTaxRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/GetTaxRegistrationDocumentCommand.ts b/clients/client-taxsettings/src/commands/GetTaxRegistrationDocumentCommand.ts index e7b33266b4ecc..271d06978f980 100644 --- a/clients/client-taxsettings/src/commands/GetTaxRegistrationDocumentCommand.ts +++ b/clients/client-taxsettings/src/commands/GetTaxRegistrationDocumentCommand.ts @@ -80,9 +80,7 @@ export class GetTaxRegistrationDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/ListTaxRegistrationsCommand.ts b/clients/client-taxsettings/src/commands/ListTaxRegistrationsCommand.ts index 13d706b23ae11..635d0b5ccc626 100644 --- a/clients/client-taxsettings/src/commands/ListTaxRegistrationsCommand.ts +++ b/clients/client-taxsettings/src/commands/ListTaxRegistrationsCommand.ts @@ -196,9 +196,7 @@ export class ListTaxRegistrationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-taxsettings/src/commands/PutTaxRegistrationCommand.ts b/clients/client-taxsettings/src/commands/PutTaxRegistrationCommand.ts index f4f9b34dbe37d..b4301f0f8dcae 100644 --- a/clients/client-taxsettings/src/commands/PutTaxRegistrationCommand.ts +++ b/clients/client-taxsettings/src/commands/PutTaxRegistrationCommand.ts @@ -346,9 +346,7 @@ export class PutTaxRegistrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TaxSettingsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts index de20e7379e763..e494f22c91b2b 100644 --- a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts @@ -252,9 +252,7 @@ export class AnalyzeDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts index a4a784815d7bb..f9694b8b4e0d3 100644 --- a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts @@ -293,9 +293,7 @@ export class AnalyzeExpenseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/AnalyzeIDCommand.ts b/clients/client-textract/src/commands/AnalyzeIDCommand.ts index eb1608827dbb4..24666c3e48c27 100644 --- a/clients/client-textract/src/commands/AnalyzeIDCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeIDCommand.ts @@ -192,9 +192,7 @@ export class AnalyzeIDCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/CreateAdapterCommand.ts b/clients/client-textract/src/commands/CreateAdapterCommand.ts index df8fcece036dd..c60e8d053b8a2 100644 --- a/clients/client-textract/src/commands/CreateAdapterCommand.ts +++ b/clients/client-textract/src/commands/CreateAdapterCommand.ts @@ -120,9 +120,7 @@ export class CreateAdapterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts b/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts index bc3b7a0f330c6..539fca95bcf50 100644 --- a/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts @@ -140,9 +140,7 @@ export class CreateAdapterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/DeleteAdapterCommand.ts b/clients/client-textract/src/commands/DeleteAdapterCommand.ts index 3a5c030a17afe..cdb15c21debdd 100644 --- a/clients/client-textract/src/commands/DeleteAdapterCommand.ts +++ b/clients/client-textract/src/commands/DeleteAdapterCommand.ts @@ -93,9 +93,7 @@ export class DeleteAdapterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts b/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts index 03db2b220adce..aa4203c662c6b 100644 --- a/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts @@ -95,9 +95,7 @@ export class DeleteAdapterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts index 342beed3b89bb..2a3d74ab9fd3e 100644 --- a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts +++ b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts @@ -172,9 +172,7 @@ export class DetectDocumentTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetAdapterCommand.ts b/clients/client-textract/src/commands/GetAdapterCommand.ts index e47e1ae84b30e..54172317ce205 100644 --- a/clients/client-textract/src/commands/GetAdapterCommand.ts +++ b/clients/client-textract/src/commands/GetAdapterCommand.ts @@ -103,9 +103,7 @@ export class GetAdapterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetAdapterVersionCommand.ts b/clients/client-textract/src/commands/GetAdapterVersionCommand.ts index 76dd250154391..40f3579081f51 100644 --- a/clients/client-textract/src/commands/GetAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/GetAdapterVersionCommand.ts @@ -132,9 +132,7 @@ export class GetAdapterVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts index 0ff91fdbd1a3c..59eab65ecae61 100644 --- a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts @@ -222,9 +222,7 @@ export class GetDocumentAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts index bb22b0967fa33..f8357b62a2aaa 100644 --- a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts @@ -185,9 +185,7 @@ export class GetDocumentTextDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts index 89deca3a5fd70..347b1204233a4 100644 --- a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts @@ -293,9 +293,7 @@ export class GetExpenseAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts index 878674d9e6bf5..8f5cb1f01a11f 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts @@ -366,9 +366,7 @@ export class GetLendingAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts index e1ce7c858428a..3daa7ebc98a13 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts @@ -151,9 +151,7 @@ export class GetLendingAnalysisSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts b/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts index 327b598f7ff7c..2ef434d2643a4 100644 --- a/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts +++ b/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts @@ -108,9 +108,7 @@ export class ListAdapterVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/ListAdaptersCommand.ts b/clients/client-textract/src/commands/ListAdaptersCommand.ts index 90880cded04b2..43e5e0818797d 100644 --- a/clients/client-textract/src/commands/ListAdaptersCommand.ts +++ b/clients/client-textract/src/commands/ListAdaptersCommand.ts @@ -102,9 +102,7 @@ export class ListAdaptersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/ListTagsForResourceCommand.ts b/clients/client-textract/src/commands/ListTagsForResourceCommand.ts index fd4de9bb99191..45ec64a923b97 100644 --- a/clients/client-textract/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-textract/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts index d2eb460b6abb5..3f2d63304e6b1 100644 --- a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts @@ -179,9 +179,7 @@ export class StartDocumentAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts index 98935437b156a..d84accfe6e7f8 100644 --- a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts @@ -154,9 +154,7 @@ export class StartDocumentTextDetectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts index 0bc734b7486d2..b4b9f809e94af 100644 --- a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts @@ -152,9 +152,7 @@ export class StartExpenseAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts index b890e2def9b41..dc96625ac6d63 100644 --- a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts @@ -168,9 +168,7 @@ export class StartLendingAnalysisCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/TagResourceCommand.ts b/clients/client-textract/src/commands/TagResourceCommand.ts index 7235b95d7023c..db4a9f89ec2ce 100644 --- a/clients/client-textract/src/commands/TagResourceCommand.ts +++ b/clients/client-textract/src/commands/TagResourceCommand.ts @@ -96,9 +96,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/UntagResourceCommand.ts b/clients/client-textract/src/commands/UntagResourceCommand.ts index 7f6fbfe1bc31b..bfbd4d5c43550 100644 --- a/clients/client-textract/src/commands/UntagResourceCommand.ts +++ b/clients/client-textract/src/commands/UntagResourceCommand.ts @@ -93,9 +93,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-textract/src/commands/UpdateAdapterCommand.ts b/clients/client-textract/src/commands/UpdateAdapterCommand.ts index 2b4ece2078288..ac382b176745a 100644 --- a/clients/client-textract/src/commands/UpdateAdapterCommand.ts +++ b/clients/client-textract/src/commands/UpdateAdapterCommand.ts @@ -106,9 +106,7 @@ export class UpdateAdapterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TextractClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/CreateDbInstanceCommand.ts b/clients/client-timestream-influxdb/src/commands/CreateDbInstanceCommand.ts index 0e6e6a10aa4a3..a30078f7b49b6 100644 --- a/clients/client-timestream-influxdb/src/commands/CreateDbInstanceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/CreateDbInstanceCommand.ts @@ -144,9 +144,7 @@ export class CreateDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/CreateDbParameterGroupCommand.ts b/clients/client-timestream-influxdb/src/commands/CreateDbParameterGroupCommand.ts index cd5bd0b7c344a..9e6ba74310a03 100644 --- a/clients/client-timestream-influxdb/src/commands/CreateDbParameterGroupCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/CreateDbParameterGroupCommand.ts @@ -119,9 +119,7 @@ export class CreateDbParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/DeleteDbInstanceCommand.ts b/clients/client-timestream-influxdb/src/commands/DeleteDbInstanceCommand.ts index 08d706c149ce2..e08da4ed89185 100644 --- a/clients/client-timestream-influxdb/src/commands/DeleteDbInstanceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/DeleteDbInstanceCommand.ts @@ -112,9 +112,7 @@ export class DeleteDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/GetDbInstanceCommand.ts b/clients/client-timestream-influxdb/src/commands/GetDbInstanceCommand.ts index 6edceb4412e0d..9352d28602ff6 100644 --- a/clients/client-timestream-influxdb/src/commands/GetDbInstanceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/GetDbInstanceCommand.ts @@ -109,9 +109,7 @@ export class GetDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/GetDbParameterGroupCommand.ts b/clients/client-timestream-influxdb/src/commands/GetDbParameterGroupCommand.ts index 17a8510b49a70..885bfbe93ed10 100644 --- a/clients/client-timestream-influxdb/src/commands/GetDbParameterGroupCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/GetDbParameterGroupCommand.ts @@ -98,9 +98,7 @@ export class GetDbParameterGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/ListDbInstancesCommand.ts b/clients/client-timestream-influxdb/src/commands/ListDbInstancesCommand.ts index 4209008bccd7a..02bf2383e5833 100644 --- a/clients/client-timestream-influxdb/src/commands/ListDbInstancesCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/ListDbInstancesCommand.ts @@ -98,9 +98,7 @@ export class ListDbInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/ListDbParameterGroupsCommand.ts b/clients/client-timestream-influxdb/src/commands/ListDbParameterGroupsCommand.ts index 039f18ae1724b..f2256a175051b 100644 --- a/clients/client-timestream-influxdb/src/commands/ListDbParameterGroupsCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/ListDbParameterGroupsCommand.ts @@ -93,9 +93,7 @@ export class ListDbParameterGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-influxdb/src/commands/ListTagsForResourceCommand.ts index 5661953d3b250..d6b1cf0f25d20 100644 --- a/clients/client-timestream-influxdb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/ListTagsForResourceCommand.ts @@ -74,9 +74,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/TagResourceCommand.ts b/clients/client-timestream-influxdb/src/commands/TagResourceCommand.ts index 2b67f3f98c7eb..c212fe71f94ee 100644 --- a/clients/client-timestream-influxdb/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/TagResourceCommand.ts @@ -73,9 +73,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/UntagResourceCommand.ts b/clients/client-timestream-influxdb/src/commands/UntagResourceCommand.ts index ce241959dbfaf..9d9f23d7b2219 100644 --- a/clients/client-timestream-influxdb/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/UntagResourceCommand.ts @@ -73,9 +73,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-influxdb/src/commands/UpdateDbInstanceCommand.ts b/clients/client-timestream-influxdb/src/commands/UpdateDbInstanceCommand.ts index 52a02e0d1a5c5..8a2e53aa7b14a 100644 --- a/clients/client-timestream-influxdb/src/commands/UpdateDbInstanceCommand.ts +++ b/clients/client-timestream-influxdb/src/commands/UpdateDbInstanceCommand.ts @@ -121,9 +121,7 @@ export class UpdateDbInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamInfluxDBClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts index f9b20929131fd..52da126bc196f 100644 --- a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts @@ -88,9 +88,7 @@ export class CancelQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts index 68e016acfdd7e..66656e8db1deb 100644 --- a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts @@ -161,9 +161,7 @@ export class CreateScheduledQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts index 147c96650cd1c..5ab13746d35a8 100644 --- a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts @@ -84,9 +84,7 @@ export class DeleteScheduledQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/DescribeAccountSettingsCommand.ts b/clients/client-timestream-query/src/commands/DescribeAccountSettingsCommand.ts index 3e8ccb6b92444..9aae3b8cd42fb 100644 --- a/clients/client-timestream-query/src/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeAccountSettingsCommand.ts @@ -80,9 +80,7 @@ export class DescribeAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts index 4d4f032e018e4..733d4e5638815 100644 --- a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts @@ -99,9 +99,7 @@ export class DescribeEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts index dfefaba289e11..249925abf439c 100644 --- a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts @@ -196,9 +196,7 @@ export class DescribeScheduledQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts index 9c9c6633bc325..7c47c39674b92 100644 --- a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts @@ -86,9 +86,7 @@ export class ExecuteScheduledQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts index ad1236ac74813..d9464443d9216 100644 --- a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts +++ b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts @@ -109,9 +109,7 @@ export class ListScheduledQueriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts index 48d6ad95947bf..6529c28ba4a8c 100644 --- a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts index 76cf2c229a0d9..9e1ee8096c0da 100644 --- a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts @@ -129,9 +129,7 @@ export class PrepareQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/QueryCommand.ts b/clients/client-timestream-query/src/commands/QueryCommand.ts index 15796df5fa4c7..361cd44f85f0c 100644 --- a/clients/client-timestream-query/src/commands/QueryCommand.ts +++ b/clients/client-timestream-query/src/commands/QueryCommand.ts @@ -183,9 +183,7 @@ export class QueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/TagResourceCommand.ts b/clients/client-timestream-query/src/commands/TagResourceCommand.ts index 7c0a826465142..fc2faa83752e6 100644 --- a/clients/client-timestream-query/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/TagResourceCommand.ts @@ -87,9 +87,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts index c6a24fb431659..a3812455fed68 100644 --- a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-timestream-query/src/commands/UpdateAccountSettingsCommand.ts index 64f59fddad6a2..27390958cf923 100644 --- a/clients/client-timestream-query/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-timestream-query/src/commands/UpdateAccountSettingsCommand.ts @@ -88,9 +88,7 @@ export class UpdateAccountSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts index 0b46b3fa30c32..1705bbd8db6e8 100644 --- a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts @@ -85,9 +85,7 @@ export class UpdateScheduledQueryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamQueryClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts index a9ade40cbd350..b57394789457d 100644 --- a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts @@ -174,9 +174,7 @@ export class CreateBatchLoadTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts index d6d95aa978343..633285d60d096 100644 --- a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts @@ -108,9 +108,7 @@ export class CreateDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/CreateTableCommand.ts b/clients/client-timestream-write/src/commands/CreateTableCommand.ts index 535f0affce256..18ee05dff98af 100644 --- a/clients/client-timestream-write/src/commands/CreateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateTableCommand.ts @@ -162,9 +162,7 @@ export class CreateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts index 572f60d9ae3ed..5225d67229fe0 100644 --- a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts @@ -97,9 +97,7 @@ export class DeleteDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts index 8f755f5d1dec2..86b415a88673a 100644 --- a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts @@ -95,9 +95,7 @@ export class DeleteTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts index 45a4be83379a4..cdbe0edc98763 100644 --- a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts @@ -170,9 +170,7 @@ export class DescribeBatchLoadTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts index 187f7c937ffb9..31b3e4553a40e 100644 --- a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts @@ -98,9 +98,7 @@ export class DescribeDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts index da519a45a17e5..3243b9e70dfdb 100644 --- a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts @@ -100,9 +100,7 @@ export class DescribeEndpointsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts index 84725df5ad77e..bbfe2740f98df 100644 --- a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts @@ -123,9 +123,7 @@ export class DescribeTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts index f3b76c89c43a8..98e6fa2fafe43 100644 --- a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts +++ b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts @@ -99,9 +99,7 @@ export class ListBatchLoadTasksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts index 7cdfcd22299d1..00354cf470909 100644 --- a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts @@ -97,9 +97,7 @@ export class ListDatabasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/ListTablesCommand.ts b/clients/client-timestream-write/src/commands/ListTablesCommand.ts index 42011b00dd281..4a9983a34f5e2 100644 --- a/clients/client-timestream-write/src/commands/ListTablesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTablesCommand.ts @@ -126,9 +126,7 @@ export class ListTablesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts index f4a0515727166..7532b3bb61bd2 100644 --- a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts index ac04b8ccc0e09..79b127ab2d783 100644 --- a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts @@ -87,9 +87,7 @@ export class ResumeBatchLoadTaskCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/TagResourceCommand.ts b/clients/client-timestream-write/src/commands/TagResourceCommand.ts index ad440678a95ca..a09f843c2168b 100644 --- a/clients/client-timestream-write/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/TagResourceCommand.ts @@ -89,9 +89,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts index 68b046050da5b..dddd86014db05 100644 --- a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts index e68a1add895d8..16fb77312a738 100644 --- a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts @@ -103,9 +103,7 @@ export class UpdateDatabaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts index 4f99814e3361c..5b5a7256df916 100644 --- a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts @@ -149,9 +149,7 @@ export class UpdateTableCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts index 580218637f087..0f3d9af7db13b 100644 --- a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts +++ b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts @@ -209,9 +209,7 @@ export class WriteRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TimestreamWriteClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts index c5e44ccbae0c1..dacae1d53c755 100644 --- a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts @@ -80,9 +80,7 @@ export class CancelSolNetworkOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts index b9cb3c7386215..e92621a84338f 100644 --- a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts @@ -100,9 +100,7 @@ export class CreateSolFunctionPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts index ca6491bf5ecab..f931e4254a502 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts @@ -105,9 +105,7 @@ export class CreateSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts index 5e52fc87bc605..b5720a025b0a3 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts @@ -103,9 +103,7 @@ export class CreateSolNetworkPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts index b2316ddb54f9d..7fda762ec6c7f 100644 --- a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts @@ -82,9 +82,7 @@ export class DeleteSolFunctionPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts index 2c7a671f8286d..ddb1db5cbb51c 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts @@ -82,9 +82,7 @@ export class DeleteSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts index 520f28891958c..f620ff76db7c7 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts @@ -82,9 +82,7 @@ export class DeleteSolNetworkPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts index c290ac7731c65..919f9ed59edbf 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts @@ -114,9 +114,7 @@ export class GetSolFunctionInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts index 704378123e398..7f850c4dfaf5f 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts @@ -110,9 +110,7 @@ export class GetSolFunctionPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts index 753a0497afea0..f420af41d8b61 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts @@ -100,9 +100,7 @@ export class GetSolFunctionPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts index 99743b34295d1..60da984ba1ccc 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts @@ -98,9 +98,7 @@ export class GetSolFunctionPackageDescriptorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts index 95c8ad5682b90..15fe6b333475e 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts @@ -102,9 +102,7 @@ export class GetSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts index b2ef9fe3fde34..d156e1af0165f 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts @@ -130,9 +130,7 @@ export class GetSolNetworkOperationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts index 40ce4328c63a1..cd9d6ec35bce9 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts @@ -111,9 +111,7 @@ export class GetSolNetworkPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts index bcab9a5b8129b..7b7463d84aad9 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts @@ -97,9 +97,7 @@ export class GetSolNetworkPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts index cbadb427c669f..7f07c30862d3e 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts @@ -96,9 +96,7 @@ export class GetSolNetworkPackageDescriptorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts index 90bd0c494da0d..12ecf35491366 100644 --- a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts @@ -105,9 +105,7 @@ export class InstantiateSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts index f08dfed169854..451ac0ff3c75b 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts @@ -97,9 +97,7 @@ export class ListSolFunctionInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts index c103317e81c6b..e8065e254d685 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts @@ -97,9 +97,7 @@ export class ListSolFunctionPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts index a4af5511a6ad0..6dcbd5302794d 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts @@ -95,9 +95,7 @@ export class ListSolNetworkInstancesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts index 39193fe27debe..957a93d261aaa 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts @@ -102,9 +102,7 @@ export class ListSolNetworkOperationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts index 35424a3a345e4..79f9acc6b0f7a 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts @@ -101,9 +101,7 @@ export class ListSolNetworkPackagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts index c97b71a4ebbaf..150f47dd34c05 100644 --- a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts index d0895f18af9a8..e608c95a2d749 100644 --- a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts @@ -114,9 +114,7 @@ export class PutSolFunctionPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts index 62a9a9534f7bb..e01868d14ad39 100644 --- a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts @@ -115,9 +115,7 @@ export class PutSolNetworkPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/TagResourceCommand.ts b/clients/client-tnb/src/commands/TagResourceCommand.ts index 6f3582b6c0b79..790fcb22911b1 100644 --- a/clients/client-tnb/src/commands/TagResourceCommand.ts +++ b/clients/client-tnb/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts index 7438952922208..de432372b24b1 100644 --- a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts @@ -100,9 +100,7 @@ export class TerminateSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/UntagResourceCommand.ts b/clients/client-tnb/src/commands/UntagResourceCommand.ts index 3ecf8257a1a5b..7d3a0057855a4 100644 --- a/clients/client-tnb/src/commands/UntagResourceCommand.ts +++ b/clients/client-tnb/src/commands/UntagResourceCommand.ts @@ -83,9 +83,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts index 5df6e5dde37e0..b86a9f589c093 100644 --- a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts @@ -83,9 +83,7 @@ export class UpdateSolFunctionPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts index 1250498e733fc..348b48cad01df 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts @@ -106,9 +106,7 @@ export class UpdateSolNetworkInstanceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts index 014de5898aec9..7c580b310bea6 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts @@ -84,9 +84,7 @@ export class UpdateSolNetworkPackageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts index ee5e96e256350..e8684e6f4bf68 100644 --- a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts @@ -116,9 +116,7 @@ export class ValidateSolFunctionPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts index 6fc228b729cfc..5c8a200d948d0 100644 --- a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts @@ -119,9 +119,7 @@ export class ValidateSolNetworkPackageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TnbClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts index bde4511fd55fd..3bea68dfeb3de 100644 --- a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts @@ -238,9 +238,7 @@ export class StartCallAnalyticsStreamTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeStreamingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts index b55896d637fac..f93101600deeb 100644 --- a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts @@ -219,9 +219,7 @@ export class StartMedicalStreamTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeStreamingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts index 3f2185eb96ae0..03e3767aebf3c 100644 --- a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts @@ -243,9 +243,7 @@ export class StartStreamTranscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeStreamingClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts index 8122db717b00d..e5140d5b713a4 100644 --- a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts @@ -258,9 +258,7 @@ export class CreateCallAnalyticsCategoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts index de17b0ae28c97..bdadeb1266347 100644 --- a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts @@ -120,9 +120,7 @@ export class CreateLanguageModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts index b5325d82567ae..a799f9f113a16 100644 --- a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts @@ -107,9 +107,7 @@ export class CreateMedicalVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts index f7fe85011c4d6..84f030aee3efc 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts @@ -109,9 +109,7 @@ export class CreateVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts index 1dab571859744..3b63954f0f3f6 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts @@ -106,9 +106,7 @@ export class CreateVocabularyFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts index eabe88cf4a2bf..6f0d6387d9a9e 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts @@ -85,9 +85,7 @@ export class DeleteCallAnalyticsCategoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts index 3e1d6c189b688..bf6ab6392a91f 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts @@ -79,9 +79,7 @@ export class DeleteCallAnalyticsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts index 0136e972468ae..78bf1b6114708 100644 --- a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts @@ -79,9 +79,7 @@ export class DeleteLanguageModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteMedicalScribeJobCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalScribeJobCommand.ts index 72147a04a0337..0b13d9381552a 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalScribeJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalScribeJobCommand.ts @@ -79,9 +79,7 @@ export class DeleteMedicalScribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts index 90b6c782b03f7..9efc6e4aa0927 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts @@ -82,9 +82,7 @@ export class DeleteMedicalTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts index f1f6001f00457..99455944644ec 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts @@ -83,9 +83,7 @@ export class DeleteMedicalVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts index cec515a8a8e96..fd59bdd0cbe80 100644 --- a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts @@ -79,9 +79,7 @@ export class DeleteTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts index 675affffe1b4b..789ba74f082be 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts @@ -83,9 +83,7 @@ export class DeleteVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts index f306b62e67e5d..1f7bc2c0dd55f 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts @@ -83,9 +83,7 @@ export class DeleteVocabularyFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts index 6436fc846bb5e..ae0c292c42833 100644 --- a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts @@ -103,9 +103,7 @@ export class DescribeLanguageModelCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts index 4b7e19f4e9939..30657a9e2b01f 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts @@ -165,9 +165,7 @@ export class GetCallAnalyticsCategoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts index 7ec45d4db1b64..b9dae031093c5 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts @@ -155,9 +155,7 @@ export class GetCallAnalyticsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetMedicalScribeJobCommand.ts b/clients/client-transcribe/src/commands/GetMedicalScribeJobCommand.ts index 0bda6f1d5ba0b..98955e86f6158 100644 --- a/clients/client-transcribe/src/commands/GetMedicalScribeJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalScribeJobCommand.ts @@ -127,9 +127,7 @@ export class GetMedicalScribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts index 6fc74377a177f..de1b623aff452 100644 --- a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts @@ -124,9 +124,7 @@ export class GetMedicalTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts index 5fd36e8a770d4..1dce47b8f6b2a 100644 --- a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts @@ -93,9 +93,7 @@ export class GetMedicalVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts index 238e0be3ab6e8..3d64ed6cfeda2 100644 --- a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts @@ -175,9 +175,7 @@ export class GetTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts index f3e269e1e93b7..dec0a6f590056 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts @@ -94,9 +94,7 @@ export class GetVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts index 57717ace6b939..e8681d3d4c9b4 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts @@ -87,9 +87,7 @@ export class GetVocabularyFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts index 4db1c0831fb38..dba60b84346d9 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts @@ -168,9 +168,7 @@ export class ListCallAnalyticsCategoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts index 7b75cf7b3f396..1a722234c3249 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts @@ -105,9 +105,7 @@ export class ListCallAnalyticsJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts index c2078cd84b059..667e039137f44 100644 --- a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts +++ b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts @@ -101,9 +101,7 @@ export class ListLanguageModelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListMedicalScribeJobsCommand.ts b/clients/client-transcribe/src/commands/ListMedicalScribeJobsCommand.ts index 9172e67efdb15..66e0233dcffad 100644 --- a/clients/client-transcribe/src/commands/ListMedicalScribeJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalScribeJobsCommand.ts @@ -96,9 +96,7 @@ export class ListMedicalScribeJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts index 548e0f505dc5e..d38aeb1df039b 100644 --- a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts @@ -105,9 +105,7 @@ export class ListMedicalTranscriptionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts index 9191e5a4c2ac1..7607ada004f26 100644 --- a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts @@ -93,9 +93,7 @@ export class ListMedicalVocabulariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts index 4fdec5b00ddab..52b45f7490a48 100644 --- a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts index 1d46cf928e9be..8fccc35552b3e 100644 --- a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts @@ -123,9 +123,7 @@ export class ListTranscriptionJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts index 83bb540b8b5b2..1fa742b131d54 100644 --- a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts @@ -93,9 +93,7 @@ export class ListVocabulariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts index 4296c219dccff..7cf39ef457dab 100644 --- a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts @@ -90,9 +90,7 @@ export class ListVocabularyFiltersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts index ca2d23df7eee9..bbe96b964418f 100644 --- a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts @@ -233,9 +233,7 @@ export class StartCallAnalyticsJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/StartMedicalScribeJobCommand.ts b/clients/client-transcribe/src/commands/StartMedicalScribeJobCommand.ts index d2d802f747ba9..131572794dd17 100644 --- a/clients/client-transcribe/src/commands/StartMedicalScribeJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartMedicalScribeJobCommand.ts @@ -195,9 +195,7 @@ export class StartMedicalScribeJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts index 78ea63c2db338..ecfcfff56c564 100644 --- a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts @@ -200,9 +200,7 @@ export class StartMedicalTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts index 3980e62b44c40..77a41b9f92bb7 100644 --- a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts @@ -268,9 +268,7 @@ export class StartTranscriptionJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/TagResourceCommand.ts b/clients/client-transcribe/src/commands/TagResourceCommand.ts index 50ae06bdf27a9..721297319dd30 100644 --- a/clients/client-transcribe/src/commands/TagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/UntagResourceCommand.ts b/clients/client-transcribe/src/commands/UntagResourceCommand.ts index a217c13537d18..9997e883168f7 100644 --- a/clients/client-transcribe/src/commands/UntagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/UntagResourceCommand.ts @@ -90,9 +90,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts index e6ccfb29a46a7..cf552e5156a35 100644 --- a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts @@ -251,9 +251,7 @@ export class UpdateCallAnalyticsCategoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts index ebd66eab087a5..2039b819aa03d 100644 --- a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts @@ -94,9 +94,7 @@ export class UpdateMedicalVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts index 40ae5f8833b64..0c3c4d479fb64 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts @@ -98,9 +98,7 @@ export class UpdateVocabularyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts index 70d8a1245706d..a1d8ea0cad2fe 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts @@ -92,9 +92,7 @@ export class UpdateVocabularyFilterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranscribeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateAccessCommand.ts b/clients/client-transfer/src/commands/CreateAccessCommand.ts index 86cc1b4b00434..ddbbd84f8f238 100644 --- a/clients/client-transfer/src/commands/CreateAccessCommand.ts +++ b/clients/client-transfer/src/commands/CreateAccessCommand.ts @@ -106,9 +106,7 @@ export class CreateAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateAgreementCommand.ts b/clients/client-transfer/src/commands/CreateAgreementCommand.ts index afd4dd1f065f4..3fb6e98ab1ff1 100644 --- a/clients/client-transfer/src/commands/CreateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/CreateAgreementCommand.ts @@ -101,9 +101,7 @@ export class CreateAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateConnectorCommand.ts b/clients/client-transfer/src/commands/CreateConnectorCommand.ts index d7817f89078ab..d2c71519df4d0 100644 --- a/clients/client-transfer/src/commands/CreateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/CreateConnectorCommand.ts @@ -115,9 +115,7 @@ export class CreateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateProfileCommand.ts b/clients/client-transfer/src/commands/CreateProfileCommand.ts index 6744b9e1beb41..5568d362fcb11 100644 --- a/clients/client-transfer/src/commands/CreateProfileCommand.ts +++ b/clients/client-transfer/src/commands/CreateProfileCommand.ts @@ -91,9 +91,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateServerCommand.ts b/clients/client-transfer/src/commands/CreateServerCommand.ts index c855625119930..9a72da068814b 100644 --- a/clients/client-transfer/src/commands/CreateServerCommand.ts +++ b/clients/client-transfer/src/commands/CreateServerCommand.ts @@ -155,9 +155,7 @@ export class CreateServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateUserCommand.ts b/clients/client-transfer/src/commands/CreateUserCommand.ts index d90e83b4f0b0c..b8a58c944164f 100644 --- a/clients/client-transfer/src/commands/CreateUserCommand.ts +++ b/clients/client-transfer/src/commands/CreateUserCommand.ts @@ -114,9 +114,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts index d734418dbccd1..0b7f6ce14c872 100644 --- a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts @@ -204,9 +204,7 @@ export class CreateWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteAccessCommand.ts b/clients/client-transfer/src/commands/DeleteAccessCommand.ts index 4cee3da393ea2..801593d3dd8ee 100644 --- a/clients/client-transfer/src/commands/DeleteAccessCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAccessCommand.ts @@ -78,9 +78,7 @@ export class DeleteAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts index 0078b1e9dd3a9..310581edd80cf 100644 --- a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts @@ -77,9 +77,7 @@ export class DeleteAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts index b1d716f70df73..92b8c9996e58f 100644 --- a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts @@ -77,9 +77,7 @@ export class DeleteCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts index 80c1572e246d0..6e4b88751f4dc 100644 --- a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts @@ -76,9 +76,7 @@ export class DeleteConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts index e875d4a4e0dbb..82892f9b0f24c 100644 --- a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts @@ -80,9 +80,7 @@ export class DeleteHostKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteProfileCommand.ts b/clients/client-transfer/src/commands/DeleteProfileCommand.ts index c5a7cb2526e4a..ff7064e8b7cbe 100644 --- a/clients/client-transfer/src/commands/DeleteProfileCommand.ts +++ b/clients/client-transfer/src/commands/DeleteProfileCommand.ts @@ -76,9 +76,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteServerCommand.ts b/clients/client-transfer/src/commands/DeleteServerCommand.ts index 2aecf69ed861f..d77b435827d02 100644 --- a/clients/client-transfer/src/commands/DeleteServerCommand.ts +++ b/clients/client-transfer/src/commands/DeleteServerCommand.ts @@ -80,9 +80,7 @@ export class DeleteServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts index 41eeb124d958b..a0cd1afd8d54d 100644 --- a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts @@ -81,9 +81,7 @@ export class DeleteSshPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteUserCommand.ts b/clients/client-transfer/src/commands/DeleteUserCommand.ts index 3a30732cd8a99..b66d07d59f5e2 100644 --- a/clients/client-transfer/src/commands/DeleteUserCommand.ts +++ b/clients/client-transfer/src/commands/DeleteUserCommand.ts @@ -81,9 +81,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts index 0097cc316cb63..399418a2316b4 100644 --- a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts @@ -79,9 +79,7 @@ export class DeleteWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeAccessCommand.ts b/clients/client-transfer/src/commands/DescribeAccessCommand.ts index 84ae1b5347f4e..0d728b23d19bc 100644 --- a/clients/client-transfer/src/commands/DescribeAccessCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAccessCommand.ts @@ -104,9 +104,7 @@ export class DescribeAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts index f73b13c8cea89..3388917234396 100644 --- a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts @@ -95,9 +95,7 @@ export class DescribeAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts index 823d030bdd1e0..291d5568d8418 100644 --- a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts @@ -102,9 +102,7 @@ export class DescribeCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts index 870ee3591fe10..f642cebda2497 100644 --- a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts @@ -112,9 +112,7 @@ export class DescribeConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts index b427b5fed00ef..a370d91b107e4 100644 --- a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts @@ -142,9 +142,7 @@ export class DescribeExecutionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts index eeb82a99f62e3..ccc2cbcd2dd7e 100644 --- a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts @@ -92,9 +92,7 @@ export class DescribeHostKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeProfileCommand.ts b/clients/client-transfer/src/commands/DescribeProfileCommand.ts index 26e057ba887f7..3147d5839bc81 100644 --- a/clients/client-transfer/src/commands/DescribeProfileCommand.ts +++ b/clients/client-transfer/src/commands/DescribeProfileCommand.ts @@ -92,9 +92,7 @@ export class DescribeProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts index 3446c10e4c41f..61505c0c9662b 100644 --- a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts @@ -103,9 +103,7 @@ export class DescribeSecurityPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeServerCommand.ts b/clients/client-transfer/src/commands/DescribeServerCommand.ts index 8e4bc243ea019..e83f3d02316c7 100644 --- a/clients/client-transfer/src/commands/DescribeServerCommand.ts +++ b/clients/client-transfer/src/commands/DescribeServerCommand.ts @@ -156,9 +156,7 @@ export class DescribeServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeUserCommand.ts b/clients/client-transfer/src/commands/DescribeUserCommand.ts index 90d44e33f652e..ca9027b64439e 100644 --- a/clients/client-transfer/src/commands/DescribeUserCommand.ts +++ b/clients/client-transfer/src/commands/DescribeUserCommand.ts @@ -117,9 +117,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts index 34e1ae904c5ba..3ee9d0dd1f6bb 100644 --- a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts @@ -200,9 +200,7 @@ export class DescribeWorkflowCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ImportCertificateCommand.ts b/clients/client-transfer/src/commands/ImportCertificateCommand.ts index 1a35f168c9221..f450c3b674525 100644 --- a/clients/client-transfer/src/commands/ImportCertificateCommand.ts +++ b/clients/client-transfer/src/commands/ImportCertificateCommand.ts @@ -96,9 +96,7 @@ export class ImportCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts index f49055f7b2fba..fb8d9aebed774 100644 --- a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts @@ -98,9 +98,7 @@ export class ImportHostKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts index bb836c5e15437..174f3568155b1 100644 --- a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts @@ -92,9 +92,7 @@ export class ImportSshPublicKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListAccessesCommand.ts b/clients/client-transfer/src/commands/ListAccessesCommand.ts index c5541fb69431d..a2012293fa9c9 100644 --- a/clients/client-transfer/src/commands/ListAccessesCommand.ts +++ b/clients/client-transfer/src/commands/ListAccessesCommand.ts @@ -92,9 +92,7 @@ export class ListAccessesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListAgreementsCommand.ts b/clients/client-transfer/src/commands/ListAgreementsCommand.ts index 782b0849be517..0d5590f380f6c 100644 --- a/clients/client-transfer/src/commands/ListAgreementsCommand.ts +++ b/clients/client-transfer/src/commands/ListAgreementsCommand.ts @@ -98,9 +98,7 @@ export class ListAgreementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListCertificatesCommand.ts b/clients/client-transfer/src/commands/ListCertificatesCommand.ts index f4ec07186beed..340fa0b1fe913 100644 --- a/clients/client-transfer/src/commands/ListCertificatesCommand.ts +++ b/clients/client-transfer/src/commands/ListCertificatesCommand.ts @@ -98,9 +98,7 @@ export class ListCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListConnectorsCommand.ts b/clients/client-transfer/src/commands/ListConnectorsCommand.ts index d2503bb536564..72568a9c11f08 100644 --- a/clients/client-transfer/src/commands/ListConnectorsCommand.ts +++ b/clients/client-transfer/src/commands/ListConnectorsCommand.ts @@ -89,9 +89,7 @@ export class ListConnectorsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListExecutionsCommand.ts b/clients/client-transfer/src/commands/ListExecutionsCommand.ts index 6f8c814203f33..10ed5b235145b 100644 --- a/clients/client-transfer/src/commands/ListExecutionsCommand.ts +++ b/clients/client-transfer/src/commands/ListExecutionsCommand.ts @@ -113,9 +113,7 @@ export class ListExecutionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListHostKeysCommand.ts b/clients/client-transfer/src/commands/ListHostKeysCommand.ts index bc26b7d968cb1..cc89816ea2a5c 100644 --- a/clients/client-transfer/src/commands/ListHostKeysCommand.ts +++ b/clients/client-transfer/src/commands/ListHostKeysCommand.ts @@ -95,9 +95,7 @@ export class ListHostKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListProfilesCommand.ts b/clients/client-transfer/src/commands/ListProfilesCommand.ts index b1cd4193b7f4b..5a19445b23bf6 100644 --- a/clients/client-transfer/src/commands/ListProfilesCommand.ts +++ b/clients/client-transfer/src/commands/ListProfilesCommand.ts @@ -94,9 +94,7 @@ export class ListProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts index adc0598c64ceb..0cd3ff0a9596b 100644 --- a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts @@ -84,9 +84,7 @@ export class ListSecurityPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListServersCommand.ts b/clients/client-transfer/src/commands/ListServersCommand.ts index ac452bb3c9b7d..7bc696b0db580 100644 --- a/clients/client-transfer/src/commands/ListServersCommand.ts +++ b/clients/client-transfer/src/commands/ListServersCommand.ts @@ -91,9 +91,7 @@ export class ListServersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts index 90fc504ef9956..7ad617c105f7c 100644 --- a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListUsersCommand.ts b/clients/client-transfer/src/commands/ListUsersCommand.ts index 9d77555f260bf..bbe953eeaeea3 100644 --- a/clients/client-transfer/src/commands/ListUsersCommand.ts +++ b/clients/client-transfer/src/commands/ListUsersCommand.ts @@ -95,9 +95,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts index 82fe09c19abb0..b6df78a82955a 100644 --- a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts @@ -85,9 +85,7 @@ export class ListWorkflowsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts index 024979a0f5b12..a89009960f70f 100644 --- a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts +++ b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts @@ -89,9 +89,7 @@ export class SendWorkflowStepStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/StartDirectoryListingCommand.ts b/clients/client-transfer/src/commands/StartDirectoryListingCommand.ts index 42f89e2056e49..bf9e3dd2d4979 100644 --- a/clients/client-transfer/src/commands/StartDirectoryListingCommand.ts +++ b/clients/client-transfer/src/commands/StartDirectoryListingCommand.ts @@ -129,9 +129,7 @@ export class StartDirectoryListingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/StartFileTransferCommand.ts b/clients/client-transfer/src/commands/StartFileTransferCommand.ts index f68f3eab7db91..72c2246728661 100644 --- a/clients/client-transfer/src/commands/StartFileTransferCommand.ts +++ b/clients/client-transfer/src/commands/StartFileTransferCommand.ts @@ -114,9 +114,7 @@ export class StartFileTransferCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/StartServerCommand.ts b/clients/client-transfer/src/commands/StartServerCommand.ts index 61e136d1dbcd6..7c4e4efca33aa 100644 --- a/clients/client-transfer/src/commands/StartServerCommand.ts +++ b/clients/client-transfer/src/commands/StartServerCommand.ts @@ -85,9 +85,7 @@ export class StartServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/StopServerCommand.ts b/clients/client-transfer/src/commands/StopServerCommand.ts index 44978382e139a..b8931cf159417 100644 --- a/clients/client-transfer/src/commands/StopServerCommand.ts +++ b/clients/client-transfer/src/commands/StopServerCommand.ts @@ -90,9 +90,7 @@ export class StopServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/TagResourceCommand.ts b/clients/client-transfer/src/commands/TagResourceCommand.ts index d9aa7f174d799..27f27be6422ea 100644 --- a/clients/client-transfer/src/commands/TagResourceCommand.ts +++ b/clients/client-transfer/src/commands/TagResourceCommand.ts @@ -84,9 +84,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/TestConnectionCommand.ts b/clients/client-transfer/src/commands/TestConnectionCommand.ts index 43ed598f90aec..aacbda9c92755 100644 --- a/clients/client-transfer/src/commands/TestConnectionCommand.ts +++ b/clients/client-transfer/src/commands/TestConnectionCommand.ts @@ -82,9 +82,7 @@ export class TestConnectionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts index 8539c7a643742..c6ff055dce73e 100644 --- a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts +++ b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts @@ -138,9 +138,7 @@ export class TestIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UntagResourceCommand.ts b/clients/client-transfer/src/commands/UntagResourceCommand.ts index b64c2029022f0..507858ce47f1c 100644 --- a/clients/client-transfer/src/commands/UntagResourceCommand.ts +++ b/clients/client-transfer/src/commands/UntagResourceCommand.ts @@ -81,9 +81,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateAccessCommand.ts b/clients/client-transfer/src/commands/UpdateAccessCommand.ts index 283f273694feb..41c1f400e13d8 100644 --- a/clients/client-transfer/src/commands/UpdateAccessCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAccessCommand.ts @@ -105,9 +105,7 @@ export class UpdateAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts index 330564eb007db..26cca576f0a68 100644 --- a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts @@ -93,9 +93,7 @@ export class UpdateAgreementCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts index e089d1147a0c7..9d66250399b0b 100644 --- a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts @@ -84,9 +84,7 @@ export class UpdateCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts index 35f5048a66e6f..b97f18cc5976e 100644 --- a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts @@ -107,9 +107,7 @@ export class UpdateConnectorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts index 04d13a27534ab..9aa5eda360985 100644 --- a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts @@ -85,9 +85,7 @@ export class UpdateHostKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateProfileCommand.ts b/clients/client-transfer/src/commands/UpdateProfileCommand.ts index 2db1f2c82e8de..d250e6010f4be 100644 --- a/clients/client-transfer/src/commands/UpdateProfileCommand.ts +++ b/clients/client-transfer/src/commands/UpdateProfileCommand.ts @@ -86,9 +86,7 @@ export class UpdateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateServerCommand.ts b/clients/client-transfer/src/commands/UpdateServerCommand.ts index 4a40bbf6e15d6..45f41d7079f9a 100644 --- a/clients/client-transfer/src/commands/UpdateServerCommand.ts +++ b/clients/client-transfer/src/commands/UpdateServerCommand.ts @@ -153,9 +153,7 @@ export class UpdateServerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-transfer/src/commands/UpdateUserCommand.ts b/clients/client-transfer/src/commands/UpdateUserCommand.ts index f531babd6cd75..d98703b76e81e 100644 --- a/clients/client-transfer/src/commands/UpdateUserCommand.ts +++ b/clients/client-transfer/src/commands/UpdateUserCommand.ts @@ -117,9 +117,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TransferClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/CreateParallelDataCommand.ts b/clients/client-translate/src/commands/CreateParallelDataCommand.ts index 881dbfc75d19d..83d9740374e4b 100644 --- a/clients/client-translate/src/commands/CreateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/CreateParallelDataCommand.ts @@ -114,9 +114,7 @@ export class CreateParallelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts index 7515d5eb1d5f8..79785103cf843 100644 --- a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts +++ b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts @@ -82,9 +82,7 @@ export class DeleteParallelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts index 357fff09a4999..19a0d6279f8d1 100644 --- a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts +++ b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts @@ -79,9 +79,7 @@ export class DeleteTerminologyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts index c16bc3d9a59b4..d7fb29ffd4250 100644 --- a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts @@ -117,9 +117,7 @@ export class DescribeTextTranslationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/GetParallelDataCommand.ts b/clients/client-translate/src/commands/GetParallelDataCommand.ts index 75fe3c3cb6f92..4929dd421e0e3 100644 --- a/clients/client-translate/src/commands/GetParallelDataCommand.ts +++ b/clients/client-translate/src/commands/GetParallelDataCommand.ts @@ -119,9 +119,7 @@ export class GetParallelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/GetTerminologyCommand.ts b/clients/client-translate/src/commands/GetTerminologyCommand.ts index 3ba76ac33be1e..4c22256a6dd0f 100644 --- a/clients/client-translate/src/commands/GetTerminologyCommand.ts +++ b/clients/client-translate/src/commands/GetTerminologyCommand.ts @@ -110,9 +110,7 @@ export class GetTerminologyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ImportTerminologyCommand.ts b/clients/client-translate/src/commands/ImportTerminologyCommand.ts index fe5871779d973..b8bcb5168515f 100644 --- a/clients/client-translate/src/commands/ImportTerminologyCommand.ts +++ b/clients/client-translate/src/commands/ImportTerminologyCommand.ts @@ -139,9 +139,7 @@ export class ImportTerminologyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ListLanguagesCommand.ts b/clients/client-translate/src/commands/ListLanguagesCommand.ts index a2b355bba1f4e..6498a6ec12cf1 100644 --- a/clients/client-translate/src/commands/ListLanguagesCommand.ts +++ b/clients/client-translate/src/commands/ListLanguagesCommand.ts @@ -88,9 +88,7 @@ export class ListLanguagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ListParallelDataCommand.ts b/clients/client-translate/src/commands/ListParallelDataCommand.ts index 8adf65e57e4a5..0d539eb163c20 100644 --- a/clients/client-translate/src/commands/ListParallelDataCommand.ts +++ b/clients/client-translate/src/commands/ListParallelDataCommand.ts @@ -106,9 +106,7 @@ export class ListParallelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts index 37f001f3967a6..1a3c212a0e4e8 100644 --- a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ListTerminologiesCommand.ts b/clients/client-translate/src/commands/ListTerminologiesCommand.ts index c944689b0ac3e..15f17ea33f02e 100644 --- a/clients/client-translate/src/commands/ListTerminologiesCommand.ts +++ b/clients/client-translate/src/commands/ListTerminologiesCommand.ts @@ -100,9 +100,7 @@ export class ListTerminologiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts index e01261f5f36d9..0f97052ccccc2 100644 --- a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts +++ b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts @@ -128,9 +128,7 @@ export class ListTextTranslationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts index b6cf687e48778..90970e120cbbd 100644 --- a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts @@ -126,9 +126,7 @@ export class StartTextTranslationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts index 2629a103f01c4..b9485e2348c25 100644 --- a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts @@ -84,9 +84,7 @@ export class StopTextTranslationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/TagResourceCommand.ts b/clients/client-translate/src/commands/TagResourceCommand.ts index 40a34c8d5eaef..a94d4f303f80a 100644 --- a/clients/client-translate/src/commands/TagResourceCommand.ts +++ b/clients/client-translate/src/commands/TagResourceCommand.ts @@ -91,9 +91,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/TranslateDocumentCommand.ts b/clients/client-translate/src/commands/TranslateDocumentCommand.ts index 0bcab17cc344d..f389864f31ed2 100644 --- a/clients/client-translate/src/commands/TranslateDocumentCommand.ts +++ b/clients/client-translate/src/commands/TranslateDocumentCommand.ts @@ -141,9 +141,7 @@ export class TranslateDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/TranslateTextCommand.ts b/clients/client-translate/src/commands/TranslateTextCommand.ts index 1dd318c3dd20f..f92e2424b9bf5 100644 --- a/clients/client-translate/src/commands/TranslateTextCommand.ts +++ b/clients/client-translate/src/commands/TranslateTextCommand.ts @@ -128,9 +128,7 @@ export class TranslateTextCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/UntagResourceCommand.ts b/clients/client-translate/src/commands/UntagResourceCommand.ts index 483a206e7afb0..2c3a6f0d85231 100644 --- a/clients/client-translate/src/commands/UntagResourceCommand.ts +++ b/clients/client-translate/src/commands/UntagResourceCommand.ts @@ -84,9 +84,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts index c0051ae62c50c..dd61def19f5c7 100644 --- a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts @@ -106,9 +106,7 @@ export class UpdateParallelDataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TranslateClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/BatchUpdateRecommendationResourceExclusionCommand.ts b/clients/client-trustedadvisor/src/commands/BatchUpdateRecommendationResourceExclusionCommand.ts index 63a94ad9ed945..68785502b7d5c 100644 --- a/clients/client-trustedadvisor/src/commands/BatchUpdateRecommendationResourceExclusionCommand.ts +++ b/clients/client-trustedadvisor/src/commands/BatchUpdateRecommendationResourceExclusionCommand.ts @@ -100,9 +100,7 @@ export class BatchUpdateRecommendationResourceExclusionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/GetOrganizationRecommendationCommand.ts b/clients/client-trustedadvisor/src/commands/GetOrganizationRecommendationCommand.ts index 70361acdcdc96..f375c884bba8d 100644 --- a/clients/client-trustedadvisor/src/commands/GetOrganizationRecommendationCommand.ts +++ b/clients/client-trustedadvisor/src/commands/GetOrganizationRecommendationCommand.ts @@ -126,9 +126,7 @@ export class GetOrganizationRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/GetRecommendationCommand.ts b/clients/client-trustedadvisor/src/commands/GetRecommendationCommand.ts index ec310b08793ac..5717b647cfa3d 100644 --- a/clients/client-trustedadvisor/src/commands/GetRecommendationCommand.ts +++ b/clients/client-trustedadvisor/src/commands/GetRecommendationCommand.ts @@ -119,9 +119,7 @@ export class GetRecommendationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListChecksCommand.ts b/clients/client-trustedadvisor/src/commands/ListChecksCommand.ts index 3d8a752e82c26..82649090ff1ef 100644 --- a/clients/client-trustedadvisor/src/commands/ListChecksCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListChecksCommand.ts @@ -100,9 +100,7 @@ export class ListChecksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationAccountsCommand.ts b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationAccountsCommand.ts index 9cad08f569e83..ebb94fbdc1876 100644 --- a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationAccountsCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationAccountsCommand.ts @@ -107,9 +107,7 @@ export class ListOrganizationRecommendationAccountsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationResourcesCommand.ts b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationResourcesCommand.ts index 72501dac47e11..13f18268a38d1 100644 --- a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationResourcesCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationResourcesCommand.ts @@ -113,9 +113,7 @@ export class ListOrganizationRecommendationResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationsCommand.ts b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationsCommand.ts index 7ef89f1105aa9..bfc8045e16cd9 100644 --- a/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationsCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListOrganizationRecommendationsCommand.ts @@ -124,9 +124,7 @@ export class ListOrganizationRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListRecommendationResourcesCommand.ts b/clients/client-trustedadvisor/src/commands/ListRecommendationResourcesCommand.ts index 8b9af422c5fc3..172e8c2b183e4 100644 --- a/clients/client-trustedadvisor/src/commands/ListRecommendationResourcesCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListRecommendationResourcesCommand.ts @@ -105,9 +105,7 @@ export class ListRecommendationResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/ListRecommendationsCommand.ts b/clients/client-trustedadvisor/src/commands/ListRecommendationsCommand.ts index fb21c220982c8..95c3063e595e3 100644 --- a/clients/client-trustedadvisor/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-trustedadvisor/src/commands/ListRecommendationsCommand.ts @@ -117,9 +117,7 @@ export class ListRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/UpdateOrganizationRecommendationLifecycleCommand.ts b/clients/client-trustedadvisor/src/commands/UpdateOrganizationRecommendationLifecycleCommand.ts index de81c31de2eae..c3f8e6bd928eb 100644 --- a/clients/client-trustedadvisor/src/commands/UpdateOrganizationRecommendationLifecycleCommand.ts +++ b/clients/client-trustedadvisor/src/commands/UpdateOrganizationRecommendationLifecycleCommand.ts @@ -93,9 +93,7 @@ export class UpdateOrganizationRecommendationLifecycleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-trustedadvisor/src/commands/UpdateRecommendationLifecycleCommand.ts b/clients/client-trustedadvisor/src/commands/UpdateRecommendationLifecycleCommand.ts index a2ce7b0b13322..abc77b324ac52 100644 --- a/clients/client-trustedadvisor/src/commands/UpdateRecommendationLifecycleCommand.ts +++ b/clients/client-trustedadvisor/src/commands/UpdateRecommendationLifecycleCommand.ts @@ -90,9 +90,7 @@ export class UpdateRecommendationLifecycleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: TrustedAdvisorClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedCommand.ts b/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedCommand.ts index 51a1f79a0fd1e..faabcee076d3a 100644 --- a/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedCommand.ts @@ -304,9 +304,7 @@ export class BatchIsAuthorizedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedWithTokenCommand.ts b/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedWithTokenCommand.ts index df80afacc73e3..0dfe76f6cfb41 100644 --- a/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedWithTokenCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/BatchIsAuthorizedWithTokenCommand.ts @@ -300,9 +300,7 @@ export class BatchIsAuthorizedWithTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts index a62f5f6c6ee13..1d96d1696120c 100644 --- a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts @@ -250,9 +250,7 @@ export class CreateIdentitySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts index 6ec56822f7b75..136cd18f9466d 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts @@ -240,9 +240,7 @@ export class CreatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts index 37e4fe35249f5..c2b0a24658ab2 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts @@ -190,9 +190,7 @@ export class CreatePolicyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts index ad32debaf0cf2..8f6a41f05ecf6 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts @@ -194,9 +194,7 @@ export class CreatePolicyTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts index 4da17501fd0cd..8a9bcd7fee836 100644 --- a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts @@ -171,9 +171,7 @@ export class DeleteIdentitySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts index 8ccede73bee5b..8d2fa52f516fd 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts @@ -170,9 +170,7 @@ export class DeletePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts index b117dd8c4978f..171ff9be70373 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts @@ -162,9 +162,7 @@ export class DeletePolicyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts index 4580afdbb6a1f..486547e03fcf3 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts @@ -173,9 +173,7 @@ export class DeletePolicyTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts index 28364ffba9b5f..56fd8675819c3 100644 --- a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts @@ -214,9 +214,7 @@ export class GetIdentitySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts index 4d44e2a4f56da..bbc29f9ce9245 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts @@ -202,9 +202,7 @@ export class GetPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts index 6038295e51291..b948badb8b1ac 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts @@ -172,9 +172,7 @@ export class GetPolicyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts index d20aec5da2668..1d248c51ec181 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts @@ -175,9 +175,7 @@ export class GetPolicyTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts index 8d15d0e126059..1d9a43b3bc329 100644 --- a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts @@ -171,9 +171,7 @@ export class GetSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts index 2d8c0c112de0e..0377898999e45 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts @@ -240,9 +240,7 @@ export class IsAuthorizedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts index 6f7b124e2fd38..7e0c34fce6934 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts @@ -251,9 +251,7 @@ export class IsAuthorizedWithTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts index 12b644bfbe521..9665d78fa6016 100644 --- a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts @@ -226,9 +226,7 @@ export class ListIdentitySourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts index 2583fd3f68609..54ad7464c32ae 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts @@ -230,9 +230,7 @@ export class ListPoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts index 3430c42e93b27..23226e1045c80 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts @@ -176,9 +176,7 @@ export class ListPolicyStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts index 966e640fc733c..073a376875985 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts @@ -180,9 +180,7 @@ export class ListPolicyTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts index 4524a69bfed6a..1354df1ae06d2 100644 --- a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts @@ -195,9 +195,7 @@ export class PutSchemaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts index 3a68da1b1ba10..481fcea7471dd 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts @@ -218,9 +218,7 @@ export class UpdateIdentitySourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts index 92bd9e12ff73f..4f2db44d09868 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts @@ -253,9 +253,7 @@ export class UpdatePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts index 4a84487198f91..6bb12336db457 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts @@ -186,9 +186,7 @@ export class UpdatePolicyStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts index 1d1269751de29..a96cf6fcd6282 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts @@ -191,9 +191,7 @@ export class UpdatePolicyTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VerifiedPermissionsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts index a03b3a94b93c5..3935f5c1a83c2 100644 --- a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts @@ -106,9 +106,7 @@ export class AssociateFraudsterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/CreateDomainCommand.ts b/clients/client-voice-id/src/commands/CreateDomainCommand.ts index 8103149134144..c6a2dc781f1da 100644 --- a/clients/client-voice-id/src/commands/CreateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/CreateDomainCommand.ts @@ -129,9 +129,7 @@ export class CreateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts index af888cf95c39a..57b32fc2d2465 100644 --- a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts @@ -109,9 +109,7 @@ export class CreateWatchlistCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts index 2fbfe2647aebf..781568f8277dc 100644 --- a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts @@ -88,9 +88,7 @@ export class DeleteDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts index a67dd1409446f..137420247ad74 100644 --- a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts @@ -89,9 +89,7 @@ export class DeleteFraudsterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts index 491beeecf6c2a..39cb0b23dc44a 100644 --- a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts @@ -89,9 +89,7 @@ export class DeleteSpeakerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts index 6c62f37f9fac1..ad3b5108e8ee1 100644 --- a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts @@ -91,9 +91,7 @@ export class DeleteWatchlistCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts index da6d53b131feb..94b25b324242c 100644 --- a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts @@ -109,9 +109,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts index 4f86705d6248c..2ac185299529d 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts @@ -98,9 +98,7 @@ export class DescribeFraudsterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts index ebc73cdfb4cc2..2b6db4123a825 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts @@ -125,9 +125,7 @@ export class DescribeFraudsterRegistrationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts index 8e8bb1a12c2cc..59f07d7a9c7dd 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts @@ -100,9 +100,7 @@ export class DescribeSpeakerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts index 52b2112f35760..3a27d327e9f4d 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts @@ -128,9 +128,7 @@ export class DescribeSpeakerEnrollmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts index faee2099e1695..0411c915aa072 100644 --- a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts @@ -99,9 +99,7 @@ export class DescribeWatchlistCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts index 949ec179e57bb..8459cf464e348 100644 --- a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts @@ -106,9 +106,7 @@ export class DisassociateFraudsterCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts index bf5c93d3cc552..e64802b09c924 100644 --- a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts +++ b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts @@ -133,9 +133,7 @@ export class EvaluateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListDomainsCommand.ts b/clients/client-voice-id/src/commands/ListDomainsCommand.ts index ab6843d7666ac..8cff454b7e5e0 100644 --- a/clients/client-voice-id/src/commands/ListDomainsCommand.ts +++ b/clients/client-voice-id/src/commands/ListDomainsCommand.ts @@ -105,9 +105,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts index 250146dc03c63..b8a9f73b68fab 100644 --- a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts @@ -117,9 +117,7 @@ export class ListFraudsterRegistrationJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts index 0f6d657478b39..bb443be77e06c 100644 --- a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts @@ -99,9 +99,7 @@ export class ListFraudstersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts index 55addc4df18c4..510cda02ffc66 100644 --- a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts @@ -112,9 +112,7 @@ export class ListSpeakerEnrollmentJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts index 7e728109a7d02..1184865d19183 100644 --- a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts @@ -99,9 +99,7 @@ export class ListSpeakersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts index cfa2ff73e0b65..a4cfe78cf3105 100644 --- a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts index 44813fcc8ff95..9e84c1ea5ae47 100644 --- a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts +++ b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts @@ -103,9 +103,7 @@ export class ListWatchlistsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts index 72fe8d48d4457..bd2d1e3393479 100644 --- a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts @@ -112,9 +112,7 @@ export class OptOutSpeakerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts index 67fc85ecf8d22..09ac5caeb5ba6 100644 --- a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts @@ -149,9 +149,7 @@ export class StartFraudsterRegistrationJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts index 0f933530526a6..ec741cff7f3cc 100644 --- a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts @@ -150,9 +150,7 @@ export class StartSpeakerEnrollmentJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/TagResourceCommand.ts b/clients/client-voice-id/src/commands/TagResourceCommand.ts index 251556f9b2335..1e078bd90fde7 100644 --- a/clients/client-voice-id/src/commands/TagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/TagResourceCommand.ts @@ -94,9 +94,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/UntagResourceCommand.ts b/clients/client-voice-id/src/commands/UntagResourceCommand.ts index ba0137fe27d8f..6a17dd8aa5ab7 100644 --- a/clients/client-voice-id/src/commands/UntagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/UntagResourceCommand.ts @@ -95,9 +95,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts index 14b35bf0d1d4d..f8449ca73e7fa 100644 --- a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts @@ -121,9 +121,7 @@ export class UpdateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts index 20faf7d1b27d2..4f6a9328d422d 100644 --- a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts @@ -107,9 +107,7 @@ export class UpdateWatchlistCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VoiceIDClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts index 112f46939f901..8d521595fa4bb 100644 --- a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts @@ -186,9 +186,7 @@ export class BatchUpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts index 7cdba8210b405..2bbf210407416 100644 --- a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts @@ -104,9 +104,7 @@ export class CreateAccessLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts index 1542d0662e607..313cc7db8ab5d 100644 --- a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts @@ -130,9 +130,7 @@ export class CreateListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts index 3b5938735413f..4e0fe5564fe11 100644 --- a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts @@ -173,9 +173,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts index cef7da842ae2a..1c1a6c0bf252d 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts @@ -108,9 +108,7 @@ export class CreateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts index 844a01fa35cbc..3e0c1309a9445 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts @@ -99,9 +99,7 @@ export class CreateServiceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts index 971f0d195c932..e1792c82e6400 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts @@ -117,9 +117,7 @@ export class CreateServiceNetworkServiceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts index 3778fb428be97..fcaba250dffdc 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts @@ -120,9 +120,7 @@ export class CreateServiceNetworkVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts index 7dbb921991746..2830c586a9cf7 100644 --- a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts @@ -144,9 +144,7 @@ export class CreateTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts index 98cbe4b44c4aa..fcf9ce7489642 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts @@ -84,9 +84,7 @@ export class DeleteAccessLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts index 8a71ad040e2d1..23b6b4f59aa0e 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts @@ -82,9 +82,7 @@ export class DeleteAuthPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts index ec0ca7ffcd89e..d5009d03a4a57 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts @@ -84,9 +84,7 @@ export class DeleteListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts index 218f68a8b4fa3..952d6e409c4ed 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts @@ -79,9 +79,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts index 86c63210eb742..4a71e46701c5a 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts @@ -90,9 +90,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts index a09cd9e15f0cf..a8876254b8fde 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts @@ -92,9 +92,7 @@ export class DeleteServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts index 85d43fe15d301..a38928fc75fb5 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts @@ -87,9 +87,7 @@ export class DeleteServiceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts index f516fe252fc0d..c4ccc7b53e1cf 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts @@ -97,9 +97,7 @@ export class DeleteServiceNetworkServiceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts index 3b3dab4e5e22b..329eed7cbd86f 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts @@ -96,9 +96,7 @@ export class DeleteServiceNetworkVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts index b8696b6a07fe4..d9d352c53d3e2 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts @@ -85,9 +85,7 @@ export class DeleteTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts index 8ef308af9d8f6..14c0c539b8dcb 100644 --- a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts @@ -104,9 +104,7 @@ export class DeregisterTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts index 601584d6996af..570cdf94eb94e 100644 --- a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts @@ -87,9 +87,7 @@ export class GetAccessLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts index f22090fac7f60..73b5b5925841c 100644 --- a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts @@ -85,9 +85,7 @@ export class GetAuthPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts index f988a25c3f8fe..f34d798316f3e 100644 --- a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts @@ -103,9 +103,7 @@ export class GetListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts index 143d095668de6..7b667ea8b972d 100644 --- a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts @@ -82,9 +82,7 @@ export class GetResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts index fa06bf6a63c1f..c6e4179b51270 100644 --- a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts @@ -127,9 +127,7 @@ export class GetRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts index e40066f18450a..0cd0caf6bd6d8 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts @@ -95,9 +95,7 @@ export class GetServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts index a3fb9104a8d18..08575b5b22e9d 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts @@ -88,9 +88,7 @@ export class GetServiceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts index 3cc0ce4a87a94..6bf3a37d40ecf 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts @@ -107,9 +107,7 @@ export class GetServiceNetworkServiceAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts index 26e9195445015..9e9118c6a1e80 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts @@ -100,9 +100,7 @@ export class GetServiceNetworkVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts index bddee358a011c..33709729ab5be 100644 --- a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts @@ -114,9 +114,7 @@ export class GetTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts index 0c5a81efef6dc..884a1eddad0aa 100644 --- a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts @@ -91,9 +91,7 @@ export class ListAccessLogSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts index 627ffb3be973b..7836079ce300c 100644 --- a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts @@ -94,9 +94,7 @@ export class ListListenersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts index 0bc4f2927a72c..a00a7ee331b1c 100644 --- a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts @@ -95,9 +95,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts index 4efbe6e153921..95e6efab6fe03 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts @@ -117,9 +117,7 @@ export class ListServiceNetworkServiceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts index 4001e91961b88..f2c5290c3c1f0 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts @@ -105,9 +105,7 @@ export class ListServiceNetworkVpcAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts index 9b16e125e2a4f..a2e4daa059c5a 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts @@ -91,9 +91,7 @@ export class ListServiceNetworksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts index 142533a54e9b5..95b4dd9eab5be 100644 --- a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts @@ -94,9 +94,7 @@ export class ListServicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts index 7691df9d8c7c0..6f369da73a4e4 100644 --- a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts index 3d440d3a2fc19..54eaa9f80ff3b 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts @@ -101,9 +101,7 @@ export class ListTargetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts index 8190ed45e2e9a..11a81f827d7ca 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts @@ -98,9 +98,7 @@ export class ListTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts index de94015fad19f..34f7b08c21737 100644 --- a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts @@ -86,9 +86,7 @@ export class PutAuthPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts index 74b11518ba964..311fb9e7a05d1 100644 --- a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts @@ -82,9 +82,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts index 059326a2e9e2c..a0050e7e4d2a1 100644 --- a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts @@ -108,9 +108,7 @@ export class RegisterTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts index fadd1300e2121..ec4d29330666a 100644 --- a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts index 80ca9f9193313..aa0dc410c412e 100644 --- a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts index 40353734710c3..0b2e56ac40243 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts @@ -95,9 +95,7 @@ export class UpdateAccessLogSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts index 87470cde3591b..fb6d047de7f9a 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts @@ -118,9 +118,7 @@ export class UpdateListenerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts index 5fb9f6b24196d..e3d927af3ba70 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts @@ -165,9 +165,7 @@ export class UpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts index cae4173ff11fb..15b04ef273850 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts @@ -92,9 +92,7 @@ export class UpdateServiceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts index dbd948290e3c7..3e2184587552e 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts @@ -89,9 +89,7 @@ export class UpdateServiceNetworkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts index 9d422aec48387..aa6dc6c0fa559 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts @@ -105,9 +105,7 @@ export class UpdateServiceNetworkVpcAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts index 08ff652eff72c..2db1fd4f8a17a 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts @@ -125,9 +125,7 @@ export class UpdateTargetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: VPCLatticeClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts index 2ed12007ee857..188bf6b8577ef 100644 --- a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts @@ -125,9 +125,7 @@ export class AssociateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts index 5672ab2c781ad..22e10971a9e6c 100644 --- a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts @@ -169,9 +169,7 @@ export class CreateByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts index 0aeaca11e67d9..163c8c3a95215 100644 --- a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts @@ -161,9 +161,7 @@ export class CreateGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts index 1ade2bd0e7c61..6c402d5006822 100644 --- a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts @@ -193,9 +193,7 @@ export class CreateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts index 5cac758556963..0a47069f10ee2 100644 --- a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts @@ -245,9 +245,7 @@ export class CreateRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts index 25f5d76fb499f..fae5f8e2a9eb4 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts @@ -125,9 +125,7 @@ export class CreateRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts index a5b07266beb15..ba434902bf2e5 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts @@ -114,9 +114,7 @@ export class CreateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts index 7be036873e7cb..4fae27e41fe5c 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts @@ -229,9 +229,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts index 6e8e087152362..c9adfd24145b3 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts @@ -123,9 +123,7 @@ export class CreateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts index aa4f72f683454..58327023f1c9c 100644 --- a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts @@ -200,9 +200,7 @@ export class CreateSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts index cbf4ae246dc23..a1ea8b2cc4fd6 100644 --- a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -194,9 +194,7 @@ export class CreateSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts index ab9ead4f27a9a..8bbe6d06ca3d8 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts @@ -246,9 +246,7 @@ export class CreateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts index fcfb65de287e4..eb3b98ceb02f9 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts @@ -176,9 +176,7 @@ export class CreateWebACLMigrationStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts index 7b4cf10fa36d4..113ee0f808fc7 100644 --- a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts @@ -194,9 +194,7 @@ export class CreateXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts index bd38502923cbe..24c25ea28033e 100644 --- a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts index e5484e6b6ae38..744f559fdc8a2 100644 --- a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts @@ -130,9 +130,7 @@ export class DeleteGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts index 7983fe520a040..e0154e8aa137c 100644 --- a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts index 6741fab7e8bfa..fedb0a8619b36 100644 --- a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts @@ -81,9 +81,7 @@ export class DeleteLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts index a25baae270f59..de75e22ccbf36 100644 --- a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts @@ -81,9 +81,7 @@ export class DeletePermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts index fda4b8f404741..4b2e53cb45b36 100644 --- a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts @@ -140,9 +140,7 @@ export class DeleteRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts index a76064700c6ab..7a82a82a369dd 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts @@ -130,9 +130,7 @@ export class DeleteRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts index 19e5831d817e2..4d35875b46123 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts @@ -116,9 +116,7 @@ export class DeleteRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts index 29ac7aea83e72..1117f686a99fd 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts @@ -153,9 +153,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts index 279af431c5dba..f1a8bac86bfcb 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts @@ -156,9 +156,7 @@ export class DeleteRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts index 1ae43761d0ac2..aa4c2d315fb79 100644 --- a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts index 7e54e93152c49..30064057b4144 100644 --- a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -148,9 +148,7 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts index 59ba916779fb0..e966b19c8d39c 100644 --- a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts @@ -151,9 +151,7 @@ export class DeleteWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts index 069f8cd6744de..57426bba1dd32 100644 --- a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts @@ -148,9 +148,7 @@ export class DeleteXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts index 9ae6fcd0bd66d..72f8a1338d423 100644 --- a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts @@ -120,9 +120,7 @@ export class DisassociateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts index e2a8a255eacfc..b9edee716d80b 100644 --- a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts @@ -126,9 +126,7 @@ export class GetByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts index 6fbc4d12969d0..255e75ed34179 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts @@ -94,9 +94,7 @@ export class GetChangeTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts index fce9c48469417..51b06892f0ff1 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts @@ -111,9 +111,7 @@ export class GetChangeTokenStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts index 24d3b39862bbc..d41d749d12b5d 100644 --- a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts @@ -91,9 +91,7 @@ export class GetGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts index 0ef5fa7ba98e1..b984bf8b8de9a 100644 --- a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts @@ -116,9 +116,7 @@ export class GetIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts index 682ccd5680d2c..2153f92deddde 100644 --- a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts @@ -90,9 +90,7 @@ export class GetLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts index 955ae8efc4d84..89d11f50e13e8 100644 --- a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts @@ -79,9 +79,7 @@ export class GetPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts index 589e56043870a..7880bfb8d6b07 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts @@ -97,9 +97,7 @@ export class GetRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts index 4136865d2b8e5..e8eec35d09f88 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -130,9 +130,7 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts index 8fe9e2109374e..7e98bf2ef418c 100644 --- a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts @@ -95,9 +95,7 @@ export class GetRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts index e4e52f11def67..b4de6e3db6e99 100644 --- a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts @@ -88,9 +88,7 @@ export class GetRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRuleCommand.ts index b7880c1f762e9..8df9d2325a217 100644 --- a/clients/client-waf-regional/src/commands/GetRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleCommand.ts @@ -120,9 +120,7 @@ export class GetRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts index 23902f400745c..d90d8c6b2b14b 100644 --- a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts @@ -84,9 +84,7 @@ export class GetRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts index 3e58d88f1c99e..5a3edb861e1ef 100644 --- a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts @@ -159,9 +159,7 @@ export class GetSampledRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts index 078cf66786071..5a299684e9d2a 100644 --- a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts @@ -125,9 +125,7 @@ export class GetSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts index f656956e4ce06..f5ee0f3500b4e 100644 --- a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -121,9 +121,7 @@ export class GetSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts index 863531ef9cd51..2c92310adef65 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts @@ -140,9 +140,7 @@ export class GetWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts index f5fd2b7f67d96..b3d9f73adecd7 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts @@ -129,9 +129,7 @@ export class GetWebACLForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts index 69257f8db1628..8082f552dd172 100644 --- a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts @@ -121,9 +121,7 @@ export class GetXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts index f39e4c1f5cb3e..585e217978fe9 100644 --- a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -144,9 +144,7 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts index 202a187dd0bf0..df7529a806b3e 100644 --- a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListByteMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts index 89f42d44ab574..a1990ed37ca39 100644 --- a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListGeoMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts index 48b52d673fcdc..694a0add6c73f 100644 --- a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts @@ -107,9 +107,7 @@ export class ListIPSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts index 7f1fae5b23857..bf9ea57f3f52d 100644 --- a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts @@ -134,9 +134,7 @@ export class ListLoggingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts index 54532e54208e1..708ed7c6671d2 100644 --- a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts @@ -86,9 +86,7 @@ export class ListRateBasedRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts index edc739aa91213..072a5282530b0 100644 --- a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListRegexMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts index d69391cbc20db..62dd6cc16ac05 100644 --- a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts @@ -86,9 +86,7 @@ export class ListRegexPatternSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts index ca30b3782eabd..df05a32b39de0 100644 --- a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts @@ -125,9 +125,7 @@ export class ListResourcesForWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts index 70878665fd7fc..ccd796608f2d3 100644 --- a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts @@ -83,9 +83,7 @@ export class ListRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRulesCommand.ts index 620e67ce3558a..257bf794bc802 100644 --- a/clients/client-waf-regional/src/commands/ListRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRulesCommand.ts @@ -107,9 +107,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts index 0a24b346f5648..1436cdf4ece73 100644 --- a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts @@ -107,9 +107,7 @@ export class ListSizeConstraintSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts index 4792da17a4a7c..254f5a185a2a1 100644 --- a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -107,9 +107,7 @@ export class ListSqlInjectionMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts index d1e228655ac2b..09bb48231a182 100644 --- a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -87,9 +87,7 @@ export class ListSubscribedRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts index 538472f94a939..fa3f6851f193c 100644 --- a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts @@ -140,9 +140,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts index 53f677fb14685..2d0356658168b 100644 --- a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts @@ -107,9 +107,7 @@ export class ListWebACLsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts index 55088c9be9937..3e8a68bfcd64f 100644 --- a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts @@ -107,9 +107,7 @@ export class ListXssMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts index cd96f22019429..46c9a74cc750f 100644 --- a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts @@ -124,9 +124,7 @@ export class PutLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts index 736c7e1d5361c..ac9b7c02b2b61 100644 --- a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts @@ -145,9 +145,7 @@ export class PutPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/TagResourceCommand.ts b/clients/client-waf-regional/src/commands/TagResourceCommand.ts index e9fc8209f257f..b6e050c64e5b9 100644 --- a/clients/client-waf-regional/src/commands/TagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/TagResourceCommand.ts @@ -138,9 +138,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts index 1f2b584ca9153..045a1db512789 100644 --- a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts @@ -129,9 +129,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts index 1dd2d79aadca5..e6e3410110edf 100644 --- a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts @@ -255,9 +255,7 @@ export class UpdateByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts index 82e550a0d0649..50a50751267d7 100644 --- a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts @@ -222,9 +222,7 @@ export class UpdateGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts index cd81be610b696..ade8326f2740e 100644 --- a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts @@ -283,9 +283,7 @@ export class UpdateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts index dc99551a027df..d7229e9db02a1 100644 --- a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts @@ -240,9 +240,7 @@ export class UpdateRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts index dd3cb23e25771..30cd6f9d5e32c 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts @@ -182,9 +182,7 @@ export class UpdateRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts index c906d8f08c639..6df78ba15e834 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts @@ -180,9 +180,7 @@ export class UpdateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts index 5ba961c653b12..d0238433c781c 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts @@ -261,9 +261,7 @@ export class UpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts index e13d394ad1f1b..eff7df2346449 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts @@ -214,9 +214,7 @@ export class UpdateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts index efef1b0fc5f58..9505b7fadb294 100644 --- a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts @@ -269,9 +269,7 @@ export class UpdateSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 19d045955a250..eca6ecf95754d 100644 --- a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -253,9 +253,7 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts index 821dd5b92f3ef..f7456db9f6743 100644 --- a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts @@ -313,9 +313,7 @@ export class UpdateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts index e77750ee15a54..44e375fa0d56d 100644 --- a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts @@ -255,9 +255,7 @@ export class UpdateXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFRegionalClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts index 7f0eeef761046..bd1ded768fb6e 100644 --- a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts @@ -169,9 +169,7 @@ export class CreateByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts index 7e2a0557c81cf..53328d2c3a15a 100644 --- a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts @@ -161,9 +161,7 @@ export class CreateGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateIPSetCommand.ts b/clients/client-waf/src/commands/CreateIPSetCommand.ts index 3a19138e4b2f0..db3e3dab15ffb 100644 --- a/clients/client-waf/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf/src/commands/CreateIPSetCommand.ts @@ -193,9 +193,7 @@ export class CreateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts index 7f26c0f892842..8da241f932dbd 100644 --- a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts @@ -245,9 +245,7 @@ export class CreateRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts index 7928c0edb87c9..1826a462379c2 100644 --- a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts @@ -125,9 +125,7 @@ export class CreateRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts index ebec1db9d5d36..a4387e631efb7 100644 --- a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts @@ -114,9 +114,7 @@ export class CreateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateRuleCommand.ts b/clients/client-waf/src/commands/CreateRuleCommand.ts index 35ec5a3ab1e7b..303feb547b303 100644 --- a/clients/client-waf/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleCommand.ts @@ -229,9 +229,7 @@ export class CreateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts index daf2ae703b90a..fa8d23ee35b2f 100644 --- a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts @@ -123,9 +123,7 @@ export class CreateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts index c5182bf3f559c..e9ddc6dd26487 100644 --- a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts @@ -200,9 +200,7 @@ export class CreateSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts index 91e07873b59ff..67806eb3d5932 100644 --- a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -194,9 +194,7 @@ export class CreateSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateWebACLCommand.ts b/clients/client-waf/src/commands/CreateWebACLCommand.ts index a15fc16dcee9e..a6a4caca73e67 100644 --- a/clients/client-waf/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLCommand.ts @@ -246,9 +246,7 @@ export class CreateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts index 1126b69c5a44a..a3c6de3ad29bf 100644 --- a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts @@ -176,9 +176,7 @@ export class CreateWebACLMigrationStackCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts index 1a59e3d2b9b00..d3c84c4b2e628 100644 --- a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts @@ -194,9 +194,7 @@ export class CreateXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts index 5d5a7956b9784..ace2932b0008a 100644 --- a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts index 40c1fb732e75d..a34ac997bf92d 100644 --- a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts @@ -130,9 +130,7 @@ export class DeleteGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteIPSetCommand.ts b/clients/client-waf/src/commands/DeleteIPSetCommand.ts index f797356cac128..841d3b612b000 100644 --- a/clients/client-waf/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteIPSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts index ee6237104334b..0038adc4b7762 100644 --- a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts @@ -81,9 +81,7 @@ export class DeleteLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts index c5edcbccdadaf..a7d3fbe8b612c 100644 --- a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts @@ -81,9 +81,7 @@ export class DeletePermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts index 560789f48a6a0..1cb58ac71eff6 100644 --- a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts @@ -140,9 +140,7 @@ export class DeleteRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts index 3b493e53854d9..29424da5855b8 100644 --- a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts @@ -130,9 +130,7 @@ export class DeleteRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts index f62cf4b5c066f..c42b76fd204e7 100644 --- a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts @@ -116,9 +116,7 @@ export class DeleteRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteRuleCommand.ts b/clients/client-waf/src/commands/DeleteRuleCommand.ts index 73250ca2a7a3a..5093a99d72d95 100644 --- a/clients/client-waf/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleCommand.ts @@ -153,9 +153,7 @@ export class DeleteRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts index d60ae425d335d..e3f76aec8f5bd 100644 --- a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts @@ -156,9 +156,7 @@ export class DeleteRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts index 159cafd913b42..505c680145101 100644 --- a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts @@ -147,9 +147,7 @@ export class DeleteSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts index 37c1d616360ea..465b23c9b9de3 100644 --- a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -148,9 +148,7 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteWebACLCommand.ts b/clients/client-waf/src/commands/DeleteWebACLCommand.ts index ff4cdcdbffe93..1d2e2a2459cc9 100644 --- a/clients/client-waf/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf/src/commands/DeleteWebACLCommand.ts @@ -151,9 +151,7 @@ export class DeleteWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts index fa032a64e88ac..93d3cbd71c46c 100644 --- a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts @@ -148,9 +148,7 @@ export class DeleteXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts index 4ffd7e3d6a940..4ada7f6691515 100644 --- a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts @@ -126,9 +126,7 @@ export class GetByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetChangeTokenCommand.ts b/clients/client-waf/src/commands/GetChangeTokenCommand.ts index 85df7e50895ac..86098ced4f5c4 100644 --- a/clients/client-waf/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenCommand.ts @@ -94,9 +94,7 @@ export class GetChangeTokenCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts index bd63b75c0ab34..487bc08d98c97 100644 --- a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts @@ -111,9 +111,7 @@ export class GetChangeTokenStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts index 1d0f362fa98e6..a3bfddabac788 100644 --- a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts @@ -91,9 +91,7 @@ export class GetGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetIPSetCommand.ts b/clients/client-waf/src/commands/GetIPSetCommand.ts index 7be00bfb672da..0e1f0b5816891 100644 --- a/clients/client-waf/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf/src/commands/GetIPSetCommand.ts @@ -116,9 +116,7 @@ export class GetIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts index db7df8da2060d..8d1177fcafa22 100644 --- a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts @@ -90,9 +90,7 @@ export class GetLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts index e9028e31e6281..d76570681127c 100644 --- a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts @@ -79,9 +79,7 @@ export class GetPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts index 543e4b3a39909..77a884019c0a0 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts @@ -97,9 +97,7 @@ export class GetRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts index fca2a5b0206f9..e6fbc0eff037f 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -130,9 +130,7 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts index da5a87a892182..183c0a1d73f5d 100644 --- a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts @@ -95,9 +95,7 @@ export class GetRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts index cc8b30c844fdd..35917c6d39dcf 100644 --- a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts @@ -88,9 +88,7 @@ export class GetRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRuleCommand.ts b/clients/client-waf/src/commands/GetRuleCommand.ts index 533fb04683f99..f39818b61a0d2 100644 --- a/clients/client-waf/src/commands/GetRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRuleCommand.ts @@ -120,9 +120,7 @@ export class GetRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetRuleGroupCommand.ts b/clients/client-waf/src/commands/GetRuleGroupCommand.ts index 1b8d62f2104a0..5bd1f5fc25046 100644 --- a/clients/client-waf/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/GetRuleGroupCommand.ts @@ -84,9 +84,7 @@ export class GetRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts index 32265ca1a7fa7..b1923b3a3549e 100644 --- a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts @@ -159,9 +159,7 @@ export class GetSampledRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts index ea43a187bf645..c56807803d8b7 100644 --- a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts @@ -125,9 +125,7 @@ export class GetSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts index 9f6d15149e020..fa82dc8990225 100644 --- a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -121,9 +121,7 @@ export class GetSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetWebACLCommand.ts b/clients/client-waf/src/commands/GetWebACLCommand.ts index 6122ceec47054..9e64553febda1 100644 --- a/clients/client-waf/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf/src/commands/GetWebACLCommand.ts @@ -140,9 +140,7 @@ export class GetWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts index 128880fe660b9..55f5a39526e69 100644 --- a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts @@ -121,9 +121,7 @@ export class GetXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 747cdfd68f35a..a6d4e8fd1dd2e 100644 --- a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -144,9 +144,7 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts index 63c54784a202c..dbe2e30de7101 100644 --- a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListByteMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts index 9b216616758c2..39ae8464cc478 100644 --- a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListGeoMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListIPSetsCommand.ts b/clients/client-waf/src/commands/ListIPSetsCommand.ts index 6bc3c32a3c62b..d3fb844375bb1 100644 --- a/clients/client-waf/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf/src/commands/ListIPSetsCommand.ts @@ -107,9 +107,7 @@ export class ListIPSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts index 8214a9763b9b2..fb625e3c20a3d 100644 --- a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts @@ -134,9 +134,7 @@ export class ListLoggingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts index dd7679ba57aeb..5ac78c6bd791b 100644 --- a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts @@ -86,9 +86,7 @@ export class ListRateBasedRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts index 3e35aa90878e2..d9b97cd9d0952 100644 --- a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts @@ -86,9 +86,7 @@ export class ListRegexMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts index 74e6a396bc0cb..b129c6f60493e 100644 --- a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts @@ -86,9 +86,7 @@ export class ListRegexPatternSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts index 8cc938acdbe23..46bdf30cb141d 100644 --- a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts @@ -83,9 +83,7 @@ export class ListRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListRulesCommand.ts b/clients/client-waf/src/commands/ListRulesCommand.ts index 59b590be4cdf2..2c0710bfa9e1c 100644 --- a/clients/client-waf/src/commands/ListRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRulesCommand.ts @@ -107,9 +107,7 @@ export class ListRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts index 30743cb4d0aed..ac1c5a867d15f 100644 --- a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts @@ -107,9 +107,7 @@ export class ListSizeConstraintSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts index 4a3077bcc4d73..f1fc3198c7eb2 100644 --- a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -107,9 +107,7 @@ export class ListSqlInjectionMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts index e20d85e5466d7..81b090124d0fe 100644 --- a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -87,9 +87,7 @@ export class ListSubscribedRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts index 0e1b7678599ca..400246c78a2f6 100644 --- a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts @@ -140,9 +140,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListWebACLsCommand.ts b/clients/client-waf/src/commands/ListWebACLsCommand.ts index 4e45151af7224..a01f70619feaa 100644 --- a/clients/client-waf/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf/src/commands/ListWebACLsCommand.ts @@ -107,9 +107,7 @@ export class ListWebACLsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts index df9d389e3bc20..217b6fbb1a638 100644 --- a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts @@ -107,9 +107,7 @@ export class ListXssMatchSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts index 3355a8e5428fb..db94e90363bd2 100644 --- a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts @@ -124,9 +124,7 @@ export class PutLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts index 8320cc79af783..31642cf863597 100644 --- a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts @@ -145,9 +145,7 @@ export class PutPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/TagResourceCommand.ts b/clients/client-waf/src/commands/TagResourceCommand.ts index e384791971cef..1b0e71bf2ae19 100644 --- a/clients/client-waf/src/commands/TagResourceCommand.ts +++ b/clients/client-waf/src/commands/TagResourceCommand.ts @@ -138,9 +138,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UntagResourceCommand.ts b/clients/client-waf/src/commands/UntagResourceCommand.ts index ca680f7462280..85a222ccc73b1 100644 --- a/clients/client-waf/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf/src/commands/UntagResourceCommand.ts @@ -129,9 +129,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts index 82f1777c1b2cc..fd33caba40351 100644 --- a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts @@ -255,9 +255,7 @@ export class UpdateByteMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts index ee3e890dbb919..5cabff90f84cf 100644 --- a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts @@ -222,9 +222,7 @@ export class UpdateGeoMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateIPSetCommand.ts b/clients/client-waf/src/commands/UpdateIPSetCommand.ts index 1c194830782c7..7c7714e87ddb5 100644 --- a/clients/client-waf/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateIPSetCommand.ts @@ -283,9 +283,7 @@ export class UpdateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts index 75f4ce6759aa7..540da9b3e7331 100644 --- a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts @@ -240,9 +240,7 @@ export class UpdateRateBasedRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts index 9076b01a0c7a0..4660fab384f23 100644 --- a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts @@ -182,9 +182,7 @@ export class UpdateRegexMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts index 8c41cc663bfde..f4b49226a6f76 100644 --- a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts @@ -180,9 +180,7 @@ export class UpdateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateRuleCommand.ts b/clients/client-waf/src/commands/UpdateRuleCommand.ts index 7cbd24e7b1ada..f47d00c9c5c6d 100644 --- a/clients/client-waf/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleCommand.ts @@ -261,9 +261,7 @@ export class UpdateRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts index 4747f0cff56f9..1ba97ef0221d2 100644 --- a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts @@ -214,9 +214,7 @@ export class UpdateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts index 59d9d90f8f008..474625823321a 100644 --- a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts @@ -269,9 +269,7 @@ export class UpdateSizeConstraintSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 4c26cbb4d0974..9c44dc5fbf3be 100644 --- a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -253,9 +253,7 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateWebACLCommand.ts b/clients/client-waf/src/commands/UpdateWebACLCommand.ts index 7c63d6115f474..d4ec2f9d726a4 100644 --- a/clients/client-waf/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf/src/commands/UpdateWebACLCommand.ts @@ -313,9 +313,7 @@ export class UpdateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts index e86e3ea70a6fb..8d8ba4028a373 100644 --- a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts @@ -255,9 +255,7 @@ export class UpdateXssMatchSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts index 120593aff0ecb..952090982a019 100644 --- a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts @@ -133,9 +133,7 @@ export class AssociateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts index 24ee4a17a88a6..3523f8f3fecdc 100644 --- a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts +++ b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts @@ -1087,9 +1087,7 @@ export class CheckCapacityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts index 9d5f8c2f1abee..2d813e50616d7 100644 --- a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts @@ -107,9 +107,7 @@ export class CreateAPIKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts index 0ed0e77fcb890..79af386392796 100644 --- a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts @@ -136,9 +136,7 @@ export class CreateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts index bba94085e2e41..bd8b2e45a4445 100644 --- a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts @@ -135,9 +135,7 @@ export class CreateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts index 7f2c608cfe24b..074aaf45bf749 100644 --- a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts @@ -1110,9 +1110,7 @@ export class CreateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts index 008790b45de48..071f347b4f031 100644 --- a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts @@ -1139,9 +1139,7 @@ export class CreateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteAPIKeyCommand.ts b/clients/client-wafv2/src/commands/DeleteAPIKeyCommand.ts index c5a3c8e4ec125..0d5803ef32213 100644 --- a/clients/client-wafv2/src/commands/DeleteAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteAPIKeyCommand.ts @@ -104,9 +104,7 @@ export class DeleteAPIKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts index e913da2715ceb..eded213257124 100644 --- a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts @@ -112,9 +112,7 @@ export class DeleteFirewallManagerRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts index c681573815794..911561302ea00 100644 --- a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts @@ -116,9 +116,7 @@ export class DeleteIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts index f049f0054e926..87f388cfb7247 100644 --- a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts @@ -104,9 +104,7 @@ export class DeleteLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts index 447cd009684dc..445e80f3edde2 100644 --- a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts @@ -95,9 +95,7 @@ export class DeletePermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts index 18d5d3fa85b28..e15f135db3a4f 100644 --- a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts @@ -116,9 +116,7 @@ export class DeleteRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts index 704fb6f26e694..e7551595a69bd 100644 --- a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts @@ -116,9 +116,7 @@ export class DeleteRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts index 5156264e40a2b..d79a09315275f 100644 --- a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts @@ -150,9 +150,7 @@ export class DeleteWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts index 6e1062a3b5fcc..4decaf5e3519e 100644 --- a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts @@ -105,9 +105,7 @@ export class DescribeAllManagedProductsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts index 89489464d85a4..06185ac8f3f08 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts @@ -111,9 +111,7 @@ export class DescribeManagedProductsByVendorCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts index b0c2ca0f9056f..c3b7c1e347bfd 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts @@ -183,9 +183,7 @@ export class DescribeManagedRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts index 83b43d64b681e..49ff93865dd7c 100644 --- a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts @@ -106,9 +106,7 @@ export class DisassociateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts index 2f82beacdd6b5..fa799448038b1 100644 --- a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts +++ b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts @@ -104,9 +104,7 @@ export class GenerateMobileSdkReleaseUrlCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts index c7383a800ab05..c45cb4f128609 100644 --- a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts @@ -110,9 +110,7 @@ export class GetDecryptedAPIKeyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetIPSetCommand.ts b/clients/client-wafv2/src/commands/GetIPSetCommand.ts index 91d2f4df4a890..92a7df3cb3f91 100644 --- a/clients/client-wafv2/src/commands/GetIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetIPSetCommand.ts @@ -111,9 +111,7 @@ export class GetIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts index 802c77353a623..7e5805a7c8bd1 100644 --- a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts @@ -188,9 +188,7 @@ export class GetLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts index 69abe699bdc2c..4a67eb588dccd 100644 --- a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts @@ -123,9 +123,7 @@ export class GetManagedRuleSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts index 034c8caf97690..45bc9504bacf7 100644 --- a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts +++ b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts @@ -113,9 +113,7 @@ export class GetMobileSdkReleaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts index 4b6470335a883..e29b443117f7d 100644 --- a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts @@ -97,9 +97,7 @@ export class GetPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts index febf4ebdefa1d..ceada5e6cb7dc 100644 --- a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts +++ b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts @@ -139,9 +139,7 @@ export class GetRateBasedStatementManagedKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts index d64a7968ab2b3..5c6c79d8730e0 100644 --- a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts @@ -112,9 +112,7 @@ export class GetRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts index dce0ee1c0319d..da3ddc2a8389a 100644 --- a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts @@ -1082,9 +1082,7 @@ export class GetRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts index 1863588737d7f..ff42ed9d40597 100644 --- a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts @@ -160,9 +160,7 @@ export class GetSampledRequestsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetWebACLCommand.ts b/clients/client-wafv2/src/commands/GetWebACLCommand.ts index e6116870f1529..83e8a09292e15 100644 --- a/clients/client-wafv2/src/commands/GetWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLCommand.ts @@ -1277,9 +1277,7 @@ export class GetWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts index f430335cf48c5..f4efd6872dad1 100644 --- a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts @@ -1290,9 +1290,7 @@ export class GetWebACLForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts index ceaf9b5a29f9e..ad8ddcd79849f 100644 --- a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts +++ b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts @@ -113,9 +113,7 @@ export class ListAPIKeysCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts index 9256dddf1893d..961bfa3645a1b 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts @@ -119,9 +119,7 @@ export class ListAvailableManagedRuleGroupVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts index f99480bbdc2ee..211435e92a673 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts @@ -110,9 +110,7 @@ export class ListAvailableManagedRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts index de53f070bfc88..dfefef38d9b25 100644 --- a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts @@ -105,9 +105,7 @@ export class ListIPSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts index f779ffd43db6d..e6d4bbff31f3c 100644 --- a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts @@ -186,9 +186,7 @@ export class ListLoggingConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts index 643e7c2629979..b43591d18df56 100644 --- a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts @@ -109,9 +109,7 @@ export class ListManagedRuleSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts index 6920b945edcfd..5fa5644236bf5 100644 --- a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts +++ b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts @@ -104,9 +104,7 @@ export class ListMobileSdkReleasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts index 66e4fd3ee0793..967a13ad6f2db 100644 --- a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts @@ -105,9 +105,7 @@ export class ListRegexPatternSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts index 2b1d7b517e630..724dff993c5a5 100644 --- a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts @@ -111,9 +111,7 @@ export class ListResourcesForWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts index a43058fe9e50a..ca4ea1d7ee854 100644 --- a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts @@ -105,9 +105,7 @@ export class ListRuleGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts index 3d73e1cabf5af..c75dea7087d62 100644 --- a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts @@ -124,9 +124,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts index 93a876aef4ad5..2d40b09ba7800 100644 --- a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts +++ b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts @@ -105,9 +105,7 @@ export class ListWebACLsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts index 9f305177334d7..c94cb2b74ba9e 100644 --- a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts @@ -341,9 +341,7 @@ export class PutLoggingConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts index f64bf8ac3442f..64485321787e1 100644 --- a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts @@ -125,9 +125,7 @@ export class PutManagedRuleSetVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts index bb16e98503272..a70b726190887 100644 --- a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts @@ -139,9 +139,7 @@ export class PutPermissionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/TagResourceCommand.ts b/clients/client-wafv2/src/commands/TagResourceCommand.ts index 348191f13c259..feb50495f3727 100644 --- a/clients/client-wafv2/src/commands/TagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/TagResourceCommand.ts @@ -123,9 +123,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UntagResourceCommand.ts b/clients/client-wafv2/src/commands/UntagResourceCommand.ts index 546b7b7500bd9..0e510a97faba5 100644 --- a/clients/client-wafv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/UntagResourceCommand.ts @@ -110,9 +110,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts index 5f2585d7af07e..03845d1c90f6c 100644 --- a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts @@ -156,9 +156,7 @@ export class UpdateIPSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts index 17ddc9f9979cf..9b672e8a18357 100644 --- a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts @@ -126,9 +126,7 @@ export class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts index c83faaf5469d2..5110a22678981 100644 --- a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts @@ -158,9 +158,7 @@ export class UpdateRegexPatternSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts index 0d5ec0f5dad13..ade9adb7fe6f7 100644 --- a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts @@ -1140,9 +1140,7 @@ export class UpdateRuleGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts index 2001fa702fa7d..54950254444d7 100644 --- a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts @@ -1158,9 +1158,7 @@ export class UpdateWebACLCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WAFV2ClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts index d9e47f22dfbdb..6111421dc49b9 100644 --- a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts @@ -94,9 +94,7 @@ export class AssociateLensesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts index 409a6438c036c..cb1c6b5692138 100644 --- a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts @@ -84,9 +84,7 @@ export class AssociateProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts index 2a876757798ff..374a6707e6ee3 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts @@ -108,9 +108,7 @@ export class CreateLensShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts index 607d4d2602617..500eae19b715b 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts @@ -96,9 +96,7 @@ export class CreateLensVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts index 74bd78cb8afa7..ab7783c261046 100644 --- a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts @@ -89,9 +89,7 @@ export class CreateMilestoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts index 620c8bd5dae77..46cfd8a92eb8c 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts @@ -97,9 +97,7 @@ export class CreateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts index c8b07c2fda0ff..6bc2c81564e49 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts @@ -89,9 +89,7 @@ export class CreateProfileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts index b8f016dd0eb70..dc2ec1eadf519 100644 --- a/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts @@ -106,9 +106,7 @@ export class CreateReviewTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts index 6d173258da953..9fe7066934faa 100644 --- a/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts @@ -103,9 +103,7 @@ export class CreateTemplateShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts index bb99a0da5f086..f11392ef2e78e 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts @@ -168,9 +168,7 @@ export class CreateWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts index 4d908bde12307..97b04a9789e3d 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts @@ -97,9 +97,7 @@ export class CreateWorkloadShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts index aac78648764c1..9da1f33b8a85e 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts @@ -97,9 +97,7 @@ export class DeleteLensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts index fd686eb377fb3..dda692c8298e5 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts @@ -97,9 +97,7 @@ export class DeleteLensShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts index 6e6bc7394cb8d..b134c006193b4 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts @@ -93,9 +93,7 @@ export class DeleteProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts index 97847f0c740c9..6f7f4ee1f84fb 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts @@ -83,9 +83,7 @@ export class DeleteProfileShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts index b009ecd0afb9f..dcd14930c764d 100644 --- a/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts @@ -86,9 +86,7 @@ export class DeleteReviewTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts index f87883b3f4123..fdcac2441aa6b 100644 --- a/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts @@ -86,9 +86,7 @@ export class DeleteTemplateShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts index 97facc8ecda6d..82bfeb9754b72 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts @@ -82,9 +82,7 @@ export class DeleteWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts index b96815b9c09bf..e8592052fd5f1 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts @@ -83,9 +83,7 @@ export class DeleteWorkloadShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts index c3f90056b134c..14e1049809219 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts @@ -89,9 +89,7 @@ export class DisassociateLensesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts index bb3afd7d9741b..0f4f3ae175b3d 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts @@ -84,9 +84,7 @@ export class DisassociateProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts index 000bc187954d3..9818092d4478e 100644 --- a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts @@ -96,9 +96,7 @@ export class ExportLensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts index 56a07d64fd101..4f46632c50e29 100644 --- a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts @@ -140,9 +140,7 @@ export class GetAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts index f9d270fe4dbd7..ee6f1c46632f1 100644 --- a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts @@ -124,9 +124,7 @@ export class GetConsolidatedReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetGlobalSettingsCommand.ts b/clients/client-wellarchitected/src/commands/GetGlobalSettingsCommand.ts index 13c0b4cd8a515..7ea4ed296594c 100644 --- a/clients/client-wellarchitected/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetGlobalSettingsCommand.ts @@ -84,9 +84,7 @@ export class GetGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetLensCommand.ts b/clients/client-wellarchitected/src/commands/GetLensCommand.ts index 039c1404f2b86..e20d7d88220c5 100644 --- a/clients/client-wellarchitected/src/commands/GetLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensCommand.ts @@ -91,9 +91,7 @@ export class GetLensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts index e66252341bf9c..8a8cdee39870e 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts @@ -128,9 +128,7 @@ export class GetLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts index 4fbe2a313d119..e6fbb4f67780a 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts @@ -88,9 +88,7 @@ export class GetLensReviewReportCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts index d8d5a9bfb7a44..dc1ac257c74e0 100644 --- a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts @@ -102,9 +102,7 @@ export class GetLensVersionDifferenceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts index 6b59a1e168f94..a9ce471de3d19 100644 --- a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts @@ -149,9 +149,7 @@ export class GetMilestoneCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts index 7c50757d74009..c21822c03e1d3 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts @@ -112,9 +112,7 @@ export class GetProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts index 4c5246598e0bf..a9828e0a2d25d 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts @@ -98,9 +98,7 @@ export class GetProfileTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts index 74f3c0d98c041..96a1ede323767 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts @@ -133,9 +133,7 @@ export class GetReviewTemplateAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts index 46894390de9a8..3d54b363e07ff 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts @@ -98,9 +98,7 @@ export class GetReviewTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts index bd3e355b00720..5139b86cf0c31 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts @@ -107,9 +107,7 @@ export class GetReviewTemplateLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts index c3ffe08bf895e..284cb20c1ef8e 100644 --- a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts @@ -142,9 +142,7 @@ export class GetWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts index 890a010c22ae4..7e3e09af1adc6 100644 --- a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts @@ -111,9 +111,7 @@ export class ImportLensCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts index 6e5e83f93763a..c0e337815f07f 100644 --- a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts @@ -141,9 +141,7 @@ export class ListAnswersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts index 6f1a56e753db1..aa7f6da3a516a 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts @@ -103,9 +103,7 @@ export class ListCheckDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts index e91e2dd2580ff..1bf844710565e 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts @@ -103,9 +103,7 @@ export class ListCheckSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts index a741264c4da48..8b77e3610dd93 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts @@ -110,9 +110,7 @@ export class ListLensReviewImprovementsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts index da832ee44155c..27a0dc15b99e9 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts @@ -107,9 +107,7 @@ export class ListLensReviewsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts index d8be5ad0545a5..34d77be119079 100644 --- a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts @@ -92,9 +92,7 @@ export class ListLensSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts index 933aeefcb7ea1..14f90286c9d49 100644 --- a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts @@ -95,9 +95,7 @@ export class ListLensesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts index dbcbaed1015b9..92abd7451446a 100644 --- a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts @@ -113,9 +113,7 @@ export class ListMilestonesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts index e3c46cc38ccda..5e9f709b94ada 100644 --- a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts @@ -95,9 +95,7 @@ export class ListNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts index bd6a707c04c1e..7647eeddeab3c 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts @@ -90,9 +90,7 @@ export class ListProfileNotificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts index a1893c6b8b39f..2002245d9dce2 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts @@ -92,9 +92,7 @@ export class ListProfileSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts index 5a8ce0c8cebe9..32819aa65dce7 100644 --- a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts @@ -91,9 +91,7 @@ export class ListProfilesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts index a7926537cc361..17ed3ab4e58b7 100644 --- a/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts @@ -133,9 +133,7 @@ export class ListReviewTemplateAnswersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts b/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts index a765f4d8bc7cb..0cbca4fb418ba 100644 --- a/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts @@ -91,9 +91,7 @@ export class ListReviewTemplatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts index 7d7038d271752..a94d1568c4ef1 100644 --- a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts @@ -104,9 +104,7 @@ export class ListShareInvitationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts index cf1b68054a73c..fb3410b9f4c3e 100644 --- a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts index 16ab73ec0c477..21d8a8d3ed100 100644 --- a/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts @@ -93,9 +93,7 @@ export class ListTemplateSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts index 59a3ae034ba3b..85873e0c5db55 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts @@ -94,9 +94,7 @@ export class ListWorkloadSharesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts index 7e803b01d172f..89660eda8e463 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts @@ -104,9 +104,7 @@ export class ListWorkloadsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts index 0b7ce5a793c80..a389b4ee767e1 100644 --- a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts @@ -75,9 +75,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts index 8aa63ee17624b..e3207e1dab450 100644 --- a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts @@ -79,9 +79,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts index dbea140a2273c..2c52c807db596 100644 --- a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts @@ -154,9 +154,7 @@ export class UpdateAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts index 889645dcd9bb7..cfad5ee02b616 100644 --- a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts @@ -85,9 +85,7 @@ export class UpdateGlobalSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateIntegrationCommand.ts b/clients/client-wellarchitected/src/commands/UpdateIntegrationCommand.ts index 751b7b3c21249..c2b8114c38566 100644 --- a/clients/client-wellarchitected/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateIntegrationCommand.ts @@ -83,9 +83,7 @@ export class UpdateIntegrationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts index 82770140da55c..73a0844a3630a 100644 --- a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts @@ -143,9 +143,7 @@ export class UpdateLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts index 1b7745bd31a99..cb7d1511c5e31 100644 --- a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts @@ -123,9 +123,7 @@ export class UpdateProfileCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts index f406a1a10e6d8..e6cc38b5e8ebb 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts @@ -149,9 +149,7 @@ export class UpdateReviewTemplateAnswerCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts index 5bb62ffc55ffe..c4510bf3dc50e 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts @@ -110,9 +110,7 @@ export class UpdateReviewTemplateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts index aa6ff1511d3e0..e44a95bb633d0 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts @@ -116,9 +116,7 @@ export class UpdateReviewTemplateLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts index feb37fee9243d..d215f8b612764 100644 --- a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts @@ -95,9 +95,7 @@ export class UpdateShareInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts index 17808021b2881..d28c81e94f1a8 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts @@ -181,9 +181,7 @@ export class UpdateWorkloadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts index cedfed2cad4e8..b84a8f47c4d16 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts @@ -94,9 +94,7 @@ export class UpdateWorkloadShareCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts index c0ee9ddc6d411..2f6191893bc8e 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts @@ -87,9 +87,7 @@ export class UpgradeLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts index cb8966f09d3ef..669f20d88dfcb 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts @@ -87,9 +87,7 @@ export class UpgradeProfileVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts index 4c8956879fed1..2217d87a26ded 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts @@ -86,9 +86,7 @@ export class UpgradeReviewTemplateLensReviewCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WellArchitectedClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts index bf6b6a9ffd059..379fecca6fb87 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts @@ -109,9 +109,7 @@ export class CreateAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts index 3da0589a55e57..cbf1fdb9eec80 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts @@ -106,9 +106,7 @@ export class CreateAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateContentCommand.ts b/clients/client-wisdom/src/commands/CreateContentCommand.ts index 41bdf437d5baa..eed2bed3883f4 100644 --- a/clients/client-wisdom/src/commands/CreateContentCommand.ts +++ b/clients/client-wisdom/src/commands/CreateContentCommand.ts @@ -119,9 +119,7 @@ export class CreateContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts index dd6aee00778dd..5f110107bab0e 100644 --- a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts @@ -149,9 +149,7 @@ export class CreateKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateQuickResponseCommand.ts b/clients/client-wisdom/src/commands/CreateQuickResponseCommand.ts index 67c166b6bd8a0..1618dfd985f81 100644 --- a/clients/client-wisdom/src/commands/CreateQuickResponseCommand.ts +++ b/clients/client-wisdom/src/commands/CreateQuickResponseCommand.ts @@ -146,9 +146,7 @@ export class CreateQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/CreateSessionCommand.ts b/clients/client-wisdom/src/commands/CreateSessionCommand.ts index d4ca84f04e243..0a4174f88734e 100644 --- a/clients/client-wisdom/src/commands/CreateSessionCommand.ts +++ b/clients/client-wisdom/src/commands/CreateSessionCommand.ts @@ -96,9 +96,7 @@ export class CreateSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts index 377ef706f6de5..4c50052537265 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts @@ -73,9 +73,7 @@ export class DeleteAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts index ecc4a8cf5fc0d..a23d463695cf8 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts @@ -72,9 +72,7 @@ export class DeleteAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteContentCommand.ts b/clients/client-wisdom/src/commands/DeleteContentCommand.ts index 3b72bbfbc8a8b..8fccffc8b9bf9 100644 --- a/clients/client-wisdom/src/commands/DeleteContentCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteContentCommand.ts @@ -73,9 +73,7 @@ export class DeleteContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteImportJobCommand.ts b/clients/client-wisdom/src/commands/DeleteImportJobCommand.ts index 9e51603d682c6..8929cfeb3d420 100644 --- a/clients/client-wisdom/src/commands/DeleteImportJobCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteImportJobCommand.ts @@ -79,9 +79,7 @@ export class DeleteImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts index 40d27ea1da915..352720d3cabd6 100644 --- a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts @@ -86,9 +86,7 @@ export class DeleteKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/DeleteQuickResponseCommand.ts b/clients/client-wisdom/src/commands/DeleteQuickResponseCommand.ts index 7ff1f654bd117..ff5d637ae27df 100644 --- a/clients/client-wisdom/src/commands/DeleteQuickResponseCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteQuickResponseCommand.ts @@ -73,9 +73,7 @@ export class DeleteQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts index 2564bd175441f..04c5fbcf7c1e4 100644 --- a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts @@ -90,9 +90,7 @@ export class GetAssistantAssociationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetAssistantCommand.ts b/clients/client-wisdom/src/commands/GetAssistantCommand.ts index 4beb986e55c70..4fd0fe9782902 100644 --- a/clients/client-wisdom/src/commands/GetAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantCommand.ts @@ -90,9 +90,7 @@ export class GetAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetContentCommand.ts b/clients/client-wisdom/src/commands/GetContentCommand.ts index 7252210544a3b..9775e51a7e73d 100644 --- a/clients/client-wisdom/src/commands/GetContentCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentCommand.ts @@ -94,9 +94,7 @@ export class GetContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts index 08aef8eb4d964..a53a303ddbedc 100644 --- a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts @@ -91,9 +91,7 @@ export class GetContentSummaryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetImportJobCommand.ts b/clients/client-wisdom/src/commands/GetImportJobCommand.ts index 474a7e07dfce9..f6fc138f2cda3 100644 --- a/clients/client-wisdom/src/commands/GetImportJobCommand.ts +++ b/clients/client-wisdom/src/commands/GetImportJobCommand.ts @@ -98,9 +98,7 @@ export class GetImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts index b05a975d50fa9..7a6f1af76c22e 100644 --- a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts @@ -99,9 +99,7 @@ export class GetKnowledgeBaseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetQuickResponseCommand.ts b/clients/client-wisdom/src/commands/GetQuickResponseCommand.ts index f45a0fda4776a..c6fc41eee30da 100644 --- a/clients/client-wisdom/src/commands/GetQuickResponseCommand.ts +++ b/clients/client-wisdom/src/commands/GetQuickResponseCommand.ts @@ -114,9 +114,7 @@ export class GetQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts index af285144145d3..2185ef2650435 100644 --- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts @@ -134,9 +134,7 @@ export class GetRecommendationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/GetSessionCommand.ts b/clients/client-wisdom/src/commands/GetSessionCommand.ts index bb1de36712191..841e6d0b09bd5 100644 --- a/clients/client-wisdom/src/commands/GetSessionCommand.ts +++ b/clients/client-wisdom/src/commands/GetSessionCommand.ts @@ -86,9 +86,7 @@ export class GetSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts index d19dd67acd11b..8351869be0f04 100644 --- a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts @@ -94,9 +94,7 @@ export class ListAssistantAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts index 50b90dadbb283..3754d532d6bde 100644 --- a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts @@ -91,9 +91,7 @@ export class ListAssistantsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListContentsCommand.ts b/clients/client-wisdom/src/commands/ListContentsCommand.ts index a44072cadf33a..ed520a4c35a01 100644 --- a/clients/client-wisdom/src/commands/ListContentsCommand.ts +++ b/clients/client-wisdom/src/commands/ListContentsCommand.ts @@ -95,9 +95,7 @@ export class ListContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListImportJobsCommand.ts b/clients/client-wisdom/src/commands/ListImportJobsCommand.ts index 8b19a811a560f..2d7921451b7b8 100644 --- a/clients/client-wisdom/src/commands/ListImportJobsCommand.ts +++ b/clients/client-wisdom/src/commands/ListImportJobsCommand.ts @@ -96,9 +96,7 @@ export class ListImportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts index 63fa97ea09a31..1c1789e88152f 100644 --- a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts @@ -99,9 +99,7 @@ export class ListKnowledgeBasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListQuickResponsesCommand.ts b/clients/client-wisdom/src/commands/ListQuickResponsesCommand.ts index d08900d0b8d06..1cbbe19524153 100644 --- a/clients/client-wisdom/src/commands/ListQuickResponsesCommand.ts +++ b/clients/client-wisdom/src/commands/ListQuickResponsesCommand.ts @@ -102,9 +102,7 @@ export class ListQuickResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts index c62f8f8093365..15fe5ac08fe11 100644 --- a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts @@ -70,9 +70,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts index 600c2e3843b21..a45076d09770e 100644 --- a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts +++ b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts @@ -93,9 +93,7 @@ export class NotifyRecommendationsReceivedCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts index 94942d3d2923e..44896610eef91 100644 --- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts @@ -123,9 +123,7 @@ export class QueryAssistantCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts index e751826365601..dd7a78596bcc5 100644 --- a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts @@ -77,9 +77,7 @@ export class RemoveKnowledgeBaseTemplateUriCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/SearchContentCommand.ts b/clients/client-wisdom/src/commands/SearchContentCommand.ts index c3ddc57dda83a..f03f0f16a841e 100644 --- a/clients/client-wisdom/src/commands/SearchContentCommand.ts +++ b/clients/client-wisdom/src/commands/SearchContentCommand.ts @@ -105,9 +105,7 @@ export class SearchContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/SearchQuickResponsesCommand.ts b/clients/client-wisdom/src/commands/SearchQuickResponsesCommand.ts index 3f52085aaf0bb..a23da58af0f85 100644 --- a/clients/client-wisdom/src/commands/SearchQuickResponsesCommand.ts +++ b/clients/client-wisdom/src/commands/SearchQuickResponsesCommand.ts @@ -160,9 +160,7 @@ export class SearchQuickResponsesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts index dd064ff764bce..e08e142908f09 100644 --- a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts +++ b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts @@ -93,9 +93,7 @@ export class SearchSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts index f8a067153945c..70f9be9037e96 100644 --- a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts +++ b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts @@ -88,9 +88,7 @@ export class StartContentUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/StartImportJobCommand.ts b/clients/client-wisdom/src/commands/StartImportJobCommand.ts index 0946789b4f7cf..b829623704a48 100644 --- a/clients/client-wisdom/src/commands/StartImportJobCommand.ts +++ b/clients/client-wisdom/src/commands/StartImportJobCommand.ts @@ -131,9 +131,7 @@ export class StartImportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/TagResourceCommand.ts b/clients/client-wisdom/src/commands/TagResourceCommand.ts index 32883443ccf9d..a06b77f1cb80f 100644 --- a/clients/client-wisdom/src/commands/TagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/TagResourceCommand.ts @@ -72,9 +72,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/UntagResourceCommand.ts b/clients/client-wisdom/src/commands/UntagResourceCommand.ts index 0ae22e56c1906..b263ad519e9d4 100644 --- a/clients/client-wisdom/src/commands/UntagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/UntagResourceCommand.ts @@ -69,9 +69,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/UpdateContentCommand.ts b/clients/client-wisdom/src/commands/UpdateContentCommand.ts index ca45932eb5c9e..577214a1134a2 100644 --- a/clients/client-wisdom/src/commands/UpdateContentCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateContentCommand.ts @@ -110,9 +110,7 @@ export class UpdateContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts index 905b0483fe11e..2589e656c2120 100644 --- a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts @@ -110,9 +110,7 @@ export class UpdateKnowledgeBaseTemplateUriCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-wisdom/src/commands/UpdateQuickResponseCommand.ts b/clients/client-wisdom/src/commands/UpdateQuickResponseCommand.ts index 487b2365efd2f..25c4418d4a02a 100644 --- a/clients/client-wisdom/src/commands/UpdateQuickResponseCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateQuickResponseCommand.ts @@ -146,9 +146,7 @@ export class UpdateQuickResponseCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WisdomClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts index d7762dcb3a865..ecf85bd6580c5 100644 --- a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts @@ -94,9 +94,7 @@ export class AbortDocumentVersionUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/ActivateUserCommand.ts b/clients/client-workdocs/src/commands/ActivateUserCommand.ts index 50ea89e055b3a..e278fc893e123 100644 --- a/clients/client-workdocs/src/commands/ActivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/ActivateUserCommand.ts @@ -111,9 +111,7 @@ export class ActivateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts index bbc83fe45c651..41119829f87ac 100644 --- a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts @@ -110,9 +110,7 @@ export class AddResourcePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateCommentCommand.ts b/clients/client-workdocs/src/commands/CreateCommentCommand.ts index e825052fd5930..b4fbfd4ad660a 100644 --- a/clients/client-workdocs/src/commands/CreateCommentCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCommentCommand.ts @@ -136,9 +136,7 @@ export class CreateCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts index 74868e2fcc995..aac0fa4c11f3d 100644 --- a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts @@ -97,9 +97,7 @@ export class CreateCustomMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateFolderCommand.ts b/clients/client-workdocs/src/commands/CreateFolderCommand.ts index 6e5975687df20..b3c6650b59be8 100644 --- a/clients/client-workdocs/src/commands/CreateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/CreateFolderCommand.ts @@ -118,9 +118,7 @@ export class CreateFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts index 527952a713963..8ed699fd8436a 100644 --- a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts @@ -89,9 +89,7 @@ export class CreateLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts index b7bff13ad3b68..c92620120df6a 100644 --- a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts @@ -93,9 +93,7 @@ export class CreateNotificationSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/CreateUserCommand.ts b/clients/client-workdocs/src/commands/CreateUserCommand.ts index 773ef8100de87..b3f3b82754a34 100644 --- a/clients/client-workdocs/src/commands/CreateUserCommand.ts +++ b/clients/client-workdocs/src/commands/CreateUserCommand.ts @@ -121,9 +121,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts index d4e3e13a2eade..8342b39e43df1 100644 --- a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts @@ -82,9 +82,7 @@ export class DeactivateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts index 3ca9b198d8030..0435340d76be5 100644 --- a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts @@ -90,9 +90,7 @@ export class DeleteCommentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts index e85deb73bd1b9..e0ee28835d179 100644 --- a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts @@ -93,9 +93,7 @@ export class DeleteCustomMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts index 618b950744a47..df5da822ae9ff 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts @@ -93,9 +93,7 @@ export class DeleteDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts index 6a37a050986bc..16e2af8ae221a 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts @@ -92,9 +92,7 @@ export class DeleteDocumentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts index 1a389596dd323..87e2496ca407e 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts @@ -93,9 +93,7 @@ export class DeleteFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts index 5b427f808e899..6136fead84cc0 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts @@ -87,9 +87,7 @@ export class DeleteFolderContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts index 1cab9e733e0f6..5732801a8dbbc 100644 --- a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts @@ -88,9 +88,7 @@ export class DeleteLabelsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts index 3a30f60bf8d17..6e465d75ec8ce 100644 --- a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts @@ -79,9 +79,7 @@ export class DeleteNotificationSubscriptionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DeleteUserCommand.ts b/clients/client-workdocs/src/commands/DeleteUserCommand.ts index da1c43acd1701..ec421345ed094 100644 --- a/clients/client-workdocs/src/commands/DeleteUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteUserCommand.ts @@ -84,9 +84,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts index 4b6c62c46d80a..0671e1c6872d1 100644 --- a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts @@ -176,9 +176,7 @@ export class DescribeActivitiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts index f943a859309d4..3307dd915e68a 100644 --- a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts @@ -129,9 +129,7 @@ export class DescribeCommentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts index 9ae2bb9775e34..fc3ff2307c221 100644 --- a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts @@ -123,9 +123,7 @@ export class DescribeDocumentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts index 102c431d2f530..cffa6b46a4b30 100644 --- a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts @@ -151,9 +151,7 @@ export class DescribeFolderContentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts index f3297c3681ff7..01bc539125e7e 100644 --- a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts @@ -94,9 +94,7 @@ export class DescribeGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts index 186da23c31597..2962fd7bc0ed3 100644 --- a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts @@ -91,9 +91,7 @@ export class DescribeNotificationSubscriptionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts index f574eaee14331..2147148ad36ea 100644 --- a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts @@ -107,9 +107,7 @@ export class DescribeResourcePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts index 579ec90d1fd26..71bf273687cb7 100644 --- a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts @@ -114,9 +114,7 @@ export class DescribeRootFoldersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts index f0966ec00dd20..93b220358ae9d 100644 --- a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts @@ -132,9 +132,7 @@ export class DescribeUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts index bbbe4cbc97de3..1855d61038aca 100644 --- a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts +++ b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts @@ -115,9 +115,7 @@ export class GetCurrentUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetDocumentCommand.ts b/clients/client-workdocs/src/commands/GetDocumentCommand.ts index 80c9cf5f4633f..41b88fef4f265 100644 --- a/clients/client-workdocs/src/commands/GetDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentCommand.ts @@ -127,9 +127,7 @@ export class GetDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts index 20c2cd8f6729b..5d4d804571626 100644 --- a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts @@ -103,9 +103,7 @@ export class GetDocumentPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts index 40d2755c3c16d..528c949237e28 100644 --- a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts @@ -118,9 +118,7 @@ export class GetDocumentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetFolderCommand.ts b/clients/client-workdocs/src/commands/GetFolderCommand.ts index e5ecbe5103674..8c4d44b976c89 100644 --- a/clients/client-workdocs/src/commands/GetFolderCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderCommand.ts @@ -112,9 +112,7 @@ export class GetFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts index e74360cca70ca..c13632667b882 100644 --- a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts @@ -103,9 +103,7 @@ export class GetFolderPathCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/GetResourcesCommand.ts b/clients/client-workdocs/src/commands/GetResourcesCommand.ts index f806b1c420c52..4e98e202e1bf8 100644 --- a/clients/client-workdocs/src/commands/GetResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/GetResourcesCommand.ts @@ -141,9 +141,7 @@ export class GetResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts index 5f41e9f2688eb..08a43ab3486c0 100644 --- a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts @@ -167,9 +167,7 @@ export class InitiateDocumentVersionUploadCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts index fe1393763add8..2924dc94dcb1f 100644 --- a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts @@ -84,9 +84,7 @@ export class RemoveAllResourcePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts index a62bfa74bb8bd..a33f75c017336 100644 --- a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts @@ -81,9 +81,7 @@ export class RemoveResourcePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts index f780fca23e1da..0ad3e20c3bf29 100644 --- a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts @@ -90,9 +90,7 @@ export class RestoreDocumentVersionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts index b7091e53e676b..a0ad7364e9088 100644 --- a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts @@ -238,9 +238,7 @@ export class SearchResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts index 12fc48a6ab849..ed8cf02747f4d 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts @@ -100,9 +100,7 @@ export class UpdateDocumentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts index 2f4239763c2cc..659549cfe70ba 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts @@ -95,9 +95,7 @@ export class UpdateDocumentVersionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts index b830ad0250fdf..6c892de4fb702 100644 --- a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts @@ -100,9 +100,7 @@ export class UpdateFolderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workdocs/src/commands/UpdateUserCommand.ts b/clients/client-workdocs/src/commands/UpdateUserCommand.ts index 5e019122249e6..de76d750d1567 100644 --- a/clients/client-workdocs/src/commands/UpdateUserCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateUserCommand.ts @@ -133,9 +133,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkDocsClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts index 285ec31c3b025..b9f9e06f2f295 100644 --- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts @@ -86,9 +86,7 @@ export class AssociateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 3127cba3269a0..166269d053713 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -96,9 +96,7 @@ export class AssociateWebsiteAuthorizationProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index 4465073064f65..a24a6b3d8596a 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -96,9 +96,7 @@ export class AssociateWebsiteCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index fe425843e8741..9c9c9316bd9d9 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -91,9 +91,7 @@ export class CreateFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index 3860cac406cd3..c2e834fa6310b 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -80,9 +80,7 @@ export class DeleteFleetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index d4869e7a24a3b..d320d25915380 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -87,9 +87,7 @@ export class DescribeAuditStreamConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index 54954e965e1f2..89eb2fe41a0ab 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -97,9 +97,7 @@ export class DescribeCompanyNetworkConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 1b00682f3fb51..6494fc1f5ba41 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -91,9 +91,7 @@ export class DescribeDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index a0b47e87e5357..259d8f50c5eed 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -90,9 +90,7 @@ export class DescribeDevicePolicyConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index 8b0a6b001b23c..fb7f9fdb68db5 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -87,9 +87,7 @@ export class DescribeDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index 5e5b6775d6017..c84c20ecbd7a7 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -92,9 +92,7 @@ export class DescribeFleetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index 64091e18248b1..49a5699ad974e 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -93,9 +93,7 @@ export class DescribeIdentityProviderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index 96d0a77435eb4..0c0d3ddf55ec4 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -93,9 +93,7 @@ export class DescribeWebsiteCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index 835a35bf44f1d..3776aca4a7e8d 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -81,9 +81,7 @@ export class DisassociateDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 55221438ea9aa..de22272b11533 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -95,9 +95,7 @@ export class DisassociateWebsiteAuthorizationProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 300756eb7adec..5b94fbb6113bb 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -90,9 +90,7 @@ export class DisassociateWebsiteCertificateAuthorityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index 00bfe0f15a4e8..4692b63169acc 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -90,9 +90,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index 76f74872d1e9b..f875458d09fda 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -92,9 +92,7 @@ export class ListDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index 15a5b9f0fafe8..b5e976204b755 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -94,9 +94,7 @@ export class ListFleetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index cf804dc6a28e0..d590145d6525e 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index a98fff2ab8e6f..1216543f772ef 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -100,9 +100,7 @@ export class ListWebsiteAuthorizationProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index 753a1fc0fc604..07ce5e866a612 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -97,9 +97,7 @@ export class ListWebsiteCertificateAuthoritiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index 29da86204c6e7..dc853e888d41b 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -81,9 +81,7 @@ export class RestoreDomainAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index 4ce30b9881302..536d3cc6f0856 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -81,9 +81,7 @@ export class RevokeDomainAccessCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index 3d59efc4cdf19..d57a84e83582a 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -82,9 +82,7 @@ export class SignOutUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index 553e79bc0b729..1798a83d7845c 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -71,9 +71,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index 6126c1492245f..b3e804cc9b830 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -71,9 +71,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index 958a013ac69d7..432337f37e801 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -86,9 +86,7 @@ export class UpdateAuditStreamConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index 9859267bc599d..2d1cf7683afb3 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -95,9 +95,7 @@ export class UpdateCompanyNetworkConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index 105daebaebbb3..5242b21172487 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -86,9 +86,7 @@ export class UpdateDevicePolicyConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 8d0318fbbbf60..dafe92bf62a48 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -82,9 +82,7 @@ export class UpdateDomainMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index d285b489934c6..623b37fa4db0a 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -82,9 +82,7 @@ export class UpdateFleetMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index ce6a4bd145373..dca6fdd6f0075 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -90,9 +90,7 @@ export class UpdateIdentityProviderConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkLinkClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts index 09c45ddb99d0b..bcbfa3cf772e5 100644 --- a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts +++ b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts @@ -89,9 +89,7 @@ export class AssociateDelegateToResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts index 4b51e185e1bd0..399fcd246cc9b 100644 --- a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts +++ b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts @@ -93,9 +93,7 @@ export class AssociateMemberToGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts index 7f4d5cb164c66..b426f2c1922f8 100644 --- a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts @@ -82,9 +82,7 @@ export class AssumeImpersonationRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts index b7f729732ea48..14b9c2076cbb7 100644 --- a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts @@ -84,9 +84,7 @@ export class CancelMailboxExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateAliasCommand.ts b/clients/client-workmail/src/commands/CreateAliasCommand.ts index bec34002535fc..b71eaf6295da1 100644 --- a/clients/client-workmail/src/commands/CreateAliasCommand.ts +++ b/clients/client-workmail/src/commands/CreateAliasCommand.ts @@ -98,9 +98,7 @@ export class CreateAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts index 6786147b8c9e5..b4700185bc823 100644 --- a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts @@ -99,9 +99,7 @@ export class CreateAvailabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateGroupCommand.ts b/clients/client-workmail/src/commands/CreateGroupCommand.ts index ee77d850e7d74..fa2f34a2a8511 100644 --- a/clients/client-workmail/src/commands/CreateGroupCommand.ts +++ b/clients/client-workmail/src/commands/CreateGroupCommand.ts @@ -93,9 +93,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts index 03c42ccb65026..97b7e41293c4d 100644 --- a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts @@ -110,9 +110,7 @@ export class CreateImpersonationRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts index 9217a189d4e05..c312c37c34339 100644 --- a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts @@ -112,9 +112,7 @@ export class CreateMobileDeviceAccessRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts index e721ff59c2a87..029a8c9824840 100644 --- a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts @@ -98,9 +98,7 @@ export class CreateOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateResourceCommand.ts b/clients/client-workmail/src/commands/CreateResourceCommand.ts index 879f3d61c9145..d4a1e5c3e9e6d 100644 --- a/clients/client-workmail/src/commands/CreateResourceCommand.ts +++ b/clients/client-workmail/src/commands/CreateResourceCommand.ts @@ -95,9 +95,7 @@ export class CreateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/CreateUserCommand.ts b/clients/client-workmail/src/commands/CreateUserCommand.ts index 1e4e40907d723..d0a7235ff97df 100644 --- a/clients/client-workmail/src/commands/CreateUserCommand.ts +++ b/clients/client-workmail/src/commands/CreateUserCommand.ts @@ -102,9 +102,7 @@ export class CreateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts index 4f45f4a4997a6..13750bcf39c7c 100644 --- a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts @@ -75,9 +75,7 @@ export class DeleteAccessControlRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteAliasCommand.ts b/clients/client-workmail/src/commands/DeleteAliasCommand.ts index ee47c1f3ee421..c904b0961640f 100644 --- a/clients/client-workmail/src/commands/DeleteAliasCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAliasCommand.ts @@ -85,9 +85,7 @@ export class DeleteAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts index 0e628b8c10b99..4670459b2c7e0 100644 --- a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts @@ -77,9 +77,7 @@ export class DeleteAvailabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts index 96d6448741b39..df4d9b5d2a18a 100644 --- a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts @@ -82,9 +82,7 @@ export class DeleteEmailMonitoringConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteGroupCommand.ts b/clients/client-workmail/src/commands/DeleteGroupCommand.ts index b4d995cf98a2d..d7524217371bc 100644 --- a/clients/client-workmail/src/commands/DeleteGroupCommand.ts +++ b/clients/client-workmail/src/commands/DeleteGroupCommand.ts @@ -88,9 +88,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts index 7b2b559dc3908..1c46d37b7c707 100644 --- a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts @@ -75,9 +75,7 @@ export class DeleteImpersonationRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts index 4038ac51e99fe..db7379476ad4b 100644 --- a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts @@ -84,9 +84,7 @@ export class DeleteMailboxPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts index 067b6bf333f92..ad297e948fc8f 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts @@ -88,9 +88,7 @@ export class DeleteMobileDeviceAccessOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts index d46450502edf7..b68781d5ce95d 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts @@ -83,9 +83,7 @@ export class DeleteMobileDeviceAccessRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts index 8dad72313dc03..314e7444a3b1e 100644 --- a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts @@ -80,9 +80,7 @@ export class DeleteOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteResourceCommand.ts b/clients/client-workmail/src/commands/DeleteResourceCommand.ts index 4562c39314547..412494e9f70e4 100644 --- a/clients/client-workmail/src/commands/DeleteResourceCommand.ts +++ b/clients/client-workmail/src/commands/DeleteResourceCommand.ts @@ -82,9 +82,7 @@ export class DeleteResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts index 1ec345da32e9b..4969691e6efa2 100644 --- a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts @@ -75,9 +75,7 @@ export class DeleteRetentionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeleteUserCommand.ts b/clients/client-workmail/src/commands/DeleteUserCommand.ts index 6ad518b6762af..2f136f0292cc0 100644 --- a/clients/client-workmail/src/commands/DeleteUserCommand.ts +++ b/clients/client-workmail/src/commands/DeleteUserCommand.ts @@ -92,9 +92,7 @@ export class DeleteUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts index 75bff3014e264..1e430f7690a5b 100644 --- a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts @@ -86,9 +86,7 @@ export class DeregisterFromWorkMailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts index 4d949d610255b..e44956beeba2c 100644 --- a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts @@ -83,9 +83,7 @@ export class DeregisterMailDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts index 107a17bb047d4..e91326b34cd5b 100644 --- a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts @@ -88,9 +88,7 @@ export class DescribeEmailMonitoringConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeEntityCommand.ts b/clients/client-workmail/src/commands/DescribeEntityCommand.ts index 7b75ee6212511..f8825a0324cf8 100644 --- a/clients/client-workmail/src/commands/DescribeEntityCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEntityCommand.ts @@ -83,9 +83,7 @@ export class DescribeEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeGroupCommand.ts b/clients/client-workmail/src/commands/DescribeGroupCommand.ts index 958f1df171465..18b145332d5bc 100644 --- a/clients/client-workmail/src/commands/DescribeGroupCommand.ts +++ b/clients/client-workmail/src/commands/DescribeGroupCommand.ts @@ -87,9 +87,7 @@ export class DescribeGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts index 07c147604d066..b93644a5a1b40 100644 --- a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts @@ -78,9 +78,7 @@ export class DescribeInboundDmarcSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts index 50c8392eb0ed4..f3336d40e5f05 100644 --- a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts @@ -92,9 +92,7 @@ export class DescribeMailboxExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts index ced7ccad94ee9..2064b7b7421aa 100644 --- a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts @@ -83,9 +83,7 @@ export class DescribeOrganizationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeResourceCommand.ts b/clients/client-workmail/src/commands/DescribeResourceCommand.ts index d9d1239606d54..1e9cf6948cf1c 100644 --- a/clients/client-workmail/src/commands/DescribeResourceCommand.ts +++ b/clients/client-workmail/src/commands/DescribeResourceCommand.ts @@ -97,9 +97,7 @@ export class DescribeResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DescribeUserCommand.ts b/clients/client-workmail/src/commands/DescribeUserCommand.ts index ea81cfd464980..71590854b60b1 100644 --- a/clients/client-workmail/src/commands/DescribeUserCommand.ts +++ b/clients/client-workmail/src/commands/DescribeUserCommand.ts @@ -103,9 +103,7 @@ export class DescribeUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts index ba1313dac9002..8cbbe0a49c2f0 100644 --- a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts @@ -92,9 +92,7 @@ export class DisassociateDelegateFromResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts index ac45faa0f1f55..7713c4f74b915 100644 --- a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts @@ -95,9 +95,7 @@ export class DisassociateMemberFromGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts index fecdf05493d15..237b28b949476 100644 --- a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts @@ -91,9 +91,7 @@ export class GetAccessControlEffectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts index f798790d6e462..142f8702e03b8 100644 --- a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts @@ -89,9 +89,7 @@ export class GetDefaultRetentionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts index edd9334a06996..46789b9af61ff 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts @@ -99,9 +99,7 @@ export class GetImpersonationRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts index c32c44a061595..860e59082ed77 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts @@ -96,9 +96,7 @@ export class GetImpersonationRoleEffectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetMailDomainCommand.ts b/clients/client-workmail/src/commands/GetMailDomainCommand.ts index 5f3c489754aad..74ca5846f873b 100644 --- a/clients/client-workmail/src/commands/GetMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/GetMailDomainCommand.ts @@ -90,9 +90,7 @@ export class GetMailDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts index 93c8394c07665..02498e5cb3c81 100644 --- a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts +++ b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts @@ -82,9 +82,7 @@ export class GetMailboxDetailsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts index bc618b22a617c..7eecd9115f825 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts @@ -89,9 +89,7 @@ export class GetMobileDeviceAccessEffectCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts index 808e5f5e351c2..65b9937e43e82 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts @@ -95,9 +95,7 @@ export class GetMobileDeviceAccessOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts index 7d9a0434d109a..7876f110e6be0 100644 --- a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts @@ -105,9 +105,7 @@ export class ListAccessControlRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListAliasesCommand.ts b/clients/client-workmail/src/commands/ListAliasesCommand.ts index 0da10b44629d0..1068877919afd 100644 --- a/clients/client-workmail/src/commands/ListAliasesCommand.ts +++ b/clients/client-workmail/src/commands/ListAliasesCommand.ts @@ -91,9 +91,7 @@ export class ListAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts index 47ac73ff528a7..a137e84ed8eb8 100644 --- a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts +++ b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts @@ -95,9 +95,7 @@ export class ListAvailabilityConfigurationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts index 1843c105f4c61..40683bededdd2 100644 --- a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts @@ -98,9 +98,7 @@ export class ListGroupMembersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListGroupsCommand.ts b/clients/client-workmail/src/commands/ListGroupsCommand.ts index 47e9d79f1d082..52088f3a285f3 100644 --- a/clients/client-workmail/src/commands/ListGroupsCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsCommand.ts @@ -97,9 +97,7 @@ export class ListGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts b/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts index 53ac65d0a8bf5..f1ca8f0413d2f 100644 --- a/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts @@ -96,9 +96,7 @@ export class ListGroupsForEntityCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts index 0e488344e3ffa..f664b866c0b03 100644 --- a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts +++ b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts @@ -87,9 +87,7 @@ export class ListImpersonationRolesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts index 9f05eda942243..5cf394f219038 100644 --- a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts @@ -84,9 +84,7 @@ export class ListMailDomainsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts index 74fa7dbc5149b..6467cc538081c 100644 --- a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts @@ -92,9 +92,7 @@ export class ListMailboxExportJobsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts index f37e33d7e51e1..182a3ea801d1d 100644 --- a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts @@ -93,9 +93,7 @@ export class ListMailboxPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts index 7e3623c25de91..e17a85d8cf3ff 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts @@ -99,9 +99,7 @@ export class ListMobileDeviceAccessOverridesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts index 1ebbf04251e30..49787c1ace561 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts @@ -111,9 +111,7 @@ export class ListMobileDeviceAccessRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts index 92f7817f3e148..6a63ab2b1af62 100644 --- a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts +++ b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts @@ -78,9 +78,7 @@ export class ListOrganizationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts index 8fa388fc38a6e..6fa6248ad96e0 100644 --- a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts @@ -97,9 +97,7 @@ export class ListResourceDelegatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListResourcesCommand.ts b/clients/client-workmail/src/commands/ListResourcesCommand.ts index 5dcb9bec192b8..7ac5b7aeaa735 100644 --- a/clients/client-workmail/src/commands/ListResourcesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourcesCommand.ts @@ -98,9 +98,7 @@ export class ListResourcesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts index 8b82338c3c309..089bbdcb73daf 100644 --- a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts @@ -73,9 +73,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ListUsersCommand.ts b/clients/client-workmail/src/commands/ListUsersCommand.ts index 561b6807f25ac..7e624780556dd 100644 --- a/clients/client-workmail/src/commands/ListUsersCommand.ts +++ b/clients/client-workmail/src/commands/ListUsersCommand.ts @@ -96,9 +96,7 @@ export class ListUsersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts index b004ee0536835..4e796855aa153 100644 --- a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts @@ -114,9 +114,7 @@ export class PutAccessControlRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts index 2bde463aa39fb..1f40121a3c2c2 100644 --- a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts @@ -84,9 +84,7 @@ export class PutEmailMonitoringConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts index 95a2d0db9e143..8a74fd5199f2a 100644 --- a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts @@ -72,9 +72,7 @@ export class PutInboundDmarcSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts index 47d4d21310755..2fc6bc021606d 100644 --- a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts @@ -88,9 +88,7 @@ export class PutMailboxPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts index bba0ecf8dd6da..1e67de781e77e 100644 --- a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts @@ -91,9 +91,7 @@ export class PutMobileDeviceAccessOverrideCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts index 9f57adddb41e3..56576d66a503a 100644 --- a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts @@ -91,9 +91,7 @@ export class PutRetentionPolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts index 2fe259302da6e..04637ea5651f4 100644 --- a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts @@ -83,9 +83,7 @@ export class RegisterMailDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts index b85b8cebf77fa..840faaef38e88 100644 --- a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts @@ -111,9 +111,7 @@ export class RegisterToWorkMailCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/ResetPasswordCommand.ts b/clients/client-workmail/src/commands/ResetPasswordCommand.ts index d4e06cee44e79..1257399e30f9b 100644 --- a/clients/client-workmail/src/commands/ResetPasswordCommand.ts +++ b/clients/client-workmail/src/commands/ResetPasswordCommand.ts @@ -101,9 +101,7 @@ export class ResetPasswordCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts index 1fae0048979da..cee4e7424200e 100644 --- a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts @@ -93,9 +93,7 @@ export class StartMailboxExportJobCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/TagResourceCommand.ts b/clients/client-workmail/src/commands/TagResourceCommand.ts index 2ffedd56b000e..4dd7dd6600ec2 100644 --- a/clients/client-workmail/src/commands/TagResourceCommand.ts +++ b/clients/client-workmail/src/commands/TagResourceCommand.ts @@ -83,9 +83,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts index 6910356eba82b..97913f79b02fc 100644 --- a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts @@ -105,9 +105,7 @@ export class TestAvailabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UntagResourceCommand.ts b/clients/client-workmail/src/commands/UntagResourceCommand.ts index cc3dcb8c677cb..6e101141aa622 100644 --- a/clients/client-workmail/src/commands/UntagResourceCommand.ts +++ b/clients/client-workmail/src/commands/UntagResourceCommand.ts @@ -70,9 +70,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts index abde4fe4c23d8..3b31866263f14 100644 --- a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts @@ -96,9 +96,7 @@ export class UpdateAvailabilityConfigurationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts index 755cc6268020a..e33b819ce3536 100644 --- a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts @@ -82,9 +82,7 @@ export class UpdateDefaultMailDomainCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateGroupCommand.ts b/clients/client-workmail/src/commands/UpdateGroupCommand.ts index c17bbd9240215..6461b8cac72d2 100644 --- a/clients/client-workmail/src/commands/UpdateGroupCommand.ts +++ b/clients/client-workmail/src/commands/UpdateGroupCommand.ts @@ -87,9 +87,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts index f576cc38fb7a2..1d294ebd5ee21 100644 --- a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts @@ -106,9 +106,7 @@ export class UpdateImpersonationRoleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts index bb827a0395408..7ac52c31c3b8d 100644 --- a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts @@ -85,9 +85,7 @@ export class UpdateMailboxQuotaCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts index 5ad8202f73e98..2c16ccc1508ec 100644 --- a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts @@ -111,9 +111,7 @@ export class UpdateMobileDeviceAccessRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts index 9bbd68cf5ed95..cf0575983ff20 100644 --- a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts +++ b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts @@ -106,9 +106,7 @@ export class UpdatePrimaryEmailAddressCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateResourceCommand.ts b/clients/client-workmail/src/commands/UpdateResourceCommand.ts index baba1814fc060..9ce79107c4048 100644 --- a/clients/client-workmail/src/commands/UpdateResourceCommand.ts +++ b/clients/client-workmail/src/commands/UpdateResourceCommand.ts @@ -119,9 +119,7 @@ export class UpdateResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmail/src/commands/UpdateUserCommand.ts b/clients/client-workmail/src/commands/UpdateUserCommand.ts index fd97f592a766c..670ebdcaf9275 100644 --- a/clients/client-workmail/src/commands/UpdateUserCommand.ts +++ b/clients/client-workmail/src/commands/UpdateUserCommand.ts @@ -109,9 +109,7 @@ export class UpdateUserCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts index 470ecf91e29f6..624304114ed21 100644 --- a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts @@ -80,9 +80,7 @@ export class GetRawMessageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailMessageFlowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts index 6e5688732c8fb..440cf076e047f 100644 --- a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts @@ -114,9 +114,7 @@ export class PutRawMessageContentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkMailMessageFlowClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/CreateEnvironmentCommand.ts b/clients/client-workspaces-thin-client/src/commands/CreateEnvironmentCommand.ts index 4c94777d2d2b8..b60141d97a283 100644 --- a/clients/client-workspaces-thin-client/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/CreateEnvironmentCommand.ts @@ -146,9 +146,7 @@ export class CreateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/DeleteDeviceCommand.ts b/clients/client-workspaces-thin-client/src/commands/DeleteDeviceCommand.ts index 3866e9899f989..0f1d3e30eb7f2 100644 --- a/clients/client-workspaces-thin-client/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/DeleteDeviceCommand.ts @@ -88,9 +88,7 @@ export class DeleteDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/DeleteEnvironmentCommand.ts b/clients/client-workspaces-thin-client/src/commands/DeleteEnvironmentCommand.ts index 1c9e0137268e1..8157e7b1ab886 100644 --- a/clients/client-workspaces-thin-client/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/DeleteEnvironmentCommand.ts @@ -88,9 +88,7 @@ export class DeleteEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/DeregisterDeviceCommand.ts b/clients/client-workspaces-thin-client/src/commands/DeregisterDeviceCommand.ts index 5e506e746ea7b..30ec834651ba0 100644 --- a/clients/client-workspaces-thin-client/src/commands/DeregisterDeviceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/DeregisterDeviceCommand.ts @@ -89,9 +89,7 @@ export class DeregisterDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/GetDeviceCommand.ts b/clients/client-workspaces-thin-client/src/commands/GetDeviceCommand.ts index 888c5909fa394..6713f10899d80 100644 --- a/clients/client-workspaces-thin-client/src/commands/GetDeviceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/GetDeviceCommand.ts @@ -108,9 +108,7 @@ export class GetDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/GetEnvironmentCommand.ts b/clients/client-workspaces-thin-client/src/commands/GetEnvironmentCommand.ts index ed0e5a332811d..ba447db4ab6a7 100644 --- a/clients/client-workspaces-thin-client/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/GetEnvironmentCommand.ts @@ -123,9 +123,7 @@ export class GetEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/GetSoftwareSetCommand.ts b/clients/client-workspaces-thin-client/src/commands/GetSoftwareSetCommand.ts index c9147f98956ad..9ffaaf721447c 100644 --- a/clients/client-workspaces-thin-client/src/commands/GetSoftwareSetCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/GetSoftwareSetCommand.ts @@ -104,9 +104,7 @@ export class GetSoftwareSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/ListDevicesCommand.ts b/clients/client-workspaces-thin-client/src/commands/ListDevicesCommand.ts index 3b1423bfa3374..010333f106977 100644 --- a/clients/client-workspaces-thin-client/src/commands/ListDevicesCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/ListDevicesCommand.ts @@ -101,9 +101,7 @@ export class ListDevicesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/ListEnvironmentsCommand.ts b/clients/client-workspaces-thin-client/src/commands/ListEnvironmentsCommand.ts index c36e17821fcbf..13db9fbd93116 100644 --- a/clients/client-workspaces-thin-client/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/ListEnvironmentsCommand.ts @@ -114,9 +114,7 @@ export class ListEnvironmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/ListSoftwareSetsCommand.ts b/clients/client-workspaces-thin-client/src/commands/ListSoftwareSetsCommand.ts index b6871bbc0d476..f4980996b9b9b 100644 --- a/clients/client-workspaces-thin-client/src/commands/ListSoftwareSetsCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/ListSoftwareSetsCommand.ts @@ -92,9 +92,7 @@ export class ListSoftwareSetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/ListTagsForResourceCommand.ts b/clients/client-workspaces-thin-client/src/commands/ListTagsForResourceCommand.ts index 1c19720a2e8aa..e7bea45751f51 100644 --- a/clients/client-workspaces-thin-client/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/TagResourceCommand.ts b/clients/client-workspaces-thin-client/src/commands/TagResourceCommand.ts index ac218f84960a0..4a85887bf3655 100644 --- a/clients/client-workspaces-thin-client/src/commands/TagResourceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/TagResourceCommand.ts @@ -90,9 +90,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/UntagResourceCommand.ts b/clients/client-workspaces-thin-client/src/commands/UntagResourceCommand.ts index ff54d8c881f3a..03a6d5c958509 100644 --- a/clients/client-workspaces-thin-client/src/commands/UntagResourceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/UntagResourceCommand.ts @@ -94,9 +94,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/UpdateDeviceCommand.ts b/clients/client-workspaces-thin-client/src/commands/UpdateDeviceCommand.ts index 6dc9edadc3629..eba35a932c5df 100644 --- a/clients/client-workspaces-thin-client/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/UpdateDeviceCommand.ts @@ -108,9 +108,7 @@ export class UpdateDeviceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/UpdateEnvironmentCommand.ts b/clients/client-workspaces-thin-client/src/commands/UpdateEnvironmentCommand.ts index 73c6c4323427d..44e51d8c339b4 100644 --- a/clients/client-workspaces-thin-client/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/UpdateEnvironmentCommand.ts @@ -134,9 +134,7 @@ export class UpdateEnvironmentCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-thin-client/src/commands/UpdateSoftwareSetCommand.ts b/clients/client-workspaces-thin-client/src/commands/UpdateSoftwareSetCommand.ts index cee88d0f76808..763086e62d5f8 100644 --- a/clients/client-workspaces-thin-client/src/commands/UpdateSoftwareSetCommand.ts +++ b/clients/client-workspaces-thin-client/src/commands/UpdateSoftwareSetCommand.ts @@ -83,9 +83,7 @@ export class UpdateSoftwareSetCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesThinClientClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts index 9881147ddf540..c5a4d171770a5 100644 --- a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts @@ -85,9 +85,7 @@ export class AssociateBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts index bfdea12e79118..c37ef4c92ddb2 100644 --- a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts @@ -85,9 +85,7 @@ export class AssociateIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts index 3d1e8bd23d5c7..5df3302a722a3 100644 --- a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts @@ -85,9 +85,7 @@ export class AssociateNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts index cb0facf167c63..f5569a50fe19d 100644 --- a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts @@ -85,9 +85,7 @@ export class AssociateTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts index c53bf88f0cde7..92ebc6e881acc 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts @@ -93,9 +93,7 @@ export class AssociateUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts index 497493736f712..92045486f4824 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts @@ -85,9 +85,7 @@ export class AssociateUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts index 283264e2569c0..3b7538b0476ad 100644 --- a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts @@ -103,9 +103,7 @@ export class CreateBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts index 567654f4c4fe3..3f2a833d44f46 100644 --- a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts @@ -102,9 +102,7 @@ export class CreateIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts index 6843d87ea3185..d4000ebf546b8 100644 --- a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts @@ -105,9 +105,7 @@ export class CreateIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts index e6038bf065f20..63003e42dce8a 100644 --- a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts @@ -102,9 +102,7 @@ export class CreateNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts index 9047e8d525966..2aa71010b942e 100644 --- a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts @@ -101,9 +101,7 @@ export class CreatePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts index 03874fcfa2ba5..ff06ba1b21473 100644 --- a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts @@ -100,9 +100,7 @@ export class CreateTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts index 646a8378a4ddf..48e2ca2ed7ffe 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts @@ -99,9 +99,7 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts index 3cbb2d2cf100a..1b81ef0231db2 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts @@ -123,9 +123,7 @@ export class CreateUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts index f36fa0049d2d7..573538f112f39 100644 --- a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts @@ -78,9 +78,7 @@ export class DeleteBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts index 3e6b0be454172..d774f63bda01d 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts @@ -78,9 +78,7 @@ export class DeleteIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts index 16a029b6a30c2..7d4c05a04adb1 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts @@ -78,9 +78,7 @@ export class DeleteIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts index dd82fd2f7b57d..467b665fb4270 100644 --- a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts @@ -78,9 +78,7 @@ export class DeleteNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts index 2eff1be93dc13..4ef6ef6d34627 100644 --- a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts @@ -78,9 +78,7 @@ export class DeletePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts index bd6b40f9e35c4..ac8488752f564 100644 --- a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts @@ -78,9 +78,7 @@ export class DeleteTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts index a1e282cd23110..f7796b6f322c0 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts @@ -83,9 +83,7 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts index ea91ab30b5c3b..5eedf08232499 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts @@ -78,9 +78,7 @@ export class DeleteUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts index 2016970c1d010..2f5e2be2afb73 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts @@ -86,9 +86,7 @@ export class DisassociateBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts index ecfc777d354ea..e0f77645931b2 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts @@ -86,9 +86,7 @@ export class DisassociateIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts index c03c72acd4042..3e837b51aa880 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts @@ -86,9 +86,7 @@ export class DisassociateNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts index 505c1a85da17f..23afb48d2edeb 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts @@ -81,9 +81,7 @@ export class DisassociateTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts index 27650d9fa555b..79161142a80c7 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts @@ -90,9 +90,7 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts index 9b13deedd8876..990b55afb3df3 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts @@ -81,9 +81,7 @@ export class DisassociateUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts index 30f2eb5d8abdc..39980fca79ea1 100644 --- a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts @@ -94,9 +94,7 @@ export class GetBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts index eba1b0d9988b1..fb6541735cf32 100644 --- a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts @@ -91,9 +91,7 @@ export class GetIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts index 65ccc579deb32..31477d46f378a 100644 --- a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts @@ -102,9 +102,7 @@ export class GetIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts index 1b607d5c981e4..848cd84cd6ad3 100644 --- a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts @@ -92,9 +92,7 @@ export class GetNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts index 7685f57874238..06f56fc29f8f5 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts @@ -102,9 +102,7 @@ export class GetPortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts index 45576ae51ac8e..7a4a6dae732fd 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts @@ -86,9 +86,7 @@ export class GetPortalServiceProviderMetadataCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts index e73c42d75469a..8cd96b9b64f81 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts @@ -89,9 +89,7 @@ export class GetTrustStoreCertificateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts index ebf45036525f2..43067ff5ce7ef 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts @@ -85,9 +85,7 @@ export class GetTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts index 555ca76addbd9..4941933107754 100644 --- a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts @@ -91,9 +91,7 @@ export class GetUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts index 96999702409ee..abd7ca7b43b97 100644 --- a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts @@ -117,9 +117,7 @@ export class GetUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts index 1db21c02ffbf6..08f21848ea1e6 100644 --- a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts @@ -83,9 +83,7 @@ export class ListBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts index 9b0d2332d9785..ee113cfec63d2 100644 --- a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts @@ -90,9 +90,7 @@ export class ListIdentityProvidersCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts index 7528ce3f789a4..56bdf087573d2 100644 --- a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts @@ -90,9 +90,7 @@ export class ListIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts index 894171f1c5b88..e0f1de97072a6 100644 --- a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts @@ -84,9 +84,7 @@ export class ListNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts index 5ec51ac6fd9e5..5b81813f0a076 100644 --- a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts @@ -98,9 +98,7 @@ export class ListPortalsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts index 33770101e9192..e428030c53889 100644 --- a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts index e4ab06a27626c..7e1daa99d393c 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts @@ -92,9 +92,7 @@ export class ListTrustStoreCertificatesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts index b30bd87c6a120..224e22d11b867 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts @@ -83,9 +83,7 @@ export class ListTrustStoresCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts index d2565587c1a95..62f096f6593c9 100644 --- a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts @@ -89,9 +89,7 @@ export class ListUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts index 0c863fda81f4b..3a04f942ec8af 100644 --- a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts @@ -111,9 +111,7 @@ export class ListUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts index f40b3ff58adc4..8d78e61d5bba0 100644 --- a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts @@ -88,9 +88,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts index d5ecf617c485e..718b9b43d43e7 100644 --- a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts @@ -85,9 +85,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts index f0795cd96cace..562376b07ac5b 100644 --- a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts @@ -97,9 +97,7 @@ export class UpdateBrowserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts index 042af3145c997..fc9532d0d517b 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts @@ -98,9 +98,7 @@ export class UpdateIdentityProviderCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts index f1786b1093443..b41c035ecb60f 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts @@ -112,9 +112,7 @@ export class UpdateIpAccessSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts index 7c91ae1e0274d..fb306bc7b0d94 100644 --- a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts @@ -100,9 +100,7 @@ export class UpdateNetworkSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts index 693cad66b91c4..e5eaaac26322a 100644 --- a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts @@ -117,9 +117,7 @@ export class UpdatePortalCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts index 86da6ae4589de..518923512e7ec 100644 --- a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts @@ -90,9 +90,7 @@ export class UpdateTrustStoreCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts index 768b67d1d7dc2..ab892155f4d62 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts @@ -93,9 +93,7 @@ export class UpdateUserAccessLoggingSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts index 70a5e319db197..6ff2c33cf0441 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts @@ -143,9 +143,7 @@ export class UpdateUserSettingsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesWebClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/AcceptAccountLinkInvitationCommand.ts b/clients/client-workspaces/src/commands/AcceptAccountLinkInvitationCommand.ts index fd143d7cb9387..d9e5fb1637839 100644 --- a/clients/client-workspaces/src/commands/AcceptAccountLinkInvitationCommand.ts +++ b/clients/client-workspaces/src/commands/AcceptAccountLinkInvitationCommand.ts @@ -90,9 +90,7 @@ export class AcceptAccountLinkInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts index 7961c7299c680..551f83f0227ec 100644 --- a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts @@ -91,9 +91,7 @@ export class AssociateConnectionAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts index fb91212fec39e..036b50c54c7df 100644 --- a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts @@ -84,9 +84,7 @@ export class AssociateIpGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts b/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts index be430b584ee51..13fa546035ee5 100644 --- a/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts @@ -112,9 +112,7 @@ export class AssociateWorkspaceApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts index ea913322d00be..ee9998acc4abb 100644 --- a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts @@ -86,9 +86,7 @@ export class AuthorizeIpRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts index e0613bc435f2a..3770942313ff6 100644 --- a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts @@ -104,9 +104,7 @@ export class CopyWorkspaceImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateAccountLinkInvitationCommand.ts b/clients/client-workspaces/src/commands/CreateAccountLinkInvitationCommand.ts index 28ffd65364f71..7a2e4e5f789e3 100644 --- a/clients/client-workspaces/src/commands/CreateAccountLinkInvitationCommand.ts +++ b/clients/client-workspaces/src/commands/CreateAccountLinkInvitationCommand.ts @@ -84,9 +84,7 @@ export class CreateAccountLinkInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts index c8c6b9c4c115e..27f99f08db16c 100644 --- a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts @@ -84,9 +84,7 @@ export class CreateConnectClientAddInCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts index 30383a8bf7755..409a227acbcf0 100644 --- a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts @@ -91,9 +91,7 @@ export class CreateConnectionAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts index f9bebd95d0508..8cc200c9b5c55 100644 --- a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts @@ -101,9 +101,7 @@ export class CreateIpGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts index b5f487387cd8a..bb90b873f838d 100644 --- a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts @@ -119,9 +119,7 @@ export class CreateStandbyWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateTagsCommand.ts b/clients/client-workspaces/src/commands/CreateTagsCommand.ts index 9a36f11e6b9f0..79f20aed6f57d 100644 --- a/clients/client-workspaces/src/commands/CreateTagsCommand.ts +++ b/clients/client-workspaces/src/commands/CreateTagsCommand.ts @@ -78,9 +78,7 @@ export class CreateTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts index b5b34861f5c08..a6c382b4f7e10 100644 --- a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts @@ -115,9 +115,7 @@ export class CreateUpdatedWorkspaceImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts index 0472d23ca481c..882035d923325 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts @@ -121,9 +121,7 @@ export class CreateWorkspaceBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts index 422ea63973794..5b4d24cdd4cd2 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts @@ -103,9 +103,7 @@ export class CreateWorkspaceImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts index ece7793187a2d..2245164d1e02c 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts @@ -209,9 +209,7 @@ export class CreateWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesPoolCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesPoolCommand.ts index b7114a14507ec..55557161d1bb7 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesPoolCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesPoolCommand.ts @@ -135,9 +135,7 @@ export class CreateWorkspacesPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteAccountLinkInvitationCommand.ts b/clients/client-workspaces/src/commands/DeleteAccountLinkInvitationCommand.ts index f0f3b037cd163..2aa6dd3180778 100644 --- a/clients/client-workspaces/src/commands/DeleteAccountLinkInvitationCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteAccountLinkInvitationCommand.ts @@ -87,9 +87,7 @@ export class DeleteAccountLinkInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts index 491a47ac84744..09420344abb39 100644 --- a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts @@ -80,9 +80,7 @@ export class DeleteClientBrandingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts index 3b20eaa6ea544..224cb16b513e3 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts @@ -74,9 +74,7 @@ export class DeleteConnectClientAddInCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts index 58b114f496edc..2719ba41f14c1 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts @@ -96,9 +96,7 @@ export class DeleteConnectionAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts index 4609e78c7b9e6..f1b21d36745fe 100644 --- a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts @@ -76,9 +76,7 @@ export class DeleteIpGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts index ee497a421350c..0f9c6042d2b88 100644 --- a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts @@ -72,9 +72,7 @@ export class DeleteTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts index e5f1f0a904113..396533d757963 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts @@ -77,9 +77,7 @@ export class DeleteWorkspaceBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts index 05d120d8c1820..66255a80d985b 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts @@ -74,9 +74,7 @@ export class DeleteWorkspaceImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts b/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts index dc22d9be16b2f..426ccda625bb7 100644 --- a/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts +++ b/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts @@ -99,9 +99,7 @@ export class DeployWorkspaceApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts index 834d14705999d..edfc760d396a4 100644 --- a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts @@ -96,9 +96,7 @@ export class DeregisterWorkspaceDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts index 3c4ce901b6f59..dfca1499339ce 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts @@ -69,9 +69,7 @@ export class DescribeAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts index 5a116f732189a..7e25d94ddee43 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts @@ -84,9 +84,7 @@ export class DescribeAccountModificationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts index 5defb025fee48..ee9470af782bb 100644 --- a/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts @@ -101,9 +101,7 @@ export class DescribeApplicationAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts index 25a80e64ffe21..d8960872bee14 100644 --- a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts @@ -106,9 +106,7 @@ export class DescribeApplicationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts index 4e2ca9f086f47..7f9d1c5af3feb 100644 --- a/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts @@ -93,9 +93,7 @@ export class DescribeBundleAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts index 2c7834db08112..97cdee5e95af0 100644 --- a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts @@ -134,9 +134,7 @@ export class DescribeClientBrandingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts index b877ea476f92a..353f8efbb4bcd 100644 --- a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts @@ -84,9 +84,7 @@ export class DescribeClientPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts index 62c8eafde998c..dceb643dcea7f 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts @@ -84,9 +84,7 @@ export class DescribeConnectClientAddInsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts index d290899da5582..c86d55f216c43 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts @@ -97,9 +97,7 @@ export class DescribeConnectionAliasPermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts index 7cd695276a443..21dd7b3c5dffc 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts @@ -97,9 +97,7 @@ export class DescribeConnectionAliasesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts index 6319fd135dd2c..3001fc88c5b55 100644 --- a/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts @@ -93,9 +93,7 @@ export class DescribeImageAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts index b5c9d8fa299da..cbbe3067de64f 100644 --- a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts @@ -88,9 +88,7 @@ export class DescribeIpGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts index 16d99f0148669..ea6468f613c26 100644 --- a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts @@ -73,9 +73,7 @@ export class DescribeTagsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts index 982e56ffa1b27..6a00ed3b7b2f5 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts @@ -98,9 +98,7 @@ export class DescribeWorkspaceAssociationsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts index c55357f459a24..71eb4c3df6991 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts @@ -95,9 +95,7 @@ export class DescribeWorkspaceBundlesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts index d12eba58e6a40..97df4b639bc16 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts @@ -179,9 +179,7 @@ export class DescribeWorkspaceDirectoriesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts index 930bb157950d7..3fa7127ba05cf 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts @@ -87,9 +87,7 @@ export class DescribeWorkspaceImagePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts index 4992b984de5c7..652e1cde05f0b 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts @@ -100,9 +100,7 @@ export class DescribeWorkspaceImagesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts index daad0cea7c0dd..4715d3497c474 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts @@ -83,9 +83,7 @@ export class DescribeWorkspaceSnapshotsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts index f2fde45b71f1b..02cbd58b7fb3f 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts @@ -135,9 +135,7 @@ export class DescribeWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts index 7e751c94a433a..b07549b89ece8 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts @@ -87,9 +87,7 @@ export class DescribeWorkspacesConnectionStatusCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesPoolSessionsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesPoolSessionsCommand.ts index 86757898a03bd..b684fa6444ecf 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesPoolSessionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesPoolSessionsCommand.ts @@ -98,9 +98,7 @@ export class DescribeWorkspacesPoolSessionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesPoolsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesPoolsCommand.ts index a19cb4ee533d3..d1952d5468ea6 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesPoolsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesPoolsCommand.ts @@ -121,9 +121,7 @@ export class DescribeWorkspacesPoolsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts index 7c40efefaf554..c4d7196023a47 100644 --- a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts @@ -86,9 +86,7 @@ export class DisassociateConnectionAliasCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts index 5b38f76d93002..7244d3155b4eb 100644 --- a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts @@ -81,9 +81,7 @@ export class DisassociateIpGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts b/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts index f4e133634bc8e..b730902c1a9c8 100644 --- a/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts @@ -97,9 +97,7 @@ export class DisassociateWorkspaceApplicationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/GetAccountLinkCommand.ts b/clients/client-workspaces/src/commands/GetAccountLinkCommand.ts index d3a744ffdb81b..9aa7a11f613af 100644 --- a/clients/client-workspaces/src/commands/GetAccountLinkCommand.ts +++ b/clients/client-workspaces/src/commands/GetAccountLinkCommand.ts @@ -84,9 +84,7 @@ export class GetAccountLinkCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts index 203329c82cf33..69afab0026d11 100644 --- a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts @@ -211,9 +211,7 @@ export class ImportClientBrandingCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts index cb1f52b9cbefe..b4cd049e82323 100644 --- a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts @@ -99,9 +99,7 @@ export class ImportWorkspaceImageCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ListAccountLinksCommand.ts b/clients/client-workspaces/src/commands/ListAccountLinksCommand.ts index 3520c96ae6020..39aa10c98c33b 100644 --- a/clients/client-workspaces/src/commands/ListAccountLinksCommand.ts +++ b/clients/client-workspaces/src/commands/ListAccountLinksCommand.ts @@ -87,9 +87,7 @@ export class ListAccountLinksCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts index 31db21b490aee..aaf7a44071a27 100644 --- a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts +++ b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts @@ -88,9 +88,7 @@ export class ListAvailableManagementCidrRangesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts index 30007939b56e4..9ed2c18f824fa 100644 --- a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts @@ -95,9 +95,7 @@ export class MigrateWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts index d7a59e217922b..6fbe1e0f4472a 100644 --- a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts @@ -80,9 +80,7 @@ export class ModifyAccountCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts index dbd004d80e2f9..5be3e5108c2af 100644 --- a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts @@ -91,9 +91,7 @@ export class ModifyCertificateBasedAuthPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts index 2417077ff6744..37e7694f975ca 100644 --- a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts @@ -79,9 +79,7 @@ export class ModifyClientPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts index 925750b915848..c52c6a326dfdd 100644 --- a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts @@ -85,9 +85,7 @@ export class ModifySamlPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts index 577b9247144af..bf26d17f00fb5 100644 --- a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts @@ -88,9 +88,7 @@ export class ModifySelfservicePermissionsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyStreamingPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyStreamingPropertiesCommand.ts index bf18c8ef3e707..309da456fbc3a 100644 --- a/clients/client-workspaces/src/commands/ModifyStreamingPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyStreamingPropertiesCommand.ts @@ -91,9 +91,7 @@ export class ModifyStreamingPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts index 35e7bcaa1fa6f..decbf18ac5a62 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts @@ -86,9 +86,7 @@ export class ModifyWorkspaceAccessPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts index c55658256ef08..3af5ce4d40886 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts @@ -89,9 +89,7 @@ export class ModifyWorkspaceCreationPropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts index ac51e60ecaaa5..0d24d053d7bc0 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts @@ -106,9 +106,7 @@ export class ModifyWorkspacePropertiesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts index f50216f8363f3..3b018cc421337 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts @@ -81,9 +81,7 @@ export class ModifyWorkspaceStateCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts index 638ef499f2cce..ef2875fd29c1e 100644 --- a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts @@ -82,9 +82,7 @@ export class RebootWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts index 093be6690c8ae..d718db6c76ad8 100644 --- a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts @@ -86,9 +86,7 @@ export class RebuildWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts index 12e950934052a..dabe185783499 100644 --- a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts @@ -126,9 +126,7 @@ export class RegisterWorkspaceDirectoryCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RejectAccountLinkInvitationCommand.ts b/clients/client-workspaces/src/commands/RejectAccountLinkInvitationCommand.ts index d04ccf401c92c..96e8be4c8ffa8 100644 --- a/clients/client-workspaces/src/commands/RejectAccountLinkInvitationCommand.ts +++ b/clients/client-workspaces/src/commands/RejectAccountLinkInvitationCommand.ts @@ -87,9 +87,7 @@ export class RejectAccountLinkInvitationCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts index d6f1a2d98d40d..ca10970a6b606 100644 --- a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts @@ -82,9 +82,7 @@ export class RestoreWorkspaceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts index 881a808fab085..2e65330acb57f 100644 --- a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts @@ -78,9 +78,7 @@ export class RevokeIpRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts index 70415eff6ae06..4f7e3ecb1dbcb 100644 --- a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts @@ -77,9 +77,7 @@ export class StartWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/StartWorkspacesPoolCommand.ts b/clients/client-workspaces/src/commands/StartWorkspacesPoolCommand.ts index e98e5f32b4e02..6003c2262178a 100644 --- a/clients/client-workspaces/src/commands/StartWorkspacesPoolCommand.ts +++ b/clients/client-workspaces/src/commands/StartWorkspacesPoolCommand.ts @@ -86,9 +86,7 @@ export class StartWorkspacesPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts index 683c8d6b47310..2e5e361fe25a9 100644 --- a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts @@ -78,9 +78,7 @@ export class StopWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/StopWorkspacesPoolCommand.ts b/clients/client-workspaces/src/commands/StopWorkspacesPoolCommand.ts index 7716591bb5e2d..86664da851a77 100644 --- a/clients/client-workspaces/src/commands/StopWorkspacesPoolCommand.ts +++ b/clients/client-workspaces/src/commands/StopWorkspacesPoolCommand.ts @@ -80,9 +80,7 @@ export class StopWorkspacesPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts index ed71c9ae0e7cb..a356f384a78fa 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts @@ -99,9 +99,7 @@ export class TerminateWorkspacesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesPoolCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesPoolCommand.ts index 32784813812ba..b20bab7b47c01 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesPoolCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesPoolCommand.ts @@ -78,9 +78,7 @@ export class TerminateWorkspacesPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesPoolSessionCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesPoolSessionCommand.ts index dca8325867e8b..7d4fb585ef980 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesPoolSessionCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesPoolSessionCommand.ts @@ -83,9 +83,7 @@ export class TerminateWorkspacesPoolSessionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts index 0ef7d4ba656c3..7191e51495c0f 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts @@ -76,9 +76,7 @@ export class UpdateConnectClientAddInCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts index df830bc7204f9..a07381fc57888 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts @@ -114,9 +114,7 @@ export class UpdateConnectionAliasPermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts index c94e47b3b0220..e93af79e195de 100644 --- a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts @@ -85,9 +85,7 @@ export class UpdateRulesOfIpGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts index 615c844375abb..6ebe84168cb6a 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts @@ -86,9 +86,7 @@ export class UpdateWorkspaceBundleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts index 9ffb25086405c..b6096e205eba9 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts @@ -107,9 +107,7 @@ export class UpdateWorkspaceImagePermissionCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-workspaces/src/commands/UpdateWorkspacesPoolCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspacesPoolCommand.ts index 581cda441d5a8..8f1f33b7715be 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspacesPoolCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspacesPoolCommand.ts @@ -132,9 +132,7 @@ export class UpdateWorkspacesPoolCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: WorkSpacesClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/BatchGetTracesCommand.ts b/clients/client-xray/src/commands/BatchGetTracesCommand.ts index 1194f378db343..7983b10051d91 100644 --- a/clients/client-xray/src/commands/BatchGetTracesCommand.ts +++ b/clients/client-xray/src/commands/BatchGetTracesCommand.ts @@ -92,9 +92,7 @@ export class BatchGetTracesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/CreateGroupCommand.ts b/clients/client-xray/src/commands/CreateGroupCommand.ts index 0c8f329039be5..610a8a1ec3217 100644 --- a/clients/client-xray/src/commands/CreateGroupCommand.ts +++ b/clients/client-xray/src/commands/CreateGroupCommand.ts @@ -90,9 +90,7 @@ export class CreateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts index 53d24991d7f97..a6e84f62b3a60 100644 --- a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts @@ -122,9 +122,7 @@ export class CreateSamplingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/DeleteGroupCommand.ts b/clients/client-xray/src/commands/DeleteGroupCommand.ts index dbfb153b4203b..69532f8279c90 100644 --- a/clients/client-xray/src/commands/DeleteGroupCommand.ts +++ b/clients/client-xray/src/commands/DeleteGroupCommand.ts @@ -70,9 +70,7 @@ export class DeleteGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts index cdaff7b10fdcc..c529bcafd3c6e 100644 --- a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts @@ -74,9 +74,7 @@ export class DeleteResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts index 1b2703e5f8d76..ef4a1e74f085a 100644 --- a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts @@ -92,9 +92,7 @@ export class DeleteSamplingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts index 0f532cff8bf20..cd8730b3cd9e9 100644 --- a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts @@ -73,9 +73,7 @@ export class GetEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetGroupCommand.ts b/clients/client-xray/src/commands/GetGroupCommand.ts index 8bb9e85da738d..ee1288aab5fd8 100644 --- a/clients/client-xray/src/commands/GetGroupCommand.ts +++ b/clients/client-xray/src/commands/GetGroupCommand.ts @@ -80,9 +80,7 @@ export class GetGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetGroupsCommand.ts b/clients/client-xray/src/commands/GetGroupsCommand.ts index 2ac82e8a74cf7..f81a9463d56aa 100644 --- a/clients/client-xray/src/commands/GetGroupsCommand.ts +++ b/clients/client-xray/src/commands/GetGroupsCommand.ts @@ -82,9 +82,7 @@ export class GetGroupsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetInsightCommand.ts b/clients/client-xray/src/commands/GetInsightCommand.ts index 2fe0e9beda903..1a2ff5a2ca902 100644 --- a/clients/client-xray/src/commands/GetInsightCommand.ts +++ b/clients/client-xray/src/commands/GetInsightCommand.ts @@ -114,9 +114,7 @@ export class GetInsightCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetInsightEventsCommand.ts b/clients/client-xray/src/commands/GetInsightEventsCommand.ts index 99f010b008dd2..07056c2e2e310 100644 --- a/clients/client-xray/src/commands/GetInsightEventsCommand.ts +++ b/clients/client-xray/src/commands/GetInsightEventsCommand.ts @@ -103,9 +103,7 @@ export class GetInsightEventsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts index d893091e72f6a..6c60686464b3a 100644 --- a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts +++ b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts @@ -96,9 +96,7 @@ export class GetInsightImpactGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts index 97fa0b4894b6f..e3364dd5b8c27 100644 --- a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts @@ -124,9 +124,7 @@ export class GetInsightSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts index db897d11139d4..0c584b1c9ad40 100644 --- a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts @@ -94,9 +94,7 @@ export class GetSamplingRulesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts index 9d9b1c7c020f1..1ae05c003c279 100644 --- a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts @@ -85,9 +85,7 @@ export class GetSamplingStatisticSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts index 2ab2726a70155..4187a9cba23a5 100644 --- a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts @@ -97,9 +97,7 @@ export class GetSamplingTargetsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetServiceGraphCommand.ts b/clients/client-xray/src/commands/GetServiceGraphCommand.ts index a4f5e35fad0d0..84ff16fc04430 100644 --- a/clients/client-xray/src/commands/GetServiceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetServiceGraphCommand.ts @@ -166,9 +166,7 @@ export class GetServiceGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts index 46b2fadc962a4..bbdae01e2557a 100644 --- a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +++ b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts @@ -128,9 +128,7 @@ export class GetTimeSeriesServiceStatisticsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetTraceGraphCommand.ts b/clients/client-xray/src/commands/GetTraceGraphCommand.ts index 64533da1e2566..93b3754723988 100644 --- a/clients/client-xray/src/commands/GetTraceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetTraceGraphCommand.ts @@ -158,9 +158,7 @@ export class GetTraceGraphCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts index c4f26a043c5b6..976f3bf9718cb 100644 --- a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts @@ -251,9 +251,7 @@ export class GetTraceSummariesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts index 2c838e8f9f55d..4d927c2558cfa 100644 --- a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts +++ b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts @@ -79,9 +79,7 @@ export class ListResourcePoliciesCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts index cc2dd8c460ddd..b32f0681aaec3 100644 --- a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,7 @@ export class ListTagsForResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts index 9585240a0a007..ad5e28a68d8a1 100644 --- a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts @@ -76,9 +76,7 @@ export class PutEncryptionConfigCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts index d1ebcd704fc75..e09e4659f9de4 100644 --- a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts @@ -97,9 +97,7 @@ export class PutResourcePolicyCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts index 4658734fd5641..5d49e8c6e7b0e 100644 --- a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts +++ b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts @@ -88,9 +88,7 @@ export class PutTelemetryRecordsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts index f05a1a992011f..f37f55071636a 100644 --- a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts +++ b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts @@ -141,9 +141,7 @@ export class PutTraceSegmentsCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/TagResourceCommand.ts b/clients/client-xray/src/commands/TagResourceCommand.ts index 3f45464d6eec1..a5fa162421e26 100644 --- a/clients/client-xray/src/commands/TagResourceCommand.ts +++ b/clients/client-xray/src/commands/TagResourceCommand.ts @@ -82,9 +82,7 @@ export class TagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/UntagResourceCommand.ts b/clients/client-xray/src/commands/UntagResourceCommand.ts index b3c639c6e57fe..cbf5768203214 100644 --- a/clients/client-xray/src/commands/UntagResourceCommand.ts +++ b/clients/client-xray/src/commands/UntagResourceCommand.ts @@ -77,9 +77,7 @@ export class UntagResourceCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/UpdateGroupCommand.ts b/clients/client-xray/src/commands/UpdateGroupCommand.ts index 96cf0a5edc23f..c2f5c44df6607 100644 --- a/clients/client-xray/src/commands/UpdateGroupCommand.ts +++ b/clients/client-xray/src/commands/UpdateGroupCommand.ts @@ -85,9 +85,7 @@ export class UpdateGroupCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize), diff --git a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts index bc13c87c89270..7e4cbdb218855 100644 --- a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts @@ -106,9 +106,7 @@ export class UpdateSamplingRuleCommand extends $Command ServiceInputTypes, ServiceOutputTypes >() - .ep({ - ...commonParams, - }) + .ep(commonParams) .m(function (this: any, Command: any, cs: any, config: XRayClientResolvedConfig, o: any) { return [ getSerdePlugin(config, this.serialize, this.deserialize),